2024-08-07T17:15:06.8599375Z Current runner version: '2.318.0' 2024-08-07T17:15:06.8606191Z Runner name: 'i-042bd7d11f9f9f9ca' 2024-08-07T17:15:06.8606941Z Runner group name: 'Default' 2024-08-07T17:15:06.8607732Z Machine name: 'EC2AMAZ-HAC74MP' 2024-08-07T17:15:06.8611738Z ##[group]GITHUB_TOKEN Permissions 2024-08-07T17:15:06.8614045Z Actions: read 2024-08-07T17:15:06.8614531Z Attestations: read 2024-08-07T17:15:06.8615023Z Checks: read 2024-08-07T17:15:06.8615488Z Contents: read 2024-08-07T17:15:06.8615940Z Deployments: read 2024-08-07T17:15:06.8616422Z Discussions: read 2024-08-07T17:15:06.8616907Z Issues: read 2024-08-07T17:15:06.8617428Z Metadata: read 2024-08-07T17:15:06.8617953Z Packages: read 2024-08-07T17:15:06.8618436Z Pages: read 2024-08-07T17:15:06.8618865Z PullRequests: read 2024-08-07T17:15:06.8619364Z RepositoryProjects: read 2024-08-07T17:15:06.8619903Z SecurityEvents: read 2024-08-07T17:15:06.8620393Z Statuses: read 2024-08-07T17:15:06.8620883Z ##[endgroup] 2024-08-07T17:15:06.8624403Z Secret source: Actions 2024-08-07T17:15:06.8625181Z Prepare workflow directory 2024-08-07T17:15:07.0049757Z Prepare all required actions 2024-08-07T17:15:07.0094388Z Getting action download info 2024-08-07T17:15:07.1793898Z Download action repository 'pytorch/test-infra@main' (SHA:a1f5a89251fc4258ab59806094fe3108f7d6741a) 2024-08-07T17:15:08.9492916Z Download action repository 'pytorch/pytorch@main' (SHA:32a284c27549449c19e3b1455f531692439d6316) 2024-08-07T17:15:49.2178274Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2024-08-07T17:15:49.5673008Z Getting action download info 2024-08-07T17:15:49.6932722Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-08-07T17:15:50.0020205Z Uses: pytorch/pytorch/.github/workflows/_win-build.yml@refs/pull/131248/merge (f779f6b7738020e244184bded4026b37de3f9f24) 2024-08-07T17:15:50.0022332Z ##[group] Inputs 2024-08-07T17:15:50.0022728Z build-environment: win-vs2019-cpu-py3 2024-08-07T17:15:50.0023070Z cuda-version: cpu 2024-08-07T17:15:50.0023682Z build-with-debug: false 2024-08-07T17:15:50.0023981Z sync-tag: win-cpu-build 2024-08-07T17:15:50.0025140Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, { config: "default", shard: 2, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, { config: "default", shard: 3, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, ]} 2024-08-07T17:15:50.0026324Z runner: windows.4xlarge.nonephemeral 2024-08-07T17:15:50.0026664Z ##[endgroup] 2024-08-07T17:15:50.0026941Z Complete job name: win-vs2019-cpu-py3 / build 2024-08-07T17:15:50.0591147Z ##[group]Run git config --global core.symlinks true 2024-08-07T17:15:50.0591781Z git config --global core.symlinks true 2024-08-07T17:15:50.0592137Z  2024-08-07T17:15:50.0592561Z # https://git-scm.com/docs/git-fsmonitor--daemon. The daemon could lock 2024-08-07T17:15:50.0593211Z # the directory on Windows and prevent GHA from checking out as reported 2024-08-07T17:15:50.0593845Z # in https://github.com/actions/checkout/issues/1018 2024-08-07T17:15:50.0594287Z git config --global core.fsmonitor false 2024-08-07T17:15:50.0619080Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-07T17:15:50.0619791Z env: 2024-08-07T17:15:50.0620025Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:15:50.0620290Z ##[endgroup] 2024-08-07T17:15:50.1629635Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2024-08-07T17:15:50.1630223Z env: 2024-08-07T17:15:50.1630445Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:15:50.1630709Z ##[endgroup] 2024-08-07T17:15:50.1815413Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-08-07T17:15:50.1816245Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-08-07T17:15:50.1818569Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2024-08-07T17:15:50.1819170Z # handle tool 2024-08-07T17:15:50.1819561Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2024-08-07T17:15:50.1820005Z Foreach ($process In $processes) { 2024-08-07T17:15:50.1820320Z  Try { 2024-08-07T17:15:50.1820907Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2024-08-07T17:15:50.1821740Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2024-08-07T17:15:50.1822166Z  } 2024-08-07T17:15:50.1822384Z  Catch { 2024-08-07T17:15:50.1822727Z  Write-Output "No leftover $process process, continuing" 2024-08-07T17:15:50.1823124Z  Write-Output $_ 2024-08-07T17:15:50.1823394Z  } 2024-08-07T17:15:50.1823611Z } 2024-08-07T17:15:50.1823812Z  2024-08-07T17:15:50.1824302Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2024-08-07T17:15:50.1824971Z # for hung processes 2024-08-07T17:15:50.1825288Z Foreach ($process In $processes) { 2024-08-07T17:15:50.1825602Z  Try { 2024-08-07T17:15:50.1826020Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2024-08-07T17:15:50.1826490Z  } 2024-08-07T17:15:50.1826705Z  Catch { 2024-08-07T17:15:50.1826954Z  Write-Output $_ 2024-08-07T17:15:50.1827210Z  } 2024-08-07T17:15:50.1827415Z } 2024-08-07T17:15:50.1827624Z  2024-08-07T17:15:50.1827815Z Try { 2024-08-07T17:15:50.1828080Z  # Print all the processes for debugging 2024-08-07T17:15:50.1828568Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2024-08-07T17:15:50.1829024Z } 2024-08-07T17:15:50.1829234Z Catch { 2024-08-07T17:15:50.1829650Z  # Better to write out whatever exception thrown to help debugging any potential issue 2024-08-07T17:15:50.1830130Z  Write-Output $_ 2024-08-07T17:15:50.1830483Z } 2024-08-07T17:15:50.1846307Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-08-07T17:15:50.1846846Z env: 2024-08-07T17:15:50.1847088Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:15:50.1847445Z ##[endgroup] 2024-08-07T17:15:50.5215392Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-08-07T17:15:50.5269960Z Finished 2024-08-07T17:15:50.5446840Z No leftover python process, continuing 2024-08-07T17:15:50.5992122Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2024-08-07T17:15:50.5992943Z At C:\actions-runner\_work\_temp\d43d3efb-0b53-4443-9843-ee7af861ee91.ps1:9 char:5 2024-08-07T17:15:50.5993613Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-07T17:15:50.5994187Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-07T17:15:50.5994804Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2024-08-07T17:15:50.5995741Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-07T17:15:50.5996372Z 2024-08-07T17:15:50.6015115Z No leftover ninja process, continuing 2024-08-07T17:15:50.6026414Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2024-08-07T17:15:50.6027177Z At C:\actions-runner\_work\_temp\d43d3efb-0b53-4443-9843-ee7af861ee91.ps1:9 char:5 2024-08-07T17:15:50.6027798Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-07T17:15:50.6028261Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-07T17:15:50.6029536Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2024-08-07T17:15:50.6030479Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-07T17:15:50.6031109Z 2024-08-07T17:15:50.6044071Z No leftover cl process, continuing 2024-08-07T17:15:50.6056224Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2024-08-07T17:15:50.6057008Z At C:\actions-runner\_work\_temp\d43d3efb-0b53-4443-9843-ee7af861ee91.ps1:9 char:5 2024-08-07T17:15:50.6057630Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-07T17:15:50.6058098Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-07T17:15:50.6058705Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2024-08-07T17:15:50.6059683Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-07T17:15:50.6060334Z 2024-08-07T17:15:50.6074952Z No leftover nvcc process, continuing 2024-08-07T17:15:50.6087269Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2024-08-07T17:15:50.6088023Z At C:\actions-runner\_work\_temp\d43d3efb-0b53-4443-9843-ee7af861ee91.ps1:9 char:5 2024-08-07T17:15:50.6088746Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-07T17:15:50.6089239Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-07T17:15:50.6089848Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2024-08-07T17:15:50.6090724Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-07T17:15:50.6091361Z 2024-08-07T17:15:50.6126506Z No leftover sccache process, continuing 2024-08-07T17:15:50.6138662Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2024-08-07T17:15:50.6139475Z At C:\actions-runner\_work\_temp\d43d3efb-0b53-4443-9843-ee7af861ee91.ps1:9 char:5 2024-08-07T17:15:50.6140229Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-07T17:15:50.6140701Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-07T17:15:50.6141273Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2024-08-07T17:15:50.6142226Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-07T17:15:50.6142851Z 2024-08-07T17:15:50.6152664Z No leftover git process, continuing 2024-08-07T17:15:50.6162470Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2024-08-07T17:15:50.6163207Z At C:\actions-runner\_work\_temp\d43d3efb-0b53-4443-9843-ee7af861ee91.ps1:9 char:5 2024-08-07T17:15:50.6163922Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-07T17:15:50.6164409Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-07T17:15:50.6164963Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2024-08-07T17:15:50.6165928Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-07T17:15:50.6166561Z 2024-08-07T17:15:50.6539217Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2024-08-07T17:15:50.6540222Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2024-08-07T17:15:50.6540882Z deletion. (Exception from HRESULT: 0x800703FA). 2024-08-07T17:15:50.6541472Z At C:\actions-runner\_work\_temp\d43d3efb-0b53-4443-9843-ee7af861ee91.ps1:21 char:6 2024-08-07T17:15:50.6542108Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-07T17:15:50.6542750Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-07T17:15:50.6543241Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-08-07T17:15:50.6544002Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-08-07T17:15:50.6544582Z 2024-08-07T17:15:50.6564127Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2024-08-07T17:15:50.6565053Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2024-08-07T17:15:50.6565772Z deletion. (Exception from HRESULT: 0x800703FA). 2024-08-07T17:15:50.6566301Z At C:\actions-runner\_work\_temp\d43d3efb-0b53-4443-9843-ee7af861ee91.ps1:21 char:6 2024-08-07T17:15:50.6566928Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-07T17:15:50.6567418Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-07T17:15:50.6568002Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-08-07T17:15:50.6568755Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-08-07T17:15:50.6569352Z 2024-08-07T17:15:50.6591208Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2024-08-07T17:15:50.6592176Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2024-08-07T17:15:50.6592951Z deletion. (Exception from HRESULT: 0x800703FA). 2024-08-07T17:15:50.6593504Z At C:\actions-runner\_work\_temp\d43d3efb-0b53-4443-9843-ee7af861ee91.ps1:21 char:6 2024-08-07T17:15:50.6594108Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-07T17:15:50.6594597Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-07T17:15:50.6595093Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-08-07T17:15:50.6595840Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-08-07T17:15:50.6596441Z 2024-08-07T17:15:50.6619147Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2024-08-07T17:15:50.6620060Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2024-08-07T17:15:50.6620704Z deletion. (Exception from HRESULT: 0x800703FA). 2024-08-07T17:15:50.6621237Z At C:\actions-runner\_work\_temp\d43d3efb-0b53-4443-9843-ee7af861ee91.ps1:21 char:6 2024-08-07T17:15:50.6621895Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-07T17:15:50.6622423Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-07T17:15:50.6622919Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-08-07T17:15:50.6623686Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-08-07T17:15:50.6624258Z 2024-08-07T17:15:50.6649237Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2024-08-07T17:15:50.6650214Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2024-08-07T17:15:50.6651512Z deletion. (Exception from HRESULT: 0x800703FA). 2024-08-07T17:15:50.6652069Z At C:\actions-runner\_work\_temp\d43d3efb-0b53-4443-9843-ee7af861ee91.ps1:21 char:6 2024-08-07T17:15:50.6652694Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-07T17:15:50.6653190Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-07T17:15:50.6653692Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-08-07T17:15:50.6654567Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-08-07T17:15:50.6655158Z 2024-08-07T17:15:50.6682158Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2024-08-07T17:15:50.6683071Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2024-08-07T17:15:50.6683710Z deletion. (Exception from HRESULT: 0x800703FA). 2024-08-07T17:15:50.6684247Z At C:\actions-runner\_work\_temp\d43d3efb-0b53-4443-9843-ee7af861ee91.ps1:21 char:6 2024-08-07T17:15:50.6684839Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-07T17:15:50.6685455Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-07T17:15:50.6685992Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-08-07T17:15:50.6686737Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-08-07T17:15:50.6687334Z 2024-08-07T17:15:50.6713251Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2024-08-07T17:15:50.6714148Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2024-08-07T17:15:50.6714834Z deletion. (Exception from HRESULT: 0x800703FA). 2024-08-07T17:15:50.6715419Z At C:\actions-runner\_work\_temp\d43d3efb-0b53-4443-9843-ee7af861ee91.ps1:21 char:6 2024-08-07T17:15:50.6716036Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-07T17:15:50.6716515Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-07T17:15:50.6717003Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-08-07T17:15:50.6717754Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-08-07T17:15:50.6718355Z 2024-08-07T17:15:50.7433683Z Caption CommandLine ProcessId 2024-08-07T17:15:50.7434622Z 2024-08-07T17:15:50.7440672Z System Idle Process 0 2024-08-07T17:15:50.7441239Z 2024-08-07T17:15:50.7442808Z System 4 2024-08-07T17:15:50.7443261Z 2024-08-07T17:15:50.7445269Z Registry 168 2024-08-07T17:15:50.7445941Z 2024-08-07T17:15:50.7446312Z smss.exe 412 2024-08-07T17:15:50.7447196Z 2024-08-07T17:15:50.7447688Z csrss.exe 532 2024-08-07T17:15:50.7448056Z 2024-08-07T17:15:50.7449023Z csrss.exe 608 2024-08-07T17:15:50.7449390Z 2024-08-07T17:15:50.7450247Z wininit.exe 660 2024-08-07T17:15:50.7450701Z 2024-08-07T17:15:50.7452027Z winlogon.exe winlogon.exe 680 2024-08-07T17:15:50.7452462Z 2024-08-07T17:15:50.7453014Z services.exe 748 2024-08-07T17:15:50.7453392Z 2024-08-07T17:15:50.7454348Z lsass.exe C:\Windows\system32\lsass.exe 768 2024-08-07T17:15:50.7454819Z 2024-08-07T17:15:50.7455566Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 884 2024-08-07T17:15:50.7456139Z 2024-08-07T17:15:50.7456646Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 908 2024-08-07T17:15:50.7457169Z 2024-08-07T17:15:50.7458066Z fontdrvhost.exe "fontdrvhost.exe" 932 2024-08-07T17:15:50.7458524Z 2024-08-07T17:15:50.7458957Z fontdrvhost.exe "fontdrvhost.exe" 940 2024-08-07T17:15:50.7459888Z 2024-08-07T17:15:50.7460404Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 124 2024-08-07T17:15:50.7460905Z 2024-08-07T17:15:50.7461914Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 464 2024-08-07T17:15:50.7463185Z 2024-08-07T17:15:50.7463886Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 1044 2024-08-07T17:15:50.7464478Z 2024-08-07T17:15:50.7465168Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1156 2024-08-07T17:15:50.7465830Z 2024-08-07T17:15:50.7466189Z dwm.exe "dwm.exe" 1244 2024-08-07T17:15:50.7466559Z 2024-08-07T17:15:50.7467009Z nvwmi64.exe C:\Windows\System32\nvwmi64.exe 1320 2024-08-07T17:15:50.7467478Z 2024-08-07T17:15:50.7468591Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1376 2024-08-07T17:15:50.7469323Z 2024-08-07T17:15:50.7470844Z 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 1420 2024-08-07T17:15:50.7472534Z 2024-08-07T17:15:50.7473860Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1452 2024-08-07T17:15:50.7474579Z 2024-08-07T17:15:50.7475340Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1480 2024-08-07T17:15:50.7476236Z 2024-08-07T17:15:50.7476757Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1504 2024-08-07T17:15:50.7477429Z 2024-08-07T17:15:50.7478115Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1548 2024-08-07T17:15:50.7478844Z 2024-08-07T17:15:50.7479368Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1584 2024-08-07T17:15:50.7480162Z 2024-08-07T17:15:50.7480717Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 1644 2024-08-07T17:15:50.7481338Z 2024-08-07T17:15:50.7482009Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 1676 2024-08-07T17:15:50.7482674Z 2024-08-07T17:15:50.7483250Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1712 2024-08-07T17:15:50.7483948Z 2024-08-07T17:15:50.7484675Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1720 2024-08-07T17:15:50.7485472Z 2024-08-07T17:15:50.7487691Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1728 2024-08-07T17:15:50.7488370Z 2024-08-07T17:15:50.7488897Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 1852 2024-08-07T17:15:50.7489530Z 2024-08-07T17:15:50.7490222Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1944 2024-08-07T17:15:50.7490797Z 2024-08-07T17:15:50.7491763Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1148 2024-08-07T17:15:50.7492496Z 2024-08-07T17:15:50.7493163Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 1632 2024-08-07T17:15:50.7493806Z 2024-08-07T17:15:50.7495253Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 2064 2024-08-07T17:15:50.7495931Z 2024-08-07T17:15:50.7496489Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 2104 2024-08-07T17:15:50.7497117Z 2024-08-07T17:15:50.7497844Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2164 2024-08-07T17:15:50.7498561Z 2024-08-07T17:15:50.7499333Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2216 2024-08-07T17:15:50.7499965Z 2024-08-07T17:15:50.7500562Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2268 2024-08-07T17:15:50.7501197Z 2024-08-07T17:15:50.7501947Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2504 2024-08-07T17:15:50.7502454Z 2024-08-07T17:15:50.7503009Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2580 2024-08-07T17:15:50.7503681Z 2024-08-07T17:15:50.7504220Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2588 2024-08-07T17:15:50.7504788Z 2024-08-07T17:15:50.7505305Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2596 2024-08-07T17:15:50.7505858Z 2024-08-07T17:15:50.7506477Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2604 2024-08-07T17:15:50.7507128Z 2024-08-07T17:15:50.7507739Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2612 2024-08-07T17:15:50.7508381Z 2024-08-07T17:15:50.7508964Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2620 2024-08-07T17:15:50.7509537Z 2024-08-07T17:15:50.7510091Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 2636 2024-08-07T17:15:50.7510639Z 2024-08-07T17:15:50.7511183Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 2644 2024-08-07T17:15:50.7511743Z 2024-08-07T17:15:50.7512289Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 2652 2024-08-07T17:15:50.7512833Z 2024-08-07T17:15:50.7513446Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 2944 2024-08-07T17:15:50.7514002Z 2024-08-07T17:15:50.7514458Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 2968 2024-08-07T17:15:50.7514999Z 2024-08-07T17:15:50.7515689Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 3040 2024-08-07T17:15:50.7516389Z 2024-08-07T17:15:50.7517033Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 2124 2024-08-07T17:15:50.7517708Z 2024-08-07T17:15:50.7518218Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 2236 2024-08-07T17:15:50.7518772Z 2024-08-07T17:15:50.7519294Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 3204 2024-08-07T17:15:50.7519850Z 2024-08-07T17:15:50.7520362Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 3244 2024-08-07T17:15:50.7520936Z 2024-08-07T17:15:50.7521576Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3784 2024-08-07T17:15:50.7522267Z 2024-08-07T17:15:50.7522721Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 3948 2024-08-07T17:15:50.7523226Z 2024-08-07T17:15:50.7523821Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a7b855 /state1:0x41c64e6d 4692 2024-08-07T17:15:50.7524387Z 2024-08-07T17:15:50.7525675Z 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 4144 2024-08-07T17:15:50.7526902Z 2024-08-07T17:15:50.7527480Z nvwmi64.exe C:\Windows\System32\nvwmi64.exe -spawnprovider 1960 2024-08-07T17:15:50.7528010Z 2024-08-07T17:15:50.7528402Z vds.exe C:\Windows\System32\vds.exe 2984 2024-08-07T17:15:50.7528836Z 2024-08-07T17:15:50.7529393Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 1468 2024-08-07T17:15:50.7529987Z 2024-08-07T17:15:50.7530405Z msdtc.exe C:\Windows\System32\msdtc.exe 5024 2024-08-07T17:15:50.7530854Z 2024-08-07T17:15:50.7531460Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 1436 2024-08-07T17:15:50.7532097Z 2024-08-07T17:15:50.7532731Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s WdiSystemHost 4716 2024-08-07T17:15:50.7533398Z 2024-08-07T17:15:50.7534019Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 2724 2024-08-07T17:15:50.7534651Z 2024-08-07T17:15:50.7535158Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 4056 2024-08-07T17:15:50.7535687Z 2024-08-07T17:15:50.7536279Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 5100 2024-08-07T17:15:50.7536832Z 2024-08-07T17:15:50.7537399Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 228 2024-08-07T17:15:50.7538052Z 2024-08-07T17:15:50.7538804Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 3756 2024-08-07T17:15:50.7539580Z 2024-08-07T17:15:50.7541061Z 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 1760 2024-08-07T17:15:50.7542694Z 2024-08-07T17:15:50.7543136Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4264 2024-08-07T17:15:50.7543634Z 2024-08-07T17:15:50.7544242Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 4936 2024-08-07T17:15:50.7544895Z 2024-08-07T17:15:50.7545437Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 1664 2024-08-07T17:15:50.7546028Z 2024-08-07T17:15:50.7546470Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 3704 2024-08-07T17:15:50.7546952Z 2024-08-07T17:15:50.7547463Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 2232 2024-08-07T17:15:50.7548022Z 2024-08-07T17:15:50.7548666Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 3680 2024-08-07T17:15:50.7549353Z 2024-08-07T17:15:50.7549958Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 3964 2024-08-07T17:15:50.7550520Z 2024-08-07T17:15:50.7551038Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 4952 2024-08-07T17:15:50.7551663Z 2024-08-07T17:15:50.7552109Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 1028 2024-08-07T17:15:50.7552592Z 2024-08-07T17:15:50.7553032Z taskhostw.exe taskhostw.exe /RuntimeWide 2308 2024-08-07T17:15:50.7553511Z 2024-08-07T17:15:50.7554133Z ngentask.exe "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\NGenTask.exe" /RuntimeWide /StopEvent:520 3744 2024-08-07T17:15:50.7554798Z 2024-08-07T17:15:50.7555251Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 3376 2024-08-07T17:15:50.7555726Z 2024-08-07T17:15:50.7556342Z ngentask.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\NGenTask.exe" /RuntimeWide /StopEvent:496 1272 2024-08-07T17:15:50.7557044Z 2024-08-07T17:15:50.7557484Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 760 2024-08-07T17:15:50.7557953Z 2024-08-07T17:15:50.7558554Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 2020 2024-08-07T17:15:50.7559181Z 2024-08-07T17:15:50.7559862Z ngen.exe "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe" ExecuteQueuedItems /LegacyServiceBehavior 4424 2024-08-07T17:15:50.7560561Z 2024-08-07T17:15:50.7561314Z ngen.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe" ExecuteQueuedItems /LegacyServiceBehavior 4656 2024-08-07T17:15:50.7562007Z 2024-08-07T17:15:50.7562468Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 4752 2024-08-07T17:15:50.7563021Z 2024-08-07T17:15:50.7563488Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 4688 2024-08-07T17:15:50.7563972Z 2024-08-07T17:15:50.7564539Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 2500 2532 3372 2024-08-07T17:15:50.7565134Z 2024-08-07T17:15:50.7565677Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 1868 2024-08-07T17:15:50.7566149Z 2024-08-07T17:15:50.7567013Z mscorsvw.exe C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorsvw.exe -StartupEvent c88 -InterruptEvent 0 -NGENProcess c58 -Pipe cb0 -Comment "NGen Worker Process" 4396 2024-08-07T17:15:50.7567909Z 2024-08-07T17:15:50.7568753Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\d43d3efb-0b53-4443-9843-ee7af861ee91.ps1'" 5052 2024-08-07T17:15:50.7569625Z 2024-08-07T17:15:50.7570244Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 556 2024-08-07T17:15:50.7570899Z 2024-08-07T17:15:50.7570905Z 2024-08-07T17:15:50.7570912Z 2024-08-07T17:15:50.7858828Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2024-08-07T17:15:50.7859293Z with: 2024-08-07T17:15:50.7859916Z github-secret: *** 2024-08-07T17:15:50.7861928Z 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-08-07T17:15:50.7864071Z activate-with-label: false 2024-08-07T17:15:50.7864350Z label: with-ssh 2024-08-07T17:15:50.7864606Z remove-existing-keys: true 2024-08-07T17:15:50.7864883Z fail-silently: true 2024-08-07T17:15:50.7865114Z env: 2024-08-07T17:15:50.7865359Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:15:50.7865604Z ##[endgroup] 2024-08-07T17:15:50.8831678Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2024-08-07T17:15:51.2732226Z Grabbing public ssh keys from https://github.com/zdevito.keys 2024-08-07T17:15:51.3502368Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2024-08-07T17:15:51.3524380Z Public keys pulled and installed to C:\Users\runneruser\.ssh\authorized_keys 2024-08-07T17:15:51.3559842Z Login using: ssh runneruser@ec2-3-85-20-141.compute-1.amazonaws.com 2024-08-07T17:15:51.3560443Z To forward remote desktop on your local machine ssh as follows: 2024-08-07T17:15:51.3560958Z ssh -L 3389:localhost:3389 runneruser@ec2-3-85-20-141.compute-1.amazonaws.com 2024-08-07T17:15:51.3561408Z And then change password using `passwd` command. 2024-08-07T17:15:51.3561648Z 2024-08-07T17:15:51.3561934Z To start build locally, change working folder to \actions-runner\_work\pytorch\pytorch, 2024-08-07T17:15:51.3562476Z Activate miniconda and Visual Studio environment, by running: 2024-08-07T17:15:51.3562959Z call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2024-08-07T17:15:51.3563575Z call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 2024-08-07T17:15:51.3788190Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-08-07T17:15:51.3788622Z with: 2024-08-07T17:15:51.3788807Z no-sudo: true 2024-08-07T17:15:51.3789016Z submodules: recursive 2024-08-07T17:15:51.3789222Z fetch-depth: 0 2024-08-07T17:15:51.3789420Z env: 2024-08-07T17:15:51.3789652Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:15:51.3789872Z ##[endgroup] 2024-08-07T17:15:51.3882965Z ##[group]Run retry () { 2024-08-07T17:15:51.3883215Z retry () { 2024-08-07T17:15:51.3883524Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-08-07T17:15:51.3883881Z } 2024-08-07T17:15:51.3884079Z echo "${GITHUB_WORKSPACE}" 2024-08-07T17:15:51.3884357Z if [ -z "${NO_SUDO}" ]; then 2024-08-07T17:15:51.3884695Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-08-07T17:15:51.3884980Z else 2024-08-07T17:15:51.3885255Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-08-07T17:15:51.3885630Z fi 2024-08-07T17:15:51.3885832Z mkdir "${GITHUB_WORKSPACE}" 2024-08-07T17:15:51.3904657Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-07T17:15:51.3905080Z env: 2024-08-07T17:15:51.3905266Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:15:51.3905485Z NO_SUDO: true 2024-08-07T17:15:51.3905675Z ##[endgroup] 2024-08-07T17:15:51.4081769Z C:\actions-runner\_work\pytorch\pytorch 2024-08-07T17:16:08.7651302Z ##[group]Run malfet/checkout@silent-checkout 2024-08-07T17:16:08.7651634Z with: 2024-08-07T17:16:08.7651847Z ref: 016588f53c6904b840aa56aa86f95460b4d9c996 2024-08-07T17:16:08.7652145Z fetch-depth: 0 2024-08-07T17:16:08.7652341Z submodules: recursive 2024-08-07T17:16:08.7652564Z quiet-checkout: true 2024-08-07T17:16:08.7652815Z repository: pytorch/pytorch 2024-08-07T17:16:08.7653192Z token: *** 2024-08-07T17:16:08.7653470Z ssh-strict: true 2024-08-07T17:16:08.7653757Z persist-credentials: true 2024-08-07T17:16:08.7653989Z clean: true 2024-08-07T17:16:08.7654197Z sparse-checkout-cone-mode: true 2024-08-07T17:16:08.7654448Z lfs: false 2024-08-07T17:16:08.7654627Z set-safe-directory: true 2024-08-07T17:16:08.7654858Z env: 2024-08-07T17:16:08.7655034Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:16:08.7655248Z ##[endgroup] 2024-08-07T17:16:08.8710974Z Syncing repository: pytorch/pytorch 2024-08-07T17:16:08.8712251Z ##[group]Getting Git version info 2024-08-07T17:16:08.8712644Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2024-08-07T17:16:08.8786009Z [command]"C:\Program Files\Git\cmd\git.exe" version 2024-08-07T17:16:08.8997518Z git version 2.45.2.windows.1 2024-08-07T17:16:08.9042584Z ##[endgroup] 2024-08-07T17:16:08.9054039Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\8406c4b5-c0e2-4161-921c-f97124c375a2\.gitconfig' 2024-08-07T17:16:08.9072891Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\8406c4b5-c0e2-4161-921c-f97124c375a2' before making global git config changes 2024-08-07T17:16:08.9073733Z Adding repository directory to the temporary git global config as a safe directory 2024-08-07T17:16:08.9081140Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2024-08-07T17:16:08.9312610Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2024-08-07T17:16:08.9318159Z ##[group]Initializing the repository 2024-08-07T17:16:08.9324985Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2024-08-07T17:16:08.9624913Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2024-08-07T17:16:08.9661570Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2024-08-07T17:16:08.9891839Z ##[endgroup] 2024-08-07T17:16:08.9892250Z ##[group]Disabling automatic garbage collection 2024-08-07T17:16:08.9899841Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2024-08-07T17:16:09.0131762Z ##[endgroup] 2024-08-07T17:16:09.0132142Z ##[group]Setting up auth 2024-08-07T17:16:09.0141225Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2024-08-07T17:16:09.0363865Z [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-08-07T17:16:09.3914764Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-07T17:16:09.4140958Z [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-08-07T17:16:09.7393416Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2024-08-07T17:16:09.7630104Z ##[endgroup] 2024-08-07T17:16:09.7630492Z ##[group]Fetching the repository 2024-08-07T17:16:09.7641051Z [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-08-07T17:16:12.4641871Z remote: Enumerating objects: 1008198 2024-08-07T17:16:12.4642277Z remote: Enumerating objects: 1010995, done. 2024-08-07T17:16:12.4643034Z remote: Counting objects: 0% (1/2797) 2024-08-07T17:16:12.4643949Z remote: Counting objects: 1% (28/2797) 2024-08-07T17:16:12.4645128Z remote: Counting objects: 2% (56/2797) 2024-08-07T17:16:12.4645626Z remote: Counting objects: 3% (84/2797) 2024-08-07T17:16:12.4647627Z remote: Counting objects: 4% (112/2797) 2024-08-07T17:16:12.4647978Z remote: Counting objects: 5% (140/2797) 2024-08-07T17:16:12.4648308Z remote: Counting objects: 6% (168/2797) 2024-08-07T17:16:12.4649615Z remote: Counting objects: 7% (196/2797) 2024-08-07T17:16:12.4650043Z remote: Counting objects: 8% (224/2797) 2024-08-07T17:16:12.4650374Z remote: Counting objects: 9% (252/2797) 2024-08-07T17:16:12.4653180Z remote: Counting objects: 10% (280/2797) 2024-08-07T17:16:12.4653511Z remote: Counting objects: 11% (308/2797) 2024-08-07T17:16:12.4653841Z remote: Counting objects: 12% (336/2797) 2024-08-07T17:16:12.4654153Z remote: Counting objects: 13% (364/2797) 2024-08-07T17:16:12.4654475Z remote: Counting objects: 14% (392/2797) 2024-08-07T17:16:12.4654796Z remote: Counting objects: 15% (420/2797) 2024-08-07T17:16:12.4656106Z remote: Counting objects: 16% (448/2797) 2024-08-07T17:16:12.4656429Z remote: Counting objects: 17% (476/2797) 2024-08-07T17:16:12.4656770Z remote: Counting objects: 18% (504/2797) 2024-08-07T17:16:12.4657098Z remote: Counting objects: 19% (532/2797) 2024-08-07T17:16:12.4657405Z remote: Counting objects: 20% (560/2797) 2024-08-07T17:16:12.4657730Z remote: Counting objects: 21% (588/2797) 2024-08-07T17:16:12.4658050Z remote: Counting objects: 22% (616/2797) 2024-08-07T17:16:12.4658395Z remote: Counting objects: 23% (644/2797) 2024-08-07T17:16:12.4658732Z remote: Counting objects: 24% (672/2797) 2024-08-07T17:16:12.4659052Z remote: Counting objects: 25% (700/2797) 2024-08-07T17:16:12.4659364Z remote: Counting objects: 26% (728/2797) 2024-08-07T17:16:12.4659694Z remote: Counting objects: 27% (756/2797) 2024-08-07T17:16:12.4660015Z remote: Counting objects: 28% (784/2797) 2024-08-07T17:16:12.4660331Z remote: Counting objects: 29% (812/2797) 2024-08-07T17:16:12.4660698Z remote: Counting objects: 30% (840/2797) 2024-08-07T17:16:12.4661604Z remote: Counting objects: 31% (868/2797) 2024-08-07T17:16:12.4661936Z remote: Counting objects: 32% (896/2797) 2024-08-07T17:16:12.4662258Z remote: Counting objects: 33% (924/2797) 2024-08-07T17:16:12.4662575Z remote: Counting objects: 34% (951/2797) 2024-08-07T17:16:12.4662895Z remote: Counting objects: 35% (979/2797) 2024-08-07T17:16:12.4663219Z remote: Counting objects: 36% (1007/2797) 2024-08-07T17:16:12.4663539Z remote: Counting objects: 37% (1035/2797) 2024-08-07T17:16:12.4663867Z remote: Counting objects: 38% (1063/2797) 2024-08-07T17:16:12.4664186Z remote: Counting objects: 39% (1091/2797) 2024-08-07T17:16:12.4664517Z remote: Counting objects: 40% (1119/2797) 2024-08-07T17:16:12.4664831Z remote: Counting objects: 41% (1147/2797) 2024-08-07T17:16:12.4665163Z remote: Counting objects: 42% (1175/2797) 2024-08-07T17:16:12.4665483Z remote: Counting objects: 43% (1203/2797) 2024-08-07T17:16:12.4665804Z remote: Counting objects: 44% (1231/2797) 2024-08-07T17:16:12.4666128Z remote: Counting objects: 45% (1259/2797) 2024-08-07T17:16:12.4666497Z remote: Counting objects: 46% (1287/2797) 2024-08-07T17:16:12.4666864Z remote: Counting objects: 47% (1315/2797) 2024-08-07T17:16:12.4667189Z remote: Counting objects: 48% (1343/2797) 2024-08-07T17:16:12.4668117Z remote: Counting objects: 49% (1371/2797) 2024-08-07T17:16:12.4668454Z remote: Counting objects: 50% (1399/2797) 2024-08-07T17:16:12.4668775Z remote: Counting objects: 51% (1427/2797) 2024-08-07T17:16:12.4669096Z remote: Counting objects: 52% (1455/2797) 2024-08-07T17:16:12.4669424Z remote: Counting objects: 53% (1483/2797) 2024-08-07T17:16:12.4669747Z remote: Counting objects: 54% (1511/2797) 2024-08-07T17:16:12.4670077Z remote: Counting objects: 55% (1539/2797) 2024-08-07T17:16:12.4670406Z remote: Counting objects: 56% (1567/2797) 2024-08-07T17:16:12.4670719Z remote: Counting objects: 57% (1595/2797) 2024-08-07T17:16:12.4671039Z remote: Counting objects: 58% (1623/2797) 2024-08-07T17:16:12.4671364Z remote: Counting objects: 59% (1651/2797) 2024-08-07T17:16:12.4671693Z remote: Counting objects: 60% (1679/2797) 2024-08-07T17:16:12.4672065Z remote: Counting objects: 61% (1707/2797) 2024-08-07T17:16:12.4672393Z remote: Counting objects: 62% (1735/2797) 2024-08-07T17:16:12.4672752Z remote: Counting objects: 63% (1763/2797) 2024-08-07T17:16:12.4673074Z remote: Counting objects: 64% (1791/2797) 2024-08-07T17:16:12.4673405Z remote: Counting objects: 65% (1819/2797) 2024-08-07T17:16:12.4673726Z remote: Counting objects: 66% (1847/2797) 2024-08-07T17:16:12.4674225Z remote: Counting objects: 67% (1874/2797) 2024-08-07T17:16:12.4674552Z remote: Counting objects: 68% (1902/2797) 2024-08-07T17:16:12.4674873Z remote: Counting objects: 69% (1930/2797) 2024-08-07T17:16:12.4675208Z remote: Counting objects: 70% (1958/2797) 2024-08-07T17:16:12.4675544Z remote: Counting objects: 71% (1986/2797) 2024-08-07T17:16:12.4675859Z remote: Counting objects: 72% (2014/2797) 2024-08-07T17:16:12.4676179Z remote: Counting objects: 73% (2042/2797) 2024-08-07T17:16:12.4676508Z remote: Counting objects: 74% (2070/2797) 2024-08-07T17:16:12.4676830Z remote: Counting objects: 75% (2098/2797) 2024-08-07T17:16:12.4677145Z remote: Counting objects: 76% (2126/2797) 2024-08-07T17:16:12.4677465Z remote: Counting objects: 77% (2154/2797) 2024-08-07T17:16:12.4677898Z remote: Counting objects: 78% (2182/2797) 2024-08-07T17:16:12.4678273Z remote: Counting objects: 79% (2210/2797) 2024-08-07T17:16:12.4678597Z remote: Counting objects: 80% (2238/2797) 2024-08-07T17:16:12.4678924Z remote: Counting objects: 81% (2266/2797) 2024-08-07T17:16:12.4679352Z remote: Counting objects: 82% (2294/2797) 2024-08-07T17:16:12.4679681Z remote: Counting objects: 83% (2322/2797) 2024-08-07T17:16:12.4680004Z remote: Counting objects: 84% (2350/2797) 2024-08-07T17:16:12.4680317Z remote: Counting objects: 85% (2378/2797) 2024-08-07T17:16:12.4680635Z remote: Counting objects: 86% (2406/2797) 2024-08-07T17:16:12.4680967Z remote: Counting objects: 87% (2434/2797) 2024-08-07T17:16:12.4681282Z remote: Counting objects: 88% (2462/2797) 2024-08-07T17:16:12.4681654Z remote: Counting objects: 89% (2490/2797) 2024-08-07T17:16:12.4681984Z remote: Counting objects: 90% (2518/2797) 2024-08-07T17:16:12.4682295Z remote: Counting objects: 91% (2546/2797) 2024-08-07T17:16:12.4682621Z remote: Counting objects: 92% (2574/2797) 2024-08-07T17:16:12.4682940Z remote: Counting objects: 93% (2602/2797) 2024-08-07T17:16:12.4683262Z remote: Counting objects: 94% (2630/2797) 2024-08-07T17:16:12.4683669Z remote: Counting objects: 95% (2658/2797) 2024-08-07T17:16:12.4684043Z remote: Counting objects: 96% (2686/2797) 2024-08-07T17:16:12.4684356Z remote: Counting objects: 97% (2714/2797) 2024-08-07T17:16:12.4684683Z remote: Counting objects: 98% (2742/2797) 2024-08-07T17:16:12.4685004Z remote: Counting objects: 99% (2770/2797) 2024-08-07T17:16:12.4685319Z remote: Counting objects: 100% (2797/2797) 2024-08-07T17:16:12.4685679Z remote: Counting objects: 100% (2797/2797), done. 2024-08-07T17:16:12.5168044Z remote: Compressing objects: 0% (1/1460) 2024-08-07T17:16:12.5409287Z remote: Compressing objects: 1% (15/1460) 2024-08-07T17:16:12.6138912Z remote: Compressing objects: 2% (30/1460) 2024-08-07T17:16:12.8012656Z remote: Compressing objects: 3% (44/1460) 2024-08-07T17:16:12.8947657Z remote: Compressing objects: 4% (59/1460) 2024-08-07T17:16:12.9914815Z remote: Compressing objects: 5% (73/1460) 2024-08-07T17:16:13.0507997Z remote: Compressing objects: 6% (88/1460) 2024-08-07T17:16:13.0877268Z remote: Compressing objects: 7% (103/1460) 2024-08-07T17:16:13.1259521Z remote: Compressing objects: 8% (117/1460) 2024-08-07T17:16:13.1520408Z remote: Compressing objects: 9% (132/1460) 2024-08-07T17:16:13.1728078Z remote: Compressing objects: 10% (146/1460) 2024-08-07T17:16:13.1985704Z remote: Compressing objects: 11% (161/1460) 2024-08-07T17:16:13.2178230Z remote: Compressing objects: 12% (176/1460) 2024-08-07T17:16:13.2365728Z remote: Compressing objects: 13% (190/1460) 2024-08-07T17:16:13.2506939Z remote: Compressing objects: 14% (205/1460) 2024-08-07T17:16:13.2625299Z remote: Compressing objects: 15% (219/1460) 2024-08-07T17:16:13.2710109Z remote: Compressing objects: 16% (234/1460) 2024-08-07T17:16:13.2777090Z remote: Compressing objects: 17% (249/1460) 2024-08-07T17:16:13.2833240Z remote: Compressing objects: 18% (263/1460) 2024-08-07T17:16:13.2862974Z remote: Compressing objects: 19% (278/1460) 2024-08-07T17:16:13.2883051Z remote: Compressing objects: 20% (292/1460) 2024-08-07T17:16:13.2890967Z remote: Compressing objects: 21% (307/1460) 2024-08-07T17:16:13.2900880Z remote: Compressing objects: 22% (322/1460) 2024-08-07T17:16:13.2913667Z remote: Compressing objects: 23% (336/1460) 2024-08-07T17:16:13.2930727Z remote: Compressing objects: 24% (351/1460) 2024-08-07T17:16:13.2950718Z remote: Compressing objects: 25% (365/1460) 2024-08-07T17:16:13.2960872Z remote: Compressing objects: 26% (380/1460) 2024-08-07T17:16:13.2983672Z remote: Compressing objects: 27% (395/1460) 2024-08-07T17:16:13.2996019Z remote: Compressing objects: 28% (409/1460) 2024-08-07T17:16:13.3009822Z remote: Compressing objects: 29% (424/1460) 2024-08-07T17:16:13.3030863Z remote: Compressing objects: 30% (438/1460) 2024-08-07T17:16:13.3047395Z remote: Compressing objects: 31% (453/1460) 2024-08-07T17:16:13.3061251Z remote: Compressing objects: 32% (468/1460) 2024-08-07T17:16:13.3076325Z remote: Compressing objects: 33% (482/1460) 2024-08-07T17:16:13.3082897Z remote: Compressing objects: 34% (497/1460) 2024-08-07T17:16:13.3092887Z remote: Compressing objects: 35% (511/1460) 2024-08-07T17:16:13.3101935Z remote: Compressing objects: 36% (526/1460) 2024-08-07T17:16:13.3111264Z remote: Compressing objects: 37% (541/1460) 2024-08-07T17:16:13.3121949Z remote: Compressing objects: 38% (555/1460) 2024-08-07T17:16:13.3131062Z remote: Compressing objects: 39% (570/1460) 2024-08-07T17:16:13.3138059Z remote: Compressing objects: 40% (584/1460) 2024-08-07T17:16:13.3143703Z remote: Compressing objects: 41% (599/1460) 2024-08-07T17:16:13.3150743Z remote: Compressing objects: 42% (614/1460) 2024-08-07T17:16:13.3155939Z remote: Compressing objects: 43% (628/1460) 2024-08-07T17:16:13.3160808Z remote: Compressing objects: 44% (643/1460) 2024-08-07T17:16:13.3165650Z remote: Compressing objects: 45% (657/1460) 2024-08-07T17:16:13.3172507Z remote: Compressing objects: 46% (672/1460) 2024-08-07T17:16:13.3177221Z remote: Compressing objects: 47% (687/1460) 2024-08-07T17:16:13.3181063Z remote: Compressing objects: 48% (701/1460) 2024-08-07T17:16:13.3189794Z remote: Compressing objects: 49% (716/1460) 2024-08-07T17:16:13.3190160Z remote: Compressing objects: 50% (730/1460) 2024-08-07T17:16:13.3193381Z remote: Compressing objects: 51% (745/1460) 2024-08-07T17:16:13.3196481Z remote: Compressing objects: 52% (760/1460) 2024-08-07T17:16:13.3198965Z remote: Compressing objects: 53% (774/1460) 2024-08-07T17:16:13.3201354Z remote: Compressing objects: 54% (789/1460) 2024-08-07T17:16:13.3203052Z remote: Compressing objects: 55% (803/1460) 2024-08-07T17:16:13.3204429Z remote: Compressing objects: 56% (818/1460) 2024-08-07T17:16:13.3205615Z remote: Compressing objects: 57% (833/1460) 2024-08-07T17:16:13.3206197Z remote: Compressing objects: 58% (847/1460) 2024-08-07T17:16:13.3206552Z remote: Compressing objects: 59% (862/1460) 2024-08-07T17:16:13.3208361Z remote: Compressing objects: 60% (876/1460) 2024-08-07T17:16:13.3208713Z remote: Compressing objects: 61% (891/1460) 2024-08-07T17:16:13.3209049Z remote: Compressing objects: 62% (906/1460) 2024-08-07T17:16:13.3209402Z remote: Compressing objects: 63% (920/1460) 2024-08-07T17:16:13.3209953Z remote: Compressing objects: 64% (935/1460) 2024-08-07T17:16:13.3223471Z remote: Compressing objects: 65% (949/1460) 2024-08-07T17:16:13.3233154Z remote: Compressing objects: 66% (964/1460) 2024-08-07T17:16:13.3241247Z remote: Compressing objects: 67% (979/1460) 2024-08-07T17:16:13.3257798Z remote: Compressing objects: 68% (993/1460) 2024-08-07T17:16:13.3259177Z remote: Compressing objects: 69% (1008/1460) 2024-08-07T17:16:13.3264893Z remote: Compressing objects: 70% (1022/1460) 2024-08-07T17:16:13.3268777Z remote: Compressing objects: 71% (1037/1460) 2024-08-07T17:16:13.3273938Z remote: Compressing objects: 72% (1052/1460) 2024-08-07T17:16:13.3277872Z remote: Compressing objects: 73% (1066/1460) 2024-08-07T17:16:13.3281074Z remote: Compressing objects: 74% (1081/1460) 2024-08-07T17:16:13.3284462Z remote: Compressing objects: 75% (1095/1460) 2024-08-07T17:16:13.3288095Z remote: Compressing objects: 76% (1110/1460) 2024-08-07T17:16:13.3291233Z remote: Compressing objects: 77% (1125/1460) 2024-08-07T17:16:13.3296266Z remote: Compressing objects: 78% (1139/1460) 2024-08-07T17:16:13.3300138Z remote: Compressing objects: 79% (1154/1460) 2024-08-07T17:16:13.3303234Z remote: Compressing objects: 80% (1168/1460) 2024-08-07T17:16:13.3306632Z remote: Compressing objects: 81% (1183/1460) 2024-08-07T17:16:13.3309299Z remote: Compressing objects: 82% (1198/1460) 2024-08-07T17:16:13.3312923Z remote: Compressing objects: 83% (1212/1460) 2024-08-07T17:16:13.3315274Z remote: Compressing objects: 84% (1227/1460) 2024-08-07T17:16:13.3317717Z remote: Compressing objects: 85% (1241/1460) 2024-08-07T17:16:13.3320052Z remote: Compressing objects: 86% (1256/1460) 2024-08-07T17:16:13.3321602Z remote: Compressing objects: 87% (1271/1460) 2024-08-07T17:16:13.3323516Z remote: Compressing objects: 88% (1285/1460) 2024-08-07T17:16:13.3325779Z remote: Compressing objects: 89% (1300/1460) 2024-08-07T17:16:13.3327833Z remote: Compressing objects: 90% (1314/1460) 2024-08-07T17:16:13.3329843Z remote: Compressing objects: 91% (1329/1460) 2024-08-07T17:16:13.3331963Z remote: Compressing objects: 92% (1344/1460) 2024-08-07T17:16:13.3334438Z remote: Compressing objects: 93% (1358/1460) 2024-08-07T17:16:13.3335933Z remote: Compressing objects: 94% (1373/1460) 2024-08-07T17:16:13.3338338Z remote: Compressing objects: 95% (1387/1460) 2024-08-07T17:16:13.3339561Z remote: Compressing objects: 96% (1402/1460) 2024-08-07T17:16:13.3341454Z remote: Compressing objects: 97% (1417/1460) 2024-08-07T17:16:13.3343022Z remote: Compressing objects: 98% (1431/1460) 2024-08-07T17:16:13.3344770Z remote: Compressing objects: 99% (1446/1460) 2024-08-07T17:16:13.3345333Z remote: Compressing objects: 100% (1460/1460) 2024-08-07T17:16:13.3345768Z remote: Compressing objects: 100% (1460/1460), done. 2024-08-07T17:16:35.6903577Z remote: Total 1010995 (delta 1786), reused 2188 (delta 1330), pack-reused 1008198 2024-08-07T17:17:08.1062705Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet 016588f53c6904b840aa56aa86f95460b4d9c996^{object} 2024-08-07T17:17:08.1263359Z 016588f53c6904b840aa56aa86f95460b4d9c996 2024-08-07T17:17:08.1295788Z ##[endgroup] 2024-08-07T17:17:08.1296161Z ##[group]Determining the checkout info 2024-08-07T17:17:08.1297366Z ##[endgroup] 2024-08-07T17:17:08.1297762Z ##[group]Checking out the ref 2024-08-07T17:17:08.1304626Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --quiet --force 016588f53c6904b840aa56aa86f95460b4d9c996 2024-08-07T17:17:15.6441196Z ##[endgroup] 2024-08-07T17:17:15.6441644Z ##[group]Setting up auth for fetching submodules 2024-08-07T17:17:15.6449959Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2024-08-07T17:17:15.6699482Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2024-08-07T17:17:15.6932430Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2024-08-07T17:17:15.7161657Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-08-07T17:17:15.7385471Z ##[endgroup] 2024-08-07T17:17:15.7385848Z ##[group]Fetching submodules 2024-08-07T17:17:15.7391671Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2024-08-07T17:17:16.0762607Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2024-08-07T17:17:16.4679836Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2024-08-07T17:17:16.4680811Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2024-08-07T17:17:16.4681995Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2024-08-07T17:17:16.4682899Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2024-08-07T17:17:16.4684068Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2024-08-07T17:17:16.4685320Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2024-08-07T17:17:16.4686194Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2024-08-07T17:17:16.4687119Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2024-08-07T17:17:16.4688014Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2024-08-07T17:17:16.4688953Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2024-08-07T17:17:16.4689880Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2024-08-07T17:17:16.4690690Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2024-08-07T17:17:16.4691491Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2024-08-07T17:17:16.4692368Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2024-08-07T17:17:16.4693216Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2024-08-07T17:17:16.4693971Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2024-08-07T17:17:16.4694877Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2024-08-07T17:17:16.4695807Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2024-08-07T17:17:16.4696696Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2024-08-07T17:17:16.4697522Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2024-08-07T17:17:16.4698296Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2024-08-07T17:17:16.4699087Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2024-08-07T17:17:16.4700071Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2024-08-07T17:17:16.4700928Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2024-08-07T17:17:16.4701753Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2024-08-07T17:17:16.4702551Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2024-08-07T17:17:16.4703520Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2024-08-07T17:17:16.4704561Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2024-08-07T17:17:16.4705481Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2024-08-07T17:17:16.4706430Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2024-08-07T17:17:16.4707561Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2024-08-07T17:17:16.4708563Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2024-08-07T17:17:16.4709504Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2024-08-07T17:17:16.4710377Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2024-08-07T17:17:16.4711241Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2024-08-07T17:17:16.9189124Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2024-08-07T17:17:17.2814894Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2024-08-07T17:17:17.6330335Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2024-08-07T17:17:18.0957349Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2024-08-07T17:17:20.8573443Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2024-08-07T17:17:33.0503644Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2024-08-07T17:17:33.6285440Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2024-08-07T17:17:34.2931980Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpp-httplib'... 2024-08-07T17:17:35.1072018Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2024-08-07T17:17:36.3901248Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2024-08-07T17:17:38.4469170Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2024-08-07T17:17:44.2262022Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2024-08-07T17:17:45.6071313Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2024-08-07T17:17:47.3922337Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2024-08-07T17:17:48.7490768Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2024-08-07T17:17:49.1021207Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2024-08-07T17:17:49.7282328Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2024-08-07T17:17:50.2263559Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2024-08-07T17:17:51.4478266Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2024-08-07T17:17:51.9700566Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2024-08-07T17:17:52.3595703Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2024-08-07T17:17:53.9886044Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2024-08-07T17:17:54.8731135Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/mimalloc'... 2024-08-07T17:17:55.7536965Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2024-08-07T17:18:01.3870761Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2024-08-07T17:18:03.5665197Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2024-08-07T17:18:08.7611134Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2024-08-07T17:18:09.1797550Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2024-08-07T17:18:27.3734095Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2024-08-07T17:18:27.7345968Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2024-08-07T17:18:28.1761359Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2024-08-07T17:18:29.9573236Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2024-08-07T17:18:30.4183331Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2024-08-07T17:18:31.8699914Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2024-08-07T17:18:32.9149226Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2024-08-07T17:18:33.0408326Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2024-08-07T17:18:33.2035835Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2024-08-07T17:18:33.2727403Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2024-08-07T17:18:34.0491152Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2024-08-07T17:18:34.7043653Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2024-08-07T17:19:02.1363459Z Submodule path 'third_party/XNNPACK': checked out 'fcbf55af6cf28a4627bcd1f703ab7ad843f0f3a2' 2024-08-07T17:19:02.2772290Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2024-08-07T17:19:02.4062971Z Submodule path 'third_party/cpp-httplib': checked out '3b6597bba913d51161383657829b7e644e59c006' 2024-08-07T17:19:02.7488445Z Submodule path 'third_party/cpuinfo': checked out '3c8b1533ac03dd6531ab6e7b9245d488f13a82a5' 2024-08-07T17:19:02.9394387Z Submodule path 'third_party/cudnn_frontend': checked out '98ca4e1941fe3263f128f74f10063a3ea35c7019' 2024-08-07T17:19:05.6308972Z Submodule path 'third_party/cutlass': checked out 'bbe579a9e3beb6ea6626d9227ec32d0dae119a49' 2024-08-07T17:19:06.7893210Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2024-08-07T17:19:07.0762055Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2024-08-07T17:19:07.0920344Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2024-08-07T17:19:07.0921475Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2024-08-07T17:19:07.0922473Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/fbgemm/third_party/cutlass' 2024-08-07T17:19:07.0923591Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2024-08-07T17:19:07.0924754Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2024-08-07T17:19:08.2376565Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2024-08-07T17:19:08.9975142Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2024-08-07T17:19:11.0381325Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cutlass'... 2024-08-07T17:19:12.3452252Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2024-08-07T17:19:12.8583729Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2024-08-07T17:19:13.0181810Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2024-08-07T17:19:13.3513125Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2024-08-07T17:19:15.7752681Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2024-08-07T17:19:15.9810555Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2024-08-07T17:19:16.0597823Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2024-08-07T17:19:16.9462117Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2024-08-07T17:19:17.3658909Z Submodule path 'third_party/fmt': checked out '0c9fce2ffefecfdce794e1859584e25877b7b592' 2024-08-07T17:19:17.4440850Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2024-08-07T17:19:17.5829188Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2024-08-07T17:19:17.9248111Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2024-08-07T17:19:18.1267946Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-08-07T17:19:18.2063628Z Submodule path 'third_party/ideep': checked out '55ca0191687aaf19aca5cdb7881c791e3bea442b' 2024-08-07T17:19:18.2154044Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2024-08-07T17:19:31.1296980Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2024-08-07T17:19:33.2235313Z Submodule path 'third_party/ideep/mkl-dnn': checked out '1137e04ec0b5251ca2b4400a4fd3c667ce843d67' 2024-08-07T17:19:33.3244480Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2024-08-07T17:19:33.5872454Z Submodule path 'third_party/kineto': checked out 'da2f2682cabaf95d601fa2a9b7e0979f84fe7667' 2024-08-07T17:19:33.6003975Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-07T17:19:33.6005249Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2024-08-07T17:19:33.6006489Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2024-08-07T17:19:34.3339987Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2024-08-07T17:19:35.7276237Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2024-08-07T17:19:37.0165611Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2024-08-07T17:19:37.2959052Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2024-08-07T17:19:37.3171810Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-07T17:19:37.3173788Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-07T17:19:37.3175031Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-07T17:19:37.3176193Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-07T17:19:37.3177349Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-07T17:19:37.3178585Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-07T17:19:37.3179980Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-07T17:19:37.3181167Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-07T17:19:38.3425552Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2024-08-07T17:19:38.8931016Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2024-08-07T17:19:40.2600187Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2024-08-07T17:19:40.7436766Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2024-08-07T17:19:41.4949110Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2024-08-07T17:19:42.7731668Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2024-08-07T17:19:48.5690639Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2024-08-07T17:19:48.9569472Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2024-08-07T17:19:49.5342359Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2024-08-07T17:19:49.6468726Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2024-08-07T17:19:49.8006967Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2024-08-07T17:19:49.8824126Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2024-08-07T17:19:49.8917439Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-07T17:19:50.3862114Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2024-08-07T17:19:50.4438035Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2024-08-07T17:19:50.5771600Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2024-08-07T17:19:50.7475288Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2024-08-07T17:19:51.1426649Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2024-08-07T17:19:51.2362699Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2024-08-07T17:19:51.3762564Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2024-08-07T17:19:51.5818724Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2024-08-07T17:19:51.7520443Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2024-08-07T17:19:51.9850924Z Submodule path 'third_party/nccl/nccl': checked out 'ab2b89c4c339bd7f816fbc114a4b05d386b66290' 2024-08-07T17:19:52.8293008Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2024-08-07T17:19:55.4520871Z Submodule path 'third_party/onnx': checked out '3bf92c03a9f27eba3bda1e5b9e63ea20ec213557' 2024-08-07T17:19:55.4646896Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2024-08-07T17:19:55.4647962Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2024-08-07T17:19:56.0292316Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2024-08-07T17:19:57.0815955Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2024-08-07T17:19:57.4068642Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '2dd015dfef425c866d9a43f2c67d8b52d709acb6' 2024-08-07T17:19:57.5717386Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '5b0a6fc2017fcc176545afe3e09c9f9885283242' 2024-08-07T17:19:58.0620116Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2024-08-07T17:19:58.0828326Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-07T17:19:58.0829500Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-07T17:19:58.0830589Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-07T17:19:58.0831717Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-07T17:19:58.0833077Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-07T17:19:58.0834514Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-07T17:19:58.0835828Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-07T17:19:58.0836934Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-07T17:19:58.6991848Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2024-08-07T17:19:59.9680904Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2024-08-07T17:20:00.5118581Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2024-08-07T17:20:13.0447891Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2024-08-07T17:20:13.9289160Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2024-08-07T17:20:14.4523291Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2024-08-07T17:20:14.9896486Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2024-08-07T17:20:23.2251146Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2024-08-07T17:20:23.7058359Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2024-08-07T17:20:23.9740938Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2024-08-07T17:20:24.0624828Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2024-08-07T17:20:26.0905773Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2024-08-07T17:20:26.3411583Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2024-08-07T17:20:26.5219860Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2024-08-07T17:20:26.6671737Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2024-08-07T17:20:26.6780464Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-07T17:20:26.6781854Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-07T17:20:29.6878888Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2024-08-07T17:20:31.4299557Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2024-08-07T17:20:35.1455161Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2024-08-07T17:20:36.2909972Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-08-07T17:20:46.9381540Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2024-08-07T17:20:47.0933366Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2024-08-07T17:20:53.0726078Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2024-08-07T17:20:53.0836917Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2024-08-07T17:20:53.0838235Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2024-08-07T17:20:54.0226621Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2024-08-07T17:20:55.8885057Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2024-08-07T17:20:56.1073916Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2024-08-07T17:20:56.5776839Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2024-08-07T17:20:56.6450234Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2024-08-07T17:20:56.7270539Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2024-08-07T17:20:56.9818999Z Submodule path 'third_party/pybind11': checked out '941f45bcb51457884fa1afd6e24a67377d70f75c' 2024-08-07T17:20:57.6916807Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2024-08-07T17:20:58.7284191Z Submodule path 'third_party/sleef': checked out '60e76d2bce17d278b439d9da17177c8f957a9e9b' 2024-08-07T17:20:59.2164327Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2024-08-07T17:20:59.2661991Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2024-08-07T17:20:59.2663271Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2024-08-07T17:20:59.2664504Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2024-08-07T17:20:59.2665526Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2024-08-07T17:21:00.8876648Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2024-08-07T17:21:01.2942625Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2024-08-07T17:21:03.2956590Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2024-08-07T17:21:05.6048480Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2024-08-07T17:21:08.7583591Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2024-08-07T17:21:09.6158799Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2024-08-07T17:21:10.9300399Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2024-08-07T17:21:11.3061594Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2024-08-07T17:21:11.3154369Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-07T17:21:11.7858042Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2024-08-07T17:21:11.8391707Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2024-08-07T17:21:11.8599132Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2024-08-07T17:21:12.1801874Z Entering 'android/libs/fbjni' 2024-08-07T17:21:12.2187346Z Entering 'third_party/FP16' 2024-08-07T17:21:12.2530762Z Entering 'third_party/FXdiv' 2024-08-07T17:21:12.2890547Z Entering 'third_party/NNPACK' 2024-08-07T17:21:12.3247463Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-07T17:21:12.3608900Z Entering 'third_party/XNNPACK' 2024-08-07T17:21:12.3991906Z Entering 'third_party/benchmark' 2024-08-07T17:21:12.4342924Z Entering 'third_party/cpp-httplib' 2024-08-07T17:21:12.4696655Z Entering 'third_party/cpuinfo' 2024-08-07T17:21:12.5049681Z Entering 'third_party/cudnn_frontend' 2024-08-07T17:21:12.5407046Z Entering 'third_party/cutlass' 2024-08-07T17:21:12.5783006Z Entering 'third_party/eigen' 2024-08-07T17:21:12.6132688Z Entering 'third_party/fbgemm' 2024-08-07T17:21:12.6462037Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-07T17:21:12.6841406Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-07T17:21:12.7181844Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-07T17:21:12.7532463Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-07T17:21:12.7871544Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-07T17:21:12.8229521Z Entering 'third_party/flatbuffers' 2024-08-07T17:21:12.8577744Z Entering 'third_party/fmt' 2024-08-07T17:21:12.8914961Z Entering 'third_party/foxi' 2024-08-07T17:21:12.9254774Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-07T17:21:12.9617538Z Entering 'third_party/gloo' 2024-08-07T17:21:12.9956433Z Entering 'third_party/googletest' 2024-08-07T17:21:13.0305873Z Entering 'third_party/ideep' 2024-08-07T17:21:13.0624565Z Entering 'third_party/ideep/mkl-dnn' 2024-08-07T17:21:13.0987083Z Entering 'third_party/ittapi' 2024-08-07T17:21:13.1327478Z Entering 'third_party/kineto' 2024-08-07T17:21:13.1650117Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-07T17:21:13.1974092Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-07T17:21:13.2321425Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-07T17:21:13.2670141Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-07T17:21:13.3009602Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-07T17:21:13.3334600Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-07T17:21:13.3699752Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-07T17:21:13.4057935Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-07T17:21:13.4406112Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-07T17:21:13.4757212Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-07T17:21:13.5132854Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-07T17:21:13.5477477Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-07T17:21:13.5838332Z Entering 'third_party/mimalloc' 2024-08-07T17:21:13.6189636Z Entering 'third_party/nccl/nccl' 2024-08-07T17:21:13.6539956Z Entering 'third_party/nlohmann' 2024-08-07T17:21:13.6906197Z Entering 'third_party/onnx' 2024-08-07T17:21:13.7258986Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-07T17:21:13.7641570Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-07T17:21:13.7971373Z Entering 'third_party/opentelemetry-cpp' 2024-08-07T17:21:13.8304346Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-07T17:21:13.8680571Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-07T17:21:13.9022522Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-07T17:21:13.9370918Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-07T17:21:13.9712394Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-07T17:21:14.0065244Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-07T17:21:14.0418349Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-07T17:21:14.0754937Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-07T17:21:14.1099047Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-07T17:21:14.1458525Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-07T17:21:14.1849187Z Entering 'third_party/pocketfft' 2024-08-07T17:21:14.2190188Z Entering 'third_party/protobuf' 2024-08-07T17:21:14.2539555Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-07T17:21:14.2875586Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-07T17:21:14.3249548Z Entering 'third_party/psimd' 2024-08-07T17:21:14.3591994Z Entering 'third_party/pthreadpool' 2024-08-07T17:21:14.3933814Z Entering 'third_party/pybind11' 2024-08-07T17:21:14.4271986Z Entering 'third_party/python-peachpy' 2024-08-07T17:21:14.4603092Z Entering 'third_party/sleef' 2024-08-07T17:21:14.4938356Z Entering 'third_party/tensorpipe' 2024-08-07T17:21:14.5266128Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-07T17:21:14.5609285Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-07T17:21:14.5967660Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-07T17:21:14.6309577Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-07T17:21:14.6633398Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-07T17:21:14.7093094Z ##[endgroup] 2024-08-07T17:21:14.7093791Z ##[group]Persisting credentials for submodules 2024-08-07T17:21:14.7104327Z [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-08-07T17:21:15.0535431Z Entering 'android/libs/fbjni' 2024-08-07T17:21:15.1074131Z Entering 'third_party/FP16' 2024-08-07T17:21:15.1600060Z Entering 'third_party/FXdiv' 2024-08-07T17:21:15.2147837Z Entering 'third_party/NNPACK' 2024-08-07T17:21:15.2684818Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-07T17:21:15.3212662Z Entering 'third_party/XNNPACK' 2024-08-07T17:21:15.3875849Z Entering 'third_party/benchmark' 2024-08-07T17:21:15.4410439Z Entering 'third_party/cpp-httplib' 2024-08-07T17:21:15.4943303Z Entering 'third_party/cpuinfo' 2024-08-07T17:21:15.5490022Z Entering 'third_party/cudnn_frontend' 2024-08-07T17:21:15.6025563Z Entering 'third_party/cutlass' 2024-08-07T17:21:15.6584235Z Entering 'third_party/eigen' 2024-08-07T17:21:15.7124984Z Entering 'third_party/fbgemm' 2024-08-07T17:21:15.7638940Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-07T17:21:15.8185681Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-07T17:21:15.8719927Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-07T17:21:15.9262802Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-07T17:21:15.9824946Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-07T17:21:16.0397393Z Entering 'third_party/flatbuffers' 2024-08-07T17:21:16.0949033Z Entering 'third_party/fmt' 2024-08-07T17:21:16.1486913Z Entering 'third_party/foxi' 2024-08-07T17:21:16.2030104Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-07T17:21:16.2577739Z Entering 'third_party/gloo' 2024-08-07T17:21:16.3111173Z Entering 'third_party/googletest' 2024-08-07T17:21:16.3653004Z Entering 'third_party/ideep' 2024-08-07T17:21:16.4174419Z Entering 'third_party/ideep/mkl-dnn' 2024-08-07T17:21:16.4735898Z Entering 'third_party/ittapi' 2024-08-07T17:21:16.5296045Z Entering 'third_party/kineto' 2024-08-07T17:21:16.5818680Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-07T17:21:16.6353508Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-07T17:21:16.6903231Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-07T17:21:16.7446296Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-07T17:21:16.7997252Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-07T17:21:16.8531077Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-07T17:21:16.9088143Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-07T17:21:16.9625103Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-07T17:21:17.0180125Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-07T17:21:17.0714487Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-07T17:21:17.1264013Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-07T17:21:17.1817276Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-07T17:21:17.2392294Z Entering 'third_party/mimalloc' 2024-08-07T17:21:17.2938232Z Entering 'third_party/nccl/nccl' 2024-08-07T17:21:17.3478947Z Entering 'third_party/nlohmann' 2024-08-07T17:21:17.4030037Z Entering 'third_party/onnx' 2024-08-07T17:21:17.4578642Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-07T17:21:17.5115967Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-07T17:21:17.5682842Z Entering 'third_party/opentelemetry-cpp' 2024-08-07T17:21:17.6208800Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-07T17:21:17.6767487Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-07T17:21:17.7318178Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-07T17:21:17.7858675Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-07T17:21:17.8408176Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-07T17:21:17.8936311Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-07T17:21:17.9479148Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-07T17:21:18.0018718Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-07T17:21:18.0564082Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-07T17:21:18.1113045Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-07T17:21:18.1699084Z Entering 'third_party/pocketfft' 2024-08-07T17:21:18.2230044Z Entering 'third_party/protobuf' 2024-08-07T17:21:18.2752380Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-07T17:21:18.3314246Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-07T17:21:18.3852766Z Entering 'third_party/psimd' 2024-08-07T17:21:18.4373282Z Entering 'third_party/pthreadpool' 2024-08-07T17:21:18.4906773Z Entering 'third_party/pybind11' 2024-08-07T17:21:18.5430934Z Entering 'third_party/python-peachpy' 2024-08-07T17:21:18.5965888Z Entering 'third_party/sleef' 2024-08-07T17:21:18.6496745Z Entering 'third_party/tensorpipe' 2024-08-07T17:21:18.7011064Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-07T17:21:18.7546471Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-07T17:21:18.8088577Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-07T17:21:18.8637328Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-07T17:21:18.9158726Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-07T17:21:18.9816938Z [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-08-07T17:21:19.2903680Z Entering 'android/libs/fbjni' 2024-08-07T17:21:19.3423699Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2024-08-07T17:21:19.3547865Z Entering 'third_party/FP16' 2024-08-07T17:21:19.4066870Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2024-08-07T17:21:19.4190473Z Entering 'third_party/FXdiv' 2024-08-07T17:21:19.4711279Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2024-08-07T17:21:19.4830766Z Entering 'third_party/NNPACK' 2024-08-07T17:21:19.5350856Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2024-08-07T17:21:19.5472285Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-07T17:21:19.5983321Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2024-08-07T17:21:19.6104521Z Entering 'third_party/XNNPACK' 2024-08-07T17:21:19.6612199Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2024-08-07T17:21:19.6755212Z Entering 'third_party/benchmark' 2024-08-07T17:21:19.7262066Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2024-08-07T17:21:19.7382683Z Entering 'third_party/cpp-httplib' 2024-08-07T17:21:19.7888089Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2024-08-07T17:21:19.8020216Z Entering 'third_party/cpuinfo' 2024-08-07T17:21:19.8538566Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2024-08-07T17:21:19.8662209Z Entering 'third_party/cudnn_frontend' 2024-08-07T17:21:19.9165475Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2024-08-07T17:21:19.9284305Z Entering 'third_party/cutlass' 2024-08-07T17:21:19.9793498Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2024-08-07T17:21:19.9920208Z Entering 'third_party/eigen' 2024-08-07T17:21:20.0424136Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2024-08-07T17:21:20.0546440Z Entering 'third_party/fbgemm' 2024-08-07T17:21:20.1047221Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2024-08-07T17:21:20.1156456Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-07T17:21:20.1662789Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2024-08-07T17:21:20.1784973Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-07T17:21:20.2291832Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2024-08-07T17:21:20.2412983Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-07T17:21:20.2917223Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config remote.origin.url 2024-08-07T17:21:20.3049577Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-07T17:21:20.3560419Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2024-08-07T17:21:20.3679125Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-07T17:21:20.4204054Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2024-08-07T17:21:20.4352315Z Entering 'third_party/flatbuffers' 2024-08-07T17:21:20.4858842Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2024-08-07T17:21:20.4982504Z Entering 'third_party/fmt' 2024-08-07T17:21:20.5536219Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2024-08-07T17:21:20.5657811Z Entering 'third_party/foxi' 2024-08-07T17:21:20.6173954Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2024-08-07T17:21:20.6294751Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-07T17:21:20.6797914Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2024-08-07T17:21:20.6923771Z Entering 'third_party/gloo' 2024-08-07T17:21:20.7435429Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2024-08-07T17:21:20.7553997Z Entering 'third_party/googletest' 2024-08-07T17:21:20.8058154Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2024-08-07T17:21:20.8182150Z Entering 'third_party/ideep' 2024-08-07T17:21:20.8691399Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2024-08-07T17:21:20.8799684Z Entering 'third_party/ideep/mkl-dnn' 2024-08-07T17:21:20.9295510Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2024-08-07T17:21:20.9438685Z Entering 'third_party/ittapi' 2024-08-07T17:21:20.9929159Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2024-08-07T17:21:21.0048057Z Entering 'third_party/kineto' 2024-08-07T17:21:21.0563447Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2024-08-07T17:21:21.0672733Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-07T17:21:21.1187457Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2024-08-07T17:21:21.1298081Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-07T17:21:21.1809204Z 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-08-07T17:21:21.1934899Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-07T17:21:21.2470411Z 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-08-07T17:21:21.2588330Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-07T17:21:21.3097348Z 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-08-07T17:21:21.3216073Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-07T17:21:21.3732488Z 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-08-07T17:21:21.3851264Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-07T17:21:21.4364885Z 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-08-07T17:21:21.4504312Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-07T17:21:21.5018553Z 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-08-07T17:21:21.5141954Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-07T17:21:21.5662490Z 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-08-07T17:21:21.5786702Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-07T17:21:21.6305486Z 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-08-07T17:21:21.6428211Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-07T17:21:21.6948798Z 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-08-07T17:21:21.7087604Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-07T17:21:21.7596157Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2024-08-07T17:21:21.7719664Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-07T17:21:21.8233874Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2024-08-07T17:21:21.8375680Z Entering 'third_party/mimalloc' 2024-08-07T17:21:21.8888865Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2024-08-07T17:21:21.9008357Z Entering 'third_party/nccl/nccl' 2024-08-07T17:21:21.9507190Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2024-08-07T17:21:21.9625578Z Entering 'third_party/nlohmann' 2024-08-07T17:21:22.0129144Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2024-08-07T17:21:22.0252535Z Entering 'third_party/onnx' 2024-08-07T17:21:22.0772638Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2024-08-07T17:21:22.0902705Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-07T17:21:22.1405687Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2024-08-07T17:21:22.1530893Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-07T17:21:22.2034282Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2024-08-07T17:21:22.2187871Z Entering 'third_party/opentelemetry-cpp' 2024-08-07T17:21:22.2708981Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2024-08-07T17:21:22.2815467Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-07T17:21:22.3316260Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2024-08-07T17:21:22.3435048Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-07T17:21:22.3960761Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2024-08-07T17:21:22.4084168Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-07T17:21:22.4583856Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2024-08-07T17:21:22.4707367Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-07T17:21:22.5222657Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2024-08-07T17:21:22.5345364Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-07T17:21:22.5865418Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2024-08-07T17:21:22.5984993Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-07T17:21:22.6488228Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2024-08-07T17:21:22.6607036Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-07T17:21:22.7117480Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2024-08-07T17:21:22.7223267Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-07T17:21:22.7740316Z 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-08-07T17:21:22.7868091Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-07T17:21:22.8374692Z 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-08-07T17:21:22.8509387Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-07T17:21:22.9015828Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2024-08-07T17:21:22.9177437Z Entering 'third_party/pocketfft' 2024-08-07T17:21:22.9687063Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2024-08-07T17:21:22.9808512Z Entering 'third_party/protobuf' 2024-08-07T17:21:23.0329300Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2024-08-07T17:21:23.0443981Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-07T17:21:23.0991455Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2024-08-07T17:21:23.1110479Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-07T17:21:23.1625909Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2024-08-07T17:21:23.1765473Z Entering 'third_party/psimd' 2024-08-07T17:21:23.2261665Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2024-08-07T17:21:23.2380898Z Entering 'third_party/pthreadpool' 2024-08-07T17:21:23.2886543Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2024-08-07T17:21:23.3002984Z Entering 'third_party/pybind11' 2024-08-07T17:21:23.3502416Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2024-08-07T17:21:23.3622111Z Entering 'third_party/python-peachpy' 2024-08-07T17:21:23.4148498Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2024-08-07T17:21:23.4271617Z Entering 'third_party/sleef' 2024-08-07T17:21:23.4786791Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2024-08-07T17:21:23.4909233Z Entering 'third_party/tensorpipe' 2024-08-07T17:21:23.5429369Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2024-08-07T17:21:23.5538994Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-07T17:21:23.6067600Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2024-08-07T17:21:23.6191840Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-07T17:21:23.6717059Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2024-08-07T17:21:23.6839302Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-07T17:21:23.7361007Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2024-08-07T17:21:23.7486646Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-07T17:21:23.8000639Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2024-08-07T17:21:23.8110711Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-07T17:21:23.8628894Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2024-08-07T17:21:23.9187248Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2024-08-07T17:21:24.2576796Z Entering 'android/libs/fbjni' 2024-08-07T17:21:24.2916135Z Entering 'third_party/FP16' 2024-08-07T17:21:24.3252796Z Entering 'third_party/FXdiv' 2024-08-07T17:21:24.3585792Z Entering 'third_party/NNPACK' 2024-08-07T17:21:24.3940589Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-07T17:21:24.4279676Z Entering 'third_party/XNNPACK' 2024-08-07T17:21:24.4636712Z Entering 'third_party/benchmark' 2024-08-07T17:21:24.4974849Z Entering 'third_party/cpp-httplib' 2024-08-07T17:21:24.5336531Z Entering 'third_party/cpuinfo' 2024-08-07T17:21:24.5688441Z Entering 'third_party/cudnn_frontend' 2024-08-07T17:21:24.6032790Z Entering 'third_party/cutlass' 2024-08-07T17:21:24.6382682Z Entering 'third_party/eigen' 2024-08-07T17:21:24.6722744Z Entering 'third_party/fbgemm' 2024-08-07T17:21:24.7046452Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-07T17:21:24.7420638Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-07T17:21:24.7761005Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-07T17:21:24.8133756Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-07T17:21:24.8473280Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-07T17:21:24.8828182Z Entering 'third_party/flatbuffers' 2024-08-07T17:21:24.9175154Z Entering 'third_party/fmt' 2024-08-07T17:21:24.9520961Z Entering 'third_party/foxi' 2024-08-07T17:21:24.9868666Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-07T17:21:25.0210481Z Entering 'third_party/gloo' 2024-08-07T17:21:25.0547920Z Entering 'third_party/googletest' 2024-08-07T17:21:25.0907117Z Entering 'third_party/ideep' 2024-08-07T17:21:25.1268717Z Entering 'third_party/ideep/mkl-dnn' 2024-08-07T17:21:25.1636184Z Entering 'third_party/ittapi' 2024-08-07T17:21:25.1981740Z Entering 'third_party/kineto' 2024-08-07T17:21:25.2310806Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-07T17:21:25.2647538Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-07T17:21:25.2992997Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-07T17:21:25.3345157Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-07T17:21:25.3693271Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-07T17:21:25.4023916Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-07T17:21:25.4400782Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-07T17:21:25.4767313Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-07T17:21:25.5116635Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-07T17:21:25.5471179Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-07T17:21:25.5835320Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-07T17:21:25.6181622Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-07T17:21:25.6539928Z Entering 'third_party/mimalloc' 2024-08-07T17:21:25.6880933Z Entering 'third_party/nccl/nccl' 2024-08-07T17:21:25.7230100Z Entering 'third_party/nlohmann' 2024-08-07T17:21:25.7585779Z Entering 'third_party/onnx' 2024-08-07T17:21:25.7938034Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-07T17:21:25.8285168Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-07T17:21:25.8650683Z Entering 'third_party/opentelemetry-cpp' 2024-08-07T17:21:25.8981319Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-07T17:21:25.9342471Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-07T17:21:25.9699635Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-07T17:21:26.0046508Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-07T17:21:26.0419194Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-07T17:21:26.0759654Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-07T17:21:26.1107087Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-07T17:21:26.1440746Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-07T17:21:26.1803544Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-07T17:21:26.2191336Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-07T17:21:26.2568198Z Entering 'third_party/pocketfft' 2024-08-07T17:21:26.2907118Z Entering 'third_party/protobuf' 2024-08-07T17:21:26.3243330Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-07T17:21:26.3583986Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-07T17:21:26.3943014Z Entering 'third_party/psimd' 2024-08-07T17:21:26.4323210Z Entering 'third_party/pthreadpool' 2024-08-07T17:21:26.4663239Z Entering 'third_party/pybind11' 2024-08-07T17:21:26.5016460Z Entering 'third_party/python-peachpy' 2024-08-07T17:21:26.5368289Z Entering 'third_party/sleef' 2024-08-07T17:21:26.5711021Z Entering 'third_party/tensorpipe' 2024-08-07T17:21:26.6052638Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-07T17:21:26.6395906Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-07T17:21:26.6737182Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-07T17:21:26.7084101Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-07T17:21:26.7409150Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-07T17:21:26.7867512Z [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-08-07T17:21:27.1272562Z Entering 'android/libs/fbjni' 2024-08-07T17:21:27.1626443Z Entering 'third_party/FP16' 2024-08-07T17:21:27.1999955Z Entering 'third_party/FXdiv' 2024-08-07T17:21:27.2348933Z Entering 'third_party/NNPACK' 2024-08-07T17:21:27.2698319Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-07T17:21:27.3057761Z Entering 'third_party/XNNPACK' 2024-08-07T17:21:27.3421188Z Entering 'third_party/benchmark' 2024-08-07T17:21:27.3798186Z Entering 'third_party/cpp-httplib' 2024-08-07T17:21:27.4154537Z Entering 'third_party/cpuinfo' 2024-08-07T17:21:27.4515933Z Entering 'third_party/cudnn_frontend' 2024-08-07T17:21:27.4864533Z Entering 'third_party/cutlass' 2024-08-07T17:21:27.5227811Z Entering 'third_party/eigen' 2024-08-07T17:21:27.5581660Z Entering 'third_party/fbgemm' 2024-08-07T17:21:27.5948586Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-07T17:21:27.6308477Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-07T17:21:27.6664378Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-07T17:21:27.7025786Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-07T17:21:27.7379689Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-07T17:21:27.7763005Z Entering 'third_party/flatbuffers' 2024-08-07T17:21:27.8111671Z Entering 'third_party/fmt' 2024-08-07T17:21:27.8459254Z Entering 'third_party/foxi' 2024-08-07T17:21:27.8817541Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-07T17:21:27.9158711Z Entering 'third_party/gloo' 2024-08-07T17:21:27.9500570Z Entering 'third_party/googletest' 2024-08-07T17:21:27.9845485Z Entering 'third_party/ideep' 2024-08-07T17:21:28.0182649Z Entering 'third_party/ideep/mkl-dnn' 2024-08-07T17:21:28.0560338Z Entering 'third_party/ittapi' 2024-08-07T17:21:28.0912239Z Entering 'third_party/kineto' 2024-08-07T17:21:28.1244741Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-07T17:21:28.1585301Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-07T17:21:28.3245704Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-07T17:21:28.3602205Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-07T17:21:28.3954332Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-07T17:21:28.4313696Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-07T17:21:28.4683613Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-07T17:21:28.5044882Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-07T17:21:28.5394426Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-07T17:21:28.5753838Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-07T17:21:28.6128204Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-07T17:21:28.6509957Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-07T17:21:28.6885267Z Entering 'third_party/mimalloc' 2024-08-07T17:21:28.7232528Z Entering 'third_party/nccl/nccl' 2024-08-07T17:21:28.7579203Z Entering 'third_party/nlohmann' 2024-08-07T17:21:28.7923852Z Entering 'third_party/onnx' 2024-08-07T17:21:28.8288297Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-07T17:21:28.8630266Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-07T17:21:28.8986789Z Entering 'third_party/opentelemetry-cpp' 2024-08-07T17:21:28.9324850Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-07T17:21:28.9676164Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-07T17:21:29.0044410Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-07T17:21:29.0387647Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-07T17:21:29.0730757Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-07T17:21:29.1113425Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-07T17:21:29.1460649Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-07T17:21:29.1782779Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-07T17:21:29.2152198Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-07T17:21:29.2505601Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-07T17:21:29.2877801Z Entering 'third_party/pocketfft' 2024-08-07T17:21:29.3237762Z Entering 'third_party/protobuf' 2024-08-07T17:21:29.3561759Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-07T17:21:29.3894916Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-07T17:21:29.4259263Z Entering 'third_party/psimd' 2024-08-07T17:21:29.4591173Z Entering 'third_party/pthreadpool' 2024-08-07T17:21:29.4929150Z Entering 'third_party/pybind11' 2024-08-07T17:21:29.5263950Z Entering 'third_party/python-peachpy' 2024-08-07T17:21:29.5609700Z Entering 'third_party/sleef' 2024-08-07T17:21:29.5946413Z Entering 'third_party/tensorpipe' 2024-08-07T17:21:29.6266002Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-07T17:21:29.6652430Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-07T17:21:29.6995292Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-07T17:21:29.7335173Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-07T17:21:29.7684260Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-07T17:21:29.8146144Z ##[endgroup] 2024-08-07T17:21:29.8399455Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2024-08-07T17:21:29.8602637Z '016588f53c6904b840aa56aa86f95460b4d9c996' 2024-08-07T17:21:29.8868114Z Prepare all required actions 2024-08-07T17:21:29.8935070Z ##[group]Run ./.github/actions/setup-win 2024-08-07T17:21:29.8935378Z with: 2024-08-07T17:21:29.8935570Z cuda-version: cpu 2024-08-07T17:21:29.8935763Z env: 2024-08-07T17:21:29.8936023Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:21:29.8936259Z ##[endgroup] 2024-08-07T17:21:29.9010571Z ##[group]Run set -euo pipefail 2024-08-07T17:21:29.9010890Z set -euo pipefail 2024-08-07T17:21:29.9011143Z function get_ec2_metadata() { 2024-08-07T17:21:29.9011497Z  # Pulled from instance metadata endpoint for EC2 2024-08-07T17:21:29.9012098Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-08-07T17:21:29.9012612Z  category=$1 2024-08-07T17:21:29.9012959Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2024-08-07T17:21:29.9013335Z } 2024-08-07T17:21:29.9013758Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-08-07T17:21:29.9014146Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-08-07T17:21:29.9014590Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-08-07T17:21:29.9014971Z echo "system info $(uname -a)" 2024-08-07T17:21:29.9034246Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-07T17:21:29.9034679Z env: 2024-08-07T17:21:29.9034876Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:21:29.9035102Z ##[endgroup] 2024-08-07T17:21:29.9445945Z ami-id: ami-0deabe82e86a1730e 2024-08-07T17:21:29.9614306Z instance-id: i-042bd7d11f9f9f9ca 2024-08-07T17:21:29.9802014Z instance-type: c5d.4xlarge 2024-08-07T17:21:29.9986316Z system info MSYS_NT-10.0-17763 EC2AMAZ-HAC74MP 3.4.10-87d57229.x86_64 2024-02-14 20:17 UTC x86_64 Msys 2024-08-07T17:21:30.0080885Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2024-08-07T17:21:30.0081839Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2024-08-07T17:21:30.0097611Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-08-07T17:21:30.0098069Z env: 2024-08-07T17:21:30.0098257Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:21:30.0098504Z ##[endgroup] 2024-08-07T17:21:30.3561797Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-08-07T17:21:30.3623995Z Finished 2024-08-07T17:21:30.3964555Z ##[group]Run # Windows conda is baked into the AMI at this location 2024-08-07T17:21:30.3965033Z # Windows conda is baked into the AMI at this location 2024-08-07T17:21:30.3965437Z CONDA="C:\Jenkins\Miniconda3\condabin\conda.bat" 2024-08-07T17:21:30.3965758Z  2024-08-07T17:21:30.3965922Z { 2024-08-07T17:21:30.3966169Z  echo "CONDA_RUN=${CONDA} run --no-capture-output"; 2024-08-07T17:21:30.3966580Z  echo "CONDA_BUILD=${CONDA} run conda-build"; 2024-08-07T17:21:30.3966917Z  echo "CONDA_INSTALL=${CONDA} install"; 2024-08-07T17:21:30.3967203Z } >> "${GITHUB_ENV}" 2024-08-07T17:21:30.3985969Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-07T17:21:30.3986393Z env: 2024-08-07T17:21:30.3986573Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:21:30.3986800Z ##[endgroup] 2024-08-07T17:21:30.4279238Z ##[group]Run set +e 2024-08-07T17:21:30.4279476Z set +e 2024-08-07T17:21:30.4279673Z set -x 2024-08-07T17:21:30.4279866Z  2024-08-07T17:21:30.4280086Z PYTHON3=$(${CONDA_RUN} which python3) 2024-08-07T17:21:30.4280376Z EXIT_CODE=$? 2024-08-07T17:21:30.4280569Z  2024-08-07T17:21:30.4280760Z if [[ "${EXIT_CODE}" == "0" ]]; then 2024-08-07T17:21:30.4281143Z  echo "Found Python3 at ${PYTHON3}, adding it into GITHUB_PATH" 2024-08-07T17:21:30.4283306Z  2024-08-07T17:21:30.4283573Z  PYTHON_PATH=$(dirname "${PYTHON3}") 2024-08-07T17:21:30.4283907Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2024-08-07T17:21:30.4284188Z else 2024-08-07T17:21:30.4284622Z  # According to https://docs.conda.io/en/latest/miniconda.html, we are using the Miniconda3 2024-08-07T17:21:30.4285316Z  # installation, which is Python 3 based. Its Python is default to Python 3. Further, there 2024-08-07T17:21:30.4285964Z  # is also the Miniconda installation that is Python 2 based, and both can be installed if 2024-08-07T17:21:30.4286517Z  # needed. In both cases, Python binary is just called python 2024-08-07T17:21:30.4286897Z  PYTHON=$(${CONDA_RUN} which python) 2024-08-07T17:21:30.4287233Z  EXIT_CODE=$? 2024-08-07T17:21:30.4287629Z  2024-08-07T17:21:30.4287932Z  if [[ "${EXIT_CODE}" == "0" ]]; then 2024-08-07T17:21:30.4288703Z  echo "Found Python at ${PYTHON}, set Python3 alias and add it into GITHUB_PATH" 2024-08-07T17:21:30.4289121Z  2024-08-07T17:21:30.4289373Z  PYTHON3=$(echo "${PYTHON}" | sed "s/python/python3/") 2024-08-07T17:21:30.4289883Z  # It's difficult to setup alias across GitHub action steps, so I just add a softlink 2024-08-07T17:21:30.4290324Z  # here pointing to Python 2024-08-07T17:21:30.4290617Z  ln -s "${PYTHON}" "${PYTHON3}" 2024-08-07T17:21:30.4290881Z  2024-08-07T17:21:30.4291074Z  PYTHON_PATH=$(dirname "${PYTHON}") 2024-08-07T17:21:30.4291408Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2024-08-07T17:21:30.4291698Z  else 2024-08-07T17:21:30.4291927Z  echo "Found no Python using ${CONDA_RUN}" 2024-08-07T17:21:30.4292224Z  fi 2024-08-07T17:21:30.4292416Z fi 2024-08-07T17:21:30.4312247Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-07T17:21:30.4312695Z env: 2024-08-07T17:21:30.4312874Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:21:30.4313352Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-07T17:21:30.4313886Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-07T17:21:30.4314357Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-07T17:21:30.4314719Z ##[endgroup] 2024-08-07T17:21:30.4651577Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output which python3 2024-08-07T17:21:39.2673502Z which: no python3 in (/c/Jenkins/Miniconda3:/c/Jenkins/Miniconda3/Library/mingw-w64/bin:/c/Jenkins/Miniconda3/Library/usr/bin:/c/Jenkins/Miniconda3/Library/bin:/c/Jenkins/Miniconda3/Scripts:/c/Jenkins/Miniconda3/bin:/c/Jenkins/Miniconda3/condabin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program Files/Amazon/cfn-bootstrap:/c/ProgramData/chocolatey/bin:/c/Program Files/Amazon/AWSCLIV2:/cmd:/mingw64/bin:/usr/bin:/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/c/Users/runneruser/AppData/Local/Microsoft/WindowsApps) 2024-08-07T17:21:39.2700016Z ERROR conda.cli.main_run:execute(49): `conda run which python3` failed. (See above for error) 2024-08-07T17:21:39.3429095Z + PYTHON3= 2024-08-07T17:21:39.3429327Z + EXIT_CODE=1 2024-08-07T17:21:39.3429656Z + [[ 1 == \0 ]] 2024-08-07T17:21:39.3489306Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output which python 2024-08-07T17:21:41.0389026Z + PYTHON=/c/Jenkins/Miniconda3/python 2024-08-07T17:21:41.0389377Z + EXIT_CODE=0 2024-08-07T17:21:41.0389558Z + [[ 0 == \0 ]] 2024-08-07T17:21:41.0389986Z + echo 'Found Python at /c/Jenkins/Miniconda3/python, set Python3 alias and add it into GITHUB_PATH' 2024-08-07T17:21:41.0390688Z Found Python at /c/Jenkins/Miniconda3/python, set Python3 alias and add it into GITHUB_PATH 2024-08-07T17:21:41.0506091Z ++ echo /c/Jenkins/Miniconda3/python 2024-08-07T17:21:41.0555844Z ++ sed s/python/python3/ 2024-08-07T17:21:41.0619448Z + PYTHON3=/c/Jenkins/Miniconda3/python3 2024-08-07T17:21:41.0619938Z + ln -s /c/Jenkins/Miniconda3/python /c/Jenkins/Miniconda3/python3 2024-08-07T17:21:41.0807756Z ++ dirname /c/Jenkins/Miniconda3/python 2024-08-07T17:21:41.0866534Z + PYTHON_PATH=/c/Jenkins/Miniconda3 2024-08-07T17:21:41.0866904Z + echo /c/Jenkins/Miniconda3 2024-08-07T17:21:41.0975432Z ##[group]Run TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2024-08-07T17:21:41.0976020Z TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2024-08-07T17:21:41.0976468Z echo "TMPDIR=${TMPDIR}" >> "${GITHUB_ENV}" 2024-08-07T17:21:41.0998181Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-07T17:21:41.0998604Z env: 2024-08-07T17:21:41.0998800Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:21:41.0999356Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-07T17:21:41.0999867Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-07T17:21:41.1000345Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-07T17:21:41.1000692Z ##[endgroup] 2024-08-07T17:21:41.2053438Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2024-08-07T17:21:41.2054386Z Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2024-08-07T17:21:41.2055136Z # Let's both exclude the path and disable Windows Defender completely just to be sure 2024-08-07T17:21:41.2055598Z # that it doesn't interfere 2024-08-07T17:21:41.2056037Z Set-MpPreference -DisableRealtimeMonitoring $True -ErrorAction Ignore 2024-08-07T17:21:41.2072015Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-08-07T17:21:41.2072581Z env: 2024-08-07T17:21:41.2072770Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:21:41.2073141Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-07T17:21:41.2073657Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-07T17:21:41.2074126Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-07T17:21:41.2074504Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-07T17:21:41.2074803Z ##[endgroup] 2024-08-07T17:21:41.5393626Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-08-07T17:21:41.5455919Z Finished 2024-08-07T17:21:41.9414077Z ##[group]Run choco install handle -y 2024-08-07T17:21:41.9414384Z choco install handle -y 2024-08-07T17:21:41.9414661Z handle C:\actions-runner\_work\ 2024-08-07T17:21:41.9430253Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-08-07T17:21:41.9430801Z env: 2024-08-07T17:21:41.9430993Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:21:41.9431368Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-07T17:21:41.9431866Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-07T17:21:41.9432434Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-07T17:21:41.9432828Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-07T17:21:41.9433113Z ##[endgroup] 2024-08-07T17:21:42.2781464Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-08-07T17:21:42.2844096Z Finished 2024-08-07T17:21:44.4542749Z Chocolatey v2.3.0 2024-08-07T17:21:44.6224534Z Installing the following packages: 2024-08-07T17:21:44.6229371Z handle 2024-08-07T17:21:44.6233348Z By installing, you accept licenses for the packages. 2024-08-07T17:21:45.6583345Z Downloading package from source 'https://community.chocolatey.org/api/v2/' 2024-08-07T17:21:45.7842044Z 2024-08-07T17:21:45.7843095Z Progress: Downloading Handle 5.0... 14% 2024-08-07T17:21:45.7843461Z Progress: Downloading Handle 5.0... 44% 2024-08-07T17:21:45.7844080Z Progress: Downloading Handle 5.0... 75% 2024-08-07T17:21:45.7844378Z Progress: Downloading Handle 5.0... 100% 2024-08-07T17:21:45.9235867Z 2024-08-07T17:21:45.9236276Z handle v5.0.0 [Approved] 2024-08-07T17:21:45.9433573Z handle package files install completed. Performing other installation steps. 2024-08-07T17:21:47.3829446Z Downloading Handle 2024-08-07T17:21:47.3829839Z from 'https://download.sysinternals.com/files/Handle.zip' 2024-08-07T17:21:47.5060207Z 2024-08-07T17:21:47.5084931Z Progress: 21% - Saving 159.99 KB of 729.82 KB 2024-08-07T17:21:47.5102806Z Progress: 41% - Saving 304 KB of 729.82 KB 2024-08-07T17:21:47.5124311Z Progress: 63% - Saving 463.99 KB of 729.82 KB 2024-08-07T17:21:47.5150841Z Progress: 83% - Saving 607.99 KB of 729.82 KB 2024-08-07T17:21:47.5155533Z Progress: 100% - Completed download of C:\Users\runneruser\AppData\Local\Temp\chocolatey\Handle\5.0.0\Handle.zip (729.82 KB). 2024-08-07T17:21:47.5163195Z Download of Handle.zip (729.82 KB) completed. 2024-08-07T17:21:50.6121688Z Hashes match. 2024-08-07T17:21:50.6436420Z Extracting C:\Users\runneruser\AppData\Local\Temp\chocolatey\Handle\5.0.0\Handle.zip to C:\ProgramData\chocolatey\lib\Handle\tools... 2024-08-07T17:21:51.0203636Z C:\ProgramData\chocolatey\lib\Handle\tools 2024-08-07T17:21:51.0246663Z HKEY_CURRENT_USER\Software\Sysinternals 2024-08-07T17:21:51.0278481Z HKEY_CURRENT_USER\Software\Sysinternals\Handle 2024-08-07T17:21:51.4365560Z ShimGen has successfully created a shim for handle.exe 2024-08-07T17:21:51.6178105Z ShimGen has successfully created a shim for handle64.exe 2024-08-07T17:21:51.9027416Z ShimGen has successfully created a shim for handle64a.exe 2024-08-07T17:21:51.9285166Z The install of handle was successful. 2024-08-07T17:21:51.9288189Z Deployed to 'C:\ProgramData\chocolatey\lib\Handle\tools' 2024-08-07T17:21:51.9393775Z 2024-08-07T17:21:51.9394139Z Chocolatey installed 1/1 packages. 2024-08-07T17:21:51.9394570Z See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). 2024-08-07T17:21:52.3152523Z 2024-08-07T17:21:52.3153020Z Nthandle v5.0 - Handle viewer 2024-08-07T17:21:52.3153416Z Copyright (C) 1997-2022 Mark Russinovich 2024-08-07T17:21:52.3153755Z Sysinternals - www.sysinternals.com 2024-08-07T17:21:52.3153962Z 2024-08-07T17:21:52.3558684Z powershell.exe pid: 1572 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-08-07T17:21:52.3559306Z handle.exe pid: 2956 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-08-07T17:21:52.3559852Z handle.exe pid: 3304 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2024-08-07T17:21:52.3560395Z handle64.exe pid: 2536 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2024-08-07T17:21:52.5560674Z ##[group]Run python3 .github/scripts/parse_ref.py 2024-08-07T17:21:52.5561095Z python3 .github/scripts/parse_ref.py 2024-08-07T17:21:52.5579862Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-07T17:21:52.5580284Z env: 2024-08-07T17:21:52.5580469Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:21:52.5580835Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-07T17:21:52.5581338Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-07T17:21:52.5581805Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-07T17:21:52.5582193Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-07T17:21:52.5582529Z ##[endgroup] 2024-08-07T17:21:52.6415847Z Prepare all required actions 2024-08-07T17:21:52.6452102Z ##[group]Run ./.github/actions/get-workflow-job-id 2024-08-07T17:21:52.6452408Z with: 2024-08-07T17:21:52.6453176Z github-token: *** 2024-08-07T17:21:52.6453381Z env: 2024-08-07T17:21:52.6453564Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:21:52.6453931Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-07T17:21:52.6454445Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-07T17:21:52.6454910Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-07T17:21:52.6455293Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-07T17:21:52.6455577Z ##[endgroup] 2024-08-07T17:21:52.6523950Z ##[group]Run set -eux 2024-08-07T17:21:52.6524181Z set -eux 2024-08-07T17:21:52.6524566Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2024-08-07T17:21:52.6542821Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-07T17:21:52.6543230Z env: 2024-08-07T17:21:52.6543410Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:21:52.6543771Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-07T17:21:52.6544422Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-07T17:21:52.6544886Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-07T17:21:52.6545279Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-07T17:21:52.6545745Z GITHUB_TOKEN: *** 2024-08-07T17:21:52.6545936Z ##[endgroup] 2024-08-07T17:21:52.7055931Z + python3 .github/scripts/get_workflow_job_id.py 10288745067 i-042bd7d11f9f9f9ca 2024-08-07T17:21:53.8245186Z setting job-id=28474921456 2024-08-07T17:21:53.8245541Z setting job-name=win-vs2019-cpu-py3 / build 2024-08-07T17:21:53.8552599Z Prepare all required actions 2024-08-07T17:21:53.8553027Z Getting action download info 2024-08-07T17:21:53.9553216Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-08-07T17:21:54.2366794Z ##[group]Run ./.github/actions/filter-test-configs 2024-08-07T17:21:54.2367103Z with: 2024-08-07T17:21:54.2367488Z github-token: *** 2024-08-07T17:21:54.2368533Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, { config: "default", shard: 2, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, { config: "default", shard: 3, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, ]} 2024-08-07T17:21:54.2369639Z job-name: win-vs2019-cpu-py3 / build 2024-08-07T17:21:54.2369886Z env: 2024-08-07T17:21:54.2370062Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:21:54.2370462Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-07T17:21:54.2371081Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-07T17:21:54.2371548Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-07T17:21:54.2371930Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-07T17:21:54.2372205Z ##[endgroup] 2024-08-07T17:21:54.2464234Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-08-07T17:21:54.2464643Z with: 2024-08-07T17:21:54.2464812Z shell: bash 2024-08-07T17:21:54.2464994Z timeout_minutes: 10 2024-08-07T17:21:54.2465209Z max_attempts: 5 2024-08-07T17:21:54.2465412Z retry_wait_seconds: 30 2024-08-07T17:21:54.2466125Z 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-08-07T17:21:54.2466989Z polling_interval_seconds: 1 2024-08-07T17:21:54.2467235Z warning_on_retry: true 2024-08-07T17:21:54.2467467Z continue_on_error: false 2024-08-07T17:21:54.2467684Z env: 2024-08-07T17:21:54.2467855Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:21:54.2468210Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-07T17:21:54.2468709Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-07T17:21:54.2469164Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-07T17:21:54.2469549Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-07T17:21:54.2470048Z GITHUB_TOKEN: *** 2024-08-07T17:21:54.2470251Z ##[endgroup] 2024-08-07T17:21:54.3841352Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-08-07T17:21:57.3734047Z Collecting requests==2.27.1 2024-08-07T17:21:57.5585122Z Downloading requests-2.27.1-py2.py3-none-any.whl.metadata (5.0 kB) 2024-08-07T17:21:57.5666897Z Requirement already satisfied: pyyaml==6.0.1 in c:\jenkins\miniconda3\lib\site-packages (6.0.1) 2024-08-07T17:21:57.5796593Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (1.26.18) 2024-08-07T17:21:57.5803058Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2024.6.2) 2024-08-07T17:21:57.5815278Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2.0.4) 2024-08-07T17:21:57.5829215Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (3.7) 2024-08-07T17:21:57.6126393Z Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) 2024-08-07T17:21:57.7268804Z ---------------------------------------- 63.1/63.1 kB 485.3 kB/s eta 0:00:00 2024-08-07T17:21:59.0944688Z Installing collected packages: requests 2024-08-07T17:21:59.0945540Z Attempting uninstall: requests 2024-08-07T17:21:59.0956913Z Found existing installation: requests 2.32.2 2024-08-07T17:21:59.1032214Z Uninstalling requests-2.32.2: 2024-08-07T17:21:59.1052849Z Successfully uninstalled requests-2.32.2 2024-08-07T17:21:59.1987794Z Successfully installed requests-2.27.1 2024-08-07T17:22:00.3210855Z Command completed after 1 attempt(s). 2024-08-07T17:22:00.3352091Z ##[group]Run set -x 2024-08-07T17:22:00.3352323Z set -x 2024-08-07T17:22:00.3352498Z  2024-08-07T17:22:00.3352846Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-08-07T17:22:00.3353302Z # in runner workspace 2024-08-07T17:22:00.3353643Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-08-07T17:22:00.3372234Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-07T17:22:00.3372654Z env: 2024-08-07T17:22:00.3372828Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:22:00.3373191Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-07T17:22:00.3373715Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-07T17:22:00.3374173Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-07T17:22:00.3374557Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-07T17:22:00.3374842Z ##[endgroup] 2024-08-07T17:22:00.3559989Z + python3 'C:\actions-runner\_work\pytorch\pytorch\./.github/actions/filter-test-configs/../../scripts/parse_ref.py' 2024-08-07T17:22:00.4178699Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-08-07T17:22:00.4179063Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-08-07T17:22:00.4179362Z echo "Job name: ${JOB_NAME}" 2024-08-07T17:22:00.4179617Z  2024-08-07T17:22:00.4179967Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-08-07T17:22:00.4180395Z # in runner workspace 2024-08-07T17:22:00.4180773Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-08-07T17:22:00.4181224Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-08-07T17:22:00.4181523Z  --job-name "${JOB_NAME}" \ 2024-08-07T17:22:00.4181789Z  --test-matrix "{ include: [ 2024-08-07T17:22:00.4182231Z  { config: "default", shard: 1, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, 2024-08-07T17:22:00.4182902Z  { config: "default", shard: 2, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, 2024-08-07T17:22:00.4183562Z  { config: "default", shard: 3, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, 2024-08-07T17:22:00.4183982Z ]} 2024-08-07T17:22:00.4184167Z " \ 2024-08-07T17:22:00.4184369Z  --selected-test-configs "" \ 2024-08-07T17:22:00.4184674Z  --pr-number "${PR_NUMBER}" \ 2024-08-07T17:22:00.4184947Z  --tag "${TAG}" \ 2024-08-07T17:22:00.4185187Z  --event-name "${EVENT_NAME}" \ 2024-08-07T17:22:00.4185473Z  --schedule "${SCHEDULE}" \ 2024-08-07T17:22:00.4185745Z  --branch "${HEAD_BRANCH}" 2024-08-07T17:22:00.4204836Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-07T17:22:00.4205315Z env: 2024-08-07T17:22:00.4205492Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:22:00.4205912Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-07T17:22:00.4206428Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-07T17:22:00.4207056Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-07T17:22:00.4207438Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-07T17:22:00.4208014Z GITHUB_TOKEN: *** 2024-08-07T17:22:00.4208250Z JOB_NAME: win-vs2019-cpu-py3 / build 2024-08-07T17:22:00.4208513Z PR_NUMBER: 131248 2024-08-07T17:22:00.4208707Z TAG: 2024-08-07T17:22:00.4208885Z EVENT_NAME: pull_request 2024-08-07T17:22:00.4209096Z SCHEDULE: 2024-08-07T17:22:00.4209268Z HEAD_BRANCH: 2024-08-07T17:22:00.4210003Z ##[endgroup] 2024-08-07T17:22:00.4400772Z Workflow: pull 2024-08-07T17:22:00.4401029Z Job name: win-vs2019-cpu-py3 / build 2024-08-07T17:22:00.7341043Z INFO:root:Found no test-config label on the PR, so all test configs are included 2024-08-07T17:22:00.9117822Z ##[group]Run echo "Filtered matrix:" 2024-08-07T17:22:00.9118135Z echo "Filtered matrix:" 2024-08-07T17:22:00.9119331Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 2, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 3, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}]}" 2024-08-07T17:22:00.9120395Z  2024-08-07T17:22:00.9120568Z echo 2024-08-07T17:22:00.9120809Z echo "Is the current job unstable? False" 2024-08-07T17:22:00.9121105Z  2024-08-07T17:22:00.9121276Z echo 2024-08-07T17:22:00.9121513Z echo "Is keep-going label set? False" 2024-08-07T17:22:00.9121783Z  2024-08-07T17:22:00.9121951Z echo 2024-08-07T17:22:00.9122152Z echo "Renabled issues? " 2024-08-07T17:22:00.9141054Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-07T17:22:00.9141486Z env: 2024-08-07T17:22:00.9141673Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:22:00.9142056Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-07T17:22:00.9142704Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-07T17:22:00.9143181Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-07T17:22:00.9143570Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-07T17:22:00.9143861Z ##[endgroup] 2024-08-07T17:22:00.9324429Z Filtered matrix: 2024-08-07T17:22:00.9325588Z {include: [{config: default, shard: 1, num_shards: 3, runner: windows.4xlarge.nonephemeral}, {config: default, shard: 2, num_shards: 3, runner: windows.4xlarge.nonephemeral}, {config: default, shard: 3, num_shards: 3, runner: windows.4xlarge.nonephemeral}]} 2024-08-07T17:22:00.9326710Z 2024-08-07T17:22:00.9326837Z Is the current job unstable? False 2024-08-07T17:22:00.9327075Z 2024-08-07T17:22:00.9327180Z Is keep-going label set? False 2024-08-07T17:22:00.9327368Z 2024-08-07T17:22:00.9327487Z Renabled issues? 2024-08-07T17:22:00.9437540Z Prepare all required actions 2024-08-07T17:22:00.9437964Z Getting action download info 2024-08-07T17:22:01.0399230Z ##[group]Run ./.github/actions/pytest-cache-download 2024-08-07T17:22:01.0399539Z with: 2024-08-07T17:22:01.0399725Z cache_dir: .pytest_cache 2024-08-07T17:22:01.0399969Z job_identifier: pull_win-vs2019-cpu-py3 2024-08-07T17:22:01.0400255Z s3_bucket: gha-artifacts 2024-08-07T17:22:01.0400476Z env: 2024-08-07T17:22:01.0400641Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:22:01.0400998Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-07T17:22:01.0401508Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-07T17:22:01.0401967Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-07T17:22:01.0402346Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-07T17:22:01.0402627Z ##[endgroup] 2024-08-07T17:22:01.0493590Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-08-07T17:22:01.0494120Z with: 2024-08-07T17:22:01.0494307Z shell: bash 2024-08-07T17:22:01.0494500Z timeout_minutes: 5 2024-08-07T17:22:01.0494699Z max_attempts: 5 2024-08-07T17:22:01.0494902Z retry_wait_seconds: 30 2024-08-07T17:22:01.0495193Z command: set -eu python3 -m pip install boto3==1.19.12 2024-08-07T17:22:01.0495525Z polling_interval_seconds: 1 2024-08-07T17:22:01.0495769Z warning_on_retry: true 2024-08-07T17:22:01.0495990Z continue_on_error: false 2024-08-07T17:22:01.0496197Z env: 2024-08-07T17:22:01.0496370Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:22:01.0496727Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-07T17:22:01.0497228Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-07T17:22:01.0497689Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-07T17:22:01.0498073Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-07T17:22:01.0498353Z ##[endgroup] 2024-08-07T17:22:02.4296478Z Collecting boto3==1.19.12 2024-08-07T17:22:02.6168672Z Downloading boto3-1.19.12-py3-none-any.whl.metadata (6.4 kB) 2024-08-07T17:22:03.2278131Z Collecting botocore<1.23.0,>=1.22.12 (from boto3==1.19.12) 2024-08-07T17:22:03.2330398Z Downloading botocore-1.22.12-py3-none-any.whl.metadata (5.6 kB) 2024-08-07T17:22:03.2607910Z Collecting jmespath<1.0.0,>=0.7.1 (from boto3==1.19.12) 2024-08-07T17:22:03.2654894Z Downloading jmespath-0.10.0-py2.py3-none-any.whl.metadata (8.0 kB) 2024-08-07T17:22:03.2974919Z Collecting s3transfer<0.6.0,>=0.5.0 (from boto3==1.19.12) 2024-08-07T17:22:03.3020052Z Downloading s3transfer-0.5.2-py3-none-any.whl.metadata (1.7 kB) 2024-08-07T17:22:03.3148530Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in c:\jenkins\miniconda3\lib\site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (2.9.0.post0) 2024-08-07T17:22:03.3156393Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in c:\jenkins\miniconda3\lib\site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.18) 2024-08-07T17:22:03.4902132Z Requirement already satisfied: six>=1.5 in c:\jenkins\miniconda3\lib\site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.16.0) 2024-08-07T17:22:03.5168627Z Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2024-08-07T17:22:03.5867880Z ---------------------------------------- 131.8/131.8 kB 1.6 MB/s eta 0:00:00 2024-08-07T17:22:03.5938221Z Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2024-08-07T17:22:03.6817016Z ---------------------------------------- 8.1/8.1 MB 86.1 MB/s eta 0:00:00 2024-08-07T17:22:03.6863589Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2024-08-07T17:22:03.7003256Z Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2024-08-07T17:22:03.7760793Z ---------------------------------------- 79.5/79.5 kB 888.4 kB/s eta 0:00:00 2024-08-07T17:22:04.5590098Z Installing collected packages: jmespath, botocore, s3transfer, boto3 2024-08-07T17:22:04.5590691Z Attempting uninstall: jmespath 2024-08-07T17:22:04.5601222Z Found existing installation: jmespath 1.0.1 2024-08-07T17:22:04.5663186Z Uninstalling jmespath-1.0.1: 2024-08-07T17:22:04.5699518Z Successfully uninstalled jmespath-1.0.1 2024-08-07T17:22:04.6103278Z Attempting uninstall: botocore 2024-08-07T17:22:04.6110346Z Found existing installation: botocore 1.34.82 2024-08-07T17:22:04.8040463Z Uninstalling botocore-1.34.82: 2024-08-07T17:22:04.8801544Z Successfully uninstalled botocore-1.34.82 2024-08-07T17:22:10.5659176Z Attempting uninstall: s3transfer 2024-08-07T17:22:10.5669158Z Found existing installation: s3transfer 0.10.1 2024-08-07T17:22:10.5741610Z Uninstalling s3transfer-0.10.1: 2024-08-07T17:22:10.5764125Z Successfully uninstalled s3transfer-0.10.1 2024-08-07T17:22:10.6452221Z Attempting uninstall: boto3 2024-08-07T17:22:10.6459857Z Found existing installation: boto3 1.34.82 2024-08-07T17:22:10.6631121Z Uninstalling boto3-1.34.82: 2024-08-07T17:22:10.6683011Z Successfully uninstalled boto3-1.34.82 2024-08-07T17:22:10.8210284Z Successfully installed boto3-1.19.12 botocore-1.22.12 jmespath-0.10.0 s3transfer-0.5.2 2024-08-07T17:22:11.1726644Z Command completed after 1 attempt(s). 2024-08-07T17:22:11.1865875Z ##[group]Run python3 .github/scripts/pytest_cache.py \ 2024-08-07T17:22:11.1866298Z python3 .github/scripts/pytest_cache.py \ 2024-08-07T17:22:11.1866615Z  --download \ 2024-08-07T17:22:11.1866893Z  --cache_dir $GITHUB_WORKSPACE/$CACHE_DIR \ 2024-08-07T17:22:11.1867223Z  --pr_identifier $GITHUB_REF \ 2024-08-07T17:22:11.1867522Z  --job_identifier $JOB_IDENTIFIER \ 2024-08-07T17:22:11.1867816Z  --temp_dir $RUNNER_TEMP \ 2024-08-07T17:22:11.1868100Z  --repo $REPO \ 2024-08-07T17:22:11.1868329Z  --bucket $BUCKET \ 2024-08-07T17:22:11.1887045Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-07T17:22:11.1887567Z env: 2024-08-07T17:22:11.1887783Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:22:11.1888155Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-07T17:22:11.1888664Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-07T17:22:11.1889121Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-07T17:22:11.1889508Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-07T17:22:11.1889800Z CACHE_DIR: .pytest_cache 2024-08-07T17:22:11.1890046Z JOB_IDENTIFIER: pull_win-vs2019-cpu-py3 2024-08-07T17:22:11.1890327Z REPO: pytorch/pytorch 2024-08-07T17:22:11.1890542Z BUCKET: gha-artifacts 2024-08-07T17:22:11.1890746Z ##[endgroup] 2024-08-07T17:22:11.8990595Z PR identifier for `refs/pull/131248/merge` is `cbc34607c96079dfcdbe69d358ad18c0` 2024-08-07T17:22:11.8992369Z Downloading cache with args Namespace(upload=False, download=True, cache_dir='C:\\actions-runner\\_work\\pytorch\\pytorch/.pytest_cache', pr_identifier='refs/pull/131248/merge', job_identifier='pull_win-vs2019-cpu-py3', sha=None, test_config=None, shard=None, repo='pytorch/pytorch', temp_dir='C:\\actions-runner\\_work\\_temp', bucket='gha-artifacts') 2024-08-07T17:22:11.8994289Z There were no files matching the prefix `pytest_cache/pytorch/pytorch/cbc34607c96079dfcdbe69d358ad18c0/pull_win-vs2019-cpu-py3` in bucket `gha-artifacts` 2024-08-07T17:22:11.9524157Z ##[group]Run .ci/pytorch/win-build.sh 2024-08-07T17:22:11.9524494Z .ci/pytorch/win-build.sh 2024-08-07T17:22:11.9543164Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-07T17:22:11.9543587Z env: 2024-08-07T17:22:11.9543759Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:22:11.9544202Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-07T17:22:11.9544777Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-07T17:22:11.9545233Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-07T17:22:11.9545630Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-07T17:22:11.9545993Z PYTORCH_FINAL_PACKAGE_DIR: /c/10288745067/build-results/ 2024-08-07T17:22:11.9546310Z BRANCH: pull/131248 2024-08-07T17:22:11.9546540Z BUILD_ENVIRONMENT: win-vs2019-cpu-py3 2024-08-07T17:22:11.9546803Z BUILD_WHEEL: 1 2024-08-07T17:22:11.9546979Z MAX_JOBS: 8 2024-08-07T17:22:11.9547194Z CUDA_VERSION: cpu 2024-08-07T17:22:11.9547387Z PYTHON_VERSION: 3.8 2024-08-07T17:22:11.9547614Z SCCACHE_BUCKET: ossci-compiler-cache 2024-08-07T17:22:11.9547899Z SCCACHE_S3_KEY_PREFIX: pull 2024-08-07T17:22:11.9548130Z SCCACHE_REGION: us-east-1 2024-08-07T17:22:11.9548360Z VC_PRODUCT: BuildTools 2024-08-07T17:22:11.9548574Z VC_VERSION: 2024-08-07T17:22:11.9548740Z VC_YEAR: 2019 2024-08-07T17:22:11.9549052Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-07T17:22:11.9549450Z AWS_DEFAULT_REGION: us-east-1 2024-08-07T17:22:11.9549841Z PR_NUMBER: 131248 2024-08-07T17:22:11.9550128Z SHA1: 016588f53c6904b840aa56aa86f95460b4d9c996 2024-08-07T17:22:11.9550411Z DEBUG: 0 2024-08-07T17:22:11.9550725Z TORCH_CUDA_ARCH_LIST: 8.6 2024-08-07T17:22:11.9550960Z USE_CUDA: 0 2024-08-07T17:22:11.9551157Z OUR_GITHUB_JOB_ID: 28474921456 2024-08-07T17:22:11.9551384Z ##[endgroup] 2024-08-07T17:22:12.0210820Z ++ [[ win-vs2019-cpu-py3 == *rocm* ]] 2024-08-07T17:22:12.0211174Z ++ BUILD_TEST_LIBTORCH=0 2024-08-07T17:22:12.0211558Z + source /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common-build.sh 2024-08-07T17:22:12.0213387Z ++ [[ win-vs2019-cpu-py3 != *win-* ]] 2024-08-07T17:22:12.0213784Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-08-07T17:22:12.0214264Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-08-07T17:22:12.0268659Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-08-07T17:22:12.0362130Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2024-08-07T17:22:12.0362574Z + export TMP_DIR_WIN 2024-08-07T17:22:12.0362896Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/10288745067/build-results/ 2024-08-07T17:22:12.0363354Z + PYTORCH_FINAL_PACKAGE_DIR=/c/10288745067/build-results/ 2024-08-07T17:22:12.0363742Z + [[ -n /c/10288745067/build-results/ ]] 2024-08-07T17:22:12.0364032Z + mkdir -p /c/10288745067/build-results/ 2024-08-07T17:22:12.0480083Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2024-08-07T17:22:12.0480805Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2024-08-07T17:22:12.0481251Z + set +ex 2024-08-07T17:22:13.1454998Z + /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/build_pytorch.bat 2024-08-07T17:22:13.1587209Z 2024-08-07T17:22:13.1587802Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" (set BUILD_TYPE=debug ) ELSE (set BUILD_TYPE=release ) 2024-08-07T17:22:13.1591119Z 2024-08-07T17:22:13.1595163Z 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-08-07T17:22:13.1597668Z 2024-08-07T17:22:13.1598184Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2024-08-07T17:22:13.1598807Z 2024-08-07T17:22:13.1599334Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\install_magma.bat 2024-08-07T17:22:13.1608475Z 2024-08-07T17:22:13.1608929Z C:\actions-runner\_work\pytorch\pytorch>if "cpu" == "cpu" ( 2024-08-07T17:22:13.1609354Z echo skip magma installation for cpu builds 2024-08-07T17:22:13.1609637Z exit /b 0 2024-08-07T17:22:13.1609801Z ) 2024-08-07T17:22:13.1610003Z skip magma installation for cpu builds 2024-08-07T17:22:13.1613452Z 2024-08-07T17:22:13.1613864Z C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2024-08-07T17:22:13.1614625Z 2024-08-07T17:22:13.1614894Z C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2024-08-07T17:22:13.1616120Z 2024-08-07T17:22:13.1616941Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\install_sccache.bat 2024-08-07T17:22:13.1626142Z 2024-08-07T17:22:13.1626742Z C:\actions-runner\_work\pytorch\pytorch>mkdir C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin 2024-08-07T17:22:13.1634770Z 2024-08-07T17:22:13.1635090Z C:\actions-runner\_work\pytorch\pytorch>if "" == "" ( 2024-08-07T17:22:13.1635658Z IF EXIST C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe ( 2024-08-07T17:22:13.1636105Z taskkill /im sccache.exe /f /t || ver 1>nul 2024-08-07T17:22:13.1636615Z del C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe || ver 1>nul 2024-08-07T17:22:13.1637044Z ) 2024-08-07T17:22:13.1638286Z if "win-vs2019-cpu-py3" == "" (curl --retry 3 --retry-all-errors -k https://s3.amazonaws.com/ossci-windows/sccache-v0.7.4.exe --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe ) else (aws s3 cp s3://ossci-windows/sccache-v0.7.4.exe C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe ) 2024-08-07T17:22:13.1639571Z ) 2024-08-07T17:22:14.3828532Z Completed 256.0 KiB/18.8 MiB (748.5 KiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.3849962Z Completed 512.0 KiB/18.8 MiB (1.4 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.3852770Z Completed 768.0 KiB/18.8 MiB (2.1 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.3857377Z Completed 1.0 MiB/18.8 MiB (2.8 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.3869452Z Completed 1.2 MiB/18.8 MiB (3.5 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.3872892Z Completed 1.5 MiB/18.8 MiB (4.2 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.3883437Z Completed 1.8 MiB/18.8 MiB (4.9 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.3886755Z Completed 2.0 MiB/18.8 MiB (5.6 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.3896625Z Completed 2.2 MiB/18.8 MiB (6.3 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.3898109Z Completed 2.5 MiB/18.8 MiB (6.9 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.3911149Z Completed 2.8 MiB/18.8 MiB (7.6 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.3911914Z Completed 3.0 MiB/18.8 MiB (8.3 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.3918683Z Completed 3.2 MiB/18.8 MiB (9.0 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.3926927Z Completed 3.5 MiB/18.8 MiB (9.7 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.3929293Z Completed 3.8 MiB/18.8 MiB (10.3 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.3936570Z Completed 4.0 MiB/18.8 MiB (11.0 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.3942415Z Completed 4.2 MiB/18.8 MiB (11.7 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.3946313Z Completed 4.5 MiB/18.8 MiB (12.3 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.3951049Z Completed 4.8 MiB/18.8 MiB (13.0 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.3957907Z Completed 5.0 MiB/18.8 MiB (13.7 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.3964126Z Completed 5.2 MiB/18.8 MiB (14.3 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.3970358Z Completed 5.5 MiB/18.8 MiB (15.0 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.3975235Z Completed 5.8 MiB/18.8 MiB (15.7 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.3981700Z Completed 6.0 MiB/18.8 MiB (16.3 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.3988485Z Completed 6.2 MiB/18.8 MiB (17.0 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.3991943Z Completed 6.5 MiB/18.8 MiB (17.6 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.3999566Z Completed 6.8 MiB/18.8 MiB (18.3 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4002162Z Completed 7.0 MiB/18.8 MiB (18.9 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4006204Z Completed 7.2 MiB/18.8 MiB (19.5 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4011151Z Completed 7.5 MiB/18.8 MiB (20.2 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4015589Z Completed 7.8 MiB/18.8 MiB (20.9 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4018383Z Completed 7.8 MiB/18.8 MiB (21.0 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4026225Z Completed 8.1 MiB/18.8 MiB (21.7 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4033061Z Completed 8.3 MiB/18.8 MiB (22.3 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4040000Z Completed 8.6 MiB/18.8 MiB (22.9 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4048188Z Completed 8.8 MiB/18.8 MiB (23.5 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4064971Z Completed 9.1 MiB/18.8 MiB (24.2 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4075251Z Completed 9.3 MiB/18.8 MiB (24.7 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4082771Z Completed 9.6 MiB/18.8 MiB (25.3 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4084895Z Completed 9.8 MiB/18.8 MiB (25.9 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4092303Z Completed 10.1 MiB/18.8 MiB (26.6 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4099503Z Completed 10.3 MiB/18.8 MiB (27.2 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4105024Z Completed 10.6 MiB/18.8 MiB (27.8 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4112065Z Completed 10.8 MiB/18.8 MiB (28.4 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4115709Z Completed 11.1 MiB/18.8 MiB (29.0 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4123762Z Completed 11.3 MiB/18.8 MiB (29.7 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4132888Z Completed 11.6 MiB/18.8 MiB (30.3 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4139605Z Completed 11.8 MiB/18.8 MiB (30.8 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4145986Z Completed 12.1 MiB/18.8 MiB (31.5 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4154398Z Completed 12.3 MiB/18.8 MiB (32.1 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4156322Z Completed 12.6 MiB/18.8 MiB (32.8 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4166789Z Completed 12.8 MiB/18.8 MiB (33.2 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4168513Z Completed 13.1 MiB/18.8 MiB (33.8 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4178572Z Completed 13.3 MiB/18.8 MiB (34.5 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4180078Z Completed 13.6 MiB/18.8 MiB (35.1 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4187227Z Completed 13.8 MiB/18.8 MiB (35.8 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4193149Z Completed 14.1 MiB/18.8 MiB (36.4 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4196925Z Completed 14.3 MiB/18.8 MiB (37.0 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4210978Z Completed 14.6 MiB/18.8 MiB (37.7 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4215854Z Completed 14.8 MiB/18.8 MiB (38.3 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4229311Z Completed 15.1 MiB/18.8 MiB (38.4 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4229776Z Completed 15.3 MiB/18.8 MiB (39.1 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4246018Z Completed 15.6 MiB/18.8 MiB (39.7 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4247641Z Completed 15.8 MiB/18.8 MiB (40.3 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4260235Z Completed 16.1 MiB/18.8 MiB (41.0 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4264165Z Completed 16.3 MiB/18.8 MiB (41.6 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4278565Z Completed 16.6 MiB/18.8 MiB (42.3 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4285600Z Completed 16.8 MiB/18.8 MiB (42.9 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4295431Z Completed 17.1 MiB/18.8 MiB (43.5 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4298182Z Completed 17.3 MiB/18.8 MiB (44.2 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4308833Z Completed 17.6 MiB/18.8 MiB (44.8 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4313415Z Completed 17.8 MiB/18.8 MiB (45.4 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4324548Z Completed 18.1 MiB/18.8 MiB (46.1 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4343852Z Completed 18.3 MiB/18.8 MiB (45.5 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.4346111Z Completed 18.6 MiB/18.8 MiB (45.8 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.7273346Z Completed 18.8 MiB/18.8 MiB (46.4 MiB/s) with 1 file(s) remaining 2024-08-07T17:22:14.7273938Z download: s3://ossci-windows/sccache-v0.7.4.exe to build\win_tmp\bin\sccache.exe 2024-08-07T17:22:14.8340340Z 2024-08-07T17:22:14.8340935Z C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2024-08-07T17:22:14.8341720Z 2024-08-07T17:22:14.8342353Z C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2024-08-07T17:22:14.8343932Z 2024-08-07T17:22:14.8344585Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2024-08-07T17:22:14.8355639Z 2024-08-07T17:22:14.8356311Z C:\actions-runner\_work\pytorch\pytorch>if "win-vs2019-cpu-py3" == "" (set CONDA_PARENT_DIR=C:\actions-runner\_work\pytorch\pytorch ) else (set CONDA_PARENT_DIR=C:\Jenkins ) 2024-08-07T17:22:14.8359779Z 2024-08-07T17:22:14.8360625Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2024-08-07T17:22:14.8362980Z 2024-08-07T17:22:14.8363342Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2024-08-07T17:22:14.8364413Z 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-08-07T17:22:14.8365421Z if errorlevel 1 exit /b 2024-08-07T17:22:14.8365667Z if not errorlevel 0 exit /b 2024-08-07T17:22:14.8366495Z 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-08-07T17:22:14.8367290Z if errorlevel 1 exit /b 2024-08-07T17:22:14.8367524Z if not errorlevel 0 exit /b 2024-08-07T17:22:14.8367741Z ) 2024-08-07T17:22:14.8367857Z 2024-08-07T17:22:14.8368199Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2024-08-07T17:22:16.2387512Z Collecting mkl-include==2021.4.0 2024-08-07T17:22:16.4263334Z Downloading mkl_include-2021.4.0-py2.py3-none-win_amd64.whl.metadata (1.3 kB) 2024-08-07T17:22:16.4554449Z Collecting mkl-devel==2021.4.0 2024-08-07T17:22:16.4606154Z Downloading mkl_devel-2021.4.0-py2.py3-none-win_amd64.whl.metadata (1.4 kB) 2024-08-07T17:22:16.6753099Z Collecting mkl==2021.4.0 (from mkl-devel==2021.4.0) 2024-08-07T17:22:16.6810749Z Downloading mkl-2021.4.0-py2.py3-none-win_amd64.whl.metadata (1.4 kB) 2024-08-07T17:22:16.7280642Z Collecting intel-openmp==2021.* (from mkl==2021.4.0->mkl-devel==2021.4.0) 2024-08-07T17:22:16.7330679Z Downloading intel_openmp-2021.4.0-py2.py3-none-win_amd64.whl.metadata (1.2 kB) 2024-08-07T17:22:16.7600203Z Collecting tbb==2021.* (from mkl==2021.4.0->mkl-devel==2021.4.0) 2024-08-07T17:22:16.7648336Z Downloading tbb-2021.13.1-py3-none-win_amd64.whl.metadata (1.1 kB) 2024-08-07T17:22:16.7799550Z Downloading mkl_include-2021.4.0-py2.py3-none-win_amd64.whl (1.2 MB) 2024-08-07T17:22:16.9868047Z ---------------------------------------- 1.2/1.2 MB 5.9 MB/s eta 0:00:00 2024-08-07T17:22:16.9988515Z Downloading mkl_devel-2021.4.0-py2.py3-none-win_amd64.whl (9.1 MB) 2024-08-07T17:22:17.7201856Z ---------------------------------------- 9.1/9.1 MB 12.7 MB/s eta 0:00:00 2024-08-07T17:22:17.7277843Z Downloading mkl-2021.4.0-py2.py3-none-win_amd64.whl (228.5 MB) 2024-08-07T17:22:54.6969814Z ---------------------------------------- 228.5/228.5 MB ? eta 0:00:00 2024-08-07T17:22:54.7046160Z Downloading intel_openmp-2021.4.0-py2.py3-none-win_amd64.whl (3.5 MB) 2024-08-07T17:22:54.8553837Z ---------------------------------------- 3.5/3.5 MB 22.5 MB/s eta 0:00:00 2024-08-07T17:22:54.8618271Z Downloading tbb-2021.13.1-py3-none-win_amd64.whl (286 kB) 2024-08-07T17:22:54.8890227Z ---------------------------------------- 286.9/286.9 kB 8.9 MB/s eta 0:00:00 2024-08-07T17:22:56.3221660Z Installing collected packages: tbb, mkl-include, intel-openmp, mkl, mkl-devel 2024-08-07T17:23:01.6260195Z Successfully installed intel-openmp-2021.4.0 mkl-2021.4.0 mkl-devel-2021.4.0 mkl-include-2021.4.0 tbb-2021.13.1 2024-08-07T17:23:01.8298370Z ********************************************************************** 2024-08-07T17:23:01.8298850Z ** Visual Studio 2019 Developer Command Prompt v16.11.37 2024-08-07T17:23:01.8299608Z ** Copyright (c) 2021 Microsoft Corporation 2024-08-07T17:23:01.8300012Z ********************************************************************** 2024-08-07T17:23:02.2200255Z [vcvarsall.bat] Environment initialized for: 'x64' 2024-08-07T17:23:02.2232528Z 2024-08-07T17:23:02.2233061Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2024-08-07T17:23:02.2236447Z 2024-08-07T17:23:02.2236775Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2024-08-07T17:23:02.2239222Z 2024-08-07T17:23:02.2239675Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2024-08-07T17:23:02.2241808Z 2024-08-07T17:23:02.2250137Z (base) C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\;C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2024-08-07T17:23:02.2257518Z 2024-08-07T17:23:02.2257779Z (base) C:\actions-runner\_work\pytorch\pytorch>if "8.6" == "" set TORCH_CUDA_ARCH_LIST=8.6 2024-08-07T17:23:02.2258147Z 2024-08-07T17:23:02.2258354Z (base) C:\actions-runner\_work\pytorch\pytorch>set SCCACHE_IDLE_TIMEOUT=0 2024-08-07T17:23:02.2258676Z 2024-08-07T17:23:02.2258910Z (base) C:\actions-runner\_work\pytorch\pytorch>set SCCACHE_IGNORE_SERVER_IO_ERROR=1 2024-08-07T17:23:02.2259249Z 2024-08-07T17:23:02.2259446Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --stop-server 2024-08-07T17:23:02.2389747Z Stopping sccache server... 2024-08-07T17:23:03.2446819Z sccache: error: couldn't connect to server 2024-08-07T17:23:03.2448911Z sccache: caused by: No connection could be made because the target machine actively refused it. (os error 10061) 2024-08-07T17:23:03.2471149Z 2024-08-07T17:23:03.2471446Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --start-server 2024-08-07T17:23:03.2561165Z sccache: Starting the server... 2024-08-07T17:23:04.1373225Z 2024-08-07T17:23:04.1374013Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --zero-stats 2024-08-07T17:23:04.1481679Z Compile requests 0 2024-08-07T17:23:04.1482115Z Compile requests executed 0 2024-08-07T17:23:04.1482389Z Cache hits 0 2024-08-07T17:23:04.1482645Z Cache misses 0 2024-08-07T17:23:04.1482905Z Cache timeouts 0 2024-08-07T17:23:04.1483167Z Cache read errors 0 2024-08-07T17:23:04.1483432Z Forced recaches 0 2024-08-07T17:23:04.1483688Z Cache write errors 0 2024-08-07T17:23:04.1483963Z Compilation failures 0 2024-08-07T17:23:04.1484217Z Cache errors 0 2024-08-07T17:23:04.1484499Z Non-cacheable compilations 0 2024-08-07T17:23:04.1484774Z Non-cacheable calls 0 2024-08-07T17:23:04.1485043Z Non-compilation calls 0 2024-08-07T17:23:04.1485326Z Unsupported compiler calls 0 2024-08-07T17:23:04.1485606Z Average cache write 0.000 s 2024-08-07T17:23:04.1485881Z Average compiler 0.000 s 2024-08-07T17:23:04.1486170Z Average cache read hit 0.000 s 2024-08-07T17:23:04.1486457Z Failed distributed compilations 0 2024-08-07T17:23:04.1486828Z Cache location s3, name: ossci-compiler-cache, prefix: /pull/ 2024-08-07T17:23:04.1487214Z Version (client) 0.7.4 2024-08-07T17:23:04.1501158Z 2024-08-07T17:23:04.1501785Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_C_COMPILER_LAUNCHER=sccache 2024-08-07T17:23:04.1503663Z 2024-08-07T17:23:04.1503986Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_CXX_COMPILER_LAUNCHER=sccache 2024-08-07T17:23:04.1506020Z 2024-08-07T17:23:04.1506284Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_GENERATOR=Ninja 2024-08-07T17:23:04.1510485Z 2024-08-07T17:23:04.1510860Z (base) C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" ( 2024-08-07T17:23:04.1511204Z 2024-08-07T17:23:04.1511362Z 2024-08-07T17:23:04.1511507Z 2024-08-07T17:23:04.1512450Z 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-08-07T17:23:04.1513295Z if errorlevel 1 goto fail 2024-08-07T17:23:04.1513548Z if not errorlevel 0 goto fail 2024-08-07T17:23:04.1514716Z echo @"C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\randomtemp.exe" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4\bin\nvcc.exe" %* 1>"C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat" 2024-08-07T17:23:04.1516118Z cat C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2024-08-07T17:23:04.1516723Z set CUDA_NVCC_EXECUTABLE=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2024-08-07T17:23:04.1517611Z for /F "usebackq delims=" %n in (`cygpath -m "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4\bin\nvcc.exe"`) do set CMAKE_CUDA_COMPILER=%n 2024-08-07T17:23:04.1518781Z 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-08-07T17:23:04.1519576Z ) 2024-08-07T17:23:04.1519666Z 2024-08-07T17:23:04.1519789Z (base) C:\actions-runner\_work\pytorch\pytorch>set 2024-08-07T17:23:04.1520114Z ALLUSERSPROFILE=C:\ProgramData 2024-08-07T17:23:04.1520484Z ALPINE_IMAGE=308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-07T17:23:04.1520894Z APPDATA=C:\Users\runneruser\AppData\Roaming 2024-08-07T17:23:04.1521318Z AWS_DEFAULT_REGION=us-east-1 2024-08-07T17:23:04.1521562Z AWS_EXECUTION_ENV=EC2 2024-08-07T17:23:04.1521762Z BRANCH=pull/131248 2024-08-07T17:23:04.1521988Z BUILD_ENVIRONMENT=win-vs2019-cpu-py3 2024-08-07T17:23:04.1522261Z BUILD_TYPE=release 2024-08-07T17:23:04.1522443Z BUILD_WHEEL=1 2024-08-07T17:23:04.1522627Z CI=true 2024-08-07T17:23:04.1522804Z CMAKE_CXX_COMPILER_LAUNCHER=sccache 2024-08-07T17:23:04.1523084Z CMAKE_C_COMPILER_LAUNCHER=sccache 2024-08-07T17:23:04.1523343Z CMAKE_GENERATOR=Ninja 2024-08-07T17:23:04.1523557Z CommandPromptType=Native 2024-08-07T17:23:04.1523838Z COMMONPROGRAMFILES=C:\Program Files\Common Files 2024-08-07T17:23:04.1524161Z COMPUTERNAME=EC2AMAZ-HAC74MP 2024-08-07T17:23:04.1524407Z COMSPEC=C:\Windows\system32\cmd.exe 2024-08-07T17:23:04.1524776Z CONDA_BUILD=C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-07T17:23:04.1525159Z CONDA_DEFAULT_ENV=base 2024-08-07T17:23:04.1525410Z CONDA_EXE=C:\Jenkins\Miniconda3\Scripts\conda.exe 2024-08-07T17:23:04.1525807Z CONDA_INSTALL=C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-07T17:23:04.1526164Z CONDA_PARENT_DIR=C:\Jenkins 2024-08-07T17:23:04.1526401Z CONDA_PREFIX=C:\Jenkins\Miniconda3 2024-08-07T17:23:04.1537201Z CONDA_PROMPT_MODIFIER=(base) 2024-08-07T17:23:04.1537595Z CONDA_PYTHON_EXE=C:\Jenkins\Miniconda3\python.exe 2024-08-07T17:23:04.1538085Z CONDA_RUN=C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-07T17:23:04.1538505Z CONDA_SHLVL=1 2024-08-07T17:23:04.1538805Z CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4 2024-08-07T17:23:04.1539305Z CUDA_PATH_V11_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8 2024-08-07T17:23:04.1539815Z CUDA_PATH_V12_1=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2024-08-07T17:23:04.1540308Z CUDA_PATH_V12_4=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4 2024-08-07T17:23:04.1540695Z CUDA_VERSION=cpu 2024-08-07T17:23:04.1540958Z ChocolateyInstall=C:\ProgramData\chocolatey 2024-08-07T17:23:04.1541353Z CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files 2024-08-07T17:23:04.1541770Z CommonProgramW6432=C:\Program Files\Common Files 2024-08-07T17:23:04.1542084Z DEBUG=0 2024-08-07T17:23:04.1542425Z DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\ 2024-08-07T17:23:04.1542878Z DISTUTILS_USE_SDK=1 2024-08-07T17:23:04.1543326Z DriverData=C:\Windows\System32\Drivers\DriverData 2024-08-07T17:23:04.1543653Z EC2LAUNCH_TELEMETRY=1 2024-08-07T17:23:04.1544055Z ExtensionSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs 2024-08-07T17:23:04.1544513Z Framework40Version=v4.0 2024-08-07T17:23:04.1544795Z FrameworkDir=C:\Windows\Microsoft.NET\Framework64\ 2024-08-07T17:23:04.1545195Z FrameworkDir64=C:\Windows\Microsoft.NET\Framework64\ 2024-08-07T17:23:04.1545547Z FrameworkVersion=v4.0.30319 2024-08-07T17:23:04.1545793Z FrameworkVersion64=v4.0.30319 2024-08-07T17:23:04.1546056Z GITHUB_ACTION=build 2024-08-07T17:23:04.1546277Z GITHUB_ACTIONS=true 2024-08-07T17:23:04.1546480Z GITHUB_ACTION_REF= 2024-08-07T17:23:04.1546706Z GITHUB_ACTION_REPOSITORY= 2024-08-07T17:23:04.1546942Z GITHUB_ACTOR=zdevito 2024-08-07T17:23:04.1547148Z GITHUB_ACTOR_ID=370202 2024-08-07T17:23:04.1547499Z GITHUB_API_URL=https://api.github.com 2024-08-07T17:23:04.1547795Z GITHUB_BASE_REF=gh/zdevito/267/base 2024-08-07T17:23:04.1548312Z GITHUB_ENV=C:\actions-runner\_work\_temp\_runner_file_commands\set_env_5af0d663-b258-46e7-a630-23b7dd0cfc3c 2024-08-07T17:23:04.1548831Z GITHUB_EVENT_NAME=pull_request 2024-08-07T17:23:04.1549223Z GITHUB_EVENT_PATH=C:\actions-runner\_work\_temp\_github_workflow\event.json 2024-08-07T17:23:04.1549677Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2024-08-07T17:23:04.1550031Z GITHUB_HEAD_REF=gh/zdevito/267/head 2024-08-07T17:23:04.1550301Z GITHUB_JOB=build 2024-08-07T17:23:04.1550766Z GITHUB_OUTPUT=C:\actions-runner\_work\_temp\_runner_file_commands\set_output_5af0d663-b258-46e7-a630-23b7dd0cfc3c 2024-08-07T17:23:04.1551787Z GITHUB_PATH=C:\actions-runner\_work\_temp\_runner_file_commands\add_path_5af0d663-b258-46e7-a630-23b7dd0cfc3c 2024-08-07T17:23:04.1552313Z GITHUB_REF=refs/pull/131248/merge 2024-08-07T17:23:04.1552562Z GITHUB_REF_NAME=131248/merge 2024-08-07T17:23:04.1552814Z GITHUB_REF_PROTECTED=false 2024-08-07T17:23:04.1553063Z GITHUB_REF_TYPE=branch 2024-08-07T17:23:04.1553286Z GITHUB_REPOSITORY=pytorch/pytorch 2024-08-07T17:23:04.1553575Z GITHUB_REPOSITORY_ID=65600975 2024-08-07T17:23:04.1553825Z GITHUB_REPOSITORY_OWNER=pytorch 2024-08-07T17:23:04.1554099Z GITHUB_REPOSITORY_OWNER_ID=21003710 2024-08-07T17:23:04.1554374Z GITHUB_RETENTION_DAYS=90 2024-08-07T17:23:04.1554592Z GITHUB_RUN_ATTEMPT=1 2024-08-07T17:23:04.1554815Z GITHUB_RUN_ID=10288745067 2024-08-07T17:23:04.1555045Z GITHUB_RUN_NUMBER=234358 2024-08-07T17:23:04.1555290Z GITHUB_SERVER_URL=https://github.com 2024-08-07T17:23:04.1555614Z GITHUB_SHA=f779f6b7738020e244184bded4026b37de3f9f24 2024-08-07T17:23:04.1556188Z GITHUB_STATE=C:\actions-runner\_work\_temp\_runner_file_commands\save_state_5af0d663-b258-46e7-a630-23b7dd0cfc3c 2024-08-07T17:23:04.1556995Z GITHUB_STEP_SUMMARY=C:\actions-runner\_work\_temp\_runner_file_commands\step_summary_5af0d663-b258-46e7-a630-23b7dd0cfc3c 2024-08-07T17:23:04.1557562Z GITHUB_TRIGGERING_ACTOR=zdevito 2024-08-07T17:23:04.1557818Z GITHUB_WORKFLOW=pull 2024-08-07T17:23:04.1558214Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/pull.yml@refs/pull/131248/merge 2024-08-07T17:23:04.1558743Z GITHUB_WORKFLOW_SHA=f779f6b7738020e244184bded4026b37de3f9f24 2024-08-07T17:23:04.1559162Z GITHUB_WORKSPACE=C:\actions-runner\_work\pytorch\pytorch 2024-08-07T17:23:04.1559505Z GIT_DEFAULT_BRANCH=main 2024-08-07T17:23:04.1559724Z HOME=C:\Users\runneruser 2024-08-07T17:23:04.1561399Z 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-08-07T17:23:04.1563369Z INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2024-08-07T17:23:04.1564779Z 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-08-07T17:23:04.1566984Z 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-08-07T17:23:04.1568472Z LOCALAPPDATA=C:\Users\runneruser\AppData\Local 2024-08-07T17:23:04.1568765Z MAX_JOBS=8 2024-08-07T17:23:04.1569109Z NETFXSDKDir=C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\ 2024-08-07T17:23:04.1569516Z NUMBER_OF_PROCESSORS=16 2024-08-07T17:23:04.1569744Z OS=Windows_NT 2024-08-07T17:23:04.1569941Z OUR_GITHUB_JOB_ID=28474921456 2024-08-07T17:23:04.1576992Z PATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\;C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2024-08-07T17:23:04.1584378Z PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC 2024-08-07T17:23:04.1584713Z Platform=x64 2024-08-07T17:23:04.1584917Z PROCESSOR_ARCHITECTURE=AMD64 2024-08-07T17:23:04.1585282Z PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 85 Stepping 7, GenuineIntel 2024-08-07T17:23:04.1585676Z PROCESSOR_LEVEL=6 2024-08-07T17:23:04.1585888Z PROCESSOR_REVISION=5507 2024-08-07T17:23:04.1586112Z PROGRAMFILES=C:\Program Files 2024-08-07T17:23:04.1586364Z PROMPT=(base) $P$G 2024-08-07T17:23:04.1586564Z PR_NUMBER=131248 2024-08-07T17:23:04.1587033Z PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files\WindowsPowerShell\Modules 2024-08-07T17:23:04.1587731Z PUBLIC=C:\Users\Public 2024-08-07T17:23:04.1588231Z *** 2024-08-07T17:23:04.1588406Z PYTHON_VERSION=3.8 2024-08-07T17:23:04.1588674Z PYTORCH_FINAL_PACKAGE_DIR=C:/10288745067/build-results/ 2024-08-07T17:23:04.1589015Z ProgramData=C:\ProgramData 2024-08-07T17:23:04.1589982Z ProgramFiles(x86)=C:\Program Files (x86) 2024-08-07T17:23:04.1590287Z ProgramW6432=C:\Program Files 2024-08-07T17:23:04.1590533Z RUNNER_ARCH=X64 2024-08-07T17:23:04.1590736Z RUNNER_ENVIRONMENT=self-hosted 2024-08-07T17:23:04.1590990Z RUNNER_NAME=i-042bd7d11f9f9f9ca 2024-08-07T17:23:04.1591229Z RUNNER_OS=Windows 2024-08-07T17:23:04.1591442Z RUNNER_TEMP=C:\actions-runner\_work\_temp 2024-08-07T17:23:04.1591766Z RUNNER_TOOL_CACHE=C:\actions-runner\_work\_tool 2024-08-07T17:23:04.1592148Z RUNNER_TRACKING_ID=github_74e21b7c-a5ba-4381-804d-89ec579e576a 2024-08-07T17:23:04.1592539Z RUNNER_WORKSPACE=C:\actions-runner\_work\pytorch 2024-08-07T17:23:04.1592861Z SCCACHE_BUCKET=ossci-compiler-cache 2024-08-07T17:23:04.1593127Z SCCACHE_IDLE_TIMEOUT=0 2024-08-07T17:23:04.1593351Z SCCACHE_IGNORE_SERVER_IO_ERROR=1 2024-08-07T17:23:04.1593607Z SCCACHE_REGION=us-east-1 2024-08-07T17:23:04.1593837Z SCCACHE_S3_KEY_PREFIX=pull 2024-08-07T17:23:04.1594251Z SCRIPT_HELPERS_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2024-08-07T17:23:04.1594746Z SHA1=016588f53c6904b840aa56aa86f95460b4d9c996 2024-08-07T17:23:04.1595046Z SHLVL=2 2024-08-07T17:23:04.1595286Z SSL_CERT_FILE=C:\Jenkins\Miniconda3\Library\ssl\cacert.pem 2024-08-07T17:23:04.1595619Z SYSTEMDRIVE=C: 2024-08-07T17:23:04.1595815Z SYSTEMROOT=C:\Windows 2024-08-07T17:23:04.1596044Z TEMP=C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-07T17:23:04.1596325Z TERM=xterm-256color 2024-08-07T17:23:04.1596556Z TMP=C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-07T17:23:04.1596860Z TMPDIR=C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-07T17:23:04.1597337Z TMP_DIR=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-08-07T17:23:04.1597780Z TMP_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp 2024-08-07T17:23:04.1598128Z TORCH_CUDA_ARCH_LIST=8.6 2024-08-07T17:23:04.1598361Z UCRTVersion=10.0.19041.0 2024-08-07T17:23:04.1598670Z UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2024-08-07T17:23:04.1599019Z UPDATEFILE=update.finished 2024-08-07T17:23:04.1599267Z USERDOMAIN=EC2AMAZ-HAC74MP 2024-08-07T17:23:04.1599500Z USERNAME=runneruser 2024-08-07T17:23:04.1599705Z USERPROFILE=C:\Users\runneruser 2024-08-07T17:23:04.1599940Z USE_CUDA=0 2024-08-07T17:23:04.1600336Z VCIDEInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\ 2024-08-07T17:23:04.1600940Z VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\ 2024-08-07T17:23:04.1601600Z VCToolsInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\ 2024-08-07T17:23:04.1602362Z VCToolsRedistDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Redist\MSVC\14.29.30133\ 2024-08-07T17:23:04.1602863Z VCToolsVersion=14.29.30133 2024-08-07T17:23:04.1603092Z VC_PRODUCT=BuildTools 2024-08-07T17:23:04.1603300Z VC_VERSION= 2024-08-07T17:23:04.1603472Z VC_YEAR=2019 2024-08-07T17:23:04.1603669Z VERBOSE_ARG='SilentlyContinue' 2024-08-07T17:23:04.1603931Z VisualStudioVersion=16.0 2024-08-07T17:23:04.1604348Z VS160COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\ 2024-08-07T17:23:04.1604804Z VSCMD_ARG_app_plat=Desktop 2024-08-07T17:23:04.1605040Z VSCMD_ARG_HOST_ARCH=x64 2024-08-07T17:23:04.1605248Z VSCMD_ARG_TGT_ARCH=x64 2024-08-07T17:23:04.1605448Z VSCMD_VER=16.11.37 2024-08-07T17:23:04.1605789Z VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\ 2024-08-07T17:23:04.1606173Z WINDIR=C:\Windows 2024-08-07T17:23:04.1606726Z 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-08-07T17:23:04.1607444Z WindowsSdkBinPath=C:\Program Files (x86)\Windows Kits\10\bin\ 2024-08-07T17:23:04.1607860Z WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2024-08-07T17:23:04.1608200Z WindowsSDKLibVersion=10.0.19041.0\ 2024-08-07T17:23:04.1608696Z WindowsSdkVerBinPath=C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\ 2024-08-07T17:23:04.1609122Z WindowsSDKVersion=10.0.19041.0\ 2024-08-07T17:23:04.1609626Z WindowsSDK_ExecutablePath_x64=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\ 2024-08-07T17:23:04.1610372Z WindowsSDK_ExecutablePath_x86=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\ 2024-08-07T17:23:04.1611055Z _=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/build_pytorch.bat 2024-08-07T17:23:04.1611535Z __CONDA_OPENSLL_CERT_FILE_SET="1" 2024-08-07T17:23:04.1612037Z __devinit_path=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit\devinit.exe 2024-08-07T17:23:04.1612551Z __DOTNET_ADD_64BIT=1 2024-08-07T17:23:04.1612779Z __DOTNET_PREFERRED_BITNESS=64 2024-08-07T17:23:04.1615965Z __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-08-07T17:23:04.1619147Z 2024-08-07T17:23:04.1619366Z (base) C:\actions-runner\_work\pytorch\pytorch>python setup.py bdist_wheel 2024-08-07T17:23:04.9246876Z Building wheel torch-2.5.0a0+git016588f 2024-08-07T17:23:07.0696672Z -- The CXX compiler identification is MSVC 19.29.30154.0 2024-08-07T17:23:08.1984945Z -- The C compiler identification is MSVC 19.29.30154.0 2024-08-07T17:23:08.2321731Z -- Detecting CXX compiler ABI info 2024-08-07T17:23:12.5214968Z -- Detecting CXX compiler ABI info - done 2024-08-07T17:23:12.5236118Z -- 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-08-07T17:23:12.5424200Z -- Detecting CXX compile features 2024-08-07T17:23:12.5442634Z -- Detecting CXX compile features - done 2024-08-07T17:23:12.5544915Z -- Detecting C compiler ABI info 2024-08-07T17:23:13.3940225Z -- Detecting C compiler ABI info - done 2024-08-07T17:23:13.3962282Z -- 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-08-07T17:23:13.3965693Z -- Detecting C compile features 2024-08-07T17:23:13.3971935Z -- Detecting C compile features - done 2024-08-07T17:23:13.4037224Z -- Not forcing any particular BLAS to be found 2024-08-07T17:23:13.4078804Z CMake Warning at CMakeLists.txt:417 (message): 2024-08-07T17:23:13.4079223Z TensorPipe cannot be used on Windows. Set it to OFF 2024-08-07T17:23:13.4079475Z 2024-08-07T17:23:13.4079480Z 2024-08-07T17:23:13.4156728Z -- Performing Test C_HAS_AVX_1 2024-08-07T17:23:14.4597281Z -- Performing Test C_HAS_AVX_1 - Success 2024-08-07T17:23:14.4606158Z -- Performing Test C_HAS_AVX2_1 2024-08-07T17:23:15.2257312Z -- Performing Test C_HAS_AVX2_1 - Success 2024-08-07T17:23:15.2262947Z -- Performing Test C_HAS_AVX512_1 2024-08-07T17:23:16.2986492Z -- Performing Test C_HAS_AVX512_1 - Success 2024-08-07T17:23:16.2992776Z -- Performing Test CXX_HAS_AVX_1 2024-08-07T17:23:16.6929533Z -- Performing Test CXX_HAS_AVX_1 - Success 2024-08-07T17:23:16.6935717Z -- Performing Test CXX_HAS_AVX2_1 2024-08-07T17:23:17.5178909Z -- Performing Test CXX_HAS_AVX2_1 - Success 2024-08-07T17:23:17.5184702Z -- Performing Test CXX_HAS_AVX512_1 2024-08-07T17:23:17.8860115Z -- Performing Test CXX_HAS_AVX512_1 - Success 2024-08-07T17:23:17.8862700Z -- Current compiler supports avx2 extension. Will build perfkernels. 2024-08-07T17:23:17.8867117Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2024-08-07T17:23:18.6331720Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success 2024-08-07T17:23:18.6333303Z -- Current compiler supports avx512f extension. Will build fbgemm. 2024-08-07T17:23:18.6345416Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2024-08-07T17:23:18.9213799Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Failed 2024-08-07T17:23:18.9228438Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2024-08-07T17:23:19.2036184Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Failed 2024-08-07T17:23:19.2174766Z -- Performing Test HAS/UTF_8 2024-08-07T17:23:19.5018497Z -- Performing Test HAS/UTF_8 - Success 2024-08-07T17:23:19.5076891Z CMake Warning at cmake/Dependencies.cmake:90 (message): 2024-08-07T17:23:19.5077434Z Not compiling with XPU. Could NOT find SYCL.Suppress this warning with 2024-08-07T17:23:19.5077848Z -DUSE_XPU=OFF. 2024-08-07T17:23:19.5078062Z Call Stack (most recent call first): 2024-08-07T17:23:19.5078353Z CMakeLists.txt:857 (include) 2024-08-07T17:23:19.5078522Z 2024-08-07T17:23:19.5078542Z 2024-08-07T17:23:19.5082499Z -- Building using own protobuf under third_party per request. 2024-08-07T17:23:19.5082918Z -- Use custom protobuf build. 2024-08-07T17:23:19.5111823Z -- 2024-08-07T17:23:19.5112018Z -- 3.13.0.0 2024-08-07T17:23:19.5160948Z -- Looking for pthread.h 2024-08-07T17:23:19.5978439Z -- Looking for pthread.h - not found 2024-08-07T17:23:19.5993750Z -- Found Threads: TRUE 2024-08-07T17:23:20.1431862Z -- Caffe2 protobuf include directory: $$ 2024-08-07T17:23:20.1456507Z -- Trying to find preferred BLAS backend of choice: MKL 2024-08-07T17:23:20.1507726Z -- MKL_THREADING = OMP 2024-08-07T17:23:20.1516118Z -- Looking for sys/types.h 2024-08-07T17:23:20.4514096Z -- Looking for sys/types.h - found 2024-08-07T17:23:20.4523378Z -- Looking for stdint.h 2024-08-07T17:23:20.7325335Z -- Looking for stdint.h - found 2024-08-07T17:23:20.7334946Z -- Looking for stddef.h 2024-08-07T17:23:21.6261199Z -- Looking for stddef.h - found 2024-08-07T17:23:21.6262880Z -- Check size of void* 2024-08-07T17:23:21.9404965Z -- Check size of void* - done 2024-08-07T17:23:21.9877471Z -- Looking for cblas_sgemm 2024-08-07T17:23:22.3256648Z -- Looking for cblas_sgemm - found 2024-08-07T17:23:22.3259957Z -- Looking for cblas_gemm_bf16bf16f32 2024-08-07T17:23:22.8007696Z -- Looking for cblas_gemm_bf16bf16f32 - found 2024-08-07T17:23:22.8009695Z -- Looking for cblas_gemm_f16f16f32 2024-08-07T17:23:23.3022656Z -- Looking for cblas_gemm_f16f16f32 - not found 2024-08-07T17:23:23.3554926Z -- 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-08-07T17:23:23.3555906Z -- MKL include directory: C:/Jenkins/Miniconda3/Library/include 2024-08-07T17:23:23.3556281Z -- MKL OpenMP type: 2024-08-07T17:23:23.3556504Z -- MKL OpenMP library: 2024-08-07T17:23:23.5178825Z -- The ASM compiler identification is MSVC 2024-08-07T17:23:23.5189926Z -- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2024-08-07T17:23:24.7088228Z -- Found Python: C:\Jenkins\Miniconda3\python.exe (found version "3.9.19") found components: Interpreter 2024-08-07T17:23:24.7701964Z -- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.45.2.windows.1") 2024-08-07T17:23:24.8656937Z -- git version: v1.6.1 normalized to 1.6.1 2024-08-07T17:23:24.8657310Z -- Version: 1.6.1 2024-08-07T17:23:24.8672623Z -- Looking for shm_open in rt 2024-08-07T17:23:25.0211043Z -- Looking for shm_open in rt - not found 2024-08-07T17:23:25.0213746Z -- Performing Test HAVE_STD_REGEX 2024-08-07T17:23:25.0214029Z -- Performing Test HAVE_STD_REGEX 2024-08-07T17:23:26.8858493Z -- Performing Test HAVE_STD_REGEX -- success 2024-08-07T17:23:26.8858889Z -- Performing Test HAVE_GNU_POSIX_REGEX 2024-08-07T17:23:26.8859209Z -- Performing Test HAVE_GNU_POSIX_REGEX 2024-08-07T17:23:26.9714381Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2024-08-07T17:23:26.9714813Z -- Performing Test HAVE_POSIX_REGEX 2024-08-07T17:23:26.9715115Z -- Performing Test HAVE_POSIX_REGEX 2024-08-07T17:23:27.0504695Z -- Performing Test HAVE_POSIX_REGEX -- failed to compile 2024-08-07T17:23:27.0505130Z -- Performing Test HAVE_STEADY_CLOCK 2024-08-07T17:23:27.0505428Z -- Performing Test HAVE_STEADY_CLOCK 2024-08-07T17:23:27.5452806Z -- Performing Test HAVE_STEADY_CLOCK -- success 2024-08-07T17:23:27.6305418Z -- Found PythonInterp: C:/Jenkins/Miniconda3/python.exe (found version "3.9.19") 2024-08-07T17:23:27.6319988Z -- Performing Test COMPILER_SUPPORTS_AVX512 2024-08-07T17:23:28.0955059Z -- Performing Test COMPILER_SUPPORTS_AVX512 - Success 2024-08-07T17:23:29.3182920Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-08-07T17:23:29.3183867Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2024-08-07T17:23:29.3184410Z does not match the name of the calling package (OpenMP). This can lead to 2024-08-07T17:23:29.3184932Z problems in calling code that expects `find_package` result variables 2024-08-07T17:23:29.3185578Z (e.g., `_FOUND`) to follow a certain pattern. 2024-08-07T17:23:29.3185995Z Call Stack (most recent call first): 2024-08-07T17:23:29.3186409Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-08-07T17:23:29.3186868Z third_party/fbgemm/CMakeLists.txt:136 (find_package) 2024-08-07T17:23:29.3187322Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-08-07T17:23:29.3187641Z 2024-08-07T17:23:29.3187757Z -- Found OpenMP_C: -openmp:experimental 2024-08-07T17:23:29.6514794Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-08-07T17:23:29.6515687Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2024-08-07T17:23:29.6516230Z does not match the name of the calling package (OpenMP). This can lead to 2024-08-07T17:23:29.6516730Z problems in calling code that expects `find_package` result variables 2024-08-07T17:23:29.6517152Z (e.g., `_FOUND`) to follow a certain pattern. 2024-08-07T17:23:29.6517488Z Call Stack (most recent call first): 2024-08-07T17:23:29.6517884Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-08-07T17:23:29.6518353Z third_party/fbgemm/CMakeLists.txt:136 (find_package) 2024-08-07T17:23:29.6518801Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-08-07T17:23:29.6519115Z 2024-08-07T17:23:29.6519235Z -- Found OpenMP_CXX: -openmp:experimental 2024-08-07T17:23:29.6519587Z -- Found OpenMP: TRUE 2024-08-07T17:23:29.6521244Z CMake Warning at third_party/fbgemm/CMakeLists.txt:138 (message): 2024-08-07T17:23:29.6521650Z OpenMP found! OpenMP_C_INCLUDE_DIRS = 2024-08-07T17:23:29.6521872Z 2024-08-07T17:23:29.6521877Z 2024-08-07T17:23:29.8919903Z CMake Warning at third_party/fbgemm/CMakeLists.txt:232 (message): 2024-08-07T17:23:29.8920353Z ========== 2024-08-07T17:23:29.8920466Z 2024-08-07T17:23:29.8920472Z 2024-08-07T17:23:29.8920652Z CMake Warning at third_party/fbgemm/CMakeLists.txt:233 (message): 2024-08-07T17:23:29.8921069Z CMAKE_BUILD_TYPE = Release 2024-08-07T17:23:29.8921231Z 2024-08-07T17:23:29.8921235Z 2024-08-07T17:23:29.8921475Z CMake Warning at third_party/fbgemm/CMakeLists.txt:234 (message): 2024-08-07T17:23:29.8921925Z CMAKE_CXX_FLAGS_DEBUG is /Z7 /Ob0 /Od /RTC1 /bigobj 2024-08-07T17:23:29.8922169Z 2024-08-07T17:23:29.8922385Z 2024-08-07T17:23:29.8922568Z CMake Warning at third_party/fbgemm/CMakeLists.txt:235 (message): 2024-08-07T17:23:29.8922987Z CMAKE_CXX_FLAGS_RELEASE is /O2 /Ob2 /DNDEBUG /bigobj 2024-08-07T17:23:29.8923219Z 2024-08-07T17:23:29.8923223Z 2024-08-07T17:23:29.8923416Z CMake Warning at third_party/fbgemm/CMakeLists.txt:236 (message): 2024-08-07T17:23:29.8923770Z ========== 2024-08-07T17:23:29.8923892Z 2024-08-07T17:23:29.8923895Z 2024-08-07T17:23:29.9285450Z ** AsmJit Summary ** 2024-08-07T17:23:29.9285946Z ASMJIT_DIR=C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit 2024-08-07T17:23:29.9286479Z ASMJIT_TEST=FALSE 2024-08-07T17:23:29.9286705Z ASMJIT_TARGET_TYPE=SHARED 2024-08-07T17:23:29.9286955Z ASMJIT_DEPS= 2024-08-07T17:23:29.9287164Z ASMJIT_LIBS=asmjit 2024-08-07T17:23:29.9287373Z ASMJIT_CFLAGS= 2024-08-07T17:23:29.9287823Z ASMJIT_PRIVATE_CFLAGS=-MP;-GF;-Zc:__cplusplus;-Zc:inline;-Zc:strictStrings;-Zc:threadSafeInit-;-W4 2024-08-07T17:23:29.9288332Z ASMJIT_PRIVATE_CFLAGS_DBG=-GS 2024-08-07T17:23:29.9289546Z ASMJIT_PRIVATE_CFLAGS_REL=-GS-;-O2;-Oi 2024-08-07T17:23:29.9422831Z -- Using third party subdirectory Eigen. 2024-08-07T17:23:31.8565301Z -- Found Python: C:\Jenkins\Miniconda3\python.exe (found version "3.9.19") found components: Interpreter Development.Module NumPy 2024-08-07T17:23:31.8565974Z -- Using third_party/pybind11. 2024-08-07T17:23:31.8567018Z -- pybind11 include dirs: C:/actions-runner/_work/pytorch/pytorch/cmake/../third_party/pybind11/include 2024-08-07T17:23:31.8604631Z -- Could NOT find OpenTelemetryApi (missing: OpenTelemetryApi_INCLUDE_DIRS) 2024-08-07T17:23:31.8605320Z -- Using third_party/opentelemetry-cpp. 2024-08-07T17:23:31.8605947Z -- opentelemetry api include dirs: C:/actions-runner/_work/pytorch/pytorch/cmake/../third_party/opentelemetry-cpp/api/include 2024-08-07T17:23:32.8654536Z -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS) 2024-08-07T17:23:33.5235027Z -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS) 2024-08-07T17:23:33.5238101Z -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND) 2024-08-07T17:23:33.5240600Z CMake Warning at cmake/Dependencies.cmake:946 (message): 2024-08-07T17:23:33.5241067Z Not compiling with MPI. Suppress this warning with -DUSE_MPI=OFF 2024-08-07T17:23:33.5241467Z Call Stack (most recent call first): 2024-08-07T17:23:33.5241739Z CMakeLists.txt:857 (include) 2024-08-07T17:23:33.5241925Z 2024-08-07T17:23:33.5241930Z 2024-08-07T17:23:33.5276748Z -- Adding OpenMP CXX_FLAGS: -openmp:experimental 2024-08-07T17:23:33.5296333Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option): 2024-08-07T17:23:33.5296857Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2024-08-07T17:23:33.5297388Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2024-08-07T17:23:33.5297832Z set the policy and suppress this warning. 2024-08-07T17:23:33.5298052Z 2024-08-07T17:23:33.5298269Z For compatibility with older versions of CMake, option is clearing the 2024-08-07T17:23:33.5298674Z normal variable 'BUILD_BENCHMARK'. 2024-08-07T17:23:33.5299062Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-08-07T17:23:33.5299361Z 2024-08-07T17:23:33.5299560Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:35 (option): 2024-08-07T17:23:33.5300142Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2024-08-07T17:23:33.5300672Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2024-08-07T17:23:33.5301122Z set the policy and suppress this warning. 2024-08-07T17:23:33.5301332Z 2024-08-07T17:23:33.5301547Z For compatibility with older versions of CMake, option is clearing the 2024-08-07T17:23:33.5301941Z normal variable 'USE_NCCL'. 2024-08-07T17:23:33.5302304Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-08-07T17:23:33.5302790Z 2024-08-07T17:23:33.5302987Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:36 (option): 2024-08-07T17:23:33.5303459Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2024-08-07T17:23:33.5303988Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2024-08-07T17:23:33.5304429Z set the policy and suppress this warning. 2024-08-07T17:23:33.5304638Z 2024-08-07T17:23:33.5304842Z For compatibility with older versions of CMake, option is clearing the 2024-08-07T17:23:33.5305253Z normal variable 'USE_RCCL'. 2024-08-07T17:23:33.5305822Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-08-07T17:23:33.5306130Z 2024-08-07T17:23:33.5306210Z -- MSVC detected 2024-08-07T17:23:33.5306430Z -- Set USE_REDIS OFF 2024-08-07T17:23:33.5306663Z -- Set USE_IBVERBS OFF 2024-08-07T17:23:33.5306868Z -- Set USE_NCCL OFF 2024-08-07T17:23:33.5307074Z -- Set USE_RCCL OFF 2024-08-07T17:23:33.5307273Z -- Set USE_LIBUV ON 2024-08-07T17:23:33.5307494Z -- Only USE_LIBUV is supported on Windows 2024-08-07T17:23:33.5317107Z -- Gloo build as SHARED library 2024-08-07T17:23:33.5939267Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2024-08-07T17:23:33.5947111Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2024-08-07T17:23:33.5955156Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2024-08-07T17:23:34.3015091Z -- 2024-08-07T17:23:34.3015614Z -- ******** Summary ******** 2024-08-07T17:23:34.3015924Z -- CMake version : 3.22.1 2024-08-07T17:23:34.3016319Z -- CMake command : C:/Jenkins/Miniconda3/Library/bin/cmake.exe 2024-08-07T17:23:34.3016725Z -- System : Windows 2024-08-07T17:23:34.3017371Z -- C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2024-08-07T17:23:34.3017999Z -- C++ compiler version : 19.29.30154.0 2024-08-07T17:23:34.3018551Z -- CXX flags : /DWIN32 /D_WINDOWS /GR /EHsc /Zc:__cplusplus /bigobj /FS /utf-8 -DUSE_PTHREADPOOL /EHsc /wd26812 2024-08-07T17:23:34.3019088Z -- Build type : Release 2024-08-07T17:23:34.3019522Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2024-08-07T17:23:34.3020036Z -- CMAKE_PREFIX_PATH : C:\Jenkins\Miniconda3\Lib\site-packages 2024-08-07T17:23:34.3020548Z -- CMAKE_INSTALL_PREFIX : C:/actions-runner/_work/pytorch/pytorch/torch 2024-08-07T17:23:34.3021088Z -- CMAKE_MODULE_PATH : C:/actions-runner/_work/pytorch/pytorch/cmake/Modules 2024-08-07T17:23:34.3021480Z -- 2024-08-07T17:23:34.3021682Z -- ONNX version : 1.16.2 2024-08-07T17:23:34.3022026Z -- ONNX NAMESPACE : onnx_torch 2024-08-07T17:23:34.3022338Z -- ONNX_USE_LITE_PROTO : OFF 2024-08-07T17:23:34.3022639Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2024-08-07T17:23:34.3022948Z -- Protobuf_USE_STATIC_LIBS : ON 2024-08-07T17:23:34.3023242Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2024-08-07T17:23:34.3023557Z -- ONNX_DISABLE_STATIC_REGISTRATION : OFF 2024-08-07T17:23:34.3023857Z -- ONNX_WERROR : OFF 2024-08-07T17:23:34.3024131Z -- ONNX_BUILD_TESTS : OFF 2024-08-07T17:23:34.3024427Z -- ONNX_BUILD_BENCHMARKS : OFF 2024-08-07T17:23:34.3024726Z -- ONNX_BUILD_SHARED_LIBS : 2024-08-07T17:23:34.3025006Z -- BUILD_SHARED_LIBS : OFF 2024-08-07T17:23:34.3025268Z -- 2024-08-07T17:23:34.3025552Z -- Protobuf compiler : 2024-08-07T17:23:34.3025837Z -- Protobuf includes : 2024-08-07T17:23:34.3026290Z -- Protobuf libraries : 2024-08-07T17:23:34.3026594Z -- BUILD_ONNX_PYTHON : OFF 2024-08-07T17:23:34.3042106Z -- 2024-08-07T17:23:34.3042319Z -- ******** Summary ******** 2024-08-07T17:23:34.3042580Z -- CMake version : 3.22.1 2024-08-07T17:23:34.3042926Z -- CMake command : C:/Jenkins/Miniconda3/Library/bin/cmake.exe 2024-08-07T17:23:34.3043308Z -- System : Windows 2024-08-07T17:23:34.3043907Z -- C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2024-08-07T17:23:34.3044531Z -- C++ compiler version : 19.29.30154.0 2024-08-07T17:23:34.3045015Z -- CXX flags : /DWIN32 /D_WINDOWS /GR /EHsc /Zc:__cplusplus /bigobj /FS /utf-8 -DUSE_PTHREADPOOL 2024-08-07T17:23:34.3045478Z -- Build type : Release 2024-08-07T17:23:34.3045803Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1 2024-08-07T17:23:34.3046255Z -- CMAKE_PREFIX_PATH : C:\Jenkins\Miniconda3\Lib\site-packages 2024-08-07T17:23:34.3046736Z -- CMAKE_INSTALL_PREFIX : C:/actions-runner/_work/pytorch/pytorch/torch 2024-08-07T17:23:34.3047242Z -- CMAKE_MODULE_PATH : C:/actions-runner/_work/pytorch/pytorch/cmake/Modules 2024-08-07T17:23:34.3047637Z -- 2024-08-07T17:23:34.3047821Z -- ONNX version : 1.4.1 2024-08-07T17:23:34.3048081Z -- ONNX NAMESPACE : onnx_torch 2024-08-07T17:23:34.3048363Z -- ONNX_BUILD_TESTS : OFF 2024-08-07T17:23:34.3048623Z -- ONNX_BUILD_BENCHMARKS : OFF 2024-08-07T17:23:34.3048869Z -- ONNX_USE_LITE_PROTO : OFF 2024-08-07T17:23:34.3049254Z -- ONNXIFI_DUMMY_BACKEND : 2024-08-07T17:23:34.3049491Z -- 2024-08-07T17:23:34.3049673Z -- Protobuf compiler : 2024-08-07T17:23:34.3049933Z -- Protobuf includes : 2024-08-07T17:23:34.3050190Z -- Protobuf libraries : 2024-08-07T17:23:34.3050440Z -- BUILD_ONNX_PYTHON : OFF 2024-08-07T17:23:34.3050787Z CMake Warning at cmake/Dependencies.cmake:1406 (message): 2024-08-07T17:23:34.3051253Z Not compiling with MAGMA. Suppress this warning with -DUSE_MAGMA=OFF. 2024-08-07T17:23:34.3051641Z Call Stack (most recent call first): 2024-08-07T17:23:34.3051926Z CMakeLists.txt:857 (include) 2024-08-07T17:23:34.3052090Z 2024-08-07T17:23:34.3052094Z 2024-08-07T17:23:34.3052290Z -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor 2024-08-07T17:23:34.3052671Z -- Adding -DNDEBUG to compile flags 2024-08-07T17:23:34.3053009Z -- Could not find hardware support for NEON on this machine. 2024-08-07T17:23:34.3053360Z -- No OMAP3 processor on this machine. 2024-08-07T17:23:34.3053646Z -- No OMAP4 processor on this machine. 2024-08-07T17:23:34.3067643Z -- Looking for sbgemm_ 2024-08-07T17:23:34.7441921Z -- Looking for sbgemm_ - not found 2024-08-07T17:23:34.7460284Z -- Found a library with LAPACK API (mkl). 2024-08-07T17:23:34.7461131Z disabling CUDA because NOT USE_CUDA is set 2024-08-07T17:23:34.7461493Z disabling ROCM because NOT USE_ROCM is set 2024-08-07T17:23:34.7461847Z -- MIOpen not found. Compiling without MIOpen support 2024-08-07T17:23:34.7565160Z -- MKLDNN_CPU_RUNTIME = OMP 2024-08-07T17:23:34.7587757Z -- DNNL_TARGET_ARCH: X64 2024-08-07T17:23:34.7612166Z -- DNNL_LIBRARY_NAME: dnnl 2024-08-07T17:23:34.7693567Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-08-07T17:23:34.7694400Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2024-08-07T17:23:34.7694928Z does not match the name of the calling package (OpenMP). This can lead to 2024-08-07T17:23:34.7695455Z problems in calling code that expects `find_package` result variables 2024-08-07T17:23:34.7695876Z (e.g., `_FOUND`) to follow a certain pattern. 2024-08-07T17:23:34.7696191Z Call Stack (most recent call first): 2024-08-07T17:23:34.7696598Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-08-07T17:23:34.7697310Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:55 (find_package) 2024-08-07T17:23:34.7697757Z third_party/ideep/mkl-dnn/CMakeLists.txt:119 (include) 2024-08-07T17:23:34.7698206Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-08-07T17:23:34.7698529Z 2024-08-07T17:23:34.7698990Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-08-07T17:23:34.7699774Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2024-08-07T17:23:34.7700296Z does not match the name of the calling package (OpenMP). This can lead to 2024-08-07T17:23:34.7700793Z problems in calling code that expects `find_package` result variables 2024-08-07T17:23:34.7701213Z (e.g., `_FOUND`) to follow a certain pattern. 2024-08-07T17:23:34.7701520Z Call Stack (most recent call first): 2024-08-07T17:23:34.7701916Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-08-07T17:23:34.7702429Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:55 (find_package) 2024-08-07T17:23:34.7702856Z third_party/ideep/mkl-dnn/CMakeLists.txt:119 (include) 2024-08-07T17:23:34.7703286Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-08-07T17:23:34.7703598Z 2024-08-07T17:23:34.7960696Z -- Could NOT find Doxyrest (missing: DOXYREST_EXECUTABLE) 2024-08-07T17:23:34.8376086Z -- Found PythonInterp: C:/Jenkins/Miniconda3/python.exe (found suitable version "3.9.19", minimum required is "2.7") 2024-08-07T17:23:34.8568091Z -- Could NOT find Sphinx (missing: SPHINX_EXECUTABLE) 2024-08-07T17:23:34.8888875Z -- Enabled testing coverage: CI 2024-08-07T17:23:34.8900627Z -- Enabled workload: TRAINING 2024-08-07T17:23:34.8900929Z -- Enabled primitives: ALL 2024-08-07T17:23:34.8901199Z -- Enabled primitive CPU ISA: ALL 2024-08-07T17:23:34.8901486Z -- Enabled primitive GPU ISA: ALL 2024-08-07T17:23:34.8901760Z -- Enabled GeMM kernels ISA: ALL 2024-08-07T17:23:34.8987169Z -- Primitive cache is enabled 2024-08-07T17:23:34.9624230Z -- The ASM_MASM compiler identification is MSVC 2024-08-07T17:23:35.0751479Z -- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/ml64.exe 2024-08-07T17:23:35.1384431Z -- Graph component is enabled 2024-08-07T17:23:35.1523863Z -- Graph compiler backend is disabled. 2024-08-07T17:23:35.1657308Z -- Found MKL-DNN: TRUE 2024-08-07T17:23:35.1724028Z -- {fmt} version: 11.0.2 2024-08-07T17:23:35.1724311Z -- Build type: Release 2024-08-07T17:23:35.1804157Z -- Using CPU-only version of Kineto 2024-08-07T17:23:35.1804496Z -- Configuring Kineto dependency: 2024-08-07T17:23:35.1804970Z -- KINETO_SOURCE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto 2024-08-07T17:23:35.1805457Z -- KINETO_BUILD_TESTS = OFF 2024-08-07T17:23:35.1805709Z -- KINETO_LIBRARY_TYPE = static 2024-08-07T17:23:35.2262923Z -- Found PythonInterp: C:/Jenkins/Miniconda3/python.exe (found version "3.9.19") 2024-08-07T17:23:35.2265887Z INFO CUDA_SOURCE_DIR = 2024-08-07T17:23:35.2266117Z INFO ROCM_SOURCE_DIR = 2024-08-07T17:23:35.2664833Z INFO CUPTI unavailable or disabled - not building GPU profilers 2024-08-07T17:23:35.3467316Z -- Kineto: FMT_SOURCE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/fmt 2024-08-07T17:23:35.3467851Z INFO CUPTI_INCLUDE_DIR = /extras/CUPTI/include 2024-08-07T17:23:35.3468196Z INFO ROCTRACER_INCLUDE_DIR = /include/roctracer 2024-08-07T17:23:35.3468800Z INFO DYNOLOG_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/ 2024-08-07T17:23:35.3469851Z INFO IPCFABRIC_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog//dynolog/src/ipcfabric/ 2024-08-07T17:23:35.3470739Z -- Kineto: FMT_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/fmt/include 2024-08-07T17:23:35.3494816Z -- Configured Kineto (CPU) 2024-08-07T17:23:35.3532892Z -- Performing Test HAS/WD4624 2024-08-07T17:23:35.6464653Z -- Performing Test HAS/WD4624 - Success 2024-08-07T17:23:35.6479386Z -- Performing Test HAS/WD4068 2024-08-07T17:23:35.9402564Z -- Performing Test HAS/WD4068 - Success 2024-08-07T17:23:35.9416698Z -- Performing Test HAS/WD4067 2024-08-07T17:23:36.2263958Z -- Performing Test HAS/WD4067 - Success 2024-08-07T17:23:36.2278258Z -- Performing Test HAS/WD4267 2024-08-07T17:23:36.5105484Z -- Performing Test HAS/WD4267 - Success 2024-08-07T17:23:36.5119634Z -- Performing Test HAS/WD4661 2024-08-07T17:23:36.7958205Z -- Performing Test HAS/WD4661 - Success 2024-08-07T17:23:36.7974360Z -- Performing Test HAS/WD4717 2024-08-07T17:23:37.0769904Z -- Performing Test HAS/WD4717 - Success 2024-08-07T17:23:37.0784144Z -- Performing Test HAS/WD4244 2024-08-07T17:23:37.3593855Z -- Performing Test HAS/WD4244 - Success 2024-08-07T17:23:37.3608754Z -- Performing Test HAS/WD4804 2024-08-07T17:23:37.6448721Z -- Performing Test HAS/WD4804 - Success 2024-08-07T17:23:37.6462155Z -- Performing Test HAS/WD4273 2024-08-07T17:23:37.9418865Z -- Performing Test HAS/WD4273 - Success 2024-08-07T17:23:37.9433775Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2024-08-07T17:23:38.0045478Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Failed 2024-08-07T17:23:38.0115918Z -- 2024-08-07T17:23:38.0116954Z -- Use the C++ compiler to compile (MI_USE_CXX=ON) 2024-08-07T17:23:38.0119379Z -- 2024-08-07T17:23:38.0119585Z -- Library base name: mimalloc 2024-08-07T17:23:38.0119836Z -- Version : 1.8 2024-08-07T17:23:38.0120074Z -- Build type : release 2024-08-07T17:23:38.0121447Z -- C++ Compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2024-08-07T17:23:38.0122050Z -- Compiler flags : /Zc:__cplusplus 2024-08-07T17:23:38.0122339Z -- Compiler defines : 2024-08-07T17:23:38.0122641Z -- Link libraries : psapi;shell32;user32;advapi32;bcrypt 2024-08-07T17:23:38.0122987Z -- Build targets : static 2024-08-07T17:23:38.0123224Z -- 2024-08-07T17:23:38.0228076Z -- Performing Test HAS_WDEPRECATED 2024-08-07T17:23:38.0836653Z -- Performing Test HAS_WDEPRECATED - Failed 2024-08-07T17:23:38.0839898Z -- don't use NUMA 2024-08-07T17:23:38.0906744Z -- Looking for backtrace 2024-08-07T17:23:38.1678509Z -- Looking for backtrace - not found 2024-08-07T17:23:38.1739336Z -- Could NOT find Backtrace (missing: Backtrace_LIBRARY Backtrace_INCLUDE_DIR) 2024-08-07T17:23:41.9447963Z -- headers outputs: 2024-08-07T17:23:51.4920628Z -- sources outputs: 2024-08-07T17:23:52.9933556Z -- declarations_yaml outputs: 2024-08-07T17:23:53.0039704Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT 2024-08-07T17:23:58.3283348Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Failed 2024-08-07T17:23:58.5634949Z -- Using ATen parallel backend: OMP 2024-08-07T17:23:58.5649371Z disabling CUDA because USE_CUDA is set false 2024-08-07T17:23:58.9138145Z -- Found OpenSSL: C:/Jenkins/Miniconda3/Library/lib/libcrypto.lib (found version "3.0.14") 2024-08-07T17:23:59.0956703Z -- Check size of long double 2024-08-07T17:23:59.4612314Z -- Check size of long double - done 2024-08-07T17:23:59.4619446Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2024-08-07T17:23:59.5627049Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Failed 2024-08-07T17:23:59.5632411Z -- Performing Test COMPILER_SUPPORTS_SSE2 2024-08-07T17:23:59.9265848Z -- Performing Test COMPILER_SUPPORTS_SSE2 - Success 2024-08-07T17:23:59.9270544Z -- Performing Test COMPILER_SUPPORTS_SSE4 2024-08-07T17:24:00.2962723Z -- Performing Test COMPILER_SUPPORTS_SSE4 - Success 2024-08-07T17:24:00.2967132Z -- Performing Test COMPILER_SUPPORTS_AVX 2024-08-07T17:24:00.9586683Z -- Performing Test COMPILER_SUPPORTS_AVX - Success 2024-08-07T17:24:00.9591372Z -- Performing Test COMPILER_SUPPORTS_FMA4 2024-08-07T17:24:01.3250725Z -- Performing Test COMPILER_SUPPORTS_FMA4 - Success 2024-08-07T17:24:01.3255611Z -- Performing Test COMPILER_SUPPORTS_AVX2 2024-08-07T17:24:01.7934490Z -- Performing Test COMPILER_SUPPORTS_AVX2 - Success 2024-08-07T17:24:01.7940266Z -- Performing Test COMPILER_SUPPORTS_AVX512F 2024-08-07T17:24:02.1689188Z -- Performing Test COMPILER_SUPPORTS_AVX512F - Success 2024-08-07T17:24:02.1740639Z -- Found OpenMP_C: -openmp:experimental (found version "2.0") 2024-08-07T17:24:02.1744919Z -- Found OpenMP_CXX: -openmp:experimental (found version "2.0") 2024-08-07T17:24:02.1748806Z -- Found OpenMP: TRUE (found version "2.0") 2024-08-07T17:24:02.1753356Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2024-08-07T17:24:02.6520669Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Success 2024-08-07T17:24:02.6526100Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD 2024-08-07T17:24:02.7576936Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD - Failed 2024-08-07T17:24:02.7581533Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2024-08-07T17:24:02.8825873Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Failed 2024-08-07T17:24:02.8830835Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2024-08-07T17:24:03.0596483Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Failed 2024-08-07T17:24:03.0602344Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2024-08-07T17:24:03.1378050Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Failed 2024-08-07T17:24:03.2975087Z Target system: Windows-10.0.17763 2024-08-07T17:24:03.2975463Z Target processor: AMD64 2024-08-07T17:24:03.2975714Z Host system: Windows-10.0.17763 2024-08-07T17:24:03.2976009Z -- Configuring build for SLEEF-v3.6.0 2024-08-07T17:24:03.2976438Z Host processor: AMD64 2024-08-07T17:24:03.2977076Z -- Using option `/D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE ` to compile libsleef 2024-08-07T17:24:03.2977932Z 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-08-07T17:24:03.2978574Z CMake: 3.22.1 2024-08-07T17:24:03.2978859Z Make program: C:/Jenkins/Miniconda3/Library/bin/ninja.exe 2024-08-07T17:24:03.2979210Z -- Building shared libs : OFF 2024-08-07T17:24:03.2979470Z -- Building static test bins: OFF 2024-08-07T17:24:03.2979724Z -- MPFR : LIB_MPFR-NOTFOUND 2024-08-07T17:24:03.2980018Z -- GMP : LIBGMP-NOTFOUND 2024-08-07T17:24:03.2980239Z -- RT : 2024-08-07T17:24:03.2980419Z -- FFTW3 : LIBFFTW3-NOTFOUND 2024-08-07T17:24:03.2980709Z -- OPENSSL : 3.0.14 2024-08-07T17:24:03.2980929Z -- SDE : SDE_COMMAND-NOTFOUND 2024-08-07T17:24:03.2981177Z -- COMPILER_SUPPORTS_OPENMP : FALSE 2024-08-07T17:24:03.3293699Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2024-08-07T17:24:03.3294294Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/TensorBody.h 2024-08-07T17:24:03.3295106Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/aten_interned_strings.h 2024-08-07T17:24:03.3295874Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/enum_tag.h 2024-08-07T17:24:03.8712491Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD 2024-08-07T17:24:03.9327600Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD - Failed 2024-08-07T17:24:03.9334067Z -- 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-08-07T17:24:04.0825336Z CMake Warning at CMakeLists.txt:1245 (message): 2024-08-07T17:24:04.0826084Z Generated cmake files are only fully tested if one builds with system glog, 2024-08-07T17:24:04.0826652Z gflags, and protobuf. Other settings may generate files that are not well 2024-08-07T17:24:04.0827042Z tested. 2024-08-07T17:24:04.0827167Z 2024-08-07T17:24:04.0827172Z 2024-08-07T17:24:04.0847471Z -- 2024-08-07T17:24:04.0847694Z -- ******** Summary ******** 2024-08-07T17:24:04.0847947Z -- General: 2024-08-07T17:24:04.0848138Z -- CMake version : 3.22.1 2024-08-07T17:24:04.0848503Z -- CMake command : C:/Jenkins/Miniconda3/Library/bin/cmake.exe 2024-08-07T17:24:04.0848868Z -- System : Windows 2024-08-07T17:24:04.0849500Z -- C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2024-08-07T17:24:04.0850117Z -- C++ compiler id : MSVC 2024-08-07T17:24:04.0850405Z -- C++ compiler version : 19.29.30154.0 2024-08-07T17:24:04.0850686Z -- Using ccache if found : OFF 2024-08-07T17:24:04.0851963Z -- CXX flags : /DWIN32 /D_WINDOWS /GR /EHsc /Zc:__cplusplus /bigobj /FS /utf-8 -DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DLIBKINETO_NOROCTRACER -DUSE_FBGEMM -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE /wd4624 /wd4068 /wd4067 /wd4267 /wd4661 /wd4717 /wd4244 /wd4804 /wd4273 2024-08-07T17:24:04.0853263Z -- Shared LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2024-08-07T17:24:04.0853753Z -- Static LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2024-08-07T17:24:04.0854215Z -- Module LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2024-08-07T17:24:04.0854747Z -- Build type : Release 2024-08-07T17:24:04.0855838Z -- 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-08-07T17:24:04.0857070Z -- CMAKE_PREFIX_PATH : C:\Jenkins\Miniconda3\Lib\site-packages 2024-08-07T17:24:04.0857615Z -- CMAKE_INSTALL_PREFIX : C:/actions-runner/_work/pytorch/pytorch/torch 2024-08-07T17:24:04.0858012Z -- USE_GOLD_LINKER : OFF 2024-08-07T17:24:04.0858240Z -- 2024-08-07T17:24:04.0858424Z -- TORCH_VERSION : 2.5.0 2024-08-07T17:24:04.0858703Z -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF 2024-08-07T17:24:04.0858975Z -- BUILD_BINARY : OFF 2024-08-07T17:24:04.0859253Z -- BUILD_CUSTOM_PROTOBUF : ON 2024-08-07T17:24:04.0859512Z -- Link local protobuf : ON 2024-08-07T17:24:04.0859772Z -- BUILD_PYTHON : True 2024-08-07T17:24:04.0860031Z -- Python version : 3.9.19 2024-08-07T17:24:04.0860372Z -- Python executable : C:\Jenkins\Miniconda3\python.exe 2024-08-07T17:24:04.0860809Z -- Python library : C:/Jenkins/Miniconda3/libs/python39.lib 2024-08-07T17:24:04.0861215Z -- Python includes : C:/Jenkins/Miniconda3/include 2024-08-07T17:24:04.0861645Z -- Python site-package : C:\Jenkins\Miniconda3\Lib\site-packages 2024-08-07T17:24:04.0862024Z -- BUILD_SHARED_LIBS : ON 2024-08-07T17:24:04.0862291Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2024-08-07T17:24:04.0862634Z -- BUILD_TEST : True 2024-08-07T17:24:04.0862887Z -- BUILD_JNI : OFF 2024-08-07T17:24:04.0863179Z -- BUILD_MOBILE_AUTOGRAD : OFF 2024-08-07T17:24:04.0863444Z -- BUILD_LITE_INTERPRETER: OFF 2024-08-07T17:24:04.0863806Z -- INTERN_BUILD_MOBILE : 2024-08-07T17:24:04.0864039Z -- TRACING_BASED : OFF 2024-08-07T17:24:04.0864307Z -- USE_BLAS : 1 2024-08-07T17:24:04.0864545Z -- BLAS : mkl 2024-08-07T17:24:04.0864782Z -- BLAS_HAS_SBGEMM : 2024-08-07T17:24:04.0865033Z -- USE_LAPACK : 1 2024-08-07T17:24:04.0865282Z -- LAPACK : mkl 2024-08-07T17:24:04.0865511Z -- USE_ASAN : OFF 2024-08-07T17:24:04.0865891Z -- USE_TSAN : OFF 2024-08-07T17:24:04.0866135Z -- USE_CPP_CODE_COVERAGE : OFF 2024-08-07T17:24:04.0866392Z -- USE_CUDA : 0 2024-08-07T17:24:04.0866646Z -- USE_XPU : OFF 2024-08-07T17:24:04.0866878Z -- USE_ROCM : OFF 2024-08-07T17:24:04.0867124Z -- BUILD_NVFUSER : 2024-08-07T17:24:04.0867377Z -- USE_EIGEN_FOR_BLAS : 2024-08-07T17:24:04.0867610Z -- USE_FBGEMM : ON 2024-08-07T17:24:04.0867862Z -- USE_FAKELOWP : OFF 2024-08-07T17:24:04.0868118Z -- USE_KINETO : ON 2024-08-07T17:24:04.0868401Z -- USE_GFLAGS : OFF 2024-08-07T17:24:04.0868705Z -- USE_GLOG : OFF 2024-08-07T17:24:04.0868962Z -- USE_LITE_PROTO : OFF 2024-08-07T17:24:04.0869205Z -- USE_PYTORCH_METAL : OFF 2024-08-07T17:24:04.0869473Z -- USE_PYTORCH_METAL_EXPORT : OFF 2024-08-07T17:24:04.0869753Z -- USE_MPS : OFF 2024-08-07T17:24:04.0869982Z -- USE_MKL : ON 2024-08-07T17:24:04.0870223Z -- USE_MKLDNN : ON 2024-08-07T17:24:04.0870466Z -- USE_MKLDNN_ACL : OFF 2024-08-07T17:24:04.0870699Z -- USE_MKLDNN_CBLAS : OFF 2024-08-07T17:24:04.0870940Z -- USE_UCC : OFF 2024-08-07T17:24:04.0871180Z -- USE_ITT : ON 2024-08-07T17:24:04.0871409Z -- USE_NCCL : OFF 2024-08-07T17:24:04.0871656Z -- USE_NNPACK : OFF 2024-08-07T17:24:04.0871907Z -- USE_NUMPY : ON 2024-08-07T17:24:04.0872139Z -- USE_OBSERVERS : ON 2024-08-07T17:24:04.0872394Z -- USE_OPENCL : OFF 2024-08-07T17:24:04.0872775Z -- USE_OPENMP : ON 2024-08-07T17:24:04.0873006Z -- USE_MIMALLOC : ON 2024-08-07T17:24:04.0873260Z -- USE_VULKAN : OFF 2024-08-07T17:24:04.0873502Z -- USE_PROF : OFF 2024-08-07T17:24:04.0873755Z -- USE_PYTORCH_QNNPACK : OFF 2024-08-07T17:24:04.0874063Z -- USE_XNNPACK : ON 2024-08-07T17:24:04.0874351Z -- USE_DISTRIBUTED : ON 2024-08-07T17:24:04.0874605Z -- USE_MPI : OFF 2024-08-07T17:24:04.0874863Z -- USE_GLOO : ON 2024-08-07T17:24:04.0875109Z -- USE_GLOO_WITH_OPENSSL : OFF 2024-08-07T17:24:04.0875378Z -- USE_TENSORPIPE : OFF 2024-08-07T17:24:04.0880726Z -- Public Dependencies : caffe2::mkl 2024-08-07T17:24:04.0881517Z -- Private Dependencies : Threads::Threads;pthreadpool;cpuinfo;XNNPACK;fbgemm;ittnotify;fp16;caffe2::openmp;gloo;foxi_loader;fmt::fmt-header-only;kineto 2024-08-07T17:24:04.0882248Z -- Public CUDA Deps. : 2024-08-07T17:24:04.0882528Z -- Private CUDA Deps. : 2024-08-07T17:24:04.0882775Z -- USE_COREML_DELEGATE : OFF 2024-08-07T17:24:04.0883050Z -- BUILD_LAZY_TS_BACKEND : ON 2024-08-07T17:24:04.0883326Z -- USE_ROCM_KERNEL_ASSERT : OFF 2024-08-07T17:24:04.0920797Z -- Performing Test HAS_WMISSING_PROTOTYPES 2024-08-07T17:24:04.1525131Z -- Performing Test HAS_WMISSING_PROTOTYPES - Failed 2024-08-07T17:24:04.1540007Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES 2024-08-07T17:24:04.2146022Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES - Failed 2024-08-07T17:24:04.2206062Z -- Configuring done 2024-08-07T17:24:13.7721303Z -- Generating done 2024-08-07T17:24:14.0083509Z CMake Warning: 2024-08-07T17:24:14.0083928Z Manually-specified variables were not used by the project: 2024-08-07T17:24:14.0084223Z 2024-08-07T17:24:14.0084307Z BUILD_ENVIRONMENT 2024-08-07T17:24:14.0084527Z BUILD_TYPE 2024-08-07T17:24:14.0084725Z BUILD_WHEEL 2024-08-07T17:24:14.0084842Z 2024-08-07T17:24:14.0084879Z 2024-08-07T17:24:14.0109070Z -- Build files have been written to: C:/actions-runner/_work/pytorch/pytorch/build 2024-08-07T17:24:19.8880736Z [1/4] Generating ATen declarations_yaml 2024-08-07T17:24:25.7277294Z [2/4] Generating ATen sources 2024-08-07T17:24:28.2427071Z [3/4] Generating ATen headers 2024-08-07T17:24:34.1189602Z [1/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\arena.cc.obj 2024-08-07T17:24:34.1292022Z [2/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\extension_set.cc.obj 2024-08-07T17:24:34.1308009Z [3/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\implicit_weak_message.cc.obj 2024-08-07T17:24:34.1323057Z [4/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_message_util.cc.obj 2024-08-07T17:24:34.1339162Z [5/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\any_lite.cc.obj 2024-08-07T17:24:34.1427736Z [6/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\coded_stream.cc.obj 2024-08-07T17:24:34.1685197Z [7/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_message_table_driven_lite.cc.obj 2024-08-07T17:24:34.1825396Z [8/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_enum_util.cc.obj 2024-08-07T17:24:34.3966010Z [9/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream_impl.cc.obj 2024-08-07T17:24:34.3981685Z [10/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream_impl_lite.cc.obj 2024-08-07T17:24:34.4116808Z [11/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\strtod.cc.obj 2024-08-07T17:24:34.4235885Z [12/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\bytestream.cc.obj 2024-08-07T17:24:34.4457621Z [13/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream.cc.obj 2024-08-07T17:24:34.4667339Z [14/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\repeated_field.cc.obj 2024-08-07T17:24:34.4888681Z [15/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\message_lite.cc.obj 2024-08-07T17:24:34.6390415Z [16/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\status.cc.obj 2024-08-07T17:24:34.6692437Z [17/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\parse_context.cc.obj 2024-08-07T17:24:34.7360287Z [18/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\structurally_valid.cc.obj 2024-08-07T17:24:34.7374790Z [19/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\strutil.cc.obj 2024-08-07T17:24:34.7389352Z [20/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\int128.cc.obj 2024-08-07T17:24:34.7404071Z [21/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\stringpiece.cc.obj 2024-08-07T17:24:34.8300328Z [22/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool\f32-gavgpool-7p7x-minmax-scalar-c1.c.obj 2024-08-07T17:24:34.8349783Z [23/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool\f32-gavgpool-7x-minmax-scalar-c1.c.obj 2024-08-07T17:24:34.8468578Z [24/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool-cw\f32-gavgpool-cw-scalar-u1.c.obj 2024-08-07T17:24:34.8554751Z [25/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\statusor.cc.obj 2024-08-07T17:24:34.8602110Z [26/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x4-relu-scalar.c.obj 2024-08-07T17:24:34.8804936Z [27/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\stringprintf.cc.obj 2024-08-07T17:24:34.9650397Z [28/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-2x4-relu-scalar.c.obj 2024-08-07T17:24:35.0532372Z [29/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x4-minmax-scalar.c.obj 2024-08-07T17:24:35.0549760Z [30/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-2x4-minmax-scalar.c.obj 2024-08-07T17:24:35.0563966Z [31/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x2-minmax-scalar.c.obj 2024-08-07T17:24:35.0575033Z [32/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x2-relu-scalar.c.obj 2024-08-07T17:24:35.0586426Z [33/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x4-scalar.c.obj 2024-08-07T17:24:35.0632546Z [34/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-2x4-scalar.c.obj 2024-08-07T17:24:35.1265428Z [35/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p4.c.obj 2024-08-07T17:24:35.1665701Z [36/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x4-minmax-scalar.c.obj 2024-08-07T17:24:35.1793931Z [37/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x4-minmax-scalar.c.obj 2024-08-07T17:24:35.1857375Z [38/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p1.c.obj 2024-08-07T17:24:35.1869565Z [39/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x2-scalar.c.obj 2024-08-07T17:24:35.1916101Z [40/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x4-relu-scalar.c.obj 2024-08-07T17:24:35.2043291Z [41/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x4-scalar.c.obj 2024-08-07T17:24:35.2549272Z [42/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c2.c.obj 2024-08-07T17:24:35.2663727Z [43/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c4.c.obj 2024-08-07T17:24:35.2711327Z [44/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x4-minmax-scalar.c.obj 2024-08-07T17:24:35.3013134Z [45/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x4-minmax-scalar.c.obj 2024-08-07T17:24:35.3635278Z [46/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x4-relu-scalar.c.obj 2024-08-07T17:24:35.4532432Z [47/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p2.c.obj 2024-08-07T17:24:35.4547880Z [48/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-2x4-minmax-scalar.c.obj 2024-08-07T17:24:35.4559964Z [49/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c1.c.obj 2024-08-07T17:24:35.4573792Z [50/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-2x4-relu-scalar.c.obj 2024-08-07T17:24:35.4586570Z [51/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x2-relu-scalar.c.obj 2024-08-07T17:24:35.4643204Z [52/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-2x4-minmax-scalar.c.obj 2024-08-07T17:24:35.5556410Z [53/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-maxpool\f32-maxpool-9p8x-minmax-scalar-c1.c.obj 2024-08-07T17:24:35.5658552Z [54/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x4-scalar.c.obj 2024-08-07T17:24:35.5703869Z [55/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x4-relu-scalar.c.obj 2024-08-07T17:24:35.5770935Z [56/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x4-minmax-scalar.c.obj 2024-08-07T17:24:35.5864837Z [57/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-2x4-scalar.c.obj 2024-08-07T17:24:35.6578557Z [58/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x2-minmax-scalar.c.obj 2024-08-07T17:24:35.6625180Z [59/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-2x4-minmax-scalar.c.obj 2024-08-07T17:24:35.6702368Z [60/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-pavgpool\f32-pavgpool-9p8x-minmax-scalar-c1.c.obj 2024-08-07T17:24:35.6809485Z [61/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x4-scalar.c.obj 2024-08-07T17:24:35.6897671Z [62/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x2-scalar.c.obj 2024-08-07T17:24:35.6946362Z [63/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x2-minmax-scalar.c.obj 2024-08-07T17:24:35.7448162Z [64/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-pavgpool\f32-pavgpool-9x-minmax-scalar-c1.c.obj 2024-08-07T17:24:35.7840093Z [65/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-2x4-minmax-scalar.c.obj 2024-08-07T17:24:35.7851675Z [66/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-scalar-2x1.c.obj 2024-08-07T17:24:35.7905859Z [67/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-3x3-minmax-scalar.c.obj 2024-08-07T17:24:35.7917819Z [68/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x4-minmax-scalar.c.obj 2024-08-07T17:24:35.8270923Z [69/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x4-minmax-scalar.c.obj 2024-08-07T17:24:35.8589096Z [70/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-scalar-2x4.c.obj 2024-08-07T17:24:35.9027122Z [71/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-minmax-scalar.c.obj 2024-08-07T17:24:35.9075017Z [72/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-minmax-scalar.c.obj 2024-08-07T17:24:35.9877881Z [73/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x4-minmax-scalar.c.obj 2024-08-07T17:24:35.9890224Z [74/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x2-minmax-scalar.c.obj 2024-08-07T17:24:35.9901519Z [75/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-relu-scalar.c.obj 2024-08-07T17:24:35.9915469Z [76/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-scalar.c.obj 2024-08-07T17:24:36.0025489Z [77/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-scalar.c.obj 2024-08-07T17:24:36.0156001Z [78/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-relu-scalar.c.obj 2024-08-07T17:24:36.0401069Z [79/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\common.cc.obj 2024-08-07T17:24:36.0709895Z [80/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\io_win32.cc.obj 2024-08-07T17:24:36.1144530Z [81/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-2x1-minmax-scalar.c.obj 2024-08-07T17:24:36.1160450Z [82/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-relu-scalar.c.obj 2024-08-07T17:24:36.1173557Z [83/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-minmax-scalar.c.obj 2024-08-07T17:24:36.1306542Z [84/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-scalar.c.obj 2024-08-07T17:24:36.1464455Z [85/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-minmax-scalar.c.obj 2024-08-07T17:24:36.1525137Z [86/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-relu-scalar.c.obj 2024-08-07T17:24:36.1732211Z [87/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-1x1-minmax-scalar.c.obj 2024-08-07T17:24:36.1956862Z [88/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-scalar.c.obj 2024-08-07T17:24:36.2040839Z [89/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u1.c.obj 2024-08-07T17:24:36.2159210Z [90/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-4x1-minmax-scalar.c.obj 2024-08-07T17:24:36.2371529Z [91/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x2-minmax-scalar.c.obj 2024-08-07T17:24:36.2437370Z [92/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x4-minmax-scalar.c.obj 2024-08-07T17:24:36.2567853Z [93/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u2.c.obj 2024-08-07T17:24:36.2680999Z [94/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u3.c.obj 2024-08-07T17:24:36.2729089Z [95/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x1-minmax-scalar.c.obj 2024-08-07T17:24:36.3139274Z [96/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u3.c.obj 2024-08-07T17:24:36.3253982Z [97/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u1.c.obj 2024-08-07T17:24:36.3332205Z [98/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u4.c.obj 2024-08-07T17:24:36.3381608Z [99/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u4.c.obj 2024-08-07T17:24:36.3458265Z [100/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u1.c.obj 2024-08-07T17:24:36.3469527Z [101/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u2.c.obj 2024-08-07T17:24:36.3641841Z [102/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u2.c.obj 2024-08-07T17:24:36.3712649Z [103/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u3.c.obj 2024-08-07T17:24:36.4159843Z [104/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u4.c.obj 2024-08-07T17:24:36.4431355Z [105/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u1.c.obj 2024-08-07T17:24:36.4443751Z [106/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u2.c.obj 2024-08-07T17:24:36.4489399Z [107/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u1.c.obj 2024-08-07T17:24:36.4507672Z [108/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u4.c.obj 2024-08-07T17:24:36.4564433Z [109/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u2.c.obj 2024-08-07T17:24:36.4686994Z [110/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u1.c.obj 2024-08-07T17:24:36.4776922Z [111/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u3.c.obj 2024-08-07T17:24:36.5439561Z [112/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u2.c.obj 2024-08-07T17:24:36.5455602Z [113/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u3.c.obj 2024-08-07T17:24:36.5499760Z [114/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u3.c.obj 2024-08-07T17:24:36.5546927Z [115/7975] 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-08-07T17:24:36.5608875Z [116/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u4.c.obj 2024-08-07T17:24:36.5670748Z [117/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2.c.obj 2024-08-07T17:24:36.5742023Z [118/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u1.c.obj 2024-08-07T17:24:36.5769351Z [119/7975] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\version.rc.res 2024-08-07T17:24:36.5770085Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-08-07T17:24:36.5770375Z 2024-08-07T17:24:36.5770556Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-08-07T17:24:36.5770825Z 2024-08-07T17:24:36.5770829Z 2024-08-07T17:24:36.5793633Z [120/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u4.c.obj 2024-08-07T17:24:36.6465357Z [121/7975] 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-08-07T17:24:36.6660894Z [122/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u4.c.obj 2024-08-07T17:24:36.6714371Z [123/7975] 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-08-07T17:24:36.8153846Z [124/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\time.cc.obj 2024-08-07T17:24:36.8547228Z [125/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any_lite.cc.obj 2024-08-07T17:24:36.8673845Z [126/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\wire_format_lite.cc.obj 2024-08-07T17:24:36.9155759Z [127/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\arena.cc.obj 2024-08-07T17:24:36.9171638Z [128/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_enum_util.cc.obj 2024-08-07T17:24:36.9431055Z [129/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\implicit_weak_message.cc.obj 2024-08-07T17:24:36.9872440Z [130/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\extension_set.cc.obj 2024-08-07T17:24:37.0693302Z [131/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\io_win32.cc.obj 2024-08-07T17:24:37.0752592Z [132/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\coded_stream.cc.obj 2024-08-07T17:24:37.1828982Z [133/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_util.cc.obj 2024-08-07T17:24:37.2228847Z [134/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_table_driven_lite.cc.obj 2024-08-07T17:24:37.3148789Z [135/7975] Linking CXX static library lib\libprotobuf-lite.lib 2024-08-07T17:24:37.3240675Z [136/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream_impl_lite.cc.obj 2024-08-07T17:24:37.3255059Z [137/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\repeated_field.cc.obj 2024-08-07T17:24:37.3268368Z [138/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream.cc.obj 2024-08-07T17:24:37.3283324Z [139/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream_impl.cc.obj 2024-08-07T17:24:37.3302421Z [140/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\parse_context.cc.obj 2024-08-07T17:24:37.4556603Z [141/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\message_lite.cc.obj 2024-08-07T17:24:37.5715217Z [142/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\stringpiece.cc.obj 2024-08-07T17:24:37.5774520Z [143/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\statusor.cc.obj 2024-08-07T17:24:37.6986410Z [144/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\strtod.cc.obj 2024-08-07T17:24:37.7001367Z [145/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\bytestream.cc.obj 2024-08-07T17:24:37.7060664Z [146/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\int128.cc.obj 2024-08-07T17:24:37.7074998Z [147/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\status.cc.obj 2024-08-07T17:24:37.7088456Z [148/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\time.cc.obj 2024-08-07T17:24:37.7359190Z [149/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\common.cc.obj 2024-08-07T17:24:37.8397538Z [150/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wire_format_lite.cc.obj 2024-08-07T17:24:37.9585814Z [151/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\stringprintf.cc.obj 2024-08-07T17:24:37.9778293Z [152/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\structurally_valid.cc.obj 2024-08-07T17:24:37.9797335Z [153/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\strutil.cc.obj 2024-08-07T17:24:38.0229219Z [154/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any.cc.obj 2024-08-07T17:24:38.0395896Z [155/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any.pb.cc.obj 2024-08-07T17:24:38.0476692Z [156/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_table_driven.cc.obj 2024-08-07T17:24:38.1525207Z [157/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\api.pb.cc.obj 2024-08-07T17:24:38.2696846Z [158/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor.pb.cc.obj 2024-08-07T17:24:38.3307313Z [159/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\compiler\importer.cc.obj 2024-08-07T17:24:38.3734655Z [160/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor.cc.obj 2024-08-07T17:24:38.4079804Z [161/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\field_mask.pb.cc.obj 2024-08-07T17:24:38.4162122Z [162/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\dynamic_message.cc.obj 2024-08-07T17:24:38.4463484Z [163/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor_database.cc.obj 2024-08-07T17:24:38.4481829Z [164/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\compiler\parser.cc.obj 2024-08-07T17:24:38.4903186Z [165/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\empty.pb.cc.obj 2024-08-07T17:24:38.5492133Z [166/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\gzip_stream.cc.obj 2024-08-07T17:24:38.6258312Z [167/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\extension_set_heavy.cc.obj 2024-08-07T17:24:38.6513499Z [168/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\duration.pb.cc.obj 2024-08-07T17:24:38.6582904Z [169/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\printer.cc.obj 2024-08-07T17:24:38.7162487Z [170/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\tokenizer.cc.obj 2024-08-07T17:24:38.7782167Z [171/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_reflection.cc.obj 2024-08-07T17:24:38.7803749Z [172/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\map_field.cc.obj 2024-08-07T17:24:38.8535189Z [173/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\message.cc.obj 2024-08-07T17:24:38.9111717Z [174/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\substitute.cc.obj 2024-08-07T17:24:38.9131623Z [175/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\reflection_ops.cc.obj 2024-08-07T17:24:38.9679051Z [176/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\struct.pb.cc.obj 2024-08-07T17:24:38.9700928Z [177/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\source_context.pb.cc.obj 2024-08-07T17:24:38.9997016Z [178/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\service.cc.obj 2024-08-07T17:24:39.1293273Z [179/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\timestamp.pb.cc.obj 2024-08-07T17:24:39.1693894Z [180/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\text_format.cc.obj 2024-08-07T17:24:39.1790823Z [181/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\error_listener.cc.obj 2024-08-07T17:24:39.2187575Z [182/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_escaping.cc.obj 2024-08-07T17:24:39.2211266Z [183/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\field_mask_utility.cc.obj 2024-08-07T17:24:39.2659347Z [184/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_stream_parser.cc.obj 2024-08-07T17:24:39.3387730Z [185/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_objectwriter.cc.obj 2024-08-07T17:24:39.3504998Z [186/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\default_value_objectwriter.cc.obj 2024-08-07T17:24:39.4448049Z [187/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u2.c.obj 2024-08-07T17:24:39.4510650Z [188/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4.c.obj 2024-08-07T17:24:39.4527671Z [189/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\field_comparator.cc.obj 2024-08-07T17:24:39.7014963Z [190/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.obj 2024-08-07T17:24:39.7027720Z [191/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u1.c.obj 2024-08-07T17:24:39.7042079Z [192/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\delimited_message_util.cc.obj 2024-08-07T17:24:39.7111289Z [193/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\datapiece.cc.obj 2024-08-07T17:24:39.7182229Z [194/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\unknown_field_set.cc.obj 2024-08-07T17:24:39.7245267Z [195/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\type.pb.cc.obj 2024-08-07T17:24:39.7702200Z [196/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\field_mask_util.cc.obj 2024-08-07T17:24:39.7947744Z [197/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u2-acc2.c.obj 2024-08-07T17:24:39.7987576Z [198/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u2-acc2.c.obj 2024-08-07T17:24:39.8081508Z [199/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u1.c.obj 2024-08-07T17:24:39.8093215Z [200/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u4.c.obj 2024-08-07T17:24:39.8140270Z [201/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u3-acc3.c.obj 2024-08-07T17:24:39.8596939Z [202/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u1.c.obj 2024-08-07T17:24:39.8662909Z [203/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u2-acc2.c.obj 2024-08-07T17:24:39.8900292Z [204/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u4-acc2.c.obj 2024-08-07T17:24:39.8915918Z [205/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc4.c.obj 2024-08-07T17:24:39.8983932Z [206/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u4-acc4.c.obj 2024-08-07T17:24:39.9034274Z [207/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u2-acc2.c.obj 2024-08-07T17:24:39.9090957Z [208/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u4-acc4.c.obj 2024-08-07T17:24:39.9107688Z [209/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u3-acc3.c.obj 2024-08-07T17:24:39.9537417Z [210/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u4-acc2.c.obj 2024-08-07T17:24:39.9596990Z [211/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u3-acc3.c.obj 2024-08-07T17:24:39.9732074Z [212/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u4-acc2.c.obj 2024-08-07T17:24:39.9774204Z [213/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u2-acc2.c.obj 2024-08-07T17:24:39.9821204Z [214/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u3-acc3.c.obj 2024-08-07T17:24:39.9838873Z [215/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u4-acc2.c.obj 2024-08-07T17:24:39.9900158Z [216/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u1.c.obj 2024-08-07T17:24:39.9955969Z [217/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u4-acc4.c.obj 2024-08-07T17:24:40.0362230Z [218/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u1.c.obj 2024-08-07T17:24:40.0498187Z [219/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-2x1-minmax-scalar-pipelined.c.obj 2024-08-07T17:24:40.0510660Z [220/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u4-acc4.c.obj 2024-08-07T17:24:40.0797185Z [221/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-1x1-minmax-scalar.c.obj 2024-08-07T17:24:40.0845817Z [222/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-scalar-pipelined.c.obj 2024-08-07T17:24:40.0911103Z [223/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-2x1-minmax-scalar.c.obj 2024-08-07T17:24:40.0924147Z [224/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-scalar-pipelined.c.obj 2024-08-07T17:24:40.1026359Z [225/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-1x1-minmax-scalar-pipelined.c.obj 2024-08-07T17:24:40.1268374Z [226/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-scalar.c.obj 2024-08-07T17:24:40.1446086Z [227/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-scalar.c.obj 2024-08-07T17:24:40.1460233Z [228/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x2-minmax-scalar.c.obj 2024-08-07T17:24:40.1748346Z [229/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x4-minmax-scalar.c.obj 2024-08-07T17:24:40.1918468Z [230/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-relu-scalar-u1.c.obj 2024-08-07T17:24:40.2537279Z [231/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-scalar-u4.c.obj 2024-08-07T17:24:40.2549592Z [232/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-scalar-u1.c.obj 2024-08-07T17:24:40.2560678Z [233/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-relu-scalar-u2.c.obj 2024-08-07T17:24:40.2573293Z [234/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-scalar-u8.c.obj 2024-08-07T17:24:40.2586954Z [235/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u1.c.obj 2024-08-07T17:24:40.2599128Z [236/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-scalar-u2.c.obj 2024-08-07T17:24:40.2803087Z [237/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-relu-scalar-u8.c.obj 2024-08-07T17:24:40.3595848Z [238/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-relu-scalar-u4.c.obj 2024-08-07T17:24:40.3642485Z [239/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-scalar-u2.c.obj 2024-08-07T17:24:40.3654245Z [240/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-scalar-u1.c.obj 2024-08-07T17:24:40.3665147Z [241/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u4.c.obj 2024-08-07T17:24:40.3715269Z [242/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u8.c.obj 2024-08-07T17:24:40.3759149Z [243/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-scalar-u4.c.obj 2024-08-07T17:24:40.4125187Z [244/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u2.c.obj 2024-08-07T17:24:40.4559870Z [245/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-relu-scalar-u8.c.obj 2024-08-07T17:24:40.4610401Z [246/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-relu-scalar-u4.c.obj 2024-08-07T17:24:40.4713543Z [247/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-relu-scalar-u1.c.obj 2024-08-07T17:24:40.4727587Z [248/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-relu-scalar-u2.c.obj 2024-08-07T17:24:40.4781634Z [249/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u8.c.obj 2024-08-07T17:24:40.5143000Z [250/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-scalar-u8.c.obj 2024-08-07T17:24:40.5211480Z [251/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-scalar-u2.c.obj 2024-08-07T17:24:40.5686244Z [252/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u2.c.obj 2024-08-07T17:24:40.5749227Z [253/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u4.c.obj 2024-08-07T17:24:40.5800680Z [254/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-scalar-u1.c.obj 2024-08-07T17:24:40.5812873Z [255/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-relu-scalar-u1.c.obj 2024-08-07T17:24:40.5862459Z [256/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-relu-scalar-u4.c.obj 2024-08-07T17:24:40.6095848Z [257/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-scalar-u4.c.obj 2024-08-07T17:24:40.6174003Z [258/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-scalar-u8.c.obj 2024-08-07T17:24:40.6284133Z [259/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u1.c.obj 2024-08-07T17:24:40.6779468Z [260/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u8.c.obj 2024-08-07T17:24:40.6794505Z [261/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u4.c.obj 2024-08-07T17:24:40.6842607Z [262/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u1.c.obj 2024-08-07T17:24:40.6951230Z [263/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u2.c.obj 2024-08-07T17:24:40.7166379Z [264/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-relu-scalar-u8.c.obj 2024-08-07T17:24:40.7223702Z [265/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-relu-scalar-u2.c.obj 2024-08-07T17:24:40.7340074Z [266/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-scalar-u8.c.obj 2024-08-07T17:24:40.7417992Z [267/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-relu-scalar-u2.c.obj 2024-08-07T17:24:40.7869214Z [268/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-scalar-u2.c.obj 2024-08-07T17:24:40.7883744Z [269/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-relu-scalar-u1.c.obj 2024-08-07T17:24:40.8069201Z [270/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-scalar-u1.c.obj 2024-08-07T17:24:40.8084712Z [271/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-scalar-u4.c.obj 2024-08-07T17:24:40.8219717Z [272/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u1.c.obj 2024-08-07T17:24:40.8267054Z [273/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u2.c.obj 2024-08-07T17:24:40.8361821Z [274/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-relu-scalar-u4.c.obj 2024-08-07T17:24:40.8900706Z [275/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u8.c.obj 2024-08-07T17:24:40.8913457Z [276/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u4.c.obj 2024-08-07T17:24:40.8966536Z [277/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-relu-scalar-u8.c.obj 2024-08-07T17:24:40.9089802Z [278/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u4.c.obj 2024-08-07T17:24:40.9133137Z [279/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u1.c.obj 2024-08-07T17:24:40.9242904Z [280/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u8.c.obj 2024-08-07T17:24:40.9302499Z [281/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u2.c.obj 2024-08-07T17:24:40.9316010Z [282/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u1.c.obj 2024-08-07T17:24:41.0059071Z [283/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u4.c.obj 2024-08-07T17:24:41.0126427Z [284/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u2.c.obj 2024-08-07T17:24:41.0139685Z [285/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u1.c.obj 2024-08-07T17:24:41.0284336Z [286/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u2.c.obj 2024-08-07T17:24:41.0368575Z [287/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u2.c.obj 2024-08-07T17:24:41.0421756Z [288/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u1.c.obj 2024-08-07T17:24:41.0434395Z [289/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u8.c.obj 2024-08-07T17:24:41.0489312Z [290/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u3.c.obj 2024-08-07T17:24:41.1118630Z [291/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u8.c.obj 2024-08-07T17:24:41.1170056Z [292/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u4.c.obj 2024-08-07T17:24:41.1221919Z [293/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u4.c.obj 2024-08-07T17:24:41.1345081Z [294/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u2.c.obj 2024-08-07T17:24:41.1407040Z [295/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u1.c.obj 2024-08-07T17:24:41.1474824Z [296/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u4.c.obj 2024-08-07T17:24:41.1631123Z [297/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u8.c.obj 2024-08-07T17:24:41.1737851Z [298/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u8.c.obj 2024-08-07T17:24:41.2233830Z [299/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-scalar-u4.c.obj 2024-08-07T17:24:41.2351174Z [300/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-scalar-u8.c.obj 2024-08-07T17:24:41.2451446Z [301/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u2.c.obj 2024-08-07T17:24:41.2462314Z [302/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-relu-scalar-u1.c.obj 2024-08-07T17:24:41.2506074Z [303/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-scalar-u2.c.obj 2024-08-07T17:24:41.2623331Z [304/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-relu-scalar-u2.c.obj 2024-08-07T17:24:41.2707246Z [305/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-relu-scalar-u8.c.obj 2024-08-07T17:24:41.3116371Z [306/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-scalar-u1.c.obj 2024-08-07T17:24:41.3294478Z [307/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u1.c.obj 2024-08-07T17:24:41.3343194Z [308/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-relu-scalar-u4.c.obj 2024-08-07T17:24:41.3434972Z [309/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u8.c.obj 2024-08-07T17:24:41.3482125Z [310/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-scalar-u4.c.obj 2024-08-07T17:24:41.3535602Z [311/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-scalar-u2.c.obj 2024-08-07T17:24:41.4080194Z [312/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u4.c.obj 2024-08-07T17:24:41.4150168Z [313/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-relu-scalar-u8.c.obj 2024-08-07T17:24:41.4289983Z [314/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-scalar-u8.c.obj 2024-08-07T17:24:41.4347070Z [315/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-relu-scalar-u1.c.obj 2024-08-07T17:24:41.4358170Z [316/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-scalar-u1.c.obj 2024-08-07T17:24:41.4404720Z [317/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u1.c.obj 2024-08-07T17:24:41.4467273Z [318/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-relu-scalar-u4.c.obj 2024-08-07T17:24:41.4601733Z [319/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-relu-scalar-u2.c.obj 2024-08-07T17:24:41.5241654Z [320/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u2.c.obj 2024-08-07T17:24:41.5332152Z [321/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-scalar-u1.c.obj 2024-08-07T17:24:41.5398948Z [322/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u4.c.obj 2024-08-07T17:24:41.5410365Z [323/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u8.c.obj 2024-08-07T17:24:41.5458274Z [324/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-scalar-u2.c.obj 2024-08-07T17:24:41.5502898Z [325/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-relu-scalar-u1.c.obj 2024-08-07T17:24:41.5619629Z [326/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-scalar-u4.c.obj 2024-08-07T17:24:41.5853623Z [327/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-scalar-u8.c.obj 2024-08-07T17:24:41.6361690Z [328/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-relu-scalar-u2.c.obj 2024-08-07T17:24:41.6481996Z [329/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-relu-scalar-u4.c.obj 2024-08-07T17:24:41.6632610Z [330/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-scalar-u1.c.obj 2024-08-07T17:24:41.6647006Z [331/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u8.c.obj 2024-08-07T17:24:41.6770535Z [332/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-relu-scalar-u8.c.obj 2024-08-07T17:24:41.6783493Z [333/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u1.c.obj 2024-08-07T17:24:41.6837578Z [334/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u4.c.obj 2024-08-07T17:24:41.6851619Z [335/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u2.c.obj 2024-08-07T17:24:41.7486292Z [336/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-scalar-u4.c.obj 2024-08-07T17:24:41.7654787Z [337/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-relu-scalar-u2.c.obj 2024-08-07T17:24:41.7783896Z [338/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-relu-scalar-u4.c.obj 2024-08-07T17:24:41.7831543Z [339/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-scalar-u8.c.obj 2024-08-07T17:24:41.7881429Z [340/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u2.c.obj 2024-08-07T17:24:41.7895697Z [341/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u1.c.obj 2024-08-07T17:24:41.8020980Z [342/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-relu-scalar-u1.c.obj 2024-08-07T17:24:41.8337717Z [343/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-scalar-u2.c.obj 2024-08-07T17:24:41.8547989Z [344/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-relu-scalar-u8.c.obj 2024-08-07T17:24:41.8616012Z [345/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u4.c.obj 2024-08-07T17:24:41.8899794Z [346/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u2.c.obj 2024-08-07T17:24:41.8911291Z [347/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u4.c.obj 2024-08-07T17:24:41.8971439Z [348/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u1.c.obj 2024-08-07T17:24:41.8977631Z [349/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u8.c.obj 2024-08-07T17:24:41.9049723Z [350/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u1.c.obj 2024-08-07T17:24:41.9359075Z [351/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u8.c.obj 2024-08-07T17:24:41.9582990Z [352/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u4.c.obj 2024-08-07T17:24:41.9661436Z [353/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u2.c.obj 2024-08-07T17:24:41.9976229Z [354/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u8.c.obj 2024-08-07T17:24:42.0053184Z [355/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-relu-scalar-u4.c.obj 2024-08-07T17:24:42.0065395Z [356/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-scalar-u8.c.obj 2024-08-07T17:24:42.0136837Z [357/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-scalar-u2.c.obj 2024-08-07T17:24:42.0216366Z [358/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-scalar-u1.c.obj 2024-08-07T17:24:42.0297183Z [359/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-relu-scalar-u2.c.obj 2024-08-07T17:24:42.0671188Z [360/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-scalar-u4.c.obj 2024-08-07T17:24:42.0755364Z [361/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-relu-scalar-u1.c.obj 2024-08-07T17:24:42.1058486Z [362/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-relu-scalar-u8.c.obj 2024-08-07T17:24:42.1126073Z [363/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u4.c.obj 2024-08-07T17:24:42.1169687Z [364/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u1.c.obj 2024-08-07T17:24:42.1216765Z [365/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u2.c.obj 2024-08-07T17:24:42.1320007Z [366/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-relu-scalar-u2.c.obj 2024-08-07T17:24:42.1370028Z [367/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u8.c.obj 2024-08-07T17:24:42.1695756Z [368/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-scalar-u2.c.obj 2024-08-07T17:24:42.1753845Z [369/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-scalar-u4.c.obj 2024-08-07T17:24:42.2082356Z [370/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-scalar-u8.c.obj 2024-08-07T17:24:42.2180557Z [371/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-scalar-u1.c.obj 2024-08-07T17:24:42.2226136Z [372/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-relu-scalar-u1.c.obj 2024-08-07T17:24:42.2276888Z [373/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u1.c.obj 2024-08-07T17:24:42.2382577Z [374/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u2.c.obj 2024-08-07T17:24:42.2470265Z [375/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-relu-scalar-u4.c.obj 2024-08-07T17:24:42.2758837Z [376/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u4.c.obj 2024-08-07T17:24:42.3198159Z [377/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-relu-scalar-u8.c.obj 2024-08-07T17:24:42.3210120Z [378/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u8.c.obj 2024-08-07T17:24:42.3275742Z [379/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u4.c.obj 2024-08-07T17:24:42.3366907Z [380/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u1.c.obj 2024-08-07T17:24:42.3798842Z [381/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u1.c.obj 2024-08-07T17:24:42.3810862Z [382/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u2.c.obj 2024-08-07T17:24:42.3823583Z [383/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u2.c.obj 2024-08-07T17:24:42.6835756Z [384/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\type_resolver_util.cc.obj 2024-08-07T17:24:42.7040166Z [385/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\json_util.cc.obj 2024-08-07T17:24:42.7117169Z [386/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wire_format.cc.obj 2024-08-07T17:24:42.7207317Z [387/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\message_differencer.cc.obj 2024-08-07T17:24:42.7608824Z [388/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\utility.cc.obj 2024-08-07T17:24:42.7823846Z [389/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_generator.cc.obj 2024-08-07T17:24:42.8546550Z [390/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\protostream_objectsource.cc.obj 2024-08-07T17:24:43.0009140Z [391/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\type_info.cc.obj 2024-08-07T17:24:43.0241677Z [392/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\object_writer.cc.obj 2024-08-07T17:24:43.0699488Z [393/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\proto_writer.cc.obj 2024-08-07T17:24:43.1116776Z [394/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\protostream_objectwriter.cc.obj 2024-08-07T17:24:43.1673752Z [395/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_field_base.cc.obj 2024-08-07T17:24:43.1743105Z [396/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\type_info_test_helper.cc.obj 2024-08-07T17:24:43.1846627Z [397/7975] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\version.rc.res 2024-08-07T17:24:43.1847303Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-08-07T17:24:43.1847604Z 2024-08-07T17:24:43.1847776Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-08-07T17:24:43.1848038Z 2024-08-07T17:24:43.1848042Z 2024-08-07T17:24:43.2284593Z [398/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_enum_field.cc.obj 2024-08-07T17:24:43.3176819Z [399/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_doc_comment.cc.obj 2024-08-07T17:24:43.3521945Z [400/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_string_field.cc.obj 2024-08-07T17:24:43.3888491Z [401/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_enum.cc.obj 2024-08-07T17:24:43.4962787Z [402/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wrappers.pb.cc.obj 2024-08-07T17:24:43.5027303Z [403/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\code_generator.cc.obj 2024-08-07T17:24:43.6351571Z [404/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_enum_field.cc.obj 2024-08-07T17:24:43.8095931Z [405/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_field.cc.obj 2024-08-07T17:24:43.8113528Z [406/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_extension.cc.obj 2024-08-07T17:24:43.8162691Z [407/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_enum.cc.obj 2024-08-07T17:24:43.8219619Z [408/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_map_field.cc.obj 2024-08-07T17:24:43.8591931Z [409/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_file.cc.obj 2024-08-07T17:24:43.9414374Z [410/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_generator.cc.obj 2024-08-07T17:24:43.9435314Z [411/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\command_line_interface.cc.obj 2024-08-07T17:24:44.1776981Z [412/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_message_field.cc.obj 2024-08-07T17:24:44.1876912Z [413/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_service.cc.obj 2024-08-07T17:24:44.2163920Z [414/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_helpers.cc.obj 2024-08-07T17:24:44.2244498Z [415/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_primitive_field.cc.obj 2024-08-07T17:24:44.2550556Z [416/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_message.cc.obj 2024-08-07T17:24:44.2890732Z [417/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_generator_factory.cc.obj 2024-08-07T17:24:44.2982250Z [418/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_padding_optimizer.cc.obj 2024-08-07T17:24:44.3312627Z [419/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\time_util.cc.obj 2024-08-07T17:24:44.5762005Z [420/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_file.cc.obj 2024-08-07T17:24:44.5883976Z [421/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_generator.cc.obj 2024-08-07T17:24:44.6094488Z [422/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_helpers.cc.obj 2024-08-07T17:24:44.6114928Z [423/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_message.cc.obj 2024-08-07T17:24:44.6189120Z [424/7975] Linking CXX static library lib\libprotobuf.lib 2024-08-07T17:24:44.6357914Z [425/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_field.cc.obj 2024-08-07T17:24:44.6545661Z [426/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_helpers.cc.obj 2024-08-07T17:24:44.6632923Z [427/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_map_field.cc.obj 2024-08-07T17:24:44.9437619Z [428/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_message_field.cc.obj 2024-08-07T17:24:44.9585155Z [429/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_primitive_field.cc.obj 2024-08-07T17:24:44.9824572Z [430/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_primitive_field.cc.obj 2024-08-07T17:24:44.9956381Z [431/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_source_generator_base.cc.obj 2024-08-07T17:24:45.0049424Z [432/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_enum_field.cc.obj 2024-08-07T17:24:45.0067394Z [433/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_reflection_class.cc.obj 2024-08-07T17:24:45.0197143Z [434/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum.cc.obj 2024-08-07T17:24:45.0281931Z [435/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_message_field.cc.obj 2024-08-07T17:24:45.2789574Z [436/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_doc_comment.cc.obj 2024-08-07T17:24:45.3254871Z [437/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_field.cc.obj 2024-08-07T17:24:45.3384247Z [438/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_field_lite.cc.obj 2024-08-07T17:24:45.3478555Z [439/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_context.cc.obj 2024-08-07T17:24:45.3855850Z [440/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_extension_lite.cc.obj 2024-08-07T17:24:45.4029289Z [441/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_extension.cc.obj 2024-08-07T17:24:45.4643236Z [442/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_lite.cc.obj 2024-08-07T17:24:45.5064885Z [443/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_wrapper_field.cc.obj 2024-08-07T17:24:45.6663808Z [444/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_helpers.cc.obj 2024-08-07T17:24:45.6868177Z [445/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_field.cc.obj 2024-08-07T17:24:45.7039427Z [446/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_generator.cc.obj 2024-08-07T17:24:45.7329519Z [447/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_file.cc.obj 2024-08-07T17:24:45.7392429Z [448/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_extension.cc.obj 2024-08-07T17:24:45.7646967Z [449/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_builder.cc.obj 2024-08-07T17:24:45.8450564Z [450/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_map_field.cc.obj 2024-08-07T17:24:45.9075592Z [451/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_builder_lite.cc.obj 2024-08-07T17:24:46.0454867Z [452/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_map_field_lite.cc.obj 2024-08-07T17:24:46.0739254Z [453/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message.cc.obj 2024-08-07T17:24:46.0940133Z [454/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_field_lite.cc.obj 2024-08-07T17:24:46.1276352Z [455/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_primitive_field.cc.obj 2024-08-07T17:24:46.1299077Z [456/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_name_resolver.cc.obj 2024-08-07T17:24:46.1642285Z [457/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_lite.cc.obj 2024-08-07T17:24:46.2082404Z [458/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_primitive_field_lite.cc.obj 2024-08-07T17:24:46.2297619Z [459/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\js\well_known_types_embed.cc.obj 2024-08-07T17:24:46.2800506Z [460/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_field.cc.obj 2024-08-07T17:24:46.4146831Z [461/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_string_field.cc.obj 2024-08-07T17:24:46.4432347Z [462/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_string_field_lite.cc.obj 2024-08-07T17:24:46.4908342Z [463/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_shared_code_generator.cc.obj 2024-08-07T17:24:46.5115082Z [464/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\js\js_generator.cc.obj 2024-08-07T17:24:46.5385189Z [465/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_service.cc.obj 2024-08-07T17:24:46.5763286Z [466/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_enum_field.cc.obj 2024-08-07T17:24:46.5866564Z [467/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_enum.cc.obj 2024-08-07T17:24:46.6930538Z [468/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_message.cc.obj 2024-08-07T17:24:46.7799670Z [469/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_map_field.cc.obj 2024-08-07T17:24:46.8157715Z [470/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_message_field.cc.obj 2024-08-07T17:24:46.8594471Z [471/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_primitive_field.cc.obj 2024-08-07T17:24:46.8677335Z [472/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_oneof.cc.obj 2024-08-07T17:24:46.8776568Z [473/7975] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\version.rc.res 2024-08-07T17:24:46.8777342Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-08-07T17:24:46.8778487Z 2024-08-07T17:24:46.8778769Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-08-07T17:24:46.8779081Z 2024-08-07T17:24:46.8779086Z 2024-08-07T17:24:46.9983182Z [474/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\subprocess.cc.obj 2024-08-07T17:24:47.0096184Z [475/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\python\python_generator.cc.obj 2024-08-07T17:24:47.0109682Z [476/7975] Building RC object third_party\protobuf\cmake\CMakeFiles\protoc.dir\version.rc.res 2024-08-07T17:24:47.0110329Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-08-07T17:24:47.0110761Z 2024-08-07T17:24:47.0111545Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-08-07T17:24:47.0112305Z 2024-08-07T17:24:47.0112311Z 2024-08-07T17:24:47.0351749Z [477/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\plugin.cc.obj 2024-08-07T17:24:47.0591791Z [478/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\php\php_generator.cc.obj 2024-08-07T17:24:47.1360498Z [479/7975] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\legacy-api.c.obj 2024-08-07T17:24:47.1476945Z [480/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\protoc.dir\__\src\google\protobuf\compiler\main.cc.obj 2024-08-07T17:24:47.1665665Z [481/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\zip_writer.cc.obj 2024-08-07T17:24:47.1684418Z [482/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\plugin.pb.cc.obj 2024-08-07T17:24:47.1916972Z [483/7975] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\ruby\ruby_generator.cc.obj 2024-08-07T17:24:47.2647197Z [484/7975] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\init.c.obj 2024-08-07T17:24:47.4395364Z [485/7975] Linking CXX static library lib\libprotoc.lib 2024-08-07T17:24:47.4873906Z [486/7975] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\cache.c.obj 2024-08-07T17:24:47.5028252Z [487/7975] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\init.c.obj 2024-08-07T17:24:47.5676420Z [488/7975] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\info.c.obj 2024-08-07T17:24:47.6020378Z [489/7975] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\memory.c.obj 2024-08-07T17:24:47.6021379Z 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-08-07T17:24:47.6034612Z [490/7975] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\portable-api.c.obj 2024-08-07T17:24:47.6035504Z 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-08-07T17:24:47.6211915Z [491/7975] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\fastpath.c.obj 2024-08-07T17:24:47.6212836Z 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-08-07T17:24:47.6300369Z [492/7975] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\uarch.c.obj 2024-08-07T17:24:47.6315084Z [493/7975] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\log.c.obj 2024-08-07T17:24:47.6667202Z [494/7975] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\vendor.c.obj 2024-08-07T17:24:47.6832485Z [495/7975] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\name.c.obj 2024-08-07T17:24:47.6850473Z [496/7975] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\windows.c.obj 2024-08-07T17:24:47.6851976Z 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-08-07T17:24:47.7298136Z [497/7975] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\topology.c.obj 2024-08-07T17:24:47.7429570Z [498/7975] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\isa.c.obj 2024-08-07T17:24:47.7617573Z [499/7975] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\init.c.obj 2024-08-07T17:24:47.7894160Z [500/7975] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\descriptor.c.obj 2024-08-07T17:24:47.7908756Z [501/7975] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\api.c.obj 2024-08-07T17:24:47.8571516Z [502/7975] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\deterministic.c.obj 2024-08-07T17:24:47.9125668Z [503/7975] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\windows\init.c.obj 2024-08-07T17:24:48.0298330Z [504/7975] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\init.c.obj 2024-08-07T17:24:48.0309855Z [505/7975] Linking C static library lib\pthreadpool.lib 2024-08-07T17:24:48.0378515Z [506/7975] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\log.c.obj 2024-08-07T17:24:48.0576325Z [507/7975] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\cache.c.obj 2024-08-07T17:24:48.1054510Z [508/7975] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\info.c.obj 2024-08-07T17:24:48.1064468Z [509/7975] Linking C static library lib\cpuinfo.lib 2024-08-07T17:24:48.1131908Z [510/7975] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\init.c.obj 2024-08-07T17:24:48.1146653Z [511/7975] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\api.c.obj 2024-08-07T17:24:48.1206448Z [512/7975] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\uarch.c.obj 2024-08-07T17:24:48.1293186Z [513/7975] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\name.c.obj 2024-08-07T17:24:48.1390492Z [514/7975] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\topology.c.obj 2024-08-07T17:24:48.1824843Z [515/7975] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\vendor.c.obj 2024-08-07T17:24:48.1964437Z [516/7975] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\descriptor.c.obj 2024-08-07T17:24:48.2021615Z [517/7975] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\deterministic.c.obj 2024-08-07T17:24:48.2065317Z [518/7975] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\isa.c.obj 2024-08-07T17:24:48.2249225Z [519/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-bfly4\cs16-bfly4-samples1-scalar.c.obj 2024-08-07T17:24:48.2387022Z [520/7975] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\init.c.obj 2024-08-07T17:24:48.2902906Z [521/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-bfly4\cs16-bfly4-samples4-scalar.c.obj 2024-08-07T17:24:48.2965289Z [522/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-bfly4\gen\cs16-bfly4-scalar-x1.c.obj 2024-08-07T17:24:48.3013047Z [523/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-bfly4\gen\cs16-bfly4-scalar-x2.c.obj 2024-08-07T17:24:48.3311325Z [524/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-fftr\gen\cs16-fftr-scalar-x1.c.obj 2024-08-07T17:24:48.3366949Z [525/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-fftr\gen\cs16-fftr-scalar-x2.c.obj 2024-08-07T17:24:48.3717208Z [526/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-vsquareabs\gen\cs16-vsquareabs-scalar-x3.c.obj 2024-08-07T17:24:48.3729759Z [527/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-bfly4\gen\cs16-bfly4-scalar-x4.c.obj 2024-08-07T17:24:48.3847641Z [528/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-vsquareabs\gen\cs16-vsquareabs-scalar-x2.c.obj 2024-08-07T17:24:48.4098294Z [529/7975] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\windows\init.c.obj 2024-08-07T17:24:48.4278134Z [530/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-fftr\gen\cs16-fftr-scalar-x4.c.obj 2024-08-07T17:24:48.4290698Z [531/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-vsquareabs\gen\cs16-vsquareabs-scalar-x4.c.obj 2024-08-07T17:24:48.4303180Z [532/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-vsquareabs\gen\cs16-vsquareabs-scalar-x1.c.obj 2024-08-07T17:24:48.4535932Z [533/7975] Linking C static library lib\cpuinfo_internals.lib 2024-08-07T17:24:48.4642036Z [534/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u2.c.obj 2024-08-07T17:24:48.4645983Z [535/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u3.c.obj 2024-08-07T17:24:48.4721479Z [536/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u4.c.obj 2024-08-07T17:24:48.5215023Z [537/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u1.c.obj 2024-08-07T17:24:48.5275598Z [538/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u1.c.obj 2024-08-07T17:24:48.5291069Z [539/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u2.c.obj 2024-08-07T17:24:48.5560602Z [540/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u1.c.obj 2024-08-07T17:24:48.5629554Z [541/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u3.c.obj 2024-08-07T17:24:48.5687104Z [542/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u4.c.obj 2024-08-07T17:24:48.5701696Z [543/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u2.c.obj 2024-08-07T17:24:48.6326940Z [544/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u3-acc3.c.obj 2024-08-07T17:24:48.6436862Z [545/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u2-acc2.c.obj 2024-08-07T17:24:48.6520612Z [546/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u1.c.obj 2024-08-07T17:24:48.6610063Z [547/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u4.c.obj 2024-08-07T17:24:48.6666071Z [548/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u4-acc2.c.obj 2024-08-07T17:24:48.6752073Z [549/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u4-acc4.c.obj 2024-08-07T17:24:48.6842016Z [550/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u3.c.obj 2024-08-07T17:24:48.7373059Z [551/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u2-acc2.c.obj 2024-08-07T17:24:48.7445286Z [552/7975] Linking CXX executable bin\protoc.exe 2024-08-07T17:24:48.7505632Z [553/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u4-acc2.c.obj 2024-08-07T17:24:48.7655349Z [554/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u4-acc4.c.obj 2024-08-07T17:24:48.7700379Z [555/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u2-acc2.c.obj 2024-08-07T17:24:48.7820743Z [556/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u3-acc3.c.obj 2024-08-07T17:24:48.7887046Z [557/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u1.c.obj 2024-08-07T17:24:48.8130864Z [558/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u4-acc4.c.obj 2024-08-07T17:24:48.8383844Z [559/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u1.c.obj 2024-08-07T17:24:48.8436020Z [560/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u4-acc2.c.obj 2024-08-07T17:24:48.8491180Z [561/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u3-acc3.c.obj 2024-08-07T17:24:48.8613560Z [562/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-4x-scalar-c1.c.obj 2024-08-07T17:24:48.8708799Z [563/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-9p8x-scalar-c1.c.obj 2024-08-07T17:24:48.8760273Z [564/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-9x-scalar-c1.c.obj 2024-08-07T17:24:48.8816849Z [565/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-avgpool\f32-avgpool-9x-minmax-scalar-c1.c.obj 2024-08-07T17:24:48.9104308Z [566/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-avgpool\f32-avgpool-9p8x-minmax-scalar-c1.c.obj 2024-08-07T17:24:48.9410888Z [567/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.obj 2024-08-07T17:24:48.9469746Z [568/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc\f32-conv-hwc-3x3s2p0p1c3x4-scalar-1x1.c.obj 2024-08-07T17:24:48.9519853Z [569/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc\f32-conv-hwc-3x3s2p1c3x4-scalar-1x1.c.obj 2024-08-07T17:24:48.9760550Z [570/7975] 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-08-07T17:24:48.9896697Z [571/7975] 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-08-07T17:24:48.9914913Z [572/7975] 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-08-07T17:24:48.9976863Z [573/7975] 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-08-07T17:24:49.0259846Z [574/7975] 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-08-07T17:24:49.0585527Z [575/7975] 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-08-07T17:24:49.0682901Z [576/7975] 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-08-07T17:24:49.0696532Z [577/7975] 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-08-07T17:24:49.0961872Z [578/7975] 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-08-07T17:24:49.1313175Z [579/7975] 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-08-07T17:24:49.1362127Z [580/7975] 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-08-07T17:24:49.1557181Z [581/7975] 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-08-07T17:24:49.1964039Z [582/7975] 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-08-07T17:24:49.2374764Z [583/7975] 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-08-07T17:24:49.2385453Z [584/7975] 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-08-07T17:24:49.2553414Z [585/7975] 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-08-07T17:24:49.2730967Z [586/7975] 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-08-07T17:24:49.2777306Z [587/7975] 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-08-07T17:24:49.2832358Z [588/7975] 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-08-07T17:24:49.2958877Z [589/7975] 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-08-07T17:24:49.3066137Z [590/7975] 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-08-07T17:24:49.3515097Z [591/7975] 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-08-07T17:24:49.3526925Z [592/7975] 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-08-07T17:24:49.3711036Z [593/7975] 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-08-07T17:24:49.3947618Z [594/7975] 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-08-07T17:24:49.4029147Z [595/7975] 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-08-07T17:24:49.4041032Z [596/7975] 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-08-07T17:24:49.4188501Z [597/7975] 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-08-07T17:24:49.4296284Z [598/7975] 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-08-07T17:24:49.4710181Z [599/7975] 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-08-07T17:24:49.4761507Z [600/7975] 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-08-07T17:24:49.4919744Z [601/7975] 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-08-07T17:24:49.5139877Z [602/7975] 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-08-07T17:24:49.5239609Z [603/7975] 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-08-07T17:24:49.5291266Z [604/7975] 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-08-07T17:24:49.5444003Z [605/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-minmax-scalar-acc2.c.obj 2024-08-07T17:24:49.5649175Z [606/7975] 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-08-07T17:24:49.6031275Z [607/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-minmax-scalar.c.obj 2024-08-07T17:24:49.6043064Z [608/7975] 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-08-07T17:24:49.6094844Z [609/7975] 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-08-07T17:24:49.6300395Z [610/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-scalar.c.obj 2024-08-07T17:24:49.6426161Z [611/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.obj 2024-08-07T17:24:49.6481662Z [612/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-scalar-acc2.c.obj 2024-08-07T17:24:49.6662540Z [613/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-scalar-acc2.c.obj 2024-08-07T17:24:49.6777306Z [614/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-scalar.c.obj 2024-08-07T17:24:49.7174546Z [615/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-minmax-scalar.c.obj 2024-08-07T17:24:49.7231769Z [616/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3f3m3l1c1s1r-scalar-acc2.c.obj 2024-08-07T17:24:49.7291041Z [617/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3f3m3l1c1s1r-scalar.c.obj 2024-08-07T17:24:49.7703943Z [618/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-scalar-acc2.c.obj 2024-08-07T17:24:49.7841562Z [619/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-minmax-scalar.c.obj 2024-08-07T17:24:49.7919581Z [620/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-minmax-scalar-acc2.c.obj 2024-08-07T17:24:49.8096325Z [621/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-minmax-scalar-acc2.c.obj 2024-08-07T17:24:49.8211381Z [622/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-scalar.c.obj 2024-08-07T17:24:49.8347500Z [623/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-minmax-scalar-acc2.c.obj 2024-08-07T17:24:49.8573583Z [624/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-scalar.c.obj 2024-08-07T17:24:49.8592194Z [625/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-scalar-acc2.c.obj 2024-08-07T17:24:49.8919100Z [626/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-minmax-scalar.c.obj 2024-08-07T17:24:49.9066571Z [627/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-scalar-acc2.c.obj 2024-08-07T17:24:49.9166972Z [628/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-minmax-scalar.c.obj 2024-08-07T17:24:49.9231004Z [629/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-scalar.c.obj 2024-08-07T17:24:49.9376523Z [630/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-minmax-scalar-acc2.c.obj 2024-08-07T17:24:49.9622329Z [631/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-minmax-scalar.c.obj 2024-08-07T17:24:49.9838205Z [632/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-minmax-scalar.c.obj 2024-08-07T17:24:49.9891441Z [633/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-minmax-scalar-acc2.c.obj 2024-08-07T17:24:50.0297584Z [634/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-scalar-acc2.c.obj 2024-08-07T17:24:50.0393331Z [635/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-scalar-acc2.c.obj 2024-08-07T17:24:50.0442706Z [636/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-scalar.c.obj 2024-08-07T17:24:50.0490133Z [637/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-scalar.c.obj 2024-08-07T17:24:50.0586464Z [638/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-minmax-scalar-acc2.c.obj 2024-08-07T17:24:50.0906697Z [639/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-scalar-acc2.c.obj 2024-08-07T17:24:50.0998522Z [640/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-minmax-scalar.c.obj 2024-08-07T17:24:50.1052884Z [641/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-minmax-scalar-acc2.c.obj 2024-08-07T17:24:50.1464484Z [642/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-scalar.c.obj 2024-08-07T17:24:50.1586660Z [643/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-scalar-acc2.c.obj 2024-08-07T17:24:50.1601271Z [644/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-minmax-scalar.c.obj 2024-08-07T17:24:50.1734717Z [645/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-scalar.c.obj 2024-08-07T17:24:50.1929226Z [646/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-minmax-scalar.c.obj 2024-08-07T17:24:50.2115487Z [647/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-minmax-scalar-acc2.c.obj 2024-08-07T17:24:50.2210341Z [648/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-scalar-acc2.c.obj 2024-08-07T17:24:50.2275035Z [649/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-minmax-scalar.c.obj 2024-08-07T17:24:50.2795189Z [650/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-minmax-scalar-acc2.c.obj 2024-08-07T17:24:50.2883861Z [651/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-scalar.c.obj 2024-08-07T17:24:50.2942160Z [652/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-scalar.c.obj 2024-08-07T17:24:50.2957023Z [653/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-scalar-acc2.c.obj 2024-08-07T17:24:50.3171550Z [654/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-scalar-acc2.c.obj 2024-08-07T17:24:50.3373855Z [655/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-minmax-scalar-acc2.c.obj 2024-08-07T17:24:50.3421909Z [656/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-minmax-scalar-acc2.c.obj 2024-08-07T17:24:50.3630855Z [657/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-scalar.c.obj 2024-08-07T17:24:50.3930220Z [658/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u1.c.obj 2024-08-07T17:24:50.4065729Z [659/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u2.c.obj 2024-08-07T17:24:50.4174764Z [660/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-minmax-scalar.c.obj 2024-08-07T17:24:50.4309058Z [661/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-scalar-acc2.c.obj 2024-08-07T17:24:50.4331506Z [662/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u2.c.obj 2024-08-07T17:24:50.4479027Z [663/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-scalar.c.obj 2024-08-07T17:24:50.4532427Z [664/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u1.c.obj 2024-08-07T17:24:50.4602940Z [665/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-minmax-scalar.c.obj 2024-08-07T17:24:50.5014056Z [666/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u4.c.obj 2024-08-07T17:24:50.5029747Z [667/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundz-scalar-cvt.c.obj 2024-08-07T17:24:50.5204624Z [668/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u4.c.obj 2024-08-07T17:24:50.5275642Z [669/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u3.c.obj 2024-08-07T17:24:50.5329751Z [670/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-scalar-rr2-lut64-p2-div.c.obj 2024-08-07T17:24:50.5415409Z [671/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundz-scalar-trunc.c.obj 2024-08-07T17:24:50.5557768Z [672/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u3.c.obj 2024-08-07T17:24:50.5608069Z [673/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-scalar-rr2-p5-div.c.obj 2024-08-07T17:24:50.5974977Z [674/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-scalar-rr2-lut2048-p1-div.c.obj 2024-08-07T17:24:50.6456663Z [675/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u3.c.obj 2024-08-07T17:24:50.6502637Z [676/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u1.c.obj 2024-08-07T17:24:50.6549262Z [677/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u5.c.obj 2024-08-07T17:24:50.6597778Z [678/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u2.c.obj 2024-08-07T17:24:50.6717988Z [679/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u5.c.obj 2024-08-07T17:24:50.6832374Z [680/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u6.c.obj 2024-08-07T17:24:50.6881651Z [681/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u4.c.obj 2024-08-07T17:24:50.6897408Z [682/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u2.c.obj 2024-08-07T17:24:50.7495839Z [683/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c2-minmax-scalar-2x.c.obj 2024-08-07T17:24:50.7555871Z [684/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c1-minmax-scalar-2x.c.obj 2024-08-07T17:24:50.7652925Z [685/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u1.c.obj 2024-08-07T17:24:50.7699767Z [686/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u2.c.obj 2024-08-07T17:24:50.7743783Z [687/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u1.c.obj 2024-08-07T17:24:50.7840921Z [688/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u4.c.obj 2024-08-07T17:24:50.7893058Z [689/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u6.c.obj 2024-08-07T17:24:50.7949288Z [690/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u4.c.obj 2024-08-07T17:24:50.8445813Z [691/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c4-minmax-scalar-2x.c.obj 2024-08-07T17:24:50.8584392Z [692/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u2.c.obj 2024-08-07T17:24:50.8751349Z [693/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u4.c.obj 2024-08-07T17:24:50.8805098Z [694/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u8.c.obj 2024-08-07T17:24:50.8851776Z [695/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u1.c.obj 2024-08-07T17:24:50.8966649Z [696/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u4.c.obj 2024-08-07T17:24:50.9024999Z [697/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u2.c.obj 2024-08-07T17:24:50.9060065Z [698/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u1.c.obj 2024-08-07T17:24:50.9564395Z [699/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u2.c.obj 2024-08-07T17:24:50.9738915Z [700/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u1.c.obj 2024-08-07T17:24:50.9885096Z [701/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u1.c.obj 2024-08-07T17:24:51.0015980Z [702/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u4.c.obj 2024-08-07T17:24:51.0074203Z [703/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u1.c.obj 2024-08-07T17:24:51.0263155Z [704/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u2.c.obj 2024-08-07T17:24:51.0316549Z [705/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u4.c.obj 2024-08-07T17:24:51.0598160Z [706/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u1.c.obj 2024-08-07T17:24:51.0646046Z [707/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u4.c.obj 2024-08-07T17:24:51.0727805Z [708/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u2.c.obj 2024-08-07T17:24:51.0950869Z [709/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u4.c.obj 2024-08-07T17:24:51.0967997Z [710/7975] 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-08-07T17:24:51.1106396Z [711/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u2.c.obj 2024-08-07T17:24:51.1271823Z [712/7975] 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-08-07T17:24:51.1331425Z [713/7975] 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-08-07T17:24:51.1708830Z [714/7975] 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-08-07T17:24:51.1766418Z [715/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u2.c.obj 2024-08-07T17:24:51.1907631Z [716/7975] 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-08-07T17:24:51.2107991Z [717/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u1.c.obj 2024-08-07T17:24:51.2120863Z [718/7975] 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-08-07T17:24:51.2279209Z [719/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u2.c.obj 2024-08-07T17:24:51.2330284Z [720/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u1.c.obj 2024-08-07T17:24:51.2445750Z [721/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u4.c.obj 2024-08-07T17:24:51.2754202Z [722/7975] 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-08-07T17:24:51.2807513Z [723/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u4.c.obj 2024-08-07T17:24:51.2860853Z [724/7975] 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-08-07T17:24:51.3233530Z [725/7975] 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-08-07T17:24:51.3247612Z [726/7975] 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-08-07T17:24:51.3312183Z [727/7975] 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-08-07T17:24:51.3377977Z [728/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-scalar-u1.c.obj 2024-08-07T17:24:51.3567197Z [729/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-scalar-u1.c.obj 2024-08-07T17:24:51.3792097Z [730/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-scalar-u2.c.obj 2024-08-07T17:24:51.3843039Z [731/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-scalar-u4.c.obj 2024-08-07T17:24:51.3977278Z [732/7975] 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-08-07T17:24:51.4309457Z [733/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-scalar-u4.c.obj 2024-08-07T17:24:51.4326525Z [734/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-scalar-u1.c.obj 2024-08-07T17:24:51.4391679Z [735/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-scalar-u2.c.obj 2024-08-07T17:24:51.4443980Z [736/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-scalar-u4.c.obj 2024-08-07T17:24:51.4697841Z [737/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\i16-vlshift\gen\i16-vlshift-scalar-u4.c.obj 2024-08-07T17:24:51.4710964Z [738/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\i16-vlshift\gen\i16-vlshift-scalar-u1.c.obj 2024-08-07T17:24:51.4887214Z [739/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\i16-vlshift\gen\i16-vlshift-scalar-u2.c.obj 2024-08-07T17:24:51.4943589Z [740/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-scalar-u2.c.obj 2024-08-07T17:24:51.5198903Z [741/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-scalar-rr2-lut4-p4.c.obj 2024-08-07T17:24:51.5253893Z [742/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\i16-vlshift\gen\i16-vlshift-scalar-u3.c.obj 2024-08-07T17:24:51.5341405Z [743/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-scalar-rr2-lut8-p3.c.obj 2024-08-07T17:24:51.5393785Z [744/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-scalar-rr2-lut8-p4.c.obj 2024-08-07T17:24:51.5628379Z [745/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-scalar-rr2-lut16-p4.c.obj 2024-08-07T17:24:51.5684290Z [746/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-scalar-rr2-lut16-p3.c.obj 2024-08-07T17:24:51.6015005Z [747/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expminus-scalar-rr2-p5.c.obj 2024-08-07T17:24:51.6028589Z [748/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-scalar-rr2-p5.c.obj 2024-08-07T17:24:51.6144316Z [749/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expminus-scalar-rr2-lut64-p2.c.obj 2024-08-07T17:24:51.6286696Z [750/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-scalar-rr2-p6.c.obj 2024-08-07T17:24:51.6298790Z [751/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundd-scalar-cvt.c.obj 2024-08-07T17:24:51.6357667Z [752/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundd-scalar-addsub.c.obj 2024-08-07T17:24:51.6610080Z [753/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-f16-cvt-scalar-bitcast.c.obj 2024-08-07T17:24:51.6691304Z [754/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundd-scalar-floor.c.obj 2024-08-07T17:24:51.6935102Z [755/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundne-scalar-rint.c.obj 2024-08-07T17:24:51.6984117Z [756/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundne-scalar-nearbyint.c.obj 2024-08-07T17:24:51.6997266Z [757/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundu-scalar-ceil.c.obj 2024-08-07T17:24:51.7044085Z [758/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-f16-cvt-scalar-fabsf.c.obj 2024-08-07T17:24:51.7091156Z [759/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expminus-scalar-rr2-lut2048-p1.c.obj 2024-08-07T17:24:51.7150021Z [760/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundne-scalar-addsub.c.obj 2024-08-07T17:24:51.7420009Z [761/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundu-scalar-addsub.c.obj 2024-08-07T17:24:51.7646214Z [762/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundu-scalar-cvt.c.obj 2024-08-07T17:24:51.7856926Z [763/7975] 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-08-07T17:24:51.8285935Z [764/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundz-scalar-addsub.c.obj 2024-08-07T17:24:51.8299247Z [765/7975] 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-08-07T17:24:51.8311115Z [766/7975] 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-08-07T17:24:51.8360052Z [767/7975] 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-08-07T17:24:51.8548356Z [768/7975] 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-08-07T17:24:51.8663445Z [769/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut4-p4h3ts-div.c.obj 2024-08-07T17:24:51.8714738Z [770/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut4-p4h2ts-rcp.c.obj 2024-08-07T17:24:51.9296604Z [771/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut4-p4h3ps-div.c.obj 2024-08-07T17:24:51.9479553Z [772/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ps-div.c.obj 2024-08-07T17:24:51.9491671Z [773/7975] 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-08-07T17:24:51.9576649Z [774/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut4-p4h2ts-div.c.obj 2024-08-07T17:24:51.9699835Z [775/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut8-p4h2ts-rcp.c.obj 2024-08-07T17:24:51.9714450Z [776/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ts-div.c.obj 2024-08-07T17:24:51.9795699Z [777/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut8-p4h2ts-div.c.obj 2024-08-07T17:24:52.0227006Z [778/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ps-rcp.c.obj 2024-08-07T17:24:52.0446353Z [779/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut16-p4h3ts-div.c.obj 2024-08-07T17:24:52.0551691Z [780/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut16-p4h2ts-rcp.c.obj 2024-08-07T17:24:52.0597195Z [781/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ts-rcp.c.obj 2024-08-07T17:24:52.0660892Z [782/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut16-p4h3ps-div.c.obj 2024-08-07T17:24:52.0673193Z [783/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut16-p3h1ts-div.c.obj 2024-08-07T17:24:52.0789139Z [784/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut16-p4h2ts-div.c.obj 2024-08-07T17:24:52.0847498Z [785/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut8-p3h1ts-div.c.obj 2024-08-07T17:24:52.1087157Z [786/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut32-p3h1ts-div.c.obj 2024-08-07T17:24:52.1573760Z [787/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-p6h4ts-div.c.obj 2024-08-07T17:24:52.1617016Z [788/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-p6h5ps-rcp.c.obj 2024-08-07T17:24:52.1662993Z [789/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-lut64-p3h1ts-div.c.obj 2024-08-07T17:24:52.1727420Z [790/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-lut4-p4h3ps-div.c.obj 2024-08-07T17:24:52.1774891Z [791/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-lut4-p4h2ts-div.c.obj 2024-08-07T17:24:52.1821007Z [792/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-p6h5ts-div.c.obj 2024-08-07T17:24:52.1889358Z [793/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-p6h5ps-div.c.obj 2024-08-07T17:24:52.1985962Z [794/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-p6h5ts-rcp.c.obj 2024-08-07T17:24:52.2735225Z [795/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ts-div.c.obj 2024-08-07T17:24:52.2747960Z [796/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ps-rcp.c.obj 2024-08-07T17:24:52.2759660Z [797/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-lut8-p4h2ts-rcp.c.obj 2024-08-07T17:24:52.2802007Z [798/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-lut4-p4h3ts-div.c.obj 2024-08-07T17:24:52.2871489Z [799/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-lut8-p3h1ts-div.c.obj 2024-08-07T17:24:52.2978306Z [800/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ps-div.c.obj 2024-08-07T17:24:52.3115510Z [801/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-lut16-p4h3ts-div.c.obj 2024-08-07T17:24:52.3254322Z [802/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-lut8-p4h2ts-div.c.obj 2024-08-07T17:24:52.3724471Z [803/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-lut16-p3h1ts-div.c.obj 2024-08-07T17:24:52.3772557Z [804/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-lut16-p4h3ps-div.c.obj 2024-08-07T17:24:52.3817188Z [805/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ts-rcp.c.obj 2024-08-07T17:24:52.3966044Z [806/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-p6h5ps-div.c.obj 2024-08-07T17:24:52.3978806Z [807/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-lut16-p4h2ts-div.c.obj 2024-08-07T17:24:52.4134055Z [808/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-p6h5ts-div.c.obj 2024-08-07T17:24:52.4305931Z [809/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-lut64-p3h1ts-div.c.obj 2024-08-07T17:24:52.4354186Z [810/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-p6h4ts-div.c.obj 2024-08-07T17:24:52.4648711Z [811/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-lut32-p3h1ts-div.c.obj 2024-08-07T17:24:52.4725853Z [812/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-lut4-p4h2ts-div.c.obj 2024-08-07T17:24:52.4742559Z [813/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-lut8-p4h3ps-div.c.obj 2024-08-07T17:24:52.4903082Z [814/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-lut4-p4h3ps-div.c.obj 2024-08-07T17:24:52.4958946Z [815/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-lut8-p3h1ts-div.c.obj 2024-08-07T17:24:52.5068493Z [816/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-lut4-p4h3ts-div.c.obj 2024-08-07T17:24:52.5220523Z [817/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-lut8-p4h2ts-div.c.obj 2024-08-07T17:24:52.5596637Z [818/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-lut8-p4h3ts-div.c.obj 2024-08-07T17:24:52.5689730Z [819/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-lut16-p4h3ps-div.c.obj 2024-08-07T17:24:52.5859527Z [820/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-lut16-p4h2ts-div.c.obj 2024-08-07T17:24:52.5872279Z [821/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-lut16-p4h3ts-div.c.obj 2024-08-07T17:24:52.5918371Z [822/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-lut16-p3h1ts-div.c.obj 2024-08-07T17:24:52.6000506Z [823/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-lut64-p3h1ts-div.c.obj 2024-08-07T17:24:52.6058062Z [824/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-p6h4ts-div.c.obj 2024-08-07T17:24:52.6138678Z [825/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-p6h5ts-div.c.obj 2024-08-07T17:24:52.6606564Z [826/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-lut32-p3h1ts-div.c.obj 2024-08-07T17:24:52.6653463Z [827/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-p6h5ps-div.c.obj 2024-08-07T17:24:52.6865480Z [828/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-lut4-p4h3ps-div.c.obj 2024-08-07T17:24:52.6879550Z [829/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-lut8-p4h3ps-div.c.obj 2024-08-07T17:24:52.6925325Z [830/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-lut4-p4h2ts-div.c.obj 2024-08-07T17:24:52.7046125Z [831/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-lut4-p4h3ts-div.c.obj 2024-08-07T17:24:52.7100887Z [832/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-lut8-p4h2ts-div.c.obj 2024-08-07T17:24:52.7169995Z [833/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-lut8-p3h1ts-div.c.obj 2024-08-07T17:24:52.7628203Z [834/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-lut16-p4h3ps-div.c.obj 2024-08-07T17:24:52.7644465Z [835/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-lut8-p4h3ts-div.c.obj 2024-08-07T17:24:52.7858056Z [836/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-lut16-p4h3ts-div.c.obj 2024-08-07T17:24:52.7911275Z [837/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-lut16-p4h2ts-div.c.obj 2024-08-07T17:24:52.8050274Z [838/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-lut64-p3h1ts-div.c.obj 2024-08-07T17:24:52.8099036Z [839/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-lut16-p3h1ts-div.c.obj 2024-08-07T17:24:52.8147290Z [840/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-p6h5ts-div.c.obj 2024-08-07T17:24:52.8209291Z [841/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-p6h5ps-div.c.obj 2024-08-07T17:24:52.8507504Z [842/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u32-sqrt-scalar-cvti64-sqrt-lrint.c.obj 2024-08-07T17:24:52.8595745Z [843/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-p6h4ts-div.c.obj 2024-08-07T17:24:52.8658769Z [844/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-lut32-p3h1ts-div.c.obj 2024-08-07T17:24:52.8763792Z [845/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u32-sqrt-scalar-cvti32-sqrt-lrint.c.obj 2024-08-07T17:24:52.8835495Z [846/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u32-sqrt-scalar-bitmanip.c.obj 2024-08-07T17:24:52.9041053Z [847/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u32-sqrt-scalar-cvtu32-sqrt-lrint.c.obj 2024-08-07T17:24:52.9053130Z [848/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u32-sqrt-scalar-clz-newton.c.obj 2024-08-07T17:24:52.9179466Z [849/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u32-sqrt-scalar-clz-binsearch.c.obj 2024-08-07T17:24:52.9226918Z [850/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u32-sqrt-scalar-cvtu32-sqrtf-lrintf.c.obj 2024-08-07T17:24:52.9458383Z [851/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u32-sqrt-scalar-cvti64-sqrtf-lrintf.c.obj 2024-08-07T17:24:52.9590241Z [852/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u32-sqrt-scalar-tflm.c.obj 2024-08-07T17:24:52.9649382Z [853/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u32-sqrt-scalar-hashemian.c.obj 2024-08-07T17:24:53.0038550Z [854/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u64-sqrt-scalar-cvtu32-sqrt-llrint.c.obj 2024-08-07T17:24:53.0093495Z [855/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u64-sqrt-scalar-cvtu64-sqrt-llrint.c.obj 2024-08-07T17:24:53.0258269Z [856/7975] 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-08-07T17:24:53.0437346Z [857/7975] 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-08-07T17:24:53.0644819Z [858/7975] 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-08-07T17:24:53.0812197Z [859/7975] 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-08-07T17:24:53.0873184Z [860/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u64-sqrt-scalar-cvtu32-sqrt-cvtsatu32f64.c.obj 2024-08-07T17:24:53.1083810Z [861/7975] 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-08-07T17:24:53.1199351Z [862/7975] 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-08-07T17:24:53.1470491Z [863/7975] 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-08-07T17:24:53.1583208Z [864/7975] 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-08-07T17:24:53.1826247Z [865/7975] 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-08-07T17:24:53.1839250Z [866/7975] 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-08-07T17:24:53.2018332Z [867/7975] 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-08-07T17:24:53.2116448Z [868/7975] 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-08-07T17:24:53.2589270Z [869/7975] 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-08-07T17:24:53.2641976Z [870/7975] 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-08-07T17:24:53.2838853Z [871/7975] 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-08-07T17:24:53.3002464Z [872/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:53.3057483Z [873/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:53.3137231Z [874/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:53.3188033Z [875/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:53.3241360Z [876/7975] 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-08-07T17:24:53.3787741Z [877/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:53.4004303Z [878/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:53.4090192Z [879/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:53.4237913Z [880/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:53.4365626Z [881/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:53.4416153Z [882/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:53.4470340Z [883/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:53.4483667Z [884/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:53.5161569Z [885/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:53.5398944Z [886/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:53.5411360Z [887/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:53.5545241Z [888/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:53.5686467Z [889/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:53.5745016Z [890/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:53.5758516Z [891/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:53.5937321Z [892/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:53.6637396Z [893/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:53.6650370Z [894/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:53.6838015Z [895/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:53.6849964Z [896/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:53.6999152Z [897/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:53.7016009Z [898/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:53.7070317Z [899/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:53.7083084Z [900/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:53.7821469Z [901/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:53.7957270Z [902/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:53.8055963Z [903/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-rndnu-scalar.c.obj 2024-08-07T17:24:53.8068374Z [904/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:53.8235297Z [905/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:53.8291144Z [906/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:53.8341792Z [907/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-rndnu-scalar.c.obj 2024-08-07T17:24:53.8412660Z [908/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:53.8975691Z [909/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-rndnu-scalar.c.obj 2024-08-07T17:24:53.9152313Z [910/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:53.9264164Z [911/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:53.9277448Z [912/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:53.9413567Z [913/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:53.9636665Z [914/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:53.9651550Z [915/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:53.9987010Z [916/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:54.0219815Z [917/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:54.0336248Z [918/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u1.c.obj 2024-08-07T17:24:54.0382812Z [919/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:54.0434788Z [920/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:54.0447031Z [921/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:54.0574916Z [922/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u2.c.obj 2024-08-07T17:24:54.0592814Z [923/7975] 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-08-07T17:24:54.0893617Z [924/7975] 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-08-07T17:24:54.1157197Z [925/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u3.c.obj 2024-08-07T17:24:54.1403075Z [926/7975] 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-08-07T17:24:54.1414880Z [927/7975] 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-08-07T17:24:54.1557913Z [928/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u4.c.obj 2024-08-07T17:24:54.1570490Z [929/7975] 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-08-07T17:24:54.1626010Z [930/7975] 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-08-07T17:24:54.1639938Z [931/7975] 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-08-07T17:24:54.1854633Z [932/7975] 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-08-07T17:24:54.2148210Z [933/7975] 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-08-07T17:24:54.2383625Z [934/7975] 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-08-07T17:24:54.2465038Z [935/7975] 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-08-07T17:24:54.2549711Z [936/7975] 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-08-07T17:24:54.2602499Z [937/7975] 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-08-07T17:24:54.2619487Z [938/7975] 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-08-07T17:24:54.2758198Z [939/7975] 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-08-07T17:24:54.2844714Z [940/7975] 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-08-07T17:24:54.3105769Z [941/7975] 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-08-07T17:24:54.3379848Z [942/7975] 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-08-07T17:24:54.3435054Z [943/7975] 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-08-07T17:24:54.3773451Z [944/7975] 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-08-07T17:24:54.3823962Z [945/7975] 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-08-07T17:24:54.3839700Z [946/7975] 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-08-07T17:24:54.3992006Z [947/7975] 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-08-07T17:24:54.4078573Z [948/7975] 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-08-07T17:24:54.4339626Z [949/7975] 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-08-07T17:24:54.4556432Z [950/7975] 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-08-07T17:24:54.4630085Z [951/7975] 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-08-07T17:24:54.5006443Z [952/7975] 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-08-07T17:24:54.5089424Z [953/7975] 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-08-07T17:24:54.5172959Z [954/7975] 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-08-07T17:24:54.5246600Z [955/7975] 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-08-07T17:24:54.5354273Z [956/7975] 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-08-07T17:24:54.5467695Z [957/7975] 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-08-07T17:24:54.5789419Z [958/7975] 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-08-07T17:24:54.6041751Z [959/7975] 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-08-07T17:24:54.6194717Z [960/7975] 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-08-07T17:24:54.6294771Z [961/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u1.c.obj 2024-08-07T17:24:54.6341714Z [962/7975] 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-08-07T17:24:54.6435665Z [963/7975] 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-08-07T17:24:54.6525828Z [964/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u2.c.obj 2024-08-07T17:24:54.6685683Z [965/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u2.c.obj 2024-08-07T17:24:54.6946191Z [966/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u1.c.obj 2024-08-07T17:24:54.7196552Z [967/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u4.c.obj 2024-08-07T17:24:54.7213636Z [968/7975] 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-08-07T17:24:54.7223628Z [969/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-scalar-u4.c.obj 2024-08-07T17:24:54.7456820Z [970/7975] 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-08-07T17:24:54.7632379Z [971/7975] 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-08-07T17:24:54.7837667Z [972/7975] 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-08-07T17:24:54.7954304Z [973/7975] 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-08-07T17:24:54.8053012Z [974/7975] 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-08-07T17:24:54.8440713Z [975/7975] 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-08-07T17:24:54.8533461Z [976/7975] 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-08-07T17:24:54.8588669Z [977/7975] 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-08-07T17:24:54.8650719Z [978/7975] 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-08-07T17:24:54.9017543Z [979/7975] 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-08-07T17:24:54.9269172Z [980/7975] 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-08-07T17:24:54.9328630Z [981/7975] 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-08-07T17:24:54.9399163Z [982/7975] 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-08-07T17:24:54.9743698Z [983/7975] 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-08-07T17:24:54.9793406Z [984/7975] 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-08-07T17:24:54.9806774Z [985/7975] 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-08-07T17:24:55.0028683Z [986/7975] 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-08-07T17:24:55.0086614Z [987/7975] 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-08-07T17:24:55.0412823Z [988/7975] 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-08-07T17:24:55.0537741Z [989/7975] 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-08-07T17:24:55.0594223Z [990/7975] 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-08-07T17:24:55.1012589Z [991/7975] 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-08-07T17:24:55.1095234Z [992/7975] 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-08-07T17:24:55.1248323Z [993/7975] 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-08-07T17:24:55.1261412Z [994/7975] 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-08-07T17:24:55.1375560Z [995/7975] 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-08-07T17:24:55.1669262Z [996/7975] 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-08-07T17:24:55.1753793Z [997/7975] 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-08-07T17:24:55.2181074Z [998/7975] 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-08-07T17:24:55.2224054Z [999/7975] 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-08-07T17:24:55.2657063Z [1000/7975] 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-08-07T17:24:55.2703187Z [1001/7975] 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-08-07T17:24:55.2989258Z [1002/7975] 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-08-07T17:24:55.3113589Z [1003/7975] 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-08-07T17:24:55.3126552Z [1004/7975] 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-08-07T17:24:55.3556717Z [1005/7975] 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-08-07T17:24:55.3637187Z [1006/7975] 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-08-07T17:24:55.3882971Z [1007/7975] 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-08-07T17:24:55.4037617Z [1008/7975] 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-08-07T17:24:55.4206362Z [1009/7975] 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-08-07T17:24:55.4253482Z [1010/7975] 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-08-07T17:24:55.4449888Z [1011/7975] 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-08-07T17:24:55.4696832Z [1012/7975] 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-08-07T17:24:55.5154210Z [1013/7975] 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-08-07T17:24:55.5166515Z [1014/7975] 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-08-07T17:24:55.5320141Z [1015/7975] 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-08-07T17:24:55.5373873Z [1016/7975] 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-08-07T17:24:55.5390295Z [1017/7975] 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-08-07T17:24:55.5559645Z [1018/7975] 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-08-07T17:24:55.5814059Z [1019/7975] 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-08-07T17:24:55.5865795Z [1020/7975] 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-08-07T17:24:55.6343276Z [1021/7975] 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-08-07T17:24:55.6594497Z [1022/7975] 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-08-07T17:24:55.6643685Z [1023/7975] 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-08-07T17:24:55.6656992Z [1024/7975] 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-08-07T17:24:55.7013922Z [1025/7975] 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-08-07T17:24:55.7066163Z [1026/7975] 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-08-07T17:24:55.7080914Z [1027/7975] 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-08-07T17:24:55.7319093Z [1028/7975] 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-08-07T17:24:55.7501690Z [1029/7975] 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-08-07T17:24:55.7919350Z [1030/7975] 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-08-07T17:24:55.8002993Z [1031/7975] 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-08-07T17:24:55.8075866Z [1032/7975] 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-08-07T17:24:55.8338836Z [1033/7975] 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-08-07T17:24:55.8354272Z [1034/7975] 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-08-07T17:24:55.8527971Z [1035/7975] 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-08-07T17:24:55.8642311Z [1036/7975] 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-08-07T17:24:55.9012594Z [1037/7975] 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-08-07T17:24:55.9190516Z [1038/7975] 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-08-07T17:24:55.9244056Z [1039/7975] 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-08-07T17:24:55.9387237Z [1040/7975] 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-08-07T17:24:55.9520090Z [1041/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-scalar-signed64.c.obj 2024-08-07T17:24:55.9576169Z [1042/7975] 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-08-07T17:24:55.9588513Z [1043/7975] 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-08-07T17:24:55.9818189Z [1044/7975] 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-08-07T17:24:56.0206825Z [1045/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:56.0286796Z [1046/7975] 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-08-07T17:24:56.0437200Z [1047/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-gemmlowp-scalar.c.obj 2024-08-07T17:24:56.0449056Z [1048/7975] 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-08-07T17:24:56.0516758Z [1049/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:56.0612765Z [1050/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-scalar-unsigned64.c.obj 2024-08-07T17:24:56.0627256Z [1051/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u2.c.obj 2024-08-07T17:24:56.0763404Z [1052/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u1.c.obj 2024-08-07T17:24:56.1150431Z [1053/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndnu-scalar.c.obj 2024-08-07T17:24:56.1249741Z [1054/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-scalar-unsigned32.c.obj 2024-08-07T17:24:56.1451115Z [1055/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u1.c.obj 2024-08-07T17:24:56.1645682Z [1056/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u4.c.obj 2024-08-07T17:24:56.1951378Z [1057/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u4.c.obj 2024-08-07T17:24:56.2125597Z [1058/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u2.c.obj 2024-08-07T17:24:56.2493996Z [1059/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u1.c.obj 2024-08-07T17:24:56.2685883Z [1060/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u4.c.obj 2024-08-07T17:24:56.3020069Z [1061/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-scalar-u1.c.obj 2024-08-07T17:24:56.3514336Z [1062/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u2.c.obj 2024-08-07T17:24:56.3713845Z [1063/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-scalar-u2.c.obj 2024-08-07T17:24:56.3864959Z [1064/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:56.4040146Z [1065/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-rndnu-scalar.c.obj 2024-08-07T17:24:56.4398955Z [1066/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:56.4581907Z [1067/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:56.4795762Z [1068/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:56.5156728Z [1069/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:56.5327897Z [1070/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u1.c.obj 2024-08-07T17:24:56.5803016Z [1071/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u4.c.obj 2024-08-07T17:24:56.6180124Z [1072/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u4.c.obj 2024-08-07T17:24:56.6382229Z [1073/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u2.c.obj 2024-08-07T17:24:56.6575110Z [1074/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u1.c.obj 2024-08-07T17:24:56.7025014Z [1075/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u4.c.obj 2024-08-07T17:24:56.7436113Z [1076/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u2.c.obj 2024-08-07T17:24:56.7622634Z [1077/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-scalar-u2.c.obj 2024-08-07T17:24:56.7836230Z [1078/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-scalar-u1.c.obj 2024-08-07T17:24:56.7998507Z [1079/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-scalar-u4.c.obj 2024-08-07T17:24:56.8186830Z [1080/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:56.9341252Z [1081/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:56.9581781Z [1082/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-avgpool\qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.obj 2024-08-07T17:24:56.9846620Z [1083/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-avgpool\qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.obj 2024-08-07T17:24:57.0049449Z [1084/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:57.0157791Z [1085/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:57.0249169Z [1086/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:57.0335960Z [1087/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:57.0452896Z [1088/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:57.0607847Z [1089/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:57.0714793Z [1090/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:57.1235234Z [1091/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:57.1338456Z [1092/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:57.1435223Z [1093/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:57.1718597Z [1094/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:57.1777635Z [1095/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:57.1790573Z [1096/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:57.1840957Z [1097/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:57.2451280Z [1098/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:57.2465180Z [1099/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:57.2815145Z [1100/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:57.2883141Z [1101/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:57.2896342Z [1102/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:57.2949216Z [1103/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:57.3001149Z [1104/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:57.3336826Z [1105/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:57.3637038Z [1106/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:57.3753597Z [1107/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:57.4121309Z [1108/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:57.4171211Z [1109/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:57.4183102Z [1110/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:57.4195190Z [1111/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:57.4277849Z [1112/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:57.4486359Z [1113/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:57.4800810Z [1114/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:57.5192275Z [1115/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-rndnu-scalar.c.obj 2024-08-07T17:24:57.5320639Z [1116/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-rndnu-scalar.c.obj 2024-08-07T17:24:57.5395900Z [1117/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:57.5507156Z [1118/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:57.5558722Z [1119/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:57.5680564Z [1120/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:57.5909553Z [1121/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-rndnu-scalar.c.obj 2024-08-07T17:24:57.5927056Z [1122/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:57.6404498Z [1123/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:57.6559923Z [1124/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:57.6656275Z [1125/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u4.c.obj 2024-08-07T17:24:57.6669112Z [1126/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:57.6734185Z [1127/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:57.6801915Z [1128/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:57.6871197Z [1129/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u1.c.obj 2024-08-07T17:24:57.7133898Z [1130/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:57.7352462Z [1131/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u3.c.obj 2024-08-07T17:24:57.7651923Z [1132/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u2.c.obj 2024-08-07T17:24:57.7704248Z [1133/7975] 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-08-07T17:24:57.7721088Z [1134/7975] 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-08-07T17:24:57.7777547Z [1135/7975] 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-08-07T17:24:57.7794056Z [1136/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:57.7894072Z [1137/7975] 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-08-07T17:24:57.8066167Z [1138/7975] 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-08-07T17:24:57.8336250Z [1139/7975] 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-08-07T17:24:57.8602780Z [1140/7975] 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-08-07T17:24:57.8739634Z [1141/7975] 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-08-07T17:24:57.8800043Z [1142/7975] 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-08-07T17:24:57.8812511Z [1143/7975] 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-08-07T17:24:57.8825075Z [1144/7975] 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-08-07T17:24:57.8894104Z [1145/7975] 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-08-07T17:24:57.9100842Z [1146/7975] 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-08-07T17:24:57.9390484Z [1147/7975] 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-08-07T17:24:57.9618117Z [1148/7975] 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-08-07T17:24:57.9747460Z [1149/7975] 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-08-07T17:24:57.9848395Z [1150/7975] 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-08-07T17:24:57.9865234Z [1151/7975] 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-08-07T17:24:58.0108844Z [1152/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:58.0121613Z [1153/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:58.0323380Z [1154/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:58.0572928Z [1155/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-rndnu-scalar.c.obj 2024-08-07T17:24:58.0853530Z [1156/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:58.1073980Z [1157/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:58.1126666Z [1158/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:58.1332159Z [1159/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:58.1378846Z [1160/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:58.1561106Z [1161/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-rndnu-scalar.c.obj 2024-08-07T17:24:58.1613758Z [1162/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:58.1844469Z [1163/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-rndnu-scalar.c.obj 2024-08-07T17:24:58.2062023Z [1164/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-rndnu-scalar.c.obj 2024-08-07T17:24:58.2313784Z [1165/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:58.2380759Z [1166/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:58.2829347Z [1167/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:58.2909226Z [1168/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:58.2971508Z [1169/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:58.3305807Z [1170/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-rndnu-scalar.c.obj 2024-08-07T17:24:58.3357122Z [1171/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-rndnu-scalar.c.obj 2024-08-07T17:24:58.3448720Z [1172/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:58.3630703Z [1173/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:58.3930903Z [1174/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:58.3979423Z [1175/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-rndnu-scalar.c.obj 2024-08-07T17:24:58.4121397Z [1176/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:58.4259252Z [1177/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:58.4583302Z [1178/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:58.4667459Z [1179/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:58.4791459Z [1180/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:58.4890137Z [1181/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:58.5236403Z [1182/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:58.5326704Z [1183/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-rndnu-scalar.c.obj 2024-08-07T17:24:58.5342512Z [1184/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:58.5478063Z [1185/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:58.5932701Z [1186/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:58.5989137Z [1187/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-rndnu-scalar.c.obj 2024-08-07T17:24:58.6104017Z [1188/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-rndnu-scalar.c.obj 2024-08-07T17:24:58.6508720Z [1189/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:58.6522087Z [1190/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:58.6536243Z [1191/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:58.6586355Z [1192/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-rndnu-scalar.c.obj 2024-08-07T17:24:58.6640862Z [1193/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:58.7156007Z [1194/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:58.7204754Z [1195/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:58.7342524Z [1196/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:58.7752699Z [1197/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:58.7764270Z [1198/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-rndnu-scalar.c.obj 2024-08-07T17:24:58.7916841Z [1199/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:58.8010239Z [1200/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:58.8064643Z [1201/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:58.8533301Z [1202/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-rndnu-scalar.c.obj 2024-08-07T17:24:58.8583699Z [1203/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:58.8699495Z [1204/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:58.8928350Z [1205/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:58.9032442Z [1206/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-rndnu-scalar.c.obj 2024-08-07T17:24:58.9210838Z [1207/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:58.9228591Z [1208/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-fmagic.c.obj 2024-08-07T17:24:58.9310320Z [1209/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-rndnu-scalar.c.obj 2024-08-07T17:24:58.9729393Z [1210/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-imagic.c.obj 2024-08-07T17:24:58.9816849Z [1211/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-lrintf.c.obj 2024-08-07T17:24:58.9909875Z [1212/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u1.c.obj 2024-08-07T17:24:58.9971961Z [1213/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-scalar-unsigned64.c.obj 2024-08-07T17:24:59.0017397Z [1214/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-scalar-signed64.c.obj 2024-08-07T17:24:59.0104313Z [1215/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-scalar-unsigned32.c.obj 2024-08-07T17:24:59.0158151Z [1216/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-gemmlowp-scalar.c.obj 2024-08-07T17:24:59.0487561Z [1217/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u1.c.obj 2024-08-07T17:24:59.0934681Z [1218/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u2.c.obj 2024-08-07T17:24:59.0994350Z [1219/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u4.c.obj 2024-08-07T17:24:59.1092667Z [1220/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u1.c.obj 2024-08-07T17:24:59.1104887Z [1221/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u4.c.obj 2024-08-07T17:24:59.1158699Z [1222/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u2.c.obj 2024-08-07T17:24:59.1176286Z [1223/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u4.c.obj 2024-08-07T17:24:59.1307305Z [1224/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-scalar-u1.c.obj 2024-08-07T17:24:59.1372388Z [1225/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u2.c.obj 2024-08-07T17:24:59.2113268Z [1226/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-scalar-u4.c.obj 2024-08-07T17:24:59.2164718Z [1227/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u4.c.obj 2024-08-07T17:24:59.2176363Z [1228/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u1.c.obj 2024-08-07T17:24:59.2186807Z [1229/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u2.c.obj 2024-08-07T17:24:59.2249259Z [1230/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u1.c.obj 2024-08-07T17:24:59.2300232Z [1231/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u1.c.obj 2024-08-07T17:24:59.2355124Z [1232/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-scalar-u2.c.obj 2024-08-07T17:24:59.2988655Z [1233/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u2.c.obj 2024-08-07T17:24:59.3154676Z [1234/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u4.c.obj 2024-08-07T17:24:59.3197975Z [1235/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c1.c.obj 2024-08-07T17:24:59.3241396Z [1236/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u4.c.obj 2024-08-07T17:24:59.3296684Z [1237/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c2.c.obj 2024-08-07T17:24:59.3320122Z [1238/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u2.c.obj 2024-08-07T17:24:59.3369318Z [1239/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u2.c.obj 2024-08-07T17:24:59.3452314Z [1240/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u1.c.obj 2024-08-07T17:24:59.3968629Z [1241/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u4.c.obj 2024-08-07T17:24:59.4091362Z [1242/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-rmaxabs\gen\s16-rmaxabs-scalar-x4.c.obj 2024-08-07T17:24:59.4210311Z [1243/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-scalar-c1.c.obj 2024-08-07T17:24:59.4251312Z [1244/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c4.c.obj 2024-08-07T17:24:59.4324396Z [1245/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-rmaxabs\gen\s16-rmaxabs-scalar-x1.c.obj 2024-08-07T17:24:59.4368787Z [1246/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-vclamp\s8-vclamp-scalar-u4.c.obj 2024-08-07T17:24:59.4424480Z [1247/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-rmaxabs\gen\s16-rmaxabs-scalar-x3.c.obj 2024-08-07T17:24:59.4544077Z [1248/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-rmaxabs\gen\s16-rmaxabs-scalar-x2.c.obj 2024-08-07T17:24:59.4856561Z [1249/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-window\gen\s16-window-scalar-u1.c.obj 2024-08-07T17:24:59.5205733Z [1250/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-window\gen\s16-window-scalar-u2.c.obj 2024-08-07T17:24:59.5252287Z [1251/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-window\gen\s16-window-scalar-u3.c.obj 2024-08-07T17:24:59.5265016Z [1252/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c2.c.obj 2024-08-07T17:24:59.5324101Z [1253/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-window\gen\s16-window-scalar-u4.c.obj 2024-08-07T17:24:59.5339714Z [1254/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c4.c.obj 2024-08-07T17:24:59.5607935Z [1255/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-lut32norm\u8-lut32norm-scalar.c.obj 2024-08-07T17:24:59.5777840Z [1256/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-maxpool\u8-maxpool-9p8x-minmax-scalar-c1.c.obj 2024-08-07T17:24:59.5881704Z [1257/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-rmax\u8-rmax-scalar-u2.c.obj 2024-08-07T17:24:59.6165524Z [1258/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-filterbank-subtract\u32-filterbank-subtract-scalar-x2.c.obj 2024-08-07T17:24:59.6228208Z [1259/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c1.c.obj 2024-08-07T17:24:59.6242230Z [1260/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-filterbank-accumulate\gen\u32-filterbank-accumulate-scalar-x1.c.obj 2024-08-07T17:24:59.6320941Z [1261/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-vlog\gen\u32-vlog-scalar-x1.c.obj 2024-08-07T17:24:59.6652045Z [1262/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-vlog\gen\u32-vlog-scalar-x2.c.obj 2024-08-07T17:24:59.6696863Z [1263/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-vlog\gen\u32-vlog-scalar-x3.c.obj 2024-08-07T17:24:59.6803941Z [1264/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u1.c.obj 2024-08-07T17:24:59.6849946Z [1265/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u2.c.obj 2024-08-07T17:24:59.6871743Z [1266/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-vclamp\u8-vclamp-scalar-u4.c.obj 2024-08-07T17:24:59.6969023Z [1267/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u4.c.obj 2024-08-07T17:24:59.7023827Z [1268/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-vlog\gen\u32-vlog-scalar-x4.c.obj 2024-08-07T17:24:59.7122501Z [1269/7975] 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-08-07T17:24:59.7345221Z [1270/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u8.c.obj 2024-08-07T17:24:59.7645996Z [1271/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u16.c.obj 2024-08-07T17:24:59.7720319Z [1272/7975] 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-08-07T17:24:59.7804174Z [1273/7975] 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-08-07T17:24:59.7849931Z [1274/7975] 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-08-07T17:24:59.7954840Z [1275/7975] 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-08-07T17:24:59.8175389Z [1276/7975] 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-08-07T17:24:59.8428555Z [1277/7975] 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-08-07T17:24:59.8526676Z [1278/7975] 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-08-07T17:24:59.8832395Z [1279/7975] 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-08-07T17:24:59.8876837Z [1280/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x4-scalar-int.c.obj 2024-08-07T17:24:59.9234201Z [1281/7975] 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-08-07T17:24:59.9287634Z [1282/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-1x2-scalar-int.c.obj 2024-08-07T17:24:59.9299853Z [1283/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-1x4-scalar-int.c.obj 2024-08-07T17:24:59.9310751Z [1284/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x1-scalar-int.c.obj 2024-08-07T17:24:59.9434053Z [1285/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x2-scalar-int.c.obj 2024-08-07T17:24:59.9456680Z [1286/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x3-scalar.c.obj 2024-08-07T17:24:59.9675062Z [1287/7975] 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-08-07T17:24:59.9960806Z [1288/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x1-scalar-int.c.obj 2024-08-07T17:24:59.9975382Z [1289/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x2-scalar.c.obj 2024-08-07T17:25:00.0029814Z [1290/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x4-scalar.c.obj 2024-08-07T17:25:00.0071371Z [1291/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-xm-scalar.c.obj 2024-08-07T17:25:00.0248289Z [1292/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x4-scalar-int.c.obj 2024-08-07T17:25:00.0303071Z [1293/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x2-scalar-int.c.obj 2024-08-07T17:25:00.0357800Z [1294/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-1x2-scalar-int.c.obj 2024-08-07T17:25:00.0565136Z [1295/7975] 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-08-07T17:25:00.1009003Z [1296/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-1x4-scalar-int.c.obj 2024-08-07T17:25:00.1022439Z [1297/7975] 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-08-07T17:25:00.1086571Z [1298/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x1-scalar-int.c.obj 2024-08-07T17:25:00.1341239Z [1299/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x1-scalar-int.c.obj 2024-08-07T17:25:00.1354173Z [1300/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x4-scalar-int.c.obj 2024-08-07T17:25:00.1409632Z [1301/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x2-scalar-int.c.obj 2024-08-07T17:25:00.1470561Z [1302/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x2-scalar-int.c.obj 2024-08-07T17:25:00.1484342Z [1303/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x4-scalar-int.c.obj 2024-08-07T17:25:00.2085242Z [1304/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-1x4-scalar.c.obj 2024-08-07T17:25:00.2097785Z [1305/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-1x2-scalar.c.obj 2024-08-07T17:25:00.2321599Z [1306/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x1-scalar.c.obj 2024-08-07T17:25:00.2365570Z [1307/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x1-scalar.c.obj 2024-08-07T17:25:00.2476448Z [1308/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x4-scalar.c.obj 2024-08-07T17:25:00.2525391Z [1309/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x2-scalar.c.obj 2024-08-07T17:25:00.2803448Z [1310/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x2-scalar.c.obj 2024-08-07T17:25:00.2856419Z [1311/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c1s1r-gemm-scalar-float.c.obj 2024-08-07T17:25:00.2979439Z [1312/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c1s1r-gemm-scalar-int.c.obj 2024-08-07T17:25:00.2993910Z [1313/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x4-scalar.c.obj 2024-08-07T17:25:00.3587263Z [1314/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c4s1r-gemm-scalar-int.c.obj 2024-08-07T17:25:00.3600423Z [1315/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c1s1r-gemm-scalar-float.c.obj 2024-08-07T17:25:00.3611731Z [1316/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c2s1r-gemm-scalar-float.c.obj 2024-08-07T17:25:00.3622441Z [1317/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c1s1r-gemm-scalar-int.c.obj 2024-08-07T17:25:00.3847077Z [1318/7975] 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-08-07T17:25:00.3908835Z [1319/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c4s1r-gemm-scalar-float.c.obj 2024-08-07T17:25:00.3922970Z [1320/7975] 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-08-07T17:25:00.3938628Z [1321/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c2s1r-gemm-scalar-int.c.obj 2024-08-07T17:25:00.4544505Z [1322/7975] 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-08-07T17:25:00.4600289Z [1323/7975] 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-08-07T17:25:00.4616228Z [1324/7975] 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-08-07T17:25:00.4770228Z [1325/7975] 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-08-07T17:25:00.4830023Z [1326/7975] 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-08-07T17:25:00.4841846Z [1327/7975] 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-08-07T17:25:00.4908717Z [1328/7975] 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-08-07T17:25:00.5003999Z [1329/7975] 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-08-07T17:25:00.5157170Z [1330/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-4x-scalar.c.obj 2024-08-07T17:25:00.5272384Z [1331/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-3x-scalar.c.obj 2024-08-07T17:25:00.5581934Z [1332/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-2x-scalar.c.obj 2024-08-07T17:25:00.5757166Z [1333/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x2-scalar-int.c.obj 2024-08-07T17:25:00.5851195Z [1334/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x1-scalar-float.c.obj 2024-08-07T17:25:00.6134401Z [1335/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x2-scalar-float.c.obj 2024-08-07T17:25:00.6146732Z [1336/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x1-scalar-int.c.obj 2024-08-07T17:25:00.6159384Z [1337/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x4-scalar-float.c.obj 2024-08-07T17:25:00.6171866Z [1338/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x4-scalar-int.c.obj 2024-08-07T17:25:00.6453890Z [1339/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x2-scalar-float.c.obj 2024-08-07T17:25:00.6623166Z [1340/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x2-scalar-float.c.obj 2024-08-07T17:25:00.6636814Z [1341/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x1-scalar-int.c.obj 2024-08-07T17:25:00.6902114Z [1342/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x4-scalar-int.c.obj 2024-08-07T17:25:00.7111970Z [1343/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-scalar-int.c.obj 2024-08-07T17:25:00.7124491Z [1344/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x2-scalar-int.c.obj 2024-08-07T17:25:00.7174760Z [1345/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x1-scalar-float.c.obj 2024-08-07T17:25:00.7188042Z [1346/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x4-scalar-float.c.obj 2024-08-07T17:25:00.7320223Z [1347/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-unpool\x32-unpool-scalar.c.obj 2024-08-07T17:25:00.7535020Z [1348/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c1s1r-gemm-scalar-float.c.obj 2024-08-07T17:25:00.7551508Z [1349/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x2-scalar-int.c.obj 2024-08-07T17:25:00.7857793Z [1350/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-scalar-float.c.obj 2024-08-07T17:25:00.8121659Z [1351/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c1s1r-gemm-scalar-float.c.obj 2024-08-07T17:25:00.8133838Z [1352/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c2s1r-gemm-scalar-int.c.obj 2024-08-07T17:25:00.8145527Z [1353/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c1s1r-gemm-scalar-int.c.obj 2024-08-07T17:25:00.8191113Z [1354/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x2-scalar.c.obj 2024-08-07T17:25:00.8350865Z [1355/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c1s1r-gemm-scalar-int.c.obj 2024-08-07T17:25:00.8407505Z [1356/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c2s1r-gemm-scalar-float.c.obj 2024-08-07T17:25:00.8459760Z [1357/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c4s1r-gemm-scalar-int.c.obj 2024-08-07T17:25:00.8739034Z [1358/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c4s1r-gemm-scalar-float.c.obj 2024-08-07T17:25:00.8787552Z [1359/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-xm-scalar.c.obj 2024-08-07T17:25:00.8806500Z [1360/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x3-scalar.c.obj 2024-08-07T17:25:00.9064654Z [1361/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x4-scalar.c.obj 2024-08-07T17:25:00.9079050Z [1362/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x1-scalar-float.c.obj 2024-08-07T17:25:00.9173075Z [1363/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.obj 2024-08-07T17:25:00.9314892Z [1364/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-1x2-scalar-float.c.obj 2024-08-07T17:25:00.9538683Z [1365/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-1x2-scalar-int.c.obj 2024-08-07T17:25:00.9749029Z [1366/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x2-scalar-float.c.obj 2024-08-07T17:25:00.9769807Z [1367/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x1-scalar-int.c.obj 2024-08-07T17:25:00.9983688Z [1368/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x1-scalar-float.c.obj 2024-08-07T17:25:01.0026910Z [1369/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-scalar-int.c.obj 2024-08-07T17:25:01.0127385Z [1370/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-scalar-float.c.obj 2024-08-07T17:25:01.0142157Z [1371/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x1-scalar-int.c.obj 2024-08-07T17:25:01.0190533Z [1372/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-pad\xx-pad-p4-scalar-u16.c.obj 2024-08-07T17:25:01.0341113Z [1373/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-fill\xx-fill-scalar-u16.c.obj 2024-08-07T17:25:01.0456770Z [1374/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x2-scalar-int.c.obj 2024-08-07T17:25:01.0714025Z [1375/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-copy\xx-copy-scalar-memcpy.c.obj 2024-08-07T17:25:01.0973272Z [1376/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-transposev\xx-transposev-1x1-scalar-memcpy.c.obj 2024-08-07T17:25:01.1202589Z [1377/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u2.c.obj 2024-08-07T17:25:01.1369088Z [1378/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u4.c.obj 2024-08-07T17:25:01.1478277Z [1379/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u2.c.obj 2024-08-07T17:25:01.1527664Z [1380/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u4.c.obj 2024-08-07T17:25:01.1541535Z [1381/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u1.c.obj 2024-08-07T17:25:01.1617405Z [1382/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut4-p4h2ts-rcp.c.obj 2024-08-07T17:25:01.1666506Z [1383/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u1.c.obj 2024-08-07T17:25:01.1864589Z [1384/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut4-p4h3ps-div.c.obj 2024-08-07T17:25:01.2520371Z [1385/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut8-p4h3ps-div.c.obj 2024-08-07T17:25:01.2610745Z [1386/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut8-p4h2ts-rcp.c.obj 2024-08-07T17:25:01.2671858Z [1387/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut4-p4h2ts-div.c.obj 2024-08-07T17:25:01.2718498Z [1388/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut4-p4h3ts-div.c.obj 2024-08-07T17:25:01.2730518Z [1389/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut4-p4h3ps-rcp.c.obj 2024-08-07T17:25:01.2779613Z [1390/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut8-p4h2ts-div.c.obj 2024-08-07T17:25:01.2832870Z [1391/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut4-p4h3ts-rcp.c.obj 2024-08-07T17:25:01.3205049Z [1392/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut8-p3h1ts-div.c.obj 2024-08-07T17:25:01.3466003Z [1393/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut16-p4h2ts-div.c.obj 2024-08-07T17:25:01.3640228Z [1394/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut8-p4h3ts-rcp.c.obj 2024-08-07T17:25:01.3745751Z [1395/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut32-p3h1ts-div.c.obj 2024-08-07T17:25:01.3821994Z [1396/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut8-p4h3ts-div.c.obj 2024-08-07T17:25:01.3837581Z [1397/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut16-p3h1ts-div.c.obj 2024-08-07T17:25:01.3920249Z [1398/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut8-p4h3ps-rcp.c.obj 2024-08-07T17:25:01.3996636Z [1399/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut64-p3h1ts-div.c.obj 2024-08-07T17:25:01.4094514Z [1400/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut16-p4h3ps-div.c.obj 2024-08-07T17:25:01.4398931Z [1401/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut16-p4h2ts-rcp.c.obj 2024-08-07T17:25:01.4626152Z [1402/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-lut16-p4h3ts-div.c.obj 2024-08-07T17:25:01.4801693Z [1403/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-p6h5ts-div.c.obj 2024-08-07T17:25:01.4851697Z [1404/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-p6h5ps-div.c.obj 2024-08-07T17:25:01.4984057Z [1405/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-p6h5ps-rcp.c.obj 2024-08-07T17:25:01.5051142Z [1406/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-lut4-p4h2ts-div.c.obj 2024-08-07T17:25:01.5167834Z [1407/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-p6h5ts-rcp.c.obj 2024-08-07T17:25:01.5311526Z [1408/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-p6h4ts-div.c.obj 2024-08-07T17:25:01.5693760Z [1409/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-lut8-p4h2ts-rcp.c.obj 2024-08-07T17:25:01.5775910Z [1410/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-lut8-p4h2ts-div.c.obj 2024-08-07T17:25:01.5874495Z [1411/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-lut4-p4h3ts-div.c.obj 2024-08-07T17:25:01.5988714Z [1412/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-lut8-p4h3ts-div.c.obj 2024-08-07T17:25:01.6062450Z [1413/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-lut4-p4h3ps-div.c.obj 2024-08-07T17:25:01.6205956Z [1414/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-lut16-p3h1ts-div.c.obj 2024-08-07T17:25:01.6483361Z [1415/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-lut8-p3h1ts-div.c.obj 2024-08-07T17:25:01.6546363Z [1416/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-lut16-p4h2ts-div.c.obj 2024-08-07T17:25:01.6668910Z [1417/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-lut16-p4h3ps-div.c.obj 2024-08-07T17:25:01.6792067Z [1418/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-lut32-p3h1ts-div.c.obj 2024-08-07T17:25:01.6804829Z [1419/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-lut8-p4h3ps-div.c.obj 2024-08-07T17:25:01.7064419Z [1420/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-p6h4ts-div.c.obj 2024-08-07T17:25:01.7120569Z [1421/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-p6h5ts-div.c.obj 2024-08-07T17:25:01.7469652Z [1422/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-lut16-p4h3ts-div.c.obj 2024-08-07T17:25:01.7550057Z [1423/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-lut4-p4h3ps-div.c.obj 2024-08-07T17:25:01.7636679Z [1424/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-lut64-p3h1ts-div.c.obj 2024-08-07T17:25:01.7653448Z [1425/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-p6h5ps-div.c.obj 2024-08-07T17:25:01.7755866Z [1426/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-lut4-p4h2ts-div.c.obj 2024-08-07T17:25:01.7843539Z [1427/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-lut8-p4h2ts-div.c.obj 2024-08-07T17:25:01.8046403Z [1428/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-lut4-p4h3ts-div.c.obj 2024-08-07T17:25:01.8287484Z [1429/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-lut8-p3h1ts-div.c.obj 2024-08-07T17:25:01.8387567Z [1430/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-lut8-p4h3ts-div.c.obj 2024-08-07T17:25:01.8587226Z [1431/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-lut16-p3h1ts-div.c.obj 2024-08-07T17:25:01.8756066Z [1432/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-lut16-p4h2ts-div.c.obj 2024-08-07T17:25:01.8805392Z [1433/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-lut16-p4h3ps-div.c.obj 2024-08-07T17:25:01.8817024Z [1434/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-lut8-p4h3ps-div.c.obj 2024-08-07T17:25:01.8877450Z [1435/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-p6h5ps-div.c.obj 2024-08-07T17:25:01.9393656Z [1436/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-lut16-p4h3ts-div.c.obj 2024-08-07T17:25:01.9627852Z [1437/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-p6h5ts-div.c.obj 2024-08-07T17:25:01.9639240Z [1438/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-p6h4ts-div.c.obj 2024-08-07T17:25:01.9690195Z [1439/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-lut4-p4h3ps-div.c.obj 2024-08-07T17:25:01.9746787Z [1440/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-lut32-p3h1ts-div.c.obj 2024-08-07T17:25:01.9799792Z [1441/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-lut4-p4h2ts-div.c.obj 2024-08-07T17:25:02.0000474Z [1442/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-lut64-p3h1ts-div.c.obj 2024-08-07T17:25:02.0314655Z [1443/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-lut4-p4h3ts-div.c.obj 2024-08-07T17:25:02.0373168Z [1444/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-lut8-p3h1ts-div.c.obj 2024-08-07T17:25:02.0703852Z [1445/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-lut16-p3h1ts-div.c.obj 2024-08-07T17:25:02.0758841Z [1446/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-lut8-p4h3ps-div.c.obj 2024-08-07T17:25:02.0771050Z [1447/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-lut16-p4h3ps-div.c.obj 2024-08-07T17:25:02.0783086Z [1448/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-lut8-p4h3ts-div.c.obj 2024-08-07T17:25:02.0795598Z [1449/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-lut8-p4h2ts-div.c.obj 2024-08-07T17:25:02.0868594Z [1450/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-lut16-p4h2ts-div.c.obj 2024-08-07T17:25:02.1434606Z [1451/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-lut64-p3h1ts-div.c.obj 2024-08-07T17:25:02.1512082Z [1452/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-avgpool\f32-avgpool-9p8x-minmax-sse-c4.c.obj 2024-08-07T17:25:02.1645812Z [1453/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-lut32-p3h1ts-div.c.obj 2024-08-07T17:25:02.1696244Z [1454/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-p6h5ts-div.c.obj 2024-08-07T17:25:02.1708628Z [1455/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-lut16-p4h3ts-div.c.obj 2024-08-07T17:25:02.1801184Z [1456/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-p6h5ps-div.c.obj 2024-08-07T17:25:02.1855097Z [1457/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-p6h4ts-div.c.obj 2024-08-07T17:25:02.2252289Z [1458/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-sse-1x1.c.obj 2024-08-07T17:25:02.2544596Z [1459/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-avgpool\f32-avgpool-9x-minmax-sse-c4.c.obj 2024-08-07T17:25:02.2609729Z [1460/7975] 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-08-07T17:25:02.2793445Z [1461/7975] 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-08-07T17:25:02.2841931Z [1462/7975] 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-08-07T17:25:02.3060009Z [1463/7975] 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-08-07T17:25:02.3111366Z [1464/7975] 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-08-07T17:25:02.3168133Z [1465/7975] 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-08-07T17:25:02.3354762Z [1466/7975] 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-08-07T17:25:02.3797392Z [1467/7975] 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-08-07T17:25:02.3917400Z [1468/7975] 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-08-07T17:25:02.3979679Z [1469/7975] 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-08-07T17:25:02.4041459Z [1470/7975] 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-08-07T17:25:02.4337744Z [1471/7975] 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-08-07T17:25:02.4429673Z [1472/7975] 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-08-07T17:25:02.4545187Z [1473/7975] 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-08-07T17:25:02.4916088Z [1474/7975] 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-08-07T17:25:02.4932395Z [1475/7975] 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-08-07T17:25:02.5183261Z [1476/7975] 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-08-07T17:25:02.5241195Z [1477/7975] 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-08-07T17:25:02.5260555Z [1478/7975] 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-08-07T17:25:02.5642348Z [1479/7975] 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-08-07T17:25:02.5655917Z [1480/7975] 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-08-07T17:25:02.5712287Z [1481/7975] 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-08-07T17:25:02.6355311Z [1482/7975] 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-08-07T17:25:02.6406351Z [1483/7975] 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-08-07T17:25:02.6506318Z [1484/7975] 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-08-07T17:25:02.6571772Z [1485/7975] 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-08-07T17:25:02.6719678Z [1486/7975] 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-08-07T17:25:02.6801560Z [1487/7975] 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-08-07T17:25:02.6850571Z [1488/7975] 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-08-07T17:25:02.7677036Z [1489/7975] 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-08-07T17:25:02.7803560Z [1490/7975] 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-08-07T17:25:02.7851269Z [1491/7975] 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-08-07T17:25:02.7865488Z [1492/7975] 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-08-07T17:25:02.7999466Z [1493/7975] 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-08-07T17:25:02.8079828Z [1494/7975] 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-08-07T17:25:02.8530489Z [1495/7975] 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-08-07T17:25:02.8745083Z [1496/7975] 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-08-07T17:25:02.8854383Z [1497/7975] 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-08-07T17:25:02.9028261Z [1498/7975] 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-08-07T17:25:02.9068164Z [1499/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-sse-acc2.c.obj 2024-08-07T17:25:02.9169500Z [1500/7975] 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-08-07T17:25:02.9185136Z [1501/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p4c-minmax-sse-acc2.c.obj 2024-08-07T17:25:02.9310096Z [1502/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p4c-minmax-sse-acc2.c.obj 2024-08-07T17:25:02.9690749Z [1503/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-sse.c.obj 2024-08-07T17:25:02.9741123Z [1504/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p4c-minmax-sse.c.obj 2024-08-07T17:25:02.9890625Z [1505/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-sse-acc2.c.obj 2024-08-07T17:25:02.9938464Z [1506/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p4c-minmax-sse.c.obj 2024-08-07T17:25:03.0049329Z [1507/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-sse.c.obj 2024-08-07T17:25:03.0146441Z [1508/7975] 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-08-07T17:25:03.0420907Z [1509/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l4c4s4r-minmax-sse-acc2.c.obj 2024-08-07T17:25:03.0479070Z [1510/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c4s4r-minmax-sse.c.obj 2024-08-07T17:25:03.0836922Z [1511/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c4s4r-minmax-sse-acc2.c.obj 2024-08-07T17:25:03.0887282Z [1512/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l4c4s4r-minmax-sse.c.obj 2024-08-07T17:25:03.1094569Z [1513/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l4c4s4r-minmax-sse.c.obj 2024-08-07T17:25:03.1200385Z [1514/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l4c4s4r-minmax-sse-acc2.c.obj 2024-08-07T17:25:03.1315382Z [1515/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c4s4r-minmax-sse-acc2.c.obj 2024-08-07T17:25:03.1520011Z [1516/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c4s4r-minmax-sse-acc2.c.obj 2024-08-07T17:25:03.1544915Z [1517/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c4s4r-minmax-sse.c.obj 2024-08-07T17:25:03.1777022Z [1518/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l4c4s4r-minmax-sse.c.obj 2024-08-07T17:25:03.2089796Z [1519/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c4s4r-minmax-sse.c.obj 2024-08-07T17:25:03.2208486Z [1520/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l4c4s4r-minmax-sse-acc2.c.obj 2024-08-07T17:25:03.2224609Z [1521/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c4s4r-minmax-sse-acc2.c.obj 2024-08-07T17:25:03.2365500Z [1522/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c4s4r-minmax-sse-acc2.c.obj 2024-08-07T17:25:03.2629273Z [1523/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c4s4r-minmax-sse.c.obj 2024-08-07T17:25:03.2971867Z [1524/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c4s4r-minmax-sse-acc2.c.obj 2024-08-07T17:25:03.3026241Z [1525/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p4c-minmax-sse-acc2.c.obj 2024-08-07T17:25:03.3084690Z [1526/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-sse.c.obj 2024-08-07T17:25:03.3194161Z [1527/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c4s4r-minmax-sse.c.obj 2024-08-07T17:25:03.3330338Z [1528/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p4c-minmax-sse.c.obj 2024-08-07T17:25:03.3346560Z [1529/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.obj 2024-08-07T17:25:03.3370467Z [1530/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p4c-minmax-sse.c.obj 2024-08-07T17:25:03.3530602Z [1531/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-sse-acc2.c.obj 2024-08-07T17:25:03.4055966Z [1532/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p4c-minmax-sse-acc2.c.obj 2024-08-07T17:25:03.4253473Z [1533/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-sse.c.obj 2024-08-07T17:25:03.4299660Z [1534/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool\f32-gavgpool-7x-minmax-sse-c4.c.obj 2024-08-07T17:25:03.4386195Z [1535/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-sse-load1.c.obj 2024-08-07T17:25:03.4399645Z [1536/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool\f32-gavgpool-7p7x-minmax-sse-c4.c.obj 2024-08-07T17:25:03.4412174Z [1537/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-sse-acc2.c.obj 2024-08-07T17:25:03.4466432Z [1538/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool-cw\f32-gavgpool-cw-sse-u4.c.obj 2024-08-07T17:25:03.4481557Z [1539/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-sse-dup.c.obj 2024-08-07T17:25:03.5278392Z [1540/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8s4-minmax-sse.c.obj 2024-08-07T17:25:03.5400605Z [1541/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x2c4-minmax-sse.c.obj 2024-08-07T17:25:03.5453515Z [1542/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8-minmax-sse-load1.c.obj 2024-08-07T17:25:03.5605148Z [1543/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8s4-minmax-sse.c.obj 2024-08-07T17:25:03.5668591Z [1544/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-sse-load1.c.obj 2024-08-07T17:25:03.5856130Z [1545/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8-minmax-sse-dup.c.obj 2024-08-07T17:25:03.5991561Z [1546/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8s4-minmax-sse.c.obj 2024-08-07T17:25:03.6050319Z [1547/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-sse-dup.c.obj 2024-08-07T17:25:03.6506429Z [1548/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-sse-dup.c.obj 2024-08-07T17:25:03.6555367Z [1549/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-sse-dup.c.obj 2024-08-07T17:25:03.6663133Z [1550/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x2c4-minmax-sse.c.obj 2024-08-07T17:25:03.6747731Z [1551/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8s4-minmax-sse.c.obj 2024-08-07T17:25:03.6759951Z [1552/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-sse-dup.c.obj 2024-08-07T17:25:03.6838280Z [1553/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-sse-load1.c.obj 2024-08-07T17:25:03.6955098Z [1554/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8s4-minmax-sse.c.obj 2024-08-07T17:25:03.7022281Z [1555/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-sse-load1.c.obj 2024-08-07T17:25:03.7444215Z [1556/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8s4-minmax-sse.c.obj 2024-08-07T17:25:03.7691208Z [1557/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8-minmax-sse-dup.c.obj 2024-08-07T17:25:03.7837634Z [1558/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-sse-load1.c.obj 2024-08-07T17:25:03.7956902Z [1559/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8-minmax-sse-load1.c.obj 2024-08-07T17:25:03.7969102Z [1560/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8s4-minmax-sse.c.obj 2024-08-07T17:25:03.8014457Z [1561/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-sse-load1.c.obj 2024-08-07T17:25:03.8090013Z [1562/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-sse-dup.c.obj 2024-08-07T17:25:03.8143071Z [1563/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-sse-dup.c.obj 2024-08-07T17:25:03.8325460Z [1564/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8s4-minmax-sse.c.obj 2024-08-07T17:25:03.8880143Z [1565/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-sse-p4.c.obj 2024-08-07T17:25:03.8960991Z [1566/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8s4-minmax-sse.c.obj 2024-08-07T17:25:03.9007794Z [1567/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-sse-load1.c.obj 2024-08-07T17:25:03.9091085Z [1568/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-sse-p8.c.obj 2024-08-07T17:25:03.9140146Z [1569/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-sse-load1.c.obj 2024-08-07T17:25:03.9184997Z [1570/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-sse-dup.c.obj 2024-08-07T17:25:03.9235235Z [1571/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-sse-load1.c.obj 2024-08-07T17:25:03.9395483Z [1572/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8s4-minmax-sse.c.obj 2024-08-07T17:25:03.9771158Z [1573/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-sse-c4.c.obj 2024-08-07T17:25:03.9888712Z [1574/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-sse-dup.c.obj 2024-08-07T17:25:03.9933408Z [1575/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-sse-c8.c.obj 2024-08-07T17:25:03.9949935Z [1576/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8-minmax-sse-load1.c.obj 2024-08-07T17:25:03.9998795Z [1577/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8s4-minmax-sse.c.obj 2024-08-07T17:25:04.0046887Z [1578/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8s4-minmax-sse.c.obj 2024-08-07T17:25:04.0221018Z [1579/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x2c4-minmax-sse.c.obj 2024-08-07T17:25:04.0393956Z [1580/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8-minmax-sse-dup.c.obj 2024-08-07T17:25:04.0578618Z [1581/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8s4-minmax-sse.c.obj 2024-08-07T17:25:04.0782635Z [1582/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-sse-dup.c.obj 2024-08-07T17:25:04.0828935Z [1583/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-sse-load1.c.obj 2024-08-07T17:25:04.0882873Z [1584/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-sse-load1.c.obj 2024-08-07T17:25:04.0894179Z [1585/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-sse-dup.c.obj 2024-08-07T17:25:04.1037480Z [1586/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8s4-minmax-sse.c.obj 2024-08-07T17:25:04.1344606Z [1587/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8s4-minmax-sse.c.obj 2024-08-07T17:25:04.1357477Z [1588/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-sse-dup.c.obj 2024-08-07T17:25:04.1505344Z [1589/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x2c4-minmax-sse.c.obj 2024-08-07T17:25:04.1547072Z [1590/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-pavgpool\f32-pavgpool-9p8x-minmax-sse-c4.c.obj 2024-08-07T17:25:04.1695056Z [1591/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-maxpool\f32-maxpool-9p8x-minmax-sse-c4.c.obj 2024-08-07T17:25:04.1769011Z [1592/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse-2x8.c.obj 2024-08-07T17:25:04.1814110Z [1593/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-pavgpool\f32-pavgpool-9x-minmax-sse-c4.c.obj 2024-08-07T17:25:04.1865411Z [1594/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-sse-load1.c.obj 2024-08-07T17:25:04.2029952Z [1595/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x8-minmax-sse.c.obj 2024-08-07T17:25:04.2244801Z [1596/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u4.c.obj 2024-08-07T17:25:04.2382129Z [1597/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u12-acc3.c.obj 2024-08-07T17:25:04.2394993Z [1598/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u8-acc2.c.obj 2024-08-07T17:25:04.2507154Z [1599/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u16-acc4.c.obj 2024-08-07T17:25:04.2548485Z [1600/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u12-acc3.c.obj 2024-08-07T17:25:04.2597097Z [1601/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse-2x4.c.obj 2024-08-07T17:25:04.2878777Z [1602/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u8-acc2.c.obj 2024-08-07T17:25:04.2950005Z [1603/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u16-acc2.c.obj 2024-08-07T17:25:04.3062895Z [1604/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u16-acc2.c.obj 2024-08-07T17:25:04.3074050Z [1605/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u4.c.obj 2024-08-07T17:25:04.3117496Z [1606/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u16-acc4.c.obj 2024-08-07T17:25:04.3278517Z [1607/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u16-acc4.c.obj 2024-08-07T17:25:04.3351947Z [1608/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u4.c.obj 2024-08-07T17:25:04.3549316Z [1609/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u16-acc2.c.obj 2024-08-07T17:25:04.3589521Z [1610/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u8-acc2.c.obj 2024-08-07T17:25:04.3746173Z [1611/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u12-acc3.c.obj 2024-08-07T17:25:04.3803269Z [1612/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u16-acc4.c.obj 2024-08-07T17:25:04.3845422Z [1613/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u16-acc2.c.obj 2024-08-07T17:25:04.3973328Z [1614/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u8-acc2.c.obj 2024-08-07T17:25:04.4137532Z [1615/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u12-acc3.c.obj 2024-08-07T17:25:04.4341059Z [1616/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-sse-u8.c.obj 2024-08-07T17:25:04.4390063Z [1617/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-sse.c.obj 2024-08-07T17:25:04.4493510Z [1618/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u4.c.obj 2024-08-07T17:25:04.4585099Z [1619/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-16x1-minmax-sse.c.obj 2024-08-07T17:25:04.4601457Z [1620/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-sse.c.obj 2024-08-07T17:25:04.4846846Z [1621/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-sse-u8.c.obj 2024-08-07T17:25:04.4968143Z [1622/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-32x1-minmax-sse.c.obj 2024-08-07T17:25:04.5073250Z [1623/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-sse-u4.c.obj 2024-08-07T17:25:04.5085320Z [1624/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-sse-u4.c.obj 2024-08-07T17:25:04.5209730Z [1625/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-sse-u4.c.obj 2024-08-07T17:25:04.5222060Z [1626/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-sse-u4.c.obj 2024-08-07T17:25:04.5591719Z [1627/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-sse-u8.c.obj 2024-08-07T17:25:04.5662533Z [1628/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-sse-u8.c.obj 2024-08-07T17:25:04.5715591Z [1629/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-sse-u4.c.obj 2024-08-07T17:25:04.5797597Z [1630/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-sse-u4.c.obj 2024-08-07T17:25:04.5947596Z [1631/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-sse-u4.c.obj 2024-08-07T17:25:04.5960645Z [1632/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-sse-u8.c.obj 2024-08-07T17:25:04.6005164Z [1633/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-sse-u4.c.obj 2024-08-07T17:25:04.6349973Z [1634/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-sse-u8.c.obj 2024-08-07T17:25:04.6462892Z [1635/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-sse-u4.c.obj 2024-08-07T17:25:04.6474706Z [1636/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-sse-u8.c.obj 2024-08-07T17:25:04.6658092Z [1637/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-sse-u4.c.obj 2024-08-07T17:25:04.6670113Z [1638/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-sse-u8.c.obj 2024-08-07T17:25:04.6684434Z [1639/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-sse-u8.c.obj 2024-08-07T17:25:04.6737590Z [1640/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-sse-u4.c.obj 2024-08-07T17:25:04.6750364Z [1641/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-sse-u8.c.obj 2024-08-07T17:25:04.7199463Z [1642/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-sse-u4.c.obj 2024-08-07T17:25:04.7304744Z [1643/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-sse-u8.c.obj 2024-08-07T17:25:04.7522488Z [1644/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-sse-u8.c.obj 2024-08-07T17:25:04.7535684Z [1645/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-sse-u4.c.obj 2024-08-07T17:25:04.7581847Z [1646/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-sse-u8.c.obj 2024-08-07T17:25:04.7669201Z [1647/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-sse-u8.c.obj 2024-08-07T17:25:04.7715675Z [1648/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-sse-u4.c.obj 2024-08-07T17:25:04.7806780Z [1649/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-sse-u4.c.obj 2024-08-07T17:25:04.8140301Z [1650/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-sse-u4.c.obj 2024-08-07T17:25:04.8184954Z [1651/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-sse-u8.c.obj 2024-08-07T17:25:04.8298150Z [1652/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-sse-u8.c.obj 2024-08-07T17:25:04.8400925Z [1653/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u4.c.obj 2024-08-07T17:25:04.8448783Z [1654/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u4.c.obj 2024-08-07T17:25:04.8493109Z [1655/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u8.c.obj 2024-08-07T17:25:04.8619133Z [1656/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-sse-u4.c.obj 2024-08-07T17:25:04.8843983Z [1657/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u32.c.obj 2024-08-07T17:25:04.9084453Z [1658/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u32.c.obj 2024-08-07T17:25:04.9135176Z [1659/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-sse-u8.c.obj 2024-08-07T17:25:04.9146962Z [1660/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u16.c.obj 2024-08-07T17:25:04.9187754Z [1661/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-sse-u4.c.obj 2024-08-07T17:25:04.9288732Z [1662/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u8.c.obj 2024-08-07T17:25:04.9334612Z [1663/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u12.c.obj 2024-08-07T17:25:04.9510948Z [1664/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u24.c.obj 2024-08-07T17:25:04.9564934Z [1665/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-sse-u8.c.obj 2024-08-07T17:25:04.9936707Z [1666/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse-u8.c.obj 2024-08-07T17:25:05.0119600Z [1667/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c8-minmax-sse-2x.c.obj 2024-08-07T17:25:05.0243130Z [1668/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c4-minmax-sse-2x.c.obj 2024-08-07T17:25:05.0257415Z [1669/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-sse-u4.c.obj 2024-08-07T17:25:05.0270552Z [1670/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u16.c.obj 2024-08-07T17:25:05.0361522Z [1671/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse-u4.c.obj 2024-08-07T17:25:05.0409242Z [1672/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u4.c.obj 2024-08-07T17:25:05.0826721Z [1673/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u8.c.obj 2024-08-07T17:25:05.0877738Z [1674/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u8.c.obj 2024-08-07T17:25:05.1008752Z [1675/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u4.c.obj 2024-08-07T17:25:05.1096894Z [1676/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u16.c.obj 2024-08-07T17:25:05.1108204Z [1677/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-sse-u8.c.obj 2024-08-07T17:25:05.1157782Z [1678/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u16.c.obj 2024-08-07T17:25:05.1384070Z [1679/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-sse-u4.c.obj 2024-08-07T17:25:05.1474537Z [1680/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-sse-u4.c.obj 2024-08-07T17:25:05.1886707Z [1681/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-sse-u8.c.obj 2024-08-07T17:25:05.1963653Z [1682/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-sse-u8.c.obj 2024-08-07T17:25:05.1979655Z [1683/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundd-sse-addsub.c.obj 2024-08-07T17:25:05.2027098Z [1684/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundne-sse-addsub.c.obj 2024-08-07T17:25:05.2176813Z [1685/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-sse-u4.c.obj 2024-08-07T17:25:05.2243806Z [1686/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-sse-u8.c.obj 2024-08-07T17:25:05.2496648Z [1687/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sqrt-sse-nr2mac.c.obj 2024-08-07T17:25:05.2749948Z [1688/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sqrt-sse-nr1mac.c.obj 2024-08-07T17:25:05.2767449Z [1689/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u8.c.obj 2024-08-07T17:25:05.2869059Z [1690/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u16.c.obj 2024-08-07T17:25:05.2914003Z [1691/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-4x-sse.c.obj 2024-08-07T17:25:05.2927261Z [1692/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundz-sse-addsub.c.obj 2024-08-07T17:25:05.3001342Z [1693/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sqrt-sse-hh1mac.c.obj 2024-08-07T17:25:05.3186393Z [1694/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundu-sse-addsub.c.obj 2024-08-07T17:25:05.3201642Z [1695/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u24.c.obj 2024-08-07T17:25:05.3463228Z [1696/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u8.c.obj 2024-08-07T17:25:05.3582127Z [1697/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u24.c.obj 2024-08-07T17:25:05.3630956Z [1698/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u32.c.obj 2024-08-07T17:25:05.3689634Z [1699/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u32.c.obj 2024-08-07T17:25:05.3705240Z [1700/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\x32-transposec-4x4-sse.c.obj 2024-08-07T17:25:05.4218789Z [1701/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vabs-sse2-u8.c.obj 2024-08-07T17:25:05.4303415Z [1702/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-4x-sse2-c4.c.obj 2024-08-07T17:25:05.4351209Z [1703/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-9p8x-sse2-c4.c.obj 2024-08-07T17:25:05.4363150Z [1704/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vabs-sse2-u16.c.obj 2024-08-07T17:25:05.4407411Z [1705/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u8.c.obj 2024-08-07T17:25:05.4462026Z [1706/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vneg-sse2-u16.c.obj 2024-08-07T17:25:05.4621811Z [1707/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vneg-sse2-u8.c.obj 2024-08-07T17:25:05.5097262Z [1708/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u24.c.obj 2024-08-07T17:25:05.5156544Z [1709/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u16.c.obj 2024-08-07T17:25:05.5219679Z [1710/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-9x-sse2-c4.c.obj 2024-08-07T17:25:05.5292086Z [1711/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-sse2-dup.c.obj 2024-08-07T17:25:05.5335089Z [1712/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-sse2-dup.c.obj 2024-08-07T17:25:05.5435124Z [1713/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8-minmax-sse2-dup.c.obj 2024-08-07T17:25:05.5505559Z [1714/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u32.c.obj 2024-08-07T17:25:05.5886007Z [1715/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u16.c.obj 2024-08-07T17:25:05.6146350Z [1716/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-sse2-dup.c.obj 2024-08-07T17:25:05.6268577Z [1717/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-sse2-dup.c.obj 2024-08-07T17:25:05.6281009Z [1718/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-sse2-dup.c.obj 2024-08-07T17:25:05.6323985Z [1719/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-sse2-dup.c.obj 2024-08-07T17:25:05.6458790Z [1720/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-sse2-dup.c.obj 2024-08-07T17:25:05.6508067Z [1721/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-sse2-dup.c.obj 2024-08-07T17:25:05.6610462Z [1722/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8-minmax-sse2-dup.c.obj 2024-08-07T17:25:05.6705477Z [1723/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-sse2-dup.c.obj 2024-08-07T17:25:05.7062751Z [1724/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-sse2-dup.c.obj 2024-08-07T17:25:05.7152481Z [1725/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-sse2-dup.c.obj 2024-08-07T17:25:05.7208664Z [1726/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse2-2x4.c.obj 2024-08-07T17:25:05.7497013Z [1727/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse2-2x8.c.obj 2024-08-07T17:25:05.7554167Z [1728/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x8-minmax-sse2-dup.c.obj 2024-08-07T17:25:05.7573990Z [1729/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8-minmax-sse2-dup.c.obj 2024-08-07T17:25:05.7668917Z [1730/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x8-minmax-sse2-dup.c.obj 2024-08-07T17:25:05.7981557Z [1731/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-5x8-minmax-sse2-dup.c.obj 2024-08-07T17:25:05.8138902Z [1732/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-6x8-minmax-sse2-dup.c.obj 2024-08-07T17:25:05.8151135Z [1733/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-3x8-minmax-sse2-dup.c.obj 2024-08-07T17:25:05.8439329Z [1734/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8s4-minmax-sse2.c.obj 2024-08-07T17:25:05.8618284Z [1735/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x8-minmax-sse2-dup.c.obj 2024-08-07T17:25:05.8698022Z [1736/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8-minmax-sse2-dup.c.obj 2024-08-07T17:25:05.8842099Z [1737/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8-minmax-sse2-load1.c.obj 2024-08-07T17:25:05.8912144Z [1738/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8-minmax-sse2-load1.c.obj 2024-08-07T17:25:05.8976934Z [1739/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8-minmax-sse2-dup.c.obj 2024-08-07T17:25:05.9021098Z [1740/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x8s4-minmax-sse2.c.obj 2024-08-07T17:25:05.9494753Z [1741/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2c4-minmax-sse2.c.obj 2024-08-07T17:25:05.9623354Z [1742/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x8-minmax-sse2-load1.c.obj 2024-08-07T17:25:05.9720562Z [1743/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8-minmax-sse2-load1.c.obj 2024-08-07T17:25:05.9774905Z [1744/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8-minmax-sse2-dup.c.obj 2024-08-07T17:25:05.9883610Z [1745/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-sse2-dup.c.obj 2024-08-07T17:25:05.9938805Z [1746/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8-minmax-sse2-load1.c.obj 2024-08-07T17:25:05.9952453Z [1747/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8s4-minmax-sse2.c.obj 2024-08-07T17:25:06.0293099Z [1748/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8-minmax-sse2-dup.c.obj 2024-08-07T17:25:06.0464556Z [1749/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8s4-minmax-sse2.c.obj 2024-08-07T17:25:06.0574971Z [1750/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u24.c.obj 2024-08-07T17:25:06.0587993Z [1751/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u16.c.obj 2024-08-07T17:25:06.0633927Z [1752/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8s4-minmax-sse2.c.obj 2024-08-07T17:25:06.0650191Z [1753/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u12-acc3.c.obj 2024-08-07T17:25:06.0755130Z [1754/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u8.c.obj 2024-08-07T17:25:06.0858899Z [1755/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u8.c.obj 2024-08-07T17:25:06.1280716Z [1756/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u20-acc2.c.obj 2024-08-07T17:25:06.1294890Z [1757/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.obj 2024-08-07T17:25:06.1420678Z [1758/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u12.c.obj 2024-08-07T17:25:06.1461928Z [1759/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u16.c.obj 2024-08-07T17:25:06.1509680Z [1760/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc4.c.obj 2024-08-07T17:25:06.1580510Z [1761/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u16.c.obj 2024-08-07T17:25:06.1975149Z [1762/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u20.c.obj 2024-08-07T17:25:06.2071288Z [1763/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u12.c.obj 2024-08-07T17:25:06.2113596Z [1764/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u8-acc2.c.obj 2024-08-07T17:25:06.2183790Z [1765/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u8.c.obj 2024-08-07T17:25:06.2195638Z [1766/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u12-acc2.c.obj 2024-08-07T17:25:06.2245555Z [1767/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u4.c.obj 2024-08-07T17:25:06.2262249Z [1768/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u20-acc5.c.obj 2024-08-07T17:25:06.2360795Z [1769/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u4.c.obj 2024-08-07T17:25:06.2765105Z [1770/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u20.c.obj 2024-08-07T17:25:06.2887843Z [1771/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u24.c.obj 2024-08-07T17:25:06.2976013Z [1772/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u8.c.obj 2024-08-07T17:25:06.3021490Z [1773/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u24.c.obj 2024-08-07T17:25:06.3034191Z [1774/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u20.c.obj 2024-08-07T17:25:06.3128235Z [1775/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u12.c.obj 2024-08-07T17:25:06.3223403Z [1776/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse2-u4.c.obj 2024-08-07T17:25:06.3448782Z [1777/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse2-u8.c.obj 2024-08-07T17:25:06.3574393Z [1778/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u16.c.obj 2024-08-07T17:25:06.3977377Z [1779/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse2-u4.c.obj 2024-08-07T17:25:06.4034174Z [1780/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse2-u8.c.obj 2024-08-07T17:25:06.4082777Z [1781/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse2-u4.c.obj 2024-08-07T17:25:06.4135086Z [1782/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse2-u4.c.obj 2024-08-07T17:25:06.4208269Z [1783/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse2-u8.c.obj 2024-08-07T17:25:06.4260782Z [1784/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse2-u8.c.obj 2024-08-07T17:25:06.4335293Z [1785/7975] 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-08-07T17:25:06.4813823Z [1786/7975] 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-08-07T17:25:06.4858236Z [1787/7975] 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-08-07T17:25:06.4926997Z [1788/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse2-u8.c.obj 2024-08-07T17:25:06.4938973Z [1789/7975] 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-08-07T17:25:06.5004314Z [1790/7975] 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-08-07T17:25:06.5053017Z [1791/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u4.c.obj 2024-08-07T17:25:06.5125921Z [1792/7975] 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-08-07T17:25:06.5140660Z [1793/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse2-u4.c.obj 2024-08-07T17:25:06.5677994Z [1794/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u24.c.obj 2024-08-07T17:25:06.5690704Z [1795/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u20.c.obj 2024-08-07T17:25:06.5735757Z [1796/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u16.c.obj 2024-08-07T17:25:06.5746978Z [1797/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u12.c.obj 2024-08-07T17:25:06.5797797Z [1798/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u8.c.obj 2024-08-07T17:25:06.5847407Z [1799/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u4.c.obj 2024-08-07T17:25:06.5942088Z [1800/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u4.c.obj 2024-08-07T17:25:06.5954250Z [1801/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u8.c.obj 2024-08-07T17:25:06.6513894Z [1802/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u8.c.obj 2024-08-07T17:25:06.6555809Z [1803/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u12.c.obj 2024-08-07T17:25:06.6599985Z [1804/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u4.c.obj 2024-08-07T17:25:06.6729974Z [1805/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u16.c.obj 2024-08-07T17:25:06.6741787Z [1806/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u16.c.obj 2024-08-07T17:25:06.6840131Z [1807/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u12.c.obj 2024-08-07T17:25:06.6961558Z [1808/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u12.c.obj 2024-08-07T17:25:06.7229884Z [1809/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-f32-cvt-sse2-int16.c.obj 2024-08-07T17:25:06.7341123Z [1810/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u8.c.obj 2024-08-07T17:25:06.7474021Z [1811/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u8.c.obj 2024-08-07T17:25:06.7527211Z [1812/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u4.c.obj 2024-08-07T17:25:06.7581620Z [1813/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u16.c.obj 2024-08-07T17:25:06.7595250Z [1814/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u16.c.obj 2024-08-07T17:25:06.7644975Z [1815/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-sse2-rr2-p5.c.obj 2024-08-07T17:25:06.7822599Z [1816/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u12.c.obj 2024-08-07T17:25:06.7922977Z [1817/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-sse2-rr2-lut64-p2.c.obj 2024-08-07T17:25:06.8014030Z [1818/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-sse2-rr2-lut16-p3.c.obj 2024-08-07T17:25:06.8165765Z [1819/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-f32-cvt-sse2-int32.c.obj 2024-08-07T17:25:06.8178035Z [1820/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundne-sse2-cvt.c.obj 2024-08-07T17:25:06.8249554Z [1821/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundd-sse2-cvt.c.obj 2024-08-07T17:25:06.8295062Z [1822/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expminus-sse2-rr2-p5.c.obj 2024-08-07T17:25:06.8509555Z [1823/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-f16-cvt-sse2.c.obj 2024-08-07T17:25:06.8587077Z [1824/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-sse2-rr2-lut64-p2-nr2.c.obj 2024-08-07T17:25:06.8671914Z [1825/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-sse2-rr2-p6.c.obj 2024-08-07T17:25:06.8891821Z [1826/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundz-sse2-cvt.c.obj 2024-08-07T17:25:06.8904106Z [1827/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-sse2-rr2-lut64-p2-div.c.obj 2024-08-07T17:25:06.8951889Z [1828/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-sse2-rr2-p5-nr1.c.obj 2024-08-07T17:25:06.9036718Z [1829/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-sse2-rr2-lut64-p2-nr1.c.obj 2024-08-07T17:25:06.9436721Z [1830/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundu-sse2-cvt.c.obj 2024-08-07T17:25:06.9498269Z [1831/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-sse2-expm1minus-rr1-lut8-p4h3ps-div.c.obj 2024-08-07T17:25:06.9547346Z [1832/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-sse2-rr2-p5-nr2.c.obj 2024-08-07T17:25:06.9561754Z [1833/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-sse2-rr2-p5-div.c.obj 2024-08-07T17:25:06.9963096Z [1834/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-sse2-expm1minus-rr1-p6h5ts-nr1.c.obj 2024-08-07T17:25:06.9979670Z [1835/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-sse2-expm1minus-rr1-p6h5ts-nr2.c.obj 2024-08-07T17:25:07.0048295Z [1836/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-sse2-expm1minus-rr1-p6h5ts-div.c.obj 2024-08-07T17:25:07.0109923Z [1837/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-sse2-expm1minus-rr2-lut8-p4h2ts-nr1.c.obj 2024-08-07T17:25:07.0369248Z [1838/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ps-nr1.c.obj 2024-08-07T17:25:07.0424657Z [1839/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-sse2-expm1minus-rr2-lut8-p4h2ts-nr2.c.obj 2024-08-07T17:25:07.0481331Z [1840/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ps-nr2.c.obj 2024-08-07T17:25:07.0493784Z [1841/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ts-nr2.c.obj 2024-08-07T17:25:07.1096492Z [1842/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ts-nr1.c.obj 2024-08-07T17:25:07.1228814Z [1843/7975] 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-08-07T17:25:07.1285003Z [1844/7975] 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-08-07T17:25:07.1340643Z [1845/7975] 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-08-07T17:25:07.1673490Z [1846/7975] 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-08-07T17:25:07.1686023Z [1847/7975] 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-08-07T17:25:07.1737681Z [1848/7975] 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-08-07T17:25:07.2009521Z [1849/7975] 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-08-07T17:25:07.2417745Z [1850/7975] 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-08-07T17:25:07.2472795Z [1851/7975] 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-08-07T17:25:07.2487880Z [1852/7975] 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-08-07T17:25:07.2611662Z [1853/7975] 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-08-07T17:25:07.2919346Z [1854/7975] 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-08-07T17:25:07.2987029Z [1855/7975] 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-08-07T17:25:07.3224202Z [1856/7975] 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-08-07T17:25:07.3298792Z [1857/7975] 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-08-07T17:25:07.3588912Z [1858/7975] 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-08-07T17:25:07.3685021Z [1859/7975] 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-08-07T17:25:07.3763566Z [1860/7975] 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-08-07T17:25:07.3820881Z [1861/7975] 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-08-07T17:25:07.4133102Z [1862/7975] 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-08-07T17:25:07.4182914Z [1863/7975] 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-08-07T17:25:07.4362745Z [1864/7975] 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-08-07T17:25:07.4717264Z [1865/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-08-07T17:25:07.4869558Z [1866/7975] 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-08-07T17:25:07.4941606Z [1867/7975] 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-08-07T17:25:07.5002502Z [1868/7975] 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-08-07T17:25:07.5059123Z [1869/7975] 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-08-07T17:25:07.5515009Z [1870/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-08-07T17:25:07.5531736Z [1871/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-08-07T17:25:07.5932911Z [1872/7975] 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-08-07T17:25:07.5990270Z [1873/7975] 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-08-07T17:25:07.6010031Z [1874/7975] 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-08-07T17:25:07.6103581Z [1875/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-08-07T17:25:07.6272747Z [1876/7975] 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-08-07T17:25:07.6597739Z [1877/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-08-07T17:25:07.6679520Z [1878/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-08-07T17:25:07.6775272Z [1879/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u8.c.obj 2024-08-07T17:25:07.6825316Z [1880/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.obj 2024-08-07T17:25:07.7047045Z [1881/7975] 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-08-07T17:25:07.7094401Z [1882/7975] 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-08-07T17:25:07.7144657Z [1883/7975] 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-08-07T17:25:07.7277721Z [1884/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.obj 2024-08-07T17:25:07.7429752Z [1885/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.obj 2024-08-07T17:25:07.7730201Z [1886/7975] 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-08-07T17:25:07.7743406Z [1887/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-sse2-c16.c.obj 2024-08-07T17:25:07.7795407Z [1888/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u16.c.obj 2024-08-07T17:25:07.7810870Z [1889/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u32.c.obj 2024-08-07T17:25:07.7884622Z [1890/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.obj 2024-08-07T17:25:07.8036748Z [1891/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-sse2-c8.c.obj 2024-08-07T17:25:07.8125868Z [1892/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-sse2-c16.c.obj 2024-08-07T17:25:07.8142619Z [1893/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u24.c.obj 2024-08-07T17:25:07.8658471Z [1894/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-sse2-c8.c.obj 2024-08-07T17:25:07.8713522Z [1895/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-sse2-c24.c.obj 2024-08-07T17:25:07.8735252Z [1896/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-sse2-c24.c.obj 2024-08-07T17:25:07.8749108Z [1897/7975] 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-08-07T17:25:07.9016082Z [1898/7975] 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-08-07T17:25:07.9145165Z [1899/7975] 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-08-07T17:25:07.9262347Z [1900/7975] 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-08-07T17:25:07.9319690Z [1901/7975] 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-08-07T17:25:07.9913991Z [1902/7975] 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-08-07T17:25:07.9993772Z [1903/7975] 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-08-07T17:25:08.0273258Z [1904/7975] 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-08-07T17:25:08.0330038Z [1905/7975] 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-08-07T17:25:08.0387633Z [1906/7975] 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-08-07T17:25:08.0470057Z [1907/7975] 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-08-07T17:25:08.0831695Z [1908/7975] 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-08-07T17:25:08.0878515Z [1909/7975] 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-08-07T17:25:08.0940232Z [1910/7975] 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-08-07T17:25:08.1086396Z [1911/7975] 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-08-07T17:25:08.1156599Z [1912/7975] 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-08-07T17:25:08.1356370Z [1913/7975] 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-08-07T17:25:08.1540894Z [1914/7975] 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-08-07T17:25:08.1552491Z [1915/7975] 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-08-07T17:25:08.1765416Z [1916/7975] 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-08-07T17:25:08.1838777Z [1917/7975] 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-08-07T17:25:08.1914483Z [1918/7975] 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-08-07T17:25:08.2349741Z [1919/7975] 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-08-07T17:25:08.2414631Z [1920/7975] 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-08-07T17:25:08.2565051Z [1921/7975] 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-08-07T17:25:08.2811752Z [1922/7975] 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-08-07T17:25:08.2871598Z [1923/7975] 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-08-07T17:25:08.3014610Z [1924/7975] 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-08-07T17:25:08.3326490Z [1925/7975] 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-08-07T17:25:08.3574209Z [1926/7975] 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-08-07T17:25:08.3626346Z [1927/7975] 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-08-07T17:25:08.3782121Z [1928/7975] 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-08-07T17:25:08.3879162Z [1929/7975] 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-08-07T17:25:08.4123380Z [1930/7975] 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-08-07T17:25:08.4175932Z [1931/7975] 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-08-07T17:25:08.4240310Z [1932/7975] 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-08-07T17:25:08.4515865Z [1933/7975] 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-08-07T17:25:08.4824411Z [1934/7975] 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-08-07T17:25:08.4968100Z [1935/7975] 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-08-07T17:25:08.5100121Z [1936/7975] 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-08-07T17:25:08.5335388Z [1937/7975] 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-08-07T17:25:08.5380874Z [1938/7975] 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-08-07T17:25:08.5575264Z [1939/7975] 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-08-07T17:25:08.5633658Z [1940/7975] 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-08-07T17:25:08.5809121Z [1941/7975] 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-08-07T17:25:08.6015655Z [1942/7975] 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-08-07T17:25:08.6058812Z [1943/7975] 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-08-07T17:25:08.6172525Z [1944/7975] 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-08-07T17:25:08.6489223Z [1945/7975] 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-08-07T17:25:08.6584730Z [1946/7975] 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-08-07T17:25:08.6691970Z [1947/7975] 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-08-07T17:25:08.6765080Z [1948/7975] 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-08-07T17:25:08.7170378Z [1949/7975] 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-08-07T17:25:08.7253256Z [1950/7975] 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-08-07T17:25:08.7420427Z [1951/7975] 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-08-07T17:25:08.7528724Z [1952/7975] 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-08-07T17:25:08.7720863Z [1953/7975] 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-08-07T17:25:08.7828697Z [1954/7975] 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-08-07T17:25:08.8270885Z [1955/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-gemmlowp-sse2.c.obj 2024-08-07T17:25:08.8518622Z [1956/7975] 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-08-07T17:25:08.8530823Z [1957/7975] 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-08-07T17:25:08.8542628Z [1958/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-fp32-sse2.c.obj 2024-08-07T17:25:08.8556283Z [1959/7975] 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-08-07T17:25:08.8569030Z [1960/7975] 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-08-07T17:25:08.8682912Z [1961/7975] 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-08-07T17:25:08.9224195Z [1962/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u16.c.obj 2024-08-07T17:25:08.9311766Z [1963/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u24.c.obj 2024-08-07T17:25:08.9402048Z [1964/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u32.c.obj 2024-08-07T17:25:08.9445462Z [1965/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-sse2.c.obj 2024-08-07T17:25:08.9490540Z [1966/7975] 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-08-07T17:25:08.9544631Z [1967/7975] 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-08-07T17:25:08.9557847Z [1968/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u8.c.obj 2024-08-07T17:25:09.0026573Z [1969/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u16.c.obj 2024-08-07T17:25:09.0077526Z [1970/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.obj 2024-08-07T17:25:09.0088414Z [1971/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u24.c.obj 2024-08-07T17:25:09.0099099Z [1972/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse2-u16.c.obj 2024-08-07T17:25:09.0182417Z [1973/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u32.c.obj 2024-08-07T17:25:09.0225978Z [1974/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse2-u32.c.obj 2024-08-07T17:25:09.0681661Z [1975/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse2-u32.c.obj 2024-08-07T17:25:09.0764602Z [1976/7975] 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-08-07T17:25:09.0776292Z [1977/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse2-u32.c.obj 2024-08-07T17:25:09.0847004Z [1978/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse2-u16.c.obj 2024-08-07T17:25:09.0893110Z [1979/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse2-u16.c.obj 2024-08-07T17:25:09.0957355Z [1980/7975] 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-08-07T17:25:09.1011291Z [1981/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse2-u8.c.obj 2024-08-07T17:25:09.1026741Z [1982/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse2-u4.c.obj 2024-08-07T17:25:09.1484699Z [1983/7975] 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-08-07T17:25:09.1503680Z [1984/7975] 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-08-07T17:25:09.1714619Z [1985/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-avgpool\qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.obj 2024-08-07T17:25:09.1769649Z [1986/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse2-u16.c.obj 2024-08-07T17:25:09.1781993Z [1987/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-avgpool\qu8-avgpool-9x-minmax-fp32-sse2-c8.c.obj 2024-08-07T17:25:09.1934360Z [1988/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-08-07T17:25:09.2145612Z [1989/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-08-07T17:25:09.2164447Z [1990/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-08-07T17:25:09.2425745Z [1991/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.obj 2024-08-07T17:25:09.2751254Z [1992/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.obj 2024-08-07T17:25:09.2766539Z [1993/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u16.c.obj 2024-08-07T17:25:09.2818169Z [1994/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-08-07T17:25:09.2888807Z [1995/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-08-07T17:25:09.3040967Z [1996/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-08-07T17:25:09.3209000Z [1997/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.obj 2024-08-07T17:25:09.3369990Z [1998/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u24.c.obj 2024-08-07T17:25:09.3452604Z [1999/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-sse2-c8.c.obj 2024-08-07T17:25:09.3714608Z [2000/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.obj 2024-08-07T17:25:09.3726607Z [2001/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-sse2-c16.c.obj 2024-08-07T17:25:09.3778717Z [2002/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-sse2-c24.c.obj 2024-08-07T17:25:09.3790721Z [2003/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u8.c.obj 2024-08-07T17:25:09.3841271Z [2004/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-sse2-c8.c.obj 2024-08-07T17:25:09.4220300Z [2005/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u32.c.obj 2024-08-07T17:25:09.4238792Z [2006/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-sse2-c16.c.obj 2024-08-07T17:25:09.4437463Z [2007/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-sse2-c24.c.obj 2024-08-07T17:25:09.4627316Z [2008/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-08-07T17:25:09.5007402Z [2009/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse2-ld64.c.obj 2024-08-07T17:25:09.5063068Z [2010/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse2-ld128.c.obj 2024-08-07T17:25:09.5116262Z [2011/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse2-ld64.c.obj 2024-08-07T17:25:09.5171363Z [2012/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-08-07T17:25:09.5412361Z [2013/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2024-08-07T17:25:09.5481259Z [2014/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse2-ld128.c.obj 2024-08-07T17:25:09.5769544Z [2015/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse2-ld128.c.obj 2024-08-07T17:25:09.5892767Z [2016/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-08-07T17:25:09.6313133Z [2017/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse2-ld128.c.obj 2024-08-07T17:25:09.6380233Z [2018/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse2-ld128.c.obj 2024-08-07T17:25:09.6397807Z [2019/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse2-ld64.c.obj 2024-08-07T17:25:09.6622647Z [2020/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-08-07T17:25:09.6680478Z [2021/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-08-07T17:25:09.6697212Z [2022/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse2-ld64.c.obj 2024-08-07T17:25:09.7055255Z [2023/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-08-07T17:25:09.7110608Z [2024/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2024-08-07T17:25:09.7788155Z [2025/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse2-ld128.c.obj 2024-08-07T17:25:09.7801548Z [2026/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse2-ld128.c.obj 2024-08-07T17:25:09.7854565Z [2027/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-08-07T17:25:09.7866803Z [2028/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse2-ld64.c.obj 2024-08-07T17:25:09.7879310Z [2029/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse2-ld128.c.obj 2024-08-07T17:25:09.8303706Z [2030/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse2-ld64.c.obj 2024-08-07T17:25:09.8357978Z [2031/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-08-07T17:25:09.8485912Z [2032/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-08-07T17:25:09.8919787Z [2033/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-08-07T17:25:09.8989042Z [2034/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse2-ld64.c.obj 2024-08-07T17:25:09.9004774Z [2035/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse2-ld128.c.obj 2024-08-07T17:25:09.9062734Z [2036/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-08-07T17:25:09.9076155Z [2037/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2024-08-07T17:25:09.9524227Z [2038/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse2-ld128.c.obj 2024-08-07T17:25:09.9616983Z [2039/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse2-ld128.c.obj 2024-08-07T17:25:09.9727073Z [2040/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse2-ld128.c.obj 2024-08-07T17:25:10.0092458Z [2041/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-08-07T17:25:10.0143686Z [2042/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse2-ld64.c.obj 2024-08-07T17:25:10.0190429Z [2043/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse2-ld64.c.obj 2024-08-07T17:25:10.0247985Z [2044/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2024-08-07T17:25:10.0262721Z [2045/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-08-07T17:25:10.0442848Z [2046/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-ssse3-u32.c.obj 2024-08-07T17:25:10.0628656Z [2047/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-08-07T17:25:10.0736882Z [2048/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse2-ld128.c.obj 2024-08-07T17:25:10.0786291Z [2049/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-ssse3-u16.c.obj 2024-08-07T17:25:10.0829904Z [2050/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-ssse3-u32.c.obj 2024-08-07T17:25:10.0874152Z [2051/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-ssse3-u32.c.obj 2024-08-07T17:25:10.0971976Z [2052/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-ssse3-u16.c.obj 2024-08-07T17:25:10.1102659Z [2053/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-ssse3-u4.c.obj 2024-08-07T17:25:10.1434004Z [2054/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-fp32-sse2.c.obj 2024-08-07T17:25:10.1590181Z [2055/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse2-ld64.c.obj 2024-08-07T17:25:10.1733922Z [2056/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse2-ld128.c.obj 2024-08-07T17:25:10.1776794Z [2057/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse2-mul16-ld64-u8.c.obj 2024-08-07T17:25:10.1878825Z [2058/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-08-07T17:25:10.1897511Z [2059/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-gemmlowp-sse2.c.obj 2024-08-07T17:25:10.1945623Z [2060/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.obj 2024-08-07T17:25:10.1995102Z [2061/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-08-07T17:25:10.2294182Z [2062/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse2-mul16-ld64-u16.c.obj 2024-08-07T17:25:10.2347123Z [2063/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse2-mul16-ld64-u16.c.obj 2024-08-07T17:25:10.2500315Z [2064/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse2-u32.c.obj 2024-08-07T17:25:10.2639423Z [2065/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-sse2.c.obj 2024-08-07T17:25:10.2704169Z [2066/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse2-u16.c.obj 2024-08-07T17:25:10.2730668Z [2067/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse2-u32.c.obj 2024-08-07T17:25:10.2799683Z [2068/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse2-u16.c.obj 2024-08-07T17:25:10.2811526Z [2069/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse2-u16.c.obj 2024-08-07T17:25:10.3190980Z [2070/7975] 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-08-07T17:25:10.3203126Z [2071/7975] 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-08-07T17:25:10.3343575Z [2072/7975] 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-08-07T17:25:10.3355743Z [2073/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse2-c8.c.obj 2024-08-07T17:25:10.3461603Z [2074/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-sse2-c16.c.obj 2024-08-07T17:25:10.3516836Z [2075/7975] 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-08-07T17:25:10.3635543Z [2076/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse2-c16.c.obj 2024-08-07T17:25:10.3844264Z [2077/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse2-c8.c.obj 2024-08-07T17:25:10.3856820Z [2078/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse2-u32.c.obj 2024-08-07T17:25:10.3867728Z [2079/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse2-c16.c.obj 2024-08-07T17:25:10.4061523Z [2080/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-vclamp\s8-vclamp-sse2-u64.c.obj 2024-08-07T17:25:10.4077388Z [2081/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-maxpool\u8-maxpool-9p8x-minmax-sse2-c16.c.obj 2024-08-07T17:25:10.4340537Z [2082/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-rmax\u8-rmax-sse2-u16.c.obj 2024-08-07T17:25:10.4398916Z [2083/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-vclamp\u8-vclamp-sse2-u64.c.obj 2024-08-07T17:25:10.4454577Z [2084/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-16x16-reuse-switch-sse2.c.obj 2024-08-07T17:25:10.4498383Z [2085/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x3-sse2.c.obj 2024-08-07T17:25:10.4573013Z [2086/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-xm-sse2.c.obj 2024-08-07T17:25:10.4706680Z [2087/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x4-sse2.c.obj 2024-08-07T17:25:10.4792762Z [2088/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-16x16-reuse-mov-sse2.c.obj 2024-08-07T17:25:10.4873896Z [2089/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x2-sse2.c.obj 2024-08-07T17:25:10.5358638Z [2090/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-multi-mov-sse2.c.obj 2024-08-07T17:25:10.5409842Z [2091/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-multi-sse2.c.obj 2024-08-07T17:25:10.5426756Z [2092/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-multi-switch-sse2.c.obj 2024-08-07T17:25:10.5486830Z [2093/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-switch-sse2.c.obj 2024-08-07T17:25:10.5590626Z [2094/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-mov-sse2.c.obj 2024-08-07T17:25:10.5695542Z [2095/7975] 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-08-07T17:25:10.5754033Z [2096/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\x16-transposec-4x8-sse2.c.obj 2024-08-07T17:25:10.6014236Z [2097/7975] 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-08-07T17:25:10.6137201Z [2098/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u4.c.obj 2024-08-07T17:25:10.6186616Z [2099/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u8.c.obj 2024-08-07T17:25:10.6238792Z [2100/7975] 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-08-07T17:25:10.6368951Z [2101/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x2c4-gemm-goi-sse2-u4.c.obj 2024-08-07T17:25:10.6448714Z [2102/7975] 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-08-07T17:25:10.6616368Z [2103/7975] 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-08-07T17:25:10.6756869Z [2104/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u4.c.obj 2024-08-07T17:25:10.6973108Z [2105/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u8.c.obj 2024-08-07T17:25:10.6988794Z [2106/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u4.c.obj 2024-08-07T17:25:10.7068214Z [2107/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u4.c.obj 2024-08-07T17:25:10.7299651Z [2108/7975] 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-08-07T17:25:10.7443970Z [2109/7975] 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-08-07T17:25:10.7491795Z [2110/7975] 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-08-07T17:25:10.7913440Z [2111/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u8.c.obj 2024-08-07T17:25:10.7956662Z [2112/7975] 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-08-07T17:25:10.8042088Z [2113/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-unpool\x32-unpool-sse2.c.obj 2024-08-07T17:25:10.8090226Z [2114/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x2-sse2.c.obj 2024-08-07T17:25:10.8106285Z [2115/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-multi-sse2.c.obj 2024-08-07T17:25:10.8165254Z [2116/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-mov-sse2.c.obj 2024-08-07T17:25:10.8182362Z [2117/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-switch-sse2.c.obj 2024-08-07T17:25:10.8714209Z [2118/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u8.c.obj 2024-08-07T17:25:10.8866530Z [2119/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-xm-sse2.c.obj 2024-08-07T17:25:10.8906556Z [2120/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-multi-sse2.c.obj 2024-08-07T17:25:10.8999264Z [2121/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x4-sse2.c.obj 2024-08-07T17:25:10.9102078Z [2122/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-switch-sse2.c.obj 2024-08-07T17:25:10.9114044Z [2123/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-mov-sse2.c.obj 2024-08-07T17:25:10.9125654Z [2124/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x3-sse2.c.obj 2024-08-07T17:25:10.9181363Z [2125/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-mov-sse2.c.obj 2024-08-07T17:25:10.9662627Z [2126/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-multi-sse2.c.obj 2024-08-07T17:25:10.9828893Z [2127/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-mov-sse2.c.obj 2024-08-07T17:25:10.9841797Z [2128/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-multi-sse2.c.obj 2024-08-07T17:25:10.9886723Z [2129/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-fill\xx-fill-sse2-u64.c.obj 2024-08-07T17:25:11.0053423Z [2130/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-pad\xx-pad-p16-sse2-u16.c.obj 2024-08-07T17:25:11.0106835Z [2131/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-switch-sse2.c.obj 2024-08-07T17:25:11.0331606Z [2132/7975] 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-08-07T17:25:11.0389692Z [2133/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-switch-sse2.c.obj 2024-08-07T17:25:11.0798103Z [2134/7975] 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-08-07T17:25:11.1026353Z [2135/7975] 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-08-07T17:25:11.1078341Z [2136/7975] 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-08-07T17:25:11.1092018Z [2137/7975] 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-08-07T17:25:11.1356869Z [2138/7975] 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-08-07T17:25:11.1406778Z [2139/7975] 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-08-07T17:25:11.1514015Z [2140/7975] 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-08-07T17:25:11.1652730Z [2141/7975] 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-08-07T17:25:11.1717018Z [2142/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-gemmlowp-ssse3.c.obj 2024-08-07T17:25:11.1801914Z [2143/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-ssse3-u16.c.obj 2024-08-07T17:25:11.1990746Z [2144/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-ssse3.c.obj 2024-08-07T17:25:11.2193916Z [2145/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u16.c.obj 2024-08-07T17:25:11.2425536Z [2146/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u12.c.obj 2024-08-07T17:25:11.2560067Z [2147/7975] 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-08-07T17:25:11.2668590Z [2148/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u20.c.obj 2024-08-07T17:25:11.2680395Z [2149/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u8.c.obj 2024-08-07T17:25:11.2729373Z [2150/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u24.c.obj 2024-08-07T17:25:11.2819142Z [2151/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u4.c.obj 2024-08-07T17:25:11.3008954Z [2152/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-gemmlowp-ssse3.c.obj 2024-08-07T17:25:11.3325427Z [2153/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-ssse3-u16.c.obj 2024-08-07T17:25:11.3392536Z [2154/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-ssse3-u16.c.obj 2024-08-07T17:25:11.3448144Z [2155/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-ssse3-u8.c.obj 2024-08-07T17:25:11.3527427Z [2156/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-ssse3.c.obj 2024-08-07T17:25:11.3773650Z [2157/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-ssse3-u32.c.obj 2024-08-07T17:25:11.3884645Z [2158/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-ssse3-u16.c.obj 2024-08-07T17:25:11.3927394Z [2159/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-ssse3-u32.c.obj 2024-08-07T17:25:11.4076757Z [2160/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-ssse3-u16.c.obj 2024-08-07T17:25:11.4201503Z [2161/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-ssse3-u16.c.obj 2024-08-07T17:25:11.4316518Z [2162/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-ssse3-u32.c.obj 2024-08-07T17:25:11.4412007Z [2163/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u16.c.obj 2024-08-07T17:25:11.4425187Z [2164/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u8.c.obj 2024-08-07T17:25:11.4579729Z [2165/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u32.c.obj 2024-08-07T17:25:11.4795557Z [2166/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\x24-transposec-4x4-ssse3.c.obj 2024-08-07T17:25:11.4960971Z [2167/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u24.c.obj 2024-08-07T17:25:11.5066954Z [2168/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u24.c.obj 2024-08-07T17:25:11.5079134Z [2169/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u8.c.obj 2024-08-07T17:25:11.5322587Z [2170/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u32.c.obj 2024-08-07T17:25:11.5334745Z [2171/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u16.c.obj 2024-08-07T17:25:11.5487166Z [2172/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u16.c.obj 2024-08-07T17:25:11.5621349Z [2173/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u32.c.obj 2024-08-07T17:25:11.5675520Z [2174/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u8.c.obj 2024-08-07T17:25:11.5742126Z [2175/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u24.c.obj 2024-08-07T17:25:11.5921853Z [2176/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse41-2x4.c.obj 2024-08-07T17:25:11.6222369Z [2177/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse41-2x8.c.obj 2024-08-07T17:25:11.6281201Z [2178/7975] 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-08-07T17:25:11.6425495Z [2179/7975] 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-08-07T17:25:11.6625304Z [2180/7975] 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-08-07T17:25:11.6855382Z [2181/7975] 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-08-07T17:25:11.6936493Z [2182/7975] 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-08-07T17:25:11.6949521Z [2183/7975] 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-08-07T17:25:11.7064913Z [2184/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8s4-minmax-sse41.c.obj 2024-08-07T17:25:11.7287229Z [2185/7975] 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-08-07T17:25:11.7508215Z [2186/7975] 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-08-07T17:25:11.7563061Z [2187/7975] 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-08-07T17:25:11.7797379Z [2188/7975] 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-08-07T17:25:11.8006032Z [2189/7975] 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-08-07T17:25:11.8198942Z [2190/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2c4-minmax-sse41.c.obj 2024-08-07T17:25:11.8252915Z [2191/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x8s4-minmax-sse41.c.obj 2024-08-07T17:25:11.8264480Z [2192/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8s4-minmax-sse41.c.obj 2024-08-07T17:25:11.8344261Z [2193/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-ssse3-u32.c.obj 2024-08-07T17:25:11.8433052Z [2194/7975] 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-08-07T17:25:11.8507301Z [2195/7975] 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-08-07T17:25:11.8706011Z [2196/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8s4-minmax-sse41.c.obj 2024-08-07T17:25:11.8948083Z [2197/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x2c4-minmax-sse41.c.obj 2024-08-07T17:25:11.8962388Z [2198/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u24.c.obj 2024-08-07T17:25:11.9088189Z [2199/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u16.c.obj 2024-08-07T17:25:11.9192618Z [2200/7975] 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-08-07T17:25:11.9248555Z [2201/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u8.c.obj 2024-08-07T17:25:11.9263884Z [2202/7975] 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-08-07T17:25:11.9462063Z [2203/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8s4-minmax-sse41.c.obj 2024-08-07T17:25:11.9513339Z [2204/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u4.c.obj 2024-08-07T17:25:11.9639258Z [2205/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u32.c.obj 2024-08-07T17:25:11.9908816Z [2206/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u20.c.obj 2024-08-07T17:25:12.0097867Z [2207/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u12.c.obj 2024-08-07T17:25:12.0142244Z [2208/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u4.c.obj 2024-08-07T17:25:12.0199345Z [2209/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u8.c.obj 2024-08-07T17:25:12.0252040Z [2210/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u16.c.obj 2024-08-07T17:25:12.0267767Z [2211/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u12.c.obj 2024-08-07T17:25:12.0355597Z [2212/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u8.c.obj 2024-08-07T17:25:12.0450327Z [2213/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u16.c.obj 2024-08-07T17:25:12.0866807Z [2214/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u24.c.obj 2024-08-07T17:25:12.0994192Z [2215/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse41-u8.c.obj 2024-08-07T17:25:12.1039618Z [2216/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u24.c.obj 2024-08-07T17:25:12.1087947Z [2217/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u20.c.obj 2024-08-07T17:25:12.1139144Z [2218/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse41-u4.c.obj 2024-08-07T17:25:12.1222186Z [2219/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse41-u4.c.obj 2024-08-07T17:25:12.1325569Z [2220/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse41-u8.c.obj 2024-08-07T17:25:12.1452907Z [2221/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse41-u4.c.obj 2024-08-07T17:25:12.2042629Z [2222/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse41-u8.c.obj 2024-08-07T17:25:12.2150897Z [2223/7975] 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-08-07T17:25:12.2195194Z [2224/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse41-u8.c.obj 2024-08-07T17:25:12.2240165Z [2225/7975] 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-08-07T17:25:12.2326221Z [2226/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse41-u4.c.obj 2024-08-07T17:25:12.2396087Z [2227/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse41-u8.c.obj 2024-08-07T17:25:12.2417438Z [2228/7975] 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-08-07T17:25:12.2471396Z [2229/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse41-u4.c.obj 2024-08-07T17:25:12.2944403Z [2230/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u4.c.obj 2024-08-07T17:25:12.2988536Z [2231/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u12.c.obj 2024-08-07T17:25:12.3031399Z [2232/7975] 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-08-07T17:25:12.3102280Z [2233/7975] 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-08-07T17:25:12.3203381Z [2234/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u16.c.obj 2024-08-07T17:25:12.3258559Z [2235/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u8.c.obj 2024-08-07T17:25:12.3324834Z [2236/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u8.c.obj 2024-08-07T17:25:12.3386138Z [2237/7975] 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-08-07T17:25:12.3803391Z [2238/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u20.c.obj 2024-08-07T17:25:12.3942872Z [2239/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u20.c.obj 2024-08-07T17:25:12.3997515Z [2240/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u16.c.obj 2024-08-07T17:25:12.4010743Z [2241/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u4.c.obj 2024-08-07T17:25:12.4072771Z [2242/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u24.c.obj 2024-08-07T17:25:12.4138298Z [2243/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u12.c.obj 2024-08-07T17:25:12.4202210Z [2244/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u24.c.obj 2024-08-07T17:25:12.4623531Z [2245/7975] 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-08-07T17:25:12.4990405Z [2246/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u20.c.obj 2024-08-07T17:25:12.5079484Z [2247/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u4.c.obj 2024-08-07T17:25:12.5129709Z [2248/7975] 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-08-07T17:25:12.5199270Z [2249/7975] 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-08-07T17:25:12.5211341Z [2250/7975] 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-08-07T17:25:12.5377506Z [2251/7975] 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-08-07T17:25:12.5532963Z [2252/7975] 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-08-07T17:25:12.5683275Z [2253/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u12.c.obj 2024-08-07T17:25:12.5786229Z [2254/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u8.c.obj 2024-08-07T17:25:12.5887203Z [2255/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u16.c.obj 2024-08-07T17:25:12.5961979Z [2256/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u24.c.obj 2024-08-07T17:25:12.6147231Z [2257/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u8.c.obj 2024-08-07T17:25:12.6204760Z [2258/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u16.c.obj 2024-08-07T17:25:12.6364948Z [2259/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-f16-cvt-sse41.c.obj 2024-08-07T17:25:12.6479055Z [2260/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u4.c.obj 2024-08-07T17:25:12.6522978Z [2261/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-f32-cvt-sse41-int32.c.obj 2024-08-07T17:25:12.6574827Z [2262/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u12.c.obj 2024-08-07T17:25:12.6620664Z [2263/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u24.c.obj 2024-08-07T17:25:12.7047141Z [2264/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-f32-cvt-sse41-int16.c.obj 2024-08-07T17:25:12.7058857Z [2265/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundd-sse41.c.obj 2024-08-07T17:25:12.7139482Z [2266/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u20.c.obj 2024-08-07T17:25:12.7185625Z [2267/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundu-sse41.c.obj 2024-08-07T17:25:12.7241126Z [2268/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundne-sse41.c.obj 2024-08-07T17:25:12.7253888Z [2269/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundz-sse41.c.obj 2024-08-07T17:25:12.7649206Z [2270/7975] 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-08-07T17:25:12.7985566Z [2271/7975] 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-08-07T17:25:12.8317865Z [2272/7975] 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-08-07T17:25:12.8362607Z [2273/7975] 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-08-07T17:25:12.8463237Z [2274/7975] 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-08-07T17:25:12.8572284Z [2275/7975] 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-08-07T17:25:12.8678674Z [2276/7975] 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-08-07T17:25:12.8892657Z [2277/7975] 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-08-07T17:25:12.9120153Z [2278/7975] 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-08-07T17:25:12.9197808Z [2279/7975] 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-08-07T17:25:12.9490733Z [2280/7975] 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-08-07T17:25:12.9599753Z [2281/7975] 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-08-07T17:25:12.9883264Z [2282/7975] 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-08-07T17:25:12.9894927Z [2283/7975] 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-08-07T17:25:13.0418580Z [2284/7975] 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-08-07T17:25:13.0472633Z [2285/7975] 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-08-07T17:25:13.0567460Z [2286/7975] 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-08-07T17:25:13.0693369Z [2287/7975] 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-08-07T17:25:13.0739385Z [2288/7975] 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-08-07T17:25:13.0921749Z [2289/7975] 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-08-07T17:25:13.0938965Z [2290/7975] 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-08-07T17:25:13.0990524Z [2291/7975] 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-08-07T17:25:13.1643266Z [2292/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-08-07T17:25:13.1718092Z [2293/7975] 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-08-07T17:25:13.1861147Z [2294/7975] 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-08-07T17:25:13.2072362Z [2295/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-08-07T17:25:13.2083949Z [2296/7975] 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-08-07T17:25:13.2141751Z [2297/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-08-07T17:25:13.2213725Z [2298/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-08-07T17:25:13.2414324Z [2299/7975] 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-08-07T17:25:13.2859408Z [2300/7975] 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-08-07T17:25:13.3087199Z [2301/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-08-07T17:25:13.3228704Z [2302/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-08-07T17:25:13.3286795Z [2303/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-08-07T17:25:13.3420749Z [2304/7975] 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-08-07T17:25:13.3470632Z [2305/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-08-07T17:25:13.3524337Z [2306/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-08-07T17:25:13.3964515Z [2307/7975] 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-08-07T17:25:13.3980007Z [2308/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-08-07T17:25:13.4287482Z [2309/7975] 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-08-07T17:25:13.4405474Z [2310/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.obj 2024-08-07T17:25:13.4418918Z [2311/7975] 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-08-07T17:25:13.4583680Z [2312/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.obj 2024-08-07T17:25:13.4597924Z [2313/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-08-07T17:25:13.4657478Z [2314/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-08-07T17:25:13.5063947Z [2315/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.obj 2024-08-07T17:25:13.5197019Z [2316/7975] 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-08-07T17:25:13.5209161Z [2317/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.obj 2024-08-07T17:25:13.5326090Z [2318/7975] 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-08-07T17:25:13.5339438Z [2319/7975] 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-08-07T17:25:13.5497391Z [2320/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.obj 2024-08-07T17:25:13.5548540Z [2321/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.obj 2024-08-07T17:25:13.5716408Z [2322/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.obj 2024-08-07T17:25:13.6147369Z [2323/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.obj 2024-08-07T17:25:13.6159593Z [2324/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u16.c.obj 2024-08-07T17:25:13.6170833Z [2325/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u24.c.obj 2024-08-07T17:25:13.6285028Z [2326/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-sse41-c8.c.obj 2024-08-07T17:25:13.6332616Z [2327/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-sse41-c16.c.obj 2024-08-07T17:25:13.6398121Z [2328/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u32.c.obj 2024-08-07T17:25:13.6446455Z [2329/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-sse41-c8.c.obj 2024-08-07T17:25:13.6877207Z [2330/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u8.c.obj 2024-08-07T17:25:13.7030518Z [2331/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-sse41-c24.c.obj 2024-08-07T17:25:13.7097223Z [2332/7975] 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-08-07T17:25:13.7216133Z [2333/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-sse41-c16.c.obj 2024-08-07T17:25:13.7314284Z [2334/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-sse41-c24.c.obj 2024-08-07T17:25:13.7506756Z [2335/7975] 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-08-07T17:25:13.7711547Z [2336/7975] 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-08-07T17:25:13.7724898Z [2337/7975] 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-08-07T17:25:13.8200745Z [2338/7975] 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-08-07T17:25:13.8214171Z [2339/7975] 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-08-07T17:25:13.8416718Z [2340/7975] 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-08-07T17:25:13.8475790Z [2341/7975] 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-08-07T17:25:13.8488788Z [2342/7975] 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-08-07T17:25:13.8616657Z [2343/7975] 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-08-07T17:25:13.8938185Z [2344/7975] 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-08-07T17:25:13.9080670Z [2345/7975] 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-08-07T17:25:13.9184542Z [2346/7975] 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-08-07T17:25:13.9382902Z [2347/7975] 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-08-07T17:25:13.9395435Z [2348/7975] 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-08-07T17:25:13.9515677Z [2349/7975] 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-08-07T17:25:13.9529404Z [2350/7975] 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-08-07T17:25:13.9614399Z [2351/7975] 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-08-07T17:25:13.9886217Z [2352/7975] 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-08-07T17:25:14.0110396Z [2353/7975] 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-08-07T17:25:14.0259227Z [2354/7975] 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-08-07T17:25:14.0310794Z [2355/7975] 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-08-07T17:25:14.0329974Z [2356/7975] 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-08-07T17:25:14.0564515Z [2357/7975] 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-08-07T17:25:14.0640164Z [2358/7975] 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-08-07T17:25:14.0836923Z [2359/7975] 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-08-07T17:25:14.1099904Z [2360/7975] 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-08-07T17:25:14.1315210Z [2361/7975] 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-08-07T17:25:14.1555318Z [2362/7975] 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-08-07T17:25:14.1689103Z [2363/7975] 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-08-07T17:25:14.1859999Z [2364/7975] 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-08-07T17:25:14.1919461Z [2365/7975] 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-08-07T17:25:14.1937066Z [2366/7975] 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-08-07T17:25:14.1991204Z [2367/7975] 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-08-07T17:25:14.2298443Z [2368/7975] 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-08-07T17:25:14.2532746Z [2369/7975] 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-08-07T17:25:14.2747305Z [2370/7975] 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-08-07T17:25:14.3119632Z [2371/7975] 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-08-07T17:25:14.3187796Z [2372/7975] 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-08-07T17:25:14.3204714Z [2373/7975] 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-08-07T17:25:14.3264089Z [2374/7975] 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-08-07T17:25:14.3277136Z [2375/7975] 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-08-07T17:25:14.3478207Z [2376/7975] 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-08-07T17:25:14.3784630Z [2377/7975] 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-08-07T17:25:14.4008867Z [2378/7975] 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-08-07T17:25:14.4377146Z [2379/7975] 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-08-07T17:25:14.4425876Z [2380/7975] 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-08-07T17:25:14.4438706Z [2381/7975] 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-08-07T17:25:14.4486679Z [2382/7975] 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-08-07T17:25:14.4557113Z [2383/7975] 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-08-07T17:25:14.4609780Z [2384/7975] 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-08-07T17:25:14.5046349Z [2385/7975] 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-08-07T17:25:14.5266344Z [2386/7975] 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-08-07T17:25:14.5481691Z [2387/7975] 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-08-07T17:25:14.5587427Z [2388/7975] 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-08-07T17:25:14.5637738Z [2389/7975] 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-08-07T17:25:14.5650311Z [2390/7975] 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-08-07T17:25:14.5727023Z [2391/7975] 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-08-07T17:25:14.6147167Z [2392/7975] 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-08-07T17:25:14.6323490Z [2393/7975] 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-08-07T17:25:14.6567650Z [2394/7975] 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-08-07T17:25:14.6684662Z [2395/7975] 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-08-07T17:25:14.6765167Z [2396/7975] 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-08-07T17:25:14.6779683Z [2397/7975] 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-08-07T17:25:14.6833256Z [2398/7975] 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-08-07T17:25:14.6969202Z [2399/7975] 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-08-07T17:25:14.7267314Z [2400/7975] 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-08-07T17:25:14.7416629Z [2401/7975] 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-08-07T17:25:14.7473039Z [2402/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-gemmlowp-sse41.c.obj 2024-08-07T17:25:14.7695947Z [2403/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-sse41.c.obj 2024-08-07T17:25:14.7805252Z [2404/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndnu-sse41-sra.c.obj 2024-08-07T17:25:14.8011735Z [2405/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u24.c.obj 2024-08-07T17:25:14.8024822Z [2406/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-fp32-sse41.c.obj 2024-08-07T17:25:14.8184002Z [2407/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u32.c.obj 2024-08-07T17:25:14.8251965Z [2408/7975] 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-08-07T17:25:14.8351643Z [2409/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u8.c.obj 2024-08-07T17:25:14.8408638Z [2410/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u8.c.obj 2024-08-07T17:25:14.8511017Z [2411/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u16.c.obj 2024-08-07T17:25:14.8700538Z [2412/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u16.c.obj 2024-08-07T17:25:14.9064617Z [2413/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u32.c.obj 2024-08-07T17:25:14.9113991Z [2414/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndnu-sse41-srl.c.obj 2024-08-07T17:25:14.9125560Z [2415/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u24.c.obj 2024-08-07T17:25:14.9200655Z [2416/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u16.c.obj 2024-08-07T17:25:14.9212408Z [2417/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u32.c.obj 2024-08-07T17:25:14.9297539Z [2418/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u8.c.obj 2024-08-07T17:25:14.9476078Z [2419/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.obj 2024-08-07T17:25:14.9558812Z [2420/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u32.c.obj 2024-08-07T17:25:15.0045595Z [2421/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u16.c.obj 2024-08-07T17:25:15.0091353Z [2422/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse41-u8.c.obj 2024-08-07T17:25:15.0137132Z [2423/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse41-u16.c.obj 2024-08-07T17:25:15.0179775Z [2424/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u24.c.obj 2024-08-07T17:25:15.0298904Z [2425/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u8.c.obj 2024-08-07T17:25:15.0351798Z [2426/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u16.c.obj 2024-08-07T17:25:15.0765376Z [2427/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u32.c.obj 2024-08-07T17:25:15.0914664Z [2428/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u32.c.obj 2024-08-07T17:25:15.0963218Z [2429/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u16.c.obj 2024-08-07T17:25:15.0974523Z [2430/7975] 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-08-07T17:25:15.1052555Z [2431/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse41-u32.c.obj 2024-08-07T17:25:15.1064264Z [2432/7975] 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-08-07T17:25:15.1123677Z [2433/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u8.c.obj 2024-08-07T17:25:15.1417783Z [2434/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u24.c.obj 2024-08-07T17:25:15.1485482Z [2435/7975] 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-08-07T17:25:15.1749354Z [2436/7975] 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-08-07T17:25:15.1974620Z [2437/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse41-u8.c.obj 2024-08-07T17:25:15.2103616Z [2438/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse41-u4.c.obj 2024-08-07T17:25:15.2234880Z [2439/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-08-07T17:25:15.2247242Z [2440/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-08-07T17:25:15.2427513Z [2441/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-08-07T17:25:15.2474840Z [2442/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse41-u16.c.obj 2024-08-07T17:25:15.2524705Z [2443/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse41-c8.c.obj 2024-08-07T17:25:15.2645730Z [2444/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u8.c.obj 2024-08-07T17:25:15.2815695Z [2445/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-sse41-c16.c.obj 2024-08-07T17:25:15.2861370Z [2446/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse41-c16.c.obj 2024-08-07T17:25:15.3064233Z [2447/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse41-c16.c.obj 2024-08-07T17:25:15.3439253Z [2448/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-vclamp\s8-vclamp-sse41-u64.c.obj 2024-08-07T17:25:15.3592329Z [2449/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-08-07T17:25:15.3660149Z [2450/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-08-07T17:25:15.3878658Z [2451/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-08-07T17:25:15.3972927Z [2452/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-08-07T17:25:15.4022059Z [2453/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-08-07T17:25:15.4079158Z [2454/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-08-07T17:25:15.4564608Z [2455/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-08-07T17:25:15.4769067Z [2456/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.obj 2024-08-07T17:25:15.4836797Z [2457/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.obj 2024-08-07T17:25:15.4879525Z [2458/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.obj 2024-08-07T17:25:15.4999588Z [2459/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.obj 2024-08-07T17:25:15.5045134Z [2460/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.obj 2024-08-07T17:25:15.5314988Z [2461/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-08-07T17:25:15.5675635Z [2462/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.obj 2024-08-07T17:25:15.6049313Z [2463/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-08-07T17:25:15.6061438Z [2464/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u8.c.obj 2024-08-07T17:25:15.6073563Z [2465/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.obj 2024-08-07T17:25:15.6085463Z [2466/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u24.c.obj 2024-08-07T17:25:15.6100074Z [2467/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-sse41-c8.c.obj 2024-08-07T17:25:15.6115303Z [2468/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.obj 2024-08-07T17:25:15.6484867Z [2469/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u32.c.obj 2024-08-07T17:25:15.6834378Z [2470/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-sse41-c8.c.obj 2024-08-07T17:25:15.6938980Z [2471/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-sse41-c16.c.obj 2024-08-07T17:25:15.7004077Z [2472/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u16.c.obj 2024-08-07T17:25:15.7055796Z [2473/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-sse41-c16.c.obj 2024-08-07T17:25:15.7113226Z [2474/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-sse41-c24.c.obj 2024-08-07T17:25:15.7125929Z [2475/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-sse41-c24.c.obj 2024-08-07T17:25:15.7639092Z [2476/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse41-ld64.c.obj 2024-08-07T17:25:15.7652849Z [2477/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-08-07T17:25:15.8050920Z [2478/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse41-ld128.c.obj 2024-08-07T17:25:15.8247228Z [2479/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-08-07T17:25:15.8297091Z [2480/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2024-08-07T17:25:15.8368554Z [2481/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse41-ld128.c.obj 2024-08-07T17:25:15.8417072Z [2482/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-08-07T17:25:15.8469580Z [2483/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse41-ld64.c.obj 2024-08-07T17:25:15.8829961Z [2484/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-08-07T17:25:15.8931968Z [2485/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse41-ld64.c.obj 2024-08-07T17:25:15.9345844Z [2486/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse41-ld128.c.obj 2024-08-07T17:25:15.9583066Z [2487/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse41-ld128.c.obj 2024-08-07T17:25:15.9624395Z [2488/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse41-ld64.c.obj 2024-08-07T17:25:15.9697531Z [2489/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse41-ld128.c.obj 2024-08-07T17:25:15.9793664Z [2490/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-08-07T17:25:16.0185620Z [2491/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-08-07T17:25:16.0307568Z [2492/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-08-07T17:25:16.0492200Z [2493/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2024-08-07T17:25:16.0662663Z [2494/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse41-ld128.c.obj 2024-08-07T17:25:16.0764885Z [2495/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-08-07T17:25:16.0951119Z [2496/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse41-ld128.c.obj 2024-08-07T17:25:16.1139994Z [2497/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse41-ld64.c.obj 2024-08-07T17:25:16.1185571Z [2498/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-08-07T17:25:16.1323012Z [2499/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-08-07T17:25:16.1373257Z [2500/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2024-08-07T17:25:16.1573792Z [2501/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse41-ld64.c.obj 2024-08-07T17:25:16.1985341Z [2502/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse41-ld128.c.obj 2024-08-07T17:25:16.2042524Z [2503/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse41-ld128.c.obj 2024-08-07T17:25:16.2167513Z [2504/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse41-ld64.c.obj 2024-08-07T17:25:16.2311375Z [2505/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-08-07T17:25:16.2521394Z [2506/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-08-07T17:25:16.2578767Z [2507/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse41-ld64.c.obj 2024-08-07T17:25:16.2651281Z [2508/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse41-ld128.c.obj 2024-08-07T17:25:16.2811275Z [2509/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse41-ld64.c.obj 2024-08-07T17:25:16.3106032Z [2510/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse41-ld128.c.obj 2024-08-07T17:25:16.3251544Z [2511/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-08-07T17:25:16.3383609Z [2512/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse41-ld128.c.obj 2024-08-07T17:25:16.3438422Z [2513/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-08-07T17:25:16.3646589Z [2514/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse41-ld64.c.obj 2024-08-07T17:25:16.3736627Z [2515/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-08-07T17:25:16.3796884Z [2516/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse41-ld128.c.obj 2024-08-07T17:25:16.3917360Z [2517/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2024-08-07T17:25:16.4159792Z [2518/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-sse41.c.obj 2024-08-07T17:25:16.4282797Z [2519/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-gemmlowp-sse41.c.obj 2024-08-07T17:25:16.4414280Z [2520/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul16-ld64-u16.c.obj 2024-08-07T17:25:16.4470512Z [2521/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul16-ld64-u8.c.obj 2024-08-07T17:25:16.4532975Z [2522/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse41-ld128.c.obj 2024-08-07T17:25:16.4595814Z [2523/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-08-07T17:25:16.4645227Z [2524/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul32-ld32-u16.c.obj 2024-08-07T17:25:16.5047558Z [2525/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul32-ld32-u8.c.obj 2024-08-07T17:25:16.5185595Z [2526/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.obj 2024-08-07T17:25:16.5231059Z [2527/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul16-ld64-u16.c.obj 2024-08-07T17:25:16.5319494Z [2528/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul32-ld32-u16.c.obj 2024-08-07T17:25:16.5362750Z [2529/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse41-u16.c.obj 2024-08-07T17:25:16.5470560Z [2530/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u16.c.obj 2024-08-07T17:25:16.5485022Z [2531/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u8.c.obj 2024-08-07T17:25:16.5540125Z [2532/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul32-ld32-u8.c.obj 2024-08-07T17:25:16.5933216Z [2533/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u32.c.obj 2024-08-07T17:25:16.5985855Z [2534/7975] 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-08-07T17:25:16.6358146Z [2535/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse41-u32.c.obj 2024-08-07T17:25:16.6374006Z [2536/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u32.c.obj 2024-08-07T17:25:16.6431223Z [2537/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u8.c.obj 2024-08-07T17:25:16.6444653Z [2538/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u16.c.obj 2024-08-07T17:25:16.6488451Z [2539/7975] 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-08-07T17:25:16.6540276Z [2540/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse41-c8.c.obj 2024-08-07T17:25:16.6678755Z [2541/7975] 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-08-07T17:25:16.6997610Z [2542/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse41-u8.c.obj 2024-08-07T17:25:16.7093424Z [2543/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u32.c.obj 2024-08-07T17:25:16.7173151Z [2544/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u8.c.obj 2024-08-07T17:25:16.7202680Z [2545/7975] 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-08-07T17:25:16.7248174Z [2546/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u16.c.obj 2024-08-07T17:25:16.7366154Z [2547/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u24.c.obj 2024-08-07T17:25:16.7596722Z [2548/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u16.c.obj 2024-08-07T17:25:16.7709050Z [2549/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u24.c.obj 2024-08-07T17:25:16.8000644Z [2550/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u32.c.obj 2024-08-07T17:25:16.8051360Z [2551/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-avx-acc2.c.obj 2024-08-07T17:25:16.8299412Z [2552/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx-acc2.c.obj 2024-08-07T17:25:16.8315815Z [2553/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-avx.c.obj 2024-08-07T17:25:16.8525494Z [2554/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx.c.obj 2024-08-07T17:25:16.8606645Z [2555/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx.c.obj 2024-08-07T17:25:16.8738935Z [2556/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-avx-acc2.c.obj 2024-08-07T17:25:16.9183689Z [2557/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-avx.c.obj 2024-08-07T17:25:16.9196832Z [2558/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx-acc2.c.obj 2024-08-07T17:25:16.9308850Z [2559/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-avx.c.obj 2024-08-07T17:25:16.9384844Z [2560/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-avx-acc2.c.obj 2024-08-07T17:25:16.9455752Z [2561/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c8s4r-minmax-avx-acc2.c.obj 2024-08-07T17:25:16.9639512Z [2562/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c8s4r-minmax-avx.c.obj 2024-08-07T17:25:16.9840838Z [2563/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c8s4r-minmax-avx-acc2.c.obj 2024-08-07T17:25:17.0265016Z [2564/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-avx-acc2.c.obj 2024-08-07T17:25:17.0387035Z [2565/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-avx.c.obj 2024-08-07T17:25:17.0407968Z [2566/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.obj 2024-08-07T17:25:17.0466977Z [2567/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-avx.c.obj 2024-08-07T17:25:17.0483749Z [2568/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-avx-acc2.c.obj 2024-08-07T17:25:17.0596350Z [2569/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c8s4r-minmax-avx.c.obj 2024-08-07T17:25:17.0827322Z [2570/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c8s4r-minmax-avx-acc2.c.obj 2024-08-07T17:25:17.1002567Z [2571/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c8s4r-minmax-avx-acc2.c.obj 2024-08-07T17:25:17.1578146Z [2572/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx-acc2.c.obj 2024-08-07T17:25:17.1590348Z [2573/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c8s4r-minmax-avx.c.obj 2024-08-07T17:25:17.1678753Z [2574/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx.c.obj 2024-08-07T17:25:17.1773531Z [2575/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-avx.c.obj 2024-08-07T17:25:17.1787863Z [2576/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-avx-acc2.c.obj 2024-08-07T17:25:17.1904947Z [2577/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx-acc2.c.obj 2024-08-07T17:25:17.1955388Z [2578/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx.c.obj 2024-08-07T17:25:17.2258623Z [2579/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-avx-broadcast.c.obj 2024-08-07T17:25:17.2303784Z [2580/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u8.c.obj 2024-08-07T17:25:17.2316020Z [2581/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u32.c.obj 2024-08-07T17:25:17.2408302Z [2582/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u16.c.obj 2024-08-07T17:25:17.2752023Z [2583/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u24.c.obj 2024-08-07T17:25:17.2839254Z [2584/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16-minmax-avx-broadcast.c.obj 2024-08-07T17:25:17.3101613Z [2585/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-avx-broadcast.c.obj 2024-08-07T17:25:17.3255414Z [2586/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-avx-broadcast.c.obj 2024-08-07T17:25:17.3356898Z [2587/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-avx-broadcast.c.obj 2024-08-07T17:25:17.3417580Z [2588/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-avx-broadcast.c.obj 2024-08-07T17:25:17.3574400Z [2589/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x8-minmax-avx-broadcast.c.obj 2024-08-07T17:25:17.3680924Z [2590/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-avx-broadcast.c.obj 2024-08-07T17:25:17.3890664Z [2591/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-avx-broadcast.c.obj 2024-08-07T17:25:17.4205432Z [2592/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-avx-broadcast.c.obj 2024-08-07T17:25:17.4261982Z [2593/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-avx-broadcast.c.obj 2024-08-07T17:25:17.4535007Z [2594/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-avx-broadcast.c.obj 2024-08-07T17:25:17.4654047Z [2595/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16-minmax-avx-broadcast.c.obj 2024-08-07T17:25:17.4712765Z [2596/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-avx-broadcast.c.obj 2024-08-07T17:25:17.4729152Z [2597/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-avx-broadcast.c.obj 2024-08-07T17:25:17.5066693Z [2598/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-avx-broadcast.c.obj 2024-08-07T17:25:17.5470976Z [2599/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-avx-broadcast.c.obj 2024-08-07T17:25:17.5484342Z [2600/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-avx-broadcast.c.obj 2024-08-07T17:25:17.5544449Z [2601/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16-minmax-avx-broadcast.c.obj 2024-08-07T17:25:17.5907918Z [2602/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-avx-broadcast.c.obj 2024-08-07T17:25:17.6016347Z [2603/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-avx-broadcast.c.obj 2024-08-07T17:25:17.6031956Z [2604/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-avx-broadcast.c.obj 2024-08-07T17:25:17.6469105Z [2605/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x8-minmax-avx-broadcast.c.obj 2024-08-07T17:25:17.6526879Z [2606/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-avx-broadcast.c.obj 2024-08-07T17:25:17.6540740Z [2607/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-avx-broadcast.c.obj 2024-08-07T17:25:17.6552895Z [2608/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-avx-broadcast.c.obj 2024-08-07T17:25:17.6852209Z [2609/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-avx-broadcast.c.obj 2024-08-07T17:25:17.6995011Z [2610/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-avx-broadcast.c.obj 2024-08-07T17:25:17.7217795Z [2611/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-avx-broadcast.c.obj 2024-08-07T17:25:17.7547951Z [2612/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx-2x16.c.obj 2024-08-07T17:25:17.7611889Z [2613/7975] 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-08-07T17:25:17.7656729Z [2614/7975] 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-08-07T17:25:17.7702315Z [2615/7975] 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-08-07T17:25:17.8052997Z [2616/7975] 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-08-07T17:25:17.8218431Z [2617/7975] 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-08-07T17:25:17.8318134Z [2618/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x8-minmax-avx-broadcast.c.obj 2024-08-07T17:25:17.8554687Z [2619/7975] 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-08-07T17:25:17.8640088Z [2620/7975] 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-08-07T17:25:17.8778269Z [2621/7975] 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-08-07T17:25:17.9070642Z [2622/7975] 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-08-07T17:25:17.9127602Z [2623/7975] 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-08-07T17:25:17.9141538Z [2624/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx-2x8.c.obj 2024-08-07T17:25:17.9339997Z [2625/7975] 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-08-07T17:25:17.9612696Z [2626/7975] 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-08-07T17:25:17.9636945Z [2627/7975] 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-08-07T17:25:17.9835035Z [2628/7975] 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-08-07T17:25:17.9883178Z [2629/7975] 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-08-07T17:25:17.9984489Z [2630/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u32.c.obj 2024-08-07T17:25:18.0038917Z [2631/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u8.c.obj 2024-08-07T17:25:18.0167301Z [2632/7975] 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-08-07T17:25:18.0215584Z [2633/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u16.c.obj 2024-08-07T17:25:18.0470513Z [2634/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u16.c.obj 2024-08-07T17:25:18.0522167Z [2635/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u24.c.obj 2024-08-07T17:25:18.0697819Z [2636/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u8.c.obj 2024-08-07T17:25:18.0935419Z [2637/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u24-acc3.c.obj 2024-08-07T17:25:18.0985512Z [2638/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u8.c.obj 2024-08-07T17:25:18.1000527Z [2639/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u16-acc2.c.obj 2024-08-07T17:25:18.1272579Z [2640/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u24-acc3.c.obj 2024-08-07T17:25:18.1329993Z [2641/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u16-acc2.c.obj 2024-08-07T17:25:18.1455458Z [2642/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u24.c.obj 2024-08-07T17:25:18.1514223Z [2643/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u8.c.obj 2024-08-07T17:25:18.1774194Z [2644/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u32.c.obj 2024-08-07T17:25:18.1824541Z [2645/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u32-acc4.c.obj 2024-08-07T17:25:18.1836882Z [2646/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u32-acc2.c.obj 2024-08-07T17:25:18.2166796Z [2647/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u32-acc2.c.obj 2024-08-07T17:25:18.2216887Z [2648/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u32-acc4.c.obj 2024-08-07T17:25:18.2325723Z [2649/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u24-acc3.c.obj 2024-08-07T17:25:18.2407829Z [2650/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u16-acc2.c.obj 2024-08-07T17:25:18.2468697Z [2651/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u8.c.obj 2024-08-07T17:25:18.2631036Z [2652/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u16-acc2.c.obj 2024-08-07T17:25:18.2646510Z [2653/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u32-acc2.c.obj 2024-08-07T17:25:18.2662580Z [2654/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u32-acc2.c.obj 2024-08-07T17:25:18.3035214Z [2655/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u32-acc4.c.obj 2024-08-07T17:25:18.3085810Z [2656/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u8.c.obj 2024-08-07T17:25:18.3217641Z [2657/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u24-acc3.c.obj 2024-08-07T17:25:18.3346167Z [2658/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-avx-u8.c.obj 2024-08-07T17:25:18.3554456Z [2659/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-avx-u8.c.obj 2024-08-07T17:25:18.3612525Z [2660/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-avx-u16.c.obj 2024-08-07T17:25:18.3959414Z [2661/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-avx-u8.c.obj 2024-08-07T17:25:18.4087918Z [2662/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-avx-u8.c.obj 2024-08-07T17:25:18.4138210Z [2663/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-avx-u16.c.obj 2024-08-07T17:25:18.4185765Z [2664/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-avx-u16.c.obj 2024-08-07T17:25:18.4324432Z [2665/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u32-acc4.c.obj 2024-08-07T17:25:18.4398239Z [2666/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx-u8.c.obj 2024-08-07T17:25:18.4451305Z [2667/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx-u16.c.obj 2024-08-07T17:25:18.4600679Z [2668/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-avx-u16.c.obj 2024-08-07T17:25:18.5076797Z [2669/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx-u8.c.obj 2024-08-07T17:25:18.5096076Z [2670/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx-u16.c.obj 2024-08-07T17:25:18.5144333Z [2671/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx-u8.c.obj 2024-08-07T17:25:18.5221674Z [2672/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx-u8.c.obj 2024-08-07T17:25:18.5296644Z [2673/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx-u16.c.obj 2024-08-07T17:25:18.5372200Z [2674/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-avx-u16.c.obj 2024-08-07T17:25:18.5486188Z [2675/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-avx-u16.c.obj 2024-08-07T17:25:18.5537835Z [2676/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx-u16.c.obj 2024-08-07T17:25:18.6038422Z [2677/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-avx-u8.c.obj 2024-08-07T17:25:18.6116618Z [2678/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-avx-u16.c.obj 2024-08-07T17:25:18.6211555Z [2679/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-avx-u8.c.obj 2024-08-07T17:25:18.6295306Z [2680/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-avx-u8.c.obj 2024-08-07T17:25:18.6390394Z [2681/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx-u8.c.obj 2024-08-07T17:25:18.6493079Z [2682/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-avx-u8.c.obj 2024-08-07T17:25:18.6510298Z [2683/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx-u8.c.obj 2024-08-07T17:25:18.6901264Z [2684/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-avx-u16.c.obj 2024-08-07T17:25:18.6988344Z [2685/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-avx-u16.c.obj 2024-08-07T17:25:18.7111985Z [2686/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-avx-u16.c.obj 2024-08-07T17:25:18.7350024Z [2687/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-avx-u8.c.obj 2024-08-07T17:25:18.7582887Z [2688/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx-u16.c.obj 2024-08-07T17:25:18.7689395Z [2689/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx-u8.c.obj 2024-08-07T17:25:18.7741958Z [2690/7975] 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-08-07T17:25:18.8056535Z [2691/7975] 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-08-07T17:25:18.8072432Z [2692/7975] 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-08-07T17:25:18.8118433Z [2693/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx-u16.c.obj 2024-08-07T17:25:18.8175903Z [2694/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx-u16.c.obj 2024-08-07T17:25:18.8417046Z [2695/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-avx-u8.c.obj 2024-08-07T17:25:18.8467933Z [2696/7975] 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-08-07T17:25:18.8741898Z [2697/7975] 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-08-07T17:25:18.8796828Z [2698/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u40.c.obj 2024-08-07T17:25:18.9023351Z [2699/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u16.c.obj 2024-08-07T17:25:18.9085204Z [2700/7975] 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-08-07T17:25:18.9296896Z [2701/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u8.c.obj 2024-08-07T17:25:18.9435113Z [2702/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u32.c.obj 2024-08-07T17:25:18.9484290Z [2703/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u24.c.obj 2024-08-07T17:25:18.9705548Z [2704/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u32.c.obj 2024-08-07T17:25:18.9970741Z [2705/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u16.c.obj 2024-08-07T17:25:18.9984632Z [2706/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u24.c.obj 2024-08-07T17:25:19.0230722Z [2707/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u48.c.obj 2024-08-07T17:25:19.0337464Z [2708/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx-u8.c.obj 2024-08-07T17:25:19.0351794Z [2709/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx-u8.c.obj 2024-08-07T17:25:19.0400081Z [2710/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx-u16.c.obj 2024-08-07T17:25:19.0415102Z [2711/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u8.c.obj 2024-08-07T17:25:19.0584726Z [2712/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u40.c.obj 2024-08-07T17:25:19.1012470Z [2713/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx-u16.c.obj 2024-08-07T17:25:19.1064600Z [2714/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u48.c.obj 2024-08-07T17:25:19.1274394Z [2715/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx-u16.c.obj 2024-08-07T17:25:19.1450621Z [2716/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx-u8.c.obj 2024-08-07T17:25:19.1501462Z [2717/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx-u16.c.obj 2024-08-07T17:25:19.1588343Z [2718/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx-u8.c.obj 2024-08-07T17:25:19.1688944Z [2719/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx-u16.c.obj 2024-08-07T17:25:19.1991948Z [2720/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx-u8.c.obj 2024-08-07T17:25:19.2045697Z [2721/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx-u16.c.obj 2024-08-07T17:25:19.2383001Z [2722/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx-u16.c.obj 2024-08-07T17:25:19.2427689Z [2723/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u8.c.obj 2024-08-07T17:25:19.2502103Z [2724/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u32.c.obj 2024-08-07T17:25:19.2848329Z [2725/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx-u8.c.obj 2024-08-07T17:25:19.2864753Z [2726/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u24.c.obj 2024-08-07T17:25:19.2881135Z [2727/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u8.c.obj 2024-08-07T17:25:19.2929734Z [2728/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u16.c.obj 2024-08-07T17:25:19.3314121Z [2729/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u16.c.obj 2024-08-07T17:25:19.3371241Z [2730/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u40.c.obj 2024-08-07T17:25:19.3785181Z [2731/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u56.c.obj 2024-08-07T17:25:19.3843402Z [2732/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u32.c.obj 2024-08-07T17:25:19.3996302Z [2733/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx-u8.c.obj 2024-08-07T17:25:19.4082637Z [2734/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u64.c.obj 2024-08-07T17:25:19.4127791Z [2735/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u48.c.obj 2024-08-07T17:25:19.4501176Z [2736/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u72.c.obj 2024-08-07T17:25:19.4714652Z [2737/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u8.c.obj 2024-08-07T17:25:19.4802169Z [2738/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u32.c.obj 2024-08-07T17:25:19.4858613Z [2739/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u40.c.obj 2024-08-07T17:25:19.4870707Z [2740/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u16.c.obj 2024-08-07T17:25:19.4917967Z [2741/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u80.c.obj 2024-08-07T17:25:19.4985388Z [2742/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u48.c.obj 2024-08-07T17:25:19.5033293Z [2743/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u24.c.obj 2024-08-07T17:25:19.5402335Z [2744/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u72.c.obj 2024-08-07T17:25:19.5827355Z [2745/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u64.c.obj 2024-08-07T17:25:19.5839414Z [2746/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u32.c.obj 2024-08-07T17:25:19.5893063Z [2747/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u80.c.obj 2024-08-07T17:25:19.5908315Z [2748/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u56.c.obj 2024-08-07T17:25:19.5957685Z [2749/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u8.c.obj 2024-08-07T17:25:19.6035239Z [2750/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u24.c.obj 2024-08-07T17:25:19.6048860Z [2751/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u16.c.obj 2024-08-07T17:25:19.6357410Z [2752/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u8.c.obj 2024-08-07T17:25:19.6848539Z [2753/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u16.c.obj 2024-08-07T17:25:19.6860900Z [2754/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u32.c.obj 2024-08-07T17:25:19.6904425Z [2755/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u48.c.obj 2024-08-07T17:25:19.6951390Z [2756/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u64.c.obj 2024-08-07T17:25:19.7011451Z [2757/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u56.c.obj 2024-08-07T17:25:19.7201725Z [2758/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u40.c.obj 2024-08-07T17:25:19.7217574Z [2759/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u80.c.obj 2024-08-07T17:25:19.7272673Z [2760/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u72.c.obj 2024-08-07T17:25:19.7865847Z [2761/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u24.c.obj 2024-08-07T17:25:19.7988658Z [2762/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u24.c.obj 2024-08-07T17:25:19.8044344Z [2763/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u32.c.obj 2024-08-07T17:25:19.8192244Z [2764/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u48.c.obj 2024-08-07T17:25:19.8237365Z [2765/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u40.c.obj 2024-08-07T17:25:19.8250474Z [2766/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u32.c.obj 2024-08-07T17:25:19.8343814Z [2767/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u8.c.obj 2024-08-07T17:25:19.8670093Z [2768/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u16.c.obj 2024-08-07T17:25:19.8785361Z [2769/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u16.c.obj 2024-08-07T17:25:19.9070444Z [2770/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u64.c.obj 2024-08-07T17:25:19.9187002Z [2771/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u80.c.obj 2024-08-07T17:25:19.9270333Z [2772/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u16.c.obj 2024-08-07T17:25:19.9322268Z [2773/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u8.c.obj 2024-08-07T17:25:19.9398978Z [2774/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u72.c.obj 2024-08-07T17:25:19.9413719Z [2775/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u8.c.obj 2024-08-07T17:25:20.0013898Z [2776/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u56.c.obj 2024-08-07T17:25:20.0058365Z [2777/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u56.c.obj 2024-08-07T17:25:20.0173294Z [2778/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u24.c.obj 2024-08-07T17:25:20.0306111Z [2779/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u40.c.obj 2024-08-07T17:25:20.0360744Z [2780/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u64.c.obj 2024-08-07T17:25:20.0409957Z [2781/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u48.c.obj 2024-08-07T17:25:20.0465598Z [2782/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u32.c.obj 2024-08-07T17:25:20.0963080Z [2783/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u72.c.obj 2024-08-07T17:25:20.0980819Z [2784/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u8.c.obj 2024-08-07T17:25:20.1215052Z [2785/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u80.c.obj 2024-08-07T17:25:20.1387393Z [2786/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u16.c.obj 2024-08-07T17:25:20.1433682Z [2787/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u32.c.obj 2024-08-07T17:25:20.1483372Z [2788/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u48.c.obj 2024-08-07T17:25:20.1536509Z [2789/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u56.c.obj 2024-08-07T17:25:20.1622714Z [2790/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u24.c.obj 2024-08-07T17:25:20.1927463Z [2791/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u64.c.obj 2024-08-07T17:25:20.1944366Z [2792/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u40.c.obj 2024-08-07T17:25:20.2137570Z [2793/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u72.c.obj 2024-08-07T17:25:20.2359096Z [2794/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-avx-u16.c.obj 2024-08-07T17:25:20.2508654Z [2795/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u80.c.obj 2024-08-07T17:25:20.2597981Z [2796/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-avx-u8.c.obj 2024-08-07T17:25:20.2652640Z [2797/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-avx-u16.c.obj 2024-08-07T17:25:20.2778768Z [2798/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-avx-u8.c.obj 2024-08-07T17:25:20.2859078Z [2799/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-avx-rr2-p5.c.obj 2024-08-07T17:25:20.2929481Z [2800/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-avx-u8.c.obj 2024-08-07T17:25:20.3081851Z [2801/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-avx-u16.c.obj 2024-08-07T17:25:20.3225530Z [2802/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-avx-rr2-lut4-p4-perm.c.obj 2024-08-07T17:25:20.3347871Z [2803/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-avx-rr2-lut16-p3.c.obj 2024-08-07T17:25:20.3604687Z [2804/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-avx-rr2-p6.c.obj 2024-08-07T17:25:20.3650766Z [2805/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx-rr2-p5-nr2.c.obj 2024-08-07T17:25:20.3701525Z [2806/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx-expm1minus-rr1-lut8-p4h3ps-div.c.obj 2024-08-07T17:25:20.3828307Z [2807/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx-rr2-p5-div.c.obj 2024-08-07T17:25:20.3880817Z [2808/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx-rr2-p5-nr1.c.obj 2024-08-07T17:25:20.4171785Z [2809/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div.c.obj 2024-08-07T17:25:20.4224733Z [2810/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx-rr2-lut64-p2-div.c.obj 2024-08-07T17:25:20.4278952Z [2811/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx-expm1minus-rr1-p6h5ts-div.c.obj 2024-08-07T17:25:20.4533025Z [2812/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx-expm1minus-rr2-lut8-p4h2ts-nr1.c.obj 2024-08-07T17:25:20.4591519Z [2813/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx-expm1minus-rr1-p6h5ts-nr2.c.obj 2024-08-07T17:25:20.4708307Z [2814/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx-expm1minus-rr1-p6h5ts-nr1.c.obj 2024-08-07T17:25:20.4857961Z [2815/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx-expm1minus-rr2-lut8-p4h3ps-nr1.c.obj 2024-08-07T17:25:20.5229428Z [2816/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx-expm1minus-rr2-lut8-p4h3ts-nr1.c.obj 2024-08-07T17:25:20.5415322Z [2817/7975] 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-08-07T17:25:20.5487530Z [2818/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx-expm1minus-rr2-lut8-p4h2ts-nr2.c.obj 2024-08-07T17:25:20.5585099Z [2819/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx-expm1minus-rr2-lut8-p4h3ps-nr2.c.obj 2024-08-07T17:25:20.5716204Z [2820/7975] 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-08-07T17:25:20.5790176Z [2821/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx-expm1minus-rr2-lut8-p4h3ts-nr2.c.obj 2024-08-07T17:25:20.5853669Z [2822/7975] 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-08-07T17:25:20.6405193Z [2823/7975] 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-08-07T17:25:20.6507808Z [2824/7975] 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-08-07T17:25:20.6667819Z [2825/7975] 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-08-07T17:25:20.6761086Z [2826/7975] 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-08-07T17:25:20.6857179Z [2827/7975] 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-08-07T17:25:20.6923317Z [2828/7975] 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-08-07T17:25:20.7134607Z [2829/7975] 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-08-07T17:25:20.7557758Z [2830/7975] 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-08-07T17:25:20.7847648Z [2831/7975] 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-08-07T17:25:20.7860897Z [2832/7975] 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-08-07T17:25:20.7949270Z [2833/7975] 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-08-07T17:25:20.7961574Z [2834/7975] 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-08-07T17:25:20.8026666Z [2835/7975] 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-08-07T17:25:20.8177991Z [2836/7975] 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-08-07T17:25:20.8596151Z [2837/7975] 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-08-07T17:25:20.8681833Z [2838/7975] 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-08-07T17:25:20.8967674Z [2839/7975] 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-08-07T17:25:20.9114704Z [2840/7975] 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-08-07T17:25:20.9127003Z [2841/7975] 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-08-07T17:25:20.9322321Z [2842/7975] 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-08-07T17:25:20.9424954Z [2843/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-08-07T17:25:20.9477796Z [2844/7975] 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-08-07T17:25:20.9766007Z [2845/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-08-07T17:25:20.9853560Z [2846/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-08-07T17:25:21.0133031Z [2847/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-08-07T17:25:21.0294123Z [2848/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-08-07T17:25:21.0311280Z [2849/7975] 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-08-07T17:25:21.0445974Z [2850/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx-mul16.c.obj 2024-08-07T17:25:21.0500162Z [2851/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-08-07T17:25:21.0544082Z [2852/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx-mul32.c.obj 2024-08-07T17:25:21.0685208Z [2853/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx-mul16.c.obj 2024-08-07T17:25:21.0700312Z [2854/7975] 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-08-07T17:25:21.1228463Z [2855/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx-mul32.c.obj 2024-08-07T17:25:21.1302044Z [2856/7975] 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-08-07T17:25:21.1506872Z [2857/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx-mul16.c.obj 2024-08-07T17:25:21.1551069Z [2858/7975] 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-08-07T17:25:21.1600245Z [2859/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx-mul32.c.obj 2024-08-07T17:25:21.1731698Z [2860/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx-mul16.c.obj 2024-08-07T17:25:21.1843010Z [2861/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx-mul32.c.obj 2024-08-07T17:25:21.2156358Z [2862/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u24.c.obj 2024-08-07T17:25:21.2334849Z [2863/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u32.c.obj 2024-08-07T17:25:21.2348644Z [2864/7975] 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-08-07T17:25:21.2403459Z [2865/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u16.c.obj 2024-08-07T17:25:21.2504378Z [2866/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u8.c.obj 2024-08-07T17:25:21.2861154Z [2867/7975] 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-08-07T17:25:21.2875183Z [2868/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.obj 2024-08-07T17:25:21.3269922Z [2869/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx-mul32.c.obj 2024-08-07T17:25:21.3319905Z [2870/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u8.c.obj 2024-08-07T17:25:21.3334935Z [2871/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx-mul16.c.obj 2024-08-07T17:25:21.3467688Z [2872/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx-mul32.c.obj 2024-08-07T17:25:21.3480066Z [2873/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx-mul32.c.obj 2024-08-07T17:25:21.3686193Z [2874/7975] 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-08-07T17:25:21.4034504Z [2875/7975] 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-08-07T17:25:21.4051227Z [2876/7975] 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-08-07T17:25:21.4283673Z [2877/7975] 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-08-07T17:25:21.4509202Z [2878/7975] 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-08-07T17:25:21.4521780Z [2879/7975] 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-08-07T17:25:21.4585993Z [2880/7975] 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-08-07T17:25:21.4603230Z [2881/7975] 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-08-07T17:25:21.4729582Z [2882/7975] 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-08-07T17:25:21.4960599Z [2883/7975] 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-08-07T17:25:21.5011665Z [2884/7975] 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-08-07T17:25:21.5379294Z [2885/7975] 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-08-07T17:25:21.5562508Z [2886/7975] 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-08-07T17:25:21.5617165Z [2887/7975] 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-08-07T17:25:21.5793956Z [2888/7975] 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-08-07T17:25:21.5868764Z [2889/7975] 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-08-07T17:25:21.5965430Z [2890/7975] 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-08-07T17:25:21.6104461Z [2891/7975] 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-08-07T17:25:21.6222232Z [2892/7975] 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-08-07T17:25:21.6893288Z [2893/7975] 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-08-07T17:25:21.6942958Z [2894/7975] 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-08-07T17:25:21.7062220Z [2895/7975] 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-08-07T17:25:21.7117287Z [2896/7975] 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-08-07T17:25:21.7213611Z [2897/7975] 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-08-07T17:25:21.7290768Z [2898/7975] 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-08-07T17:25:21.7416268Z [2899/7975] 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-08-07T17:25:21.7704787Z [2900/7975] 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-08-07T17:25:21.8141107Z [2901/7975] 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-08-07T17:25:21.8237903Z [2902/7975] 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-08-07T17:25:21.8284764Z [2903/7975] 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-08-07T17:25:21.8393233Z [2904/7975] 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-08-07T17:25:21.8470772Z [2905/7975] 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-08-07T17:25:21.8550948Z [2906/7975] 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-08-07T17:25:21.8630653Z [2907/7975] 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-08-07T17:25:21.9083097Z [2908/7975] 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-08-07T17:25:21.9452645Z [2909/7975] 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-08-07T17:25:21.9541419Z [2910/7975] 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-08-07T17:25:21.9606716Z [2911/7975] 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-08-07T17:25:21.9673277Z [2912/7975] 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-08-07T17:25:21.9754791Z [2913/7975] 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-08-07T17:25:21.9809200Z [2914/7975] 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-08-07T17:25:22.0082040Z [2915/7975] 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-08-07T17:25:22.0711821Z [2916/7975] 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-08-07T17:25:22.0795359Z [2917/7975] 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-08-07T17:25:22.0922286Z [2918/7975] 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-08-07T17:25:22.0993708Z [2919/7975] 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-08-07T17:25:22.1125985Z [2920/7975] 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-08-07T17:25:22.1371125Z [2921/7975] 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-08-07T17:25:22.1496123Z [2922/7975] 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-08-07T17:25:22.1563710Z [2923/7975] 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-08-07T17:25:22.1799056Z [2924/7975] 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-08-07T17:25:22.1845455Z [2925/7975] 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-08-07T17:25:22.2075371Z [2926/7975] 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-08-07T17:25:22.2200950Z [2927/7975] 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-08-07T17:25:22.2383142Z [2928/7975] 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-08-07T17:25:22.2472310Z [2929/7975] 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-08-07T17:25:22.2601320Z [2930/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u24.c.obj 2024-08-07T17:25:22.2656016Z [2931/7975] 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-08-07T17:25:22.2712924Z [2932/7975] 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-08-07T17:25:22.2989309Z [2933/7975] 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-08-07T17:25:22.3203526Z [2934/7975] 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-08-07T17:25:22.3307659Z [2935/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u16.c.obj 2024-08-07T17:25:22.3354230Z [2936/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u8.c.obj 2024-08-07T17:25:22.3434607Z [2937/7975] 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-08-07T17:25:22.3507707Z [2938/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u32.c.obj 2024-08-07T17:25:22.3558166Z [2939/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u24.c.obj 2024-08-07T17:25:22.3957806Z [2940/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u8.c.obj 2024-08-07T17:25:22.4053149Z [2941/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u32.c.obj 2024-08-07T17:25:22.4134338Z [2942/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u32.c.obj 2024-08-07T17:25:22.4198849Z [2943/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u16.c.obj 2024-08-07T17:25:22.4244796Z [2944/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u16.c.obj 2024-08-07T17:25:22.4357880Z [2945/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u24.c.obj 2024-08-07T17:25:22.4436127Z [2946/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u8.c.obj 2024-08-07T17:25:22.4548767Z [2947/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u16.c.obj 2024-08-07T17:25:22.4924989Z [2948/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u8.c.obj 2024-08-07T17:25:22.5133226Z [2949/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u32.c.obj 2024-08-07T17:25:22.5177630Z [2950/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u16.c.obj 2024-08-07T17:25:22.5335478Z [2951/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u32.c.obj 2024-08-07T17:25:22.5492208Z [2952/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u24.c.obj 2024-08-07T17:25:22.5540494Z [2953/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u32.c.obj 2024-08-07T17:25:22.5671036Z [2954/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u8.c.obj 2024-08-07T17:25:22.5820767Z [2955/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u8.c.obj 2024-08-07T17:25:22.5902013Z [2956/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-avx-u16.c.obj 2024-08-07T17:25:22.6009897Z [2957/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u16.c.obj 2024-08-07T17:25:22.6218499Z [2958/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-avx-u8.c.obj 2024-08-07T17:25:22.6431807Z [2959/7975] 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-08-07T17:25:22.6565919Z [2960/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-avx-u32.c.obj 2024-08-07T17:25:22.6609880Z [2961/7975] 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-08-07T17:25:22.6743250Z [2962/7975] 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-08-07T17:25:22.6794542Z [2963/7975] 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-08-07T17:25:22.6966555Z [2964/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-avx-u4.c.obj 2024-08-07T17:25:22.6987436Z [2965/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-avx-u8.c.obj 2024-08-07T17:25:22.7355676Z [2966/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-08-07T17:25:22.7566919Z [2967/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-08-07T17:25:22.8327837Z [2968/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-avx-u16.c.obj 2024-08-07T17:25:22.8371686Z [2969/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-08-07T17:25:22.8585442Z [2970/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-08-07T17:25:22.8744856Z [2971/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-08-07T17:25:22.8914310Z [2972/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.obj 2024-08-07T17:25:22.8931689Z [2973/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-08-07T17:25:22.9116658Z [2974/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx-mul32.c.obj 2024-08-07T17:25:22.9169480Z [2975/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx-mul16.c.obj 2024-08-07T17:25:22.9367375Z [2976/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-avx-ld64.c.obj 2024-08-07T17:25:22.9592676Z [2977/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u16.c.obj 2024-08-07T17:25:22.9778206Z [2978/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-avx-ld128.c.obj 2024-08-07T17:25:23.0057424Z [2979/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u24.c.obj 2024-08-07T17:25:23.0636385Z [2980/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-08-07T17:25:23.0829075Z [2981/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2024-08-07T17:25:23.0952878Z [2982/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u32.c.obj 2024-08-07T17:25:23.1008810Z [2983/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-08-07T17:25:23.1135525Z [2984/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-avx-ld64.c.obj 2024-08-07T17:25:23.1329430Z [2985/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-avx-ld64.c.obj 2024-08-07T17:25:23.1617426Z [2986/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-avx-ld128.c.obj 2024-08-07T17:25:23.1631436Z [2987/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-08-07T17:25:23.2139818Z [2988/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-avx-ld64.c.obj 2024-08-07T17:25:23.2152266Z [2989/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-avx-ld128.c.obj 2024-08-07T17:25:23.2165665Z [2990/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-08-07T17:25:23.2214650Z [2991/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2024-08-07T17:25:23.2361917Z [2992/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-08-07T17:25:23.2782885Z [2993/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-avx-ld64.c.obj 2024-08-07T17:25:23.3045410Z [2994/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-avx-ld128.c.obj 2024-08-07T17:25:23.3066915Z [2995/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-avx-ld64.c.obj 2024-08-07T17:25:23.3281538Z [2996/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-avx-ld128.c.obj 2024-08-07T17:25:23.3417197Z [2997/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-avx-ld128.c.obj 2024-08-07T17:25:23.3648385Z [2998/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-avx-ld64.c.obj 2024-08-07T17:25:23.3899572Z [2999/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-08-07T17:25:23.4103826Z [3000/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-08-07T17:25:23.4148965Z [3001/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-08-07T17:25:23.4325466Z [3002/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-08-07T17:25:23.4338501Z [3003/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-avx-ld64.c.obj 2024-08-07T17:25:23.4532530Z [3004/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2024-08-07T17:25:23.4717175Z [3005/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-avx-ld64.c.obj 2024-08-07T17:25:23.4892586Z [3006/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-08-07T17:25:23.4968247Z [3007/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-avx-ld128.c.obj 2024-08-07T17:25:23.5249201Z [3008/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-08-07T17:25:23.5301822Z [3009/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-08-07T17:25:23.5526099Z [3010/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-avx-ld64.c.obj 2024-08-07T17:25:23.5542617Z [3011/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-avx-ld64.c.obj 2024-08-07T17:25:23.5709591Z [3012/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-avx-ld128.c.obj 2024-08-07T17:25:23.5898634Z [3013/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-08-07T17:25:23.6070596Z [3014/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2024-08-07T17:25:23.6298255Z [3015/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-08-07T17:25:23.6576050Z [3016/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-avx-ld64.c.obj 2024-08-07T17:25:23.7428688Z [3017/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-08-07T17:25:23.7592343Z [3018/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-avx-ld64.c.obj 2024-08-07T17:25:23.7860348Z [3019/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-avx-ld64.c.obj 2024-08-07T17:25:23.8043574Z [3020/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-08-07T17:25:23.8237504Z [3021/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-avx-ld128.c.obj 2024-08-07T17:25:24.3428887Z [3022/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul16-ld64-u8.c.obj 2024-08-07T17:25:24.3602710Z [3023/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-avx-ld128.c.obj 2024-08-07T17:25:24.3874395Z [3024/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul16-ld64-u16.c.obj 2024-08-07T17:25:24.4180729Z [3025/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul16-ld64-u8.c.obj 2024-08-07T17:25:24.4320677Z [3026/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul32-ld32-u16.c.obj 2024-08-07T17:25:24.4412381Z [3027/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul16-ld64-u16.c.obj 2024-08-07T17:25:24.4618302Z [3028/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u8.c.obj 2024-08-07T17:25:24.4630865Z [3029/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul32-ld32-u8.c.obj 2024-08-07T17:25:24.4714735Z [3030/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u32.c.obj 2024-08-07T17:25:24.4727630Z [3031/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul32-ld32-u16.c.obj 2024-08-07T17:25:24.4833395Z [3032/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u16.c.obj 2024-08-07T17:25:24.5047230Z [3033/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul32-ld32-u8.c.obj 2024-08-07T17:25:24.5250977Z [3034/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-avx-u32.c.obj 2024-08-07T17:25:24.5296932Z [3035/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u16.c.obj 2024-08-07T17:25:24.5466702Z [3036/7975] 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-08-07T17:25:24.5553179Z [3037/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u8.c.obj 2024-08-07T17:25:24.5647805Z [3038/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u32.c.obj 2024-08-07T17:25:24.5699850Z [3039/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-avx-u16.c.obj 2024-08-07T17:25:24.5793107Z [3040/7975] 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-08-07T17:25:24.5871927Z [3041/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-avx-u8.c.obj 2024-08-07T17:25:24.5959564Z [3042/7975] 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-08-07T17:25:24.6011736Z [3043/7975] 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-08-07T17:25:24.6313762Z [3044/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u16.c.obj 2024-08-07T17:25:24.6473533Z [3045/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u64.c.obj 2024-08-07T17:25:24.6581281Z [3046/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u32.c.obj 2024-08-07T17:25:24.6659247Z [3047/7975] 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-08-07T17:25:24.6703406Z [3048/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-avx-u4.c.obj 2024-08-07T17:25:24.6888479Z [3049/7975] 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-08-07T17:25:24.6904376Z [3050/7975] 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-08-07T17:25:24.6955173Z [3051/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u48.c.obj 2024-08-07T17:25:24.7417592Z [3052/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-avx-u4.c.obj 2024-08-07T17:25:24.7470066Z [3053/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-avx-u4.c.obj 2024-08-07T17:25:24.7482187Z [3054/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx-u4.c.obj 2024-08-07T17:25:24.7651546Z [3055/7975] 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-08-07T17:25:24.7814671Z [3056/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-mov-avx.c.obj 2024-08-07T17:25:24.7863285Z [3057/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-mov-avx.c.obj 2024-08-07T17:25:24.7924944Z [3058/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-multi-switch-avx.c.obj 2024-08-07T17:25:24.8479226Z [3059/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-switch-avx.c.obj 2024-08-07T17:25:24.8527738Z [3060/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-mov-avx.c.obj 2024-08-07T17:25:24.8540273Z [3061/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-multi-avx.c.obj 2024-08-07T17:25:24.8695863Z [3062/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-multi-avx.c.obj 2024-08-07T17:25:24.8707622Z [3063/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-switch-avx.c.obj 2024-08-07T17:25:24.8719781Z [3064/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-switch-avx.c.obj 2024-08-07T17:25:24.8896087Z [3065/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-multi-mov-avx.c.obj 2024-08-07T17:25:24.9248959Z [3066/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-multi-avx.c.obj 2024-08-07T17:25:24.9400247Z [3067/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u8.c.obj 2024-08-07T17:25:24.9465264Z [3068/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u16-acc2.c.obj 2024-08-07T17:25:24.9477291Z [3069/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-avgpool\f16-avgpool-9p8x-minmax-f16c-c8.c.obj 2024-08-07T17:25:24.9608132Z [3070/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-f16c-u16.c.obj 2024-08-07T17:25:24.9717367Z [3071/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u24-acc3.c.obj 2024-08-07T17:25:24.9770017Z [3072/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-f16c-u8.c.obj 2024-08-07T17:25:25.0117125Z [3073/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u32-acc4.c.obj 2024-08-07T17:25:25.0329422Z [3074/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7p7x-minmax-f16c-c8.c.obj 2024-08-07T17:25:25.0605680Z [3075/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7x-minmax-f16c-c16.c.obj 2024-08-07T17:25:25.0686479Z [3076/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7p7x-minmax-f16c-c24.c.obj 2024-08-07T17:25:25.0698608Z [3077/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7x-minmax-f16c-c8.c.obj 2024-08-07T17:25:25.0748271Z [3078/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-avgpool\f16-avgpool-9x-minmax-f16c-c8.c.obj 2024-08-07T17:25:25.0801221Z [3079/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7p7x-minmax-f16c-c16.c.obj 2024-08-07T17:25:25.0853907Z [3080/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u32-acc2.c.obj 2024-08-07T17:25:25.1161134Z [3081/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7x-minmax-f16c-c24.c.obj 2024-08-07T17:25:25.1211693Z [3082/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7p7x-minmax-f16c-c32.c.obj 2024-08-07T17:25:25.1434785Z [3083/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7x-minmax-f16c-c32.c.obj 2024-08-07T17:25:25.1914119Z [3084/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4c8-minmax-xop-ld128.c.obj 2024-08-07T17:25:25.2031738Z [3085/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x4c8-minmax-xop-ld64.c.obj 2024-08-07T17:25:25.2091667Z [3086/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-xop-ld128.c.obj 2024-08-07T17:25:25.2148678Z [3087/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-xop-ld128.c.obj 2024-08-07T17:25:25.2221150Z [3088/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-prelu\gen\f16-prelu-f16c-2x16.c.obj 2024-08-07T17:25:25.2398984Z [3089/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-prelu\gen\f16-prelu-f16c-2x8.c.obj 2024-08-07T17:25:25.2503604Z [3090/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4c8-minmax-xop-ld64.c.obj 2024-08-07T17:25:25.2591630Z [3091/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-xop-ld64.c.obj 2024-08-07T17:25:25.2708644Z [3092/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\f16-rmax-f16c-u32.c.obj 2024-08-07T17:25:25.2959723Z [3093/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-maxpool\f16-maxpool-9p8x-minmax-f16c-c8.c.obj 2024-08-07T17:25:25.2972650Z [3094/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vadd-minmax-f16c-u8.c.obj 2024-08-07T17:25:25.3039374Z [3095/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vaddc-minmax-f16c-u16.c.obj 2024-08-07T17:25:25.3212580Z [3096/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vadd-minmax-f16c-u16.c.obj 2024-08-07T17:25:25.3394873Z [3097/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vaddc-minmax-f16c-u8.c.obj 2024-08-07T17:25:25.3535093Z [3098/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdiv-minmax-f16c-u16.c.obj 2024-08-07T17:25:25.3587597Z [3099/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdivc-minmax-f16c-u8.c.obj 2024-08-07T17:25:25.3638207Z [3100/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdiv-minmax-f16c-u8.c.obj 2024-08-07T17:25:25.3841578Z [3101/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmax-f16c-u16.c.obj 2024-08-07T17:25:25.3957808Z [3102/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmaxc-f16c-u16.c.obj 2024-08-07T17:25:25.4007917Z [3103/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmax-f16c-u8.c.obj 2024-08-07T17:25:25.4120462Z [3104/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdivc-minmax-f16c-u16.c.obj 2024-08-07T17:25:25.4307004Z [3105/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmin-f16c-u8.c.obj 2024-08-07T17:25:25.4452750Z [3106/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmaxc-f16c-u8.c.obj 2024-08-07T17:25:25.4510936Z [3107/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmul-minmax-f16c-u16.c.obj 2024-08-07T17:25:25.4572993Z [3108/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmul-minmax-f16c-u8.c.obj 2024-08-07T17:25:25.4813923Z [3109/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmin-f16c-u16.c.obj 2024-08-07T17:25:25.4923742Z [3110/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vminc-f16c-u8.c.obj 2024-08-07T17:25:25.4937390Z [3111/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vminc-f16c-u16.c.obj 2024-08-07T17:25:25.5044990Z [3112/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmulc-minmax-f16c-u16.c.obj 2024-08-07T17:25:25.5227726Z [3113/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmulc-minmax-f16c-u8.c.obj 2024-08-07T17:25:25.5362589Z [3114/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrdivc-minmax-f16c-u16.c.obj 2024-08-07T17:25:25.5419543Z [3115/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrsubc-minmax-f16c-u8.c.obj 2024-08-07T17:25:25.5473227Z [3116/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrsubc-minmax-f16c-u16.c.obj 2024-08-07T17:25:25.5733392Z [3117/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrdivc-minmax-f16c-u8.c.obj 2024-08-07T17:25:25.5866189Z [3118/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiff-f16c-u16.c.obj 2024-08-07T17:25:25.5978650Z [3119/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsub-minmax-f16c-u8.c.obj 2024-08-07T17:25:25.6074954Z [3120/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiffc-f16c-u16.c.obj 2024-08-07T17:25:25.6124914Z [3121/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiffc-f16c-u8.c.obj 2024-08-07T17:25:25.6322180Z [3122/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsub-minmax-f16c-u16.c.obj 2024-08-07T17:25:25.6375379Z [3123/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiff-f16c-u8.c.obj 2024-08-07T17:25:25.6431074Z [3124/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vclamp\gen\f16-vclamp-f16c-u8.c.obj 2024-08-07T17:25:25.6781590Z [3125/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsubc-minmax-f16c-u16.c.obj 2024-08-07T17:25:25.6878577Z [3126/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsubc-minmax-f16c-u8.c.obj 2024-08-07T17:25:25.6996772Z [3127/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vclamp\gen\f16-vclamp-f16c-u16.c.obj 2024-08-07T17:25:25.7229943Z [3128/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vhswish\gen\f16-vhswish-f16c-u8.c.obj 2024-08-07T17:25:25.7243046Z [3129/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vlrelu\gen\f16-vlrelu-f16c-u16.c.obj 2024-08-07T17:25:25.7297032Z [3130/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vhswish\gen\f16-vhswish-f16c-u16.c.obj 2024-08-07T17:25:25.7492796Z [3131/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndd-f16c-u16.c.obj 2024-08-07T17:25:25.7747694Z [3132/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndd-f16c-u8.c.obj 2024-08-07T17:25:25.7932314Z [3133/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndne-f16c-u8.c.obj 2024-08-07T17:25:25.7985499Z [3134/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndz-f16c-u8.c.obj 2024-08-07T17:25:25.8064508Z [3135/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vlrelu\gen\f16-vlrelu-f16c-u8.c.obj 2024-08-07T17:25:25.8221460Z [3136/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndz-f16c-u16.c.obj 2024-08-07T17:25:25.8306709Z [3137/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndu-f16c-u16.c.obj 2024-08-07T17:25:25.8451183Z [3138/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndne-f16c-u16.c.obj 2024-08-07T17:25:25.8625602Z [3139/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndu-f16c-u8.c.obj 2024-08-07T17:25:25.8826143Z [3140/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u16.c.obj 2024-08-07T17:25:25.8879571Z [3141/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u32.c.obj 2024-08-07T17:25:25.8928098Z [3142/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u16.c.obj 2024-08-07T17:25:25.9085209Z [3143/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u8.c.obj 2024-08-07T17:25:25.9191486Z [3144/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u8.c.obj 2024-08-07T17:25:25.9376083Z [3145/7975] 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-08-07T17:25:25.9622632Z [3146/7975] 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-08-07T17:25:25.9716684Z [3147/7975] 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-08-07T17:25:25.9773296Z [3148/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u32.c.obj 2024-08-07T17:25:25.9824237Z [3149/7975] 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-08-07T17:25:25.9934977Z [3150/7975] 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-08-07T17:25:26.0061369Z [3151/7975] 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-08-07T17:25:26.0120054Z [3152/7975] 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-08-07T17:25:26.0302030Z [3153/7975] 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-08-07T17:25:26.0588265Z [3154/7975] 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-08-07T17:25:26.0729589Z [3155/7975] 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-08-07T17:25:26.0982272Z [3156/7975] 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-08-07T17:25:26.1060189Z [3157/7975] 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-08-07T17:25:26.1186065Z [3158/7975] 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-08-07T17:25:26.1230941Z [3159/7975] 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-08-07T17:25:26.1485349Z [3160/7975] 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-08-07T17:25:26.1565262Z [3161/7975] 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-08-07T17:25:26.1578022Z [3162/7975] 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-08-07T17:25:26.1706142Z [3163/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u16.c.obj 2024-08-07T17:25:26.1997719Z [3164/7975] 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-08-07T17:25:26.2124873Z [3165/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u8.c.obj 2024-08-07T17:25:26.2325084Z [3166/7975] 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-08-07T17:25:26.2473762Z [3167/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u24.c.obj 2024-08-07T17:25:26.2487265Z [3168/7975] 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-08-07T17:25:26.2673949Z [3169/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u48.c.obj 2024-08-07T17:25:26.2870924Z [3170/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u32.c.obj 2024-08-07T17:25:26.2926583Z [3171/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u56.c.obj 2024-08-07T17:25:26.3013200Z [3172/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u72.c.obj 2024-08-07T17:25:26.3244729Z [3173/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u40.c.obj 2024-08-07T17:25:26.3290053Z [3174/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u64.c.obj 2024-08-07T17:25:26.3392947Z [3175/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-f16c-u16.c.obj 2024-08-07T17:25:26.3448093Z [3176/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-f16c-u8.c.obj 2024-08-07T17:25:26.3770822Z [3177/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-f32-cvt-f16c.c.obj 2024-08-07T17:25:26.3826841Z [3178/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vsqr-f16c-u8.c.obj 2024-08-07T17:25:26.3883364Z [3179/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vsqr-f16c-u16.c.obj 2024-08-07T17:25:26.3938170Z [3180/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u80.c.obj 2024-08-07T17:25:26.4184897Z [3181/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f16-tanh-f16c-polynomial-p17h8t2.c.obj 2024-08-07T17:25:26.4242702Z [3182/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f16-tanh-f16c-expm1minus-rr1-p3h2ts-div.c.obj 2024-08-07T17:25:26.4295639Z [3183/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-f16-cvt-f16c.c.obj 2024-08-07T17:25:26.4387083Z [3184/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f16-tanh-f16c-polynomial-p19h9t2.c.obj 2024-08-07T17:25:26.4872770Z [3185/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f16-tanh-f16c-expm1minus-rr1-p3h2ts-rcp.c.obj 2024-08-07T17:25:26.5100447Z [3186/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-xop-ld128.c.obj 2024-08-07T17:25:26.5466258Z [3187/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-xop-ld64.c.obj 2024-08-07T17:25:26.5553620Z [3188/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4c8-minmax-xop-ld128.c.obj 2024-08-07T17:25:26.5566442Z [3189/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-xop-ld64.c.obj 2024-08-07T17:25:26.5578722Z [3190/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-xop-ld128.c.obj 2024-08-07T17:25:26.5741195Z [3191/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-xop-ld64.c.obj 2024-08-07T17:25:26.5759193Z [3192/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x4c8-minmax-xop-ld128.c.obj 2024-08-07T17:25:26.6021737Z [3193/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x4c8-minmax-xop-ld128.c.obj 2024-08-07T17:25:26.6200034Z [3194/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4c8-minmax-xop-ld64.c.obj 2024-08-07T17:25:26.6743049Z [3195/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x4c8-minmax-xop-ld64.c.obj 2024-08-07T17:25:26.6945925Z [3196/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x4c8-minmax-xop-ld64.c.obj 2024-08-07T17:25:26.6953636Z [3197/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4c8-minmax-xop-ld128.c.obj 2024-08-07T17:25:26.6967274Z [3198/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x4c8-minmax-xop-ld128.c.obj 2024-08-07T17:25:26.6981486Z [3199/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x4c8-minmax-xop-ld64.c.obj 2024-08-07T17:25:26.7110685Z [3200/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x4c8-minmax-xop-ld128.c.obj 2024-08-07T17:25:26.7316451Z [3201/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4c8-minmax-xop-ld64.c.obj 2024-08-07T17:25:26.7496721Z [3202/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4c8-minmax-xop-ld128.c.obj 2024-08-07T17:25:26.7962741Z [3203/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-07T17:25:26.8273140Z [3204/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4c8-minmax-xop-ld64.c.obj 2024-08-07T17:25:26.8439639Z [3205/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-07T17:25:26.8558505Z [3206/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-07T17:25:26.8572199Z [3207/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-07T17:25:26.8584734Z [3208/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-xop-mul16-add16.c.obj 2024-08-07T17:25:26.8661142Z [3209/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-xop-mul32.c.obj 2024-08-07T17:25:26.8794901Z [3210/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-07T17:25:26.9062443Z [3211/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-07T17:25:26.9402206Z [3212/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-xop-mul32.c.obj 2024-08-07T17:25:26.9604007Z [3213/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-xop-mul16-add16.c.obj 2024-08-07T17:25:26.9781513Z [3214/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-xop-mul32.c.obj 2024-08-07T17:25:27.0110632Z [3215/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p16c-minmax-fp32-xop-mul16-add16.c.obj 2024-08-07T17:25:27.0163382Z [3216/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-xop-mul32.c.obj 2024-08-07T17:25:27.0263352Z [3217/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l8c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-07T17:25:27.0409484Z [3218/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-xop-mul16-add16.c.obj 2024-08-07T17:25:27.0467403Z [3219/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-xop-mul16-add16.c.obj 2024-08-07T17:25:27.0484897Z [3220/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l8c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-07T17:25:27.0594080Z [3221/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-xop-mul16-add16.c.obj 2024-08-07T17:25:27.1169055Z [3222/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-07T17:25:27.1515580Z [3223/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-07T17:25:27.1575479Z [3224/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l8c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-07T17:25:27.1778540Z [3225/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-07T17:25:27.1793892Z [3226/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-xop-mul32.c.obj 2024-08-07T17:25:27.1847475Z [3227/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-xop-mul16-add16.c.obj 2024-08-07T17:25:27.1863945Z [3228/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-xop-mul16-add16.c.obj 2024-08-07T17:25:27.2170945Z [3229/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-xop-mul32.c.obj 2024-08-07T17:25:27.2326006Z [3230/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-xop-mul32.c.obj 2024-08-07T17:25:27.2648065Z [3231/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-xop-mul16-add16.c.obj 2024-08-07T17:25:27.2945558Z [3232/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2s4-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:27.2989874Z [3233/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-xop-mul32.c.obj 2024-08-07T17:25:27.3078000Z [3234/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2s4-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:27.3202949Z [3235/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:27.3218062Z [3236/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:27.3412768Z [3237/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2s4-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:27.3542475Z [3238/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:27.4259999Z [3239/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:27.4533034Z [3240/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:27.4546684Z [3241/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:27.4592212Z [3242/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2s4-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:27.4741604Z [3243/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2s4-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:27.4845303Z [3244/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c8-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:27.4927223Z [3245/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:27.4993343Z [3246/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c8-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:27.5735858Z [3247/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2s4-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:27.5838897Z [3248/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:27.5966921Z [3249/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2s4-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:27.6069214Z [3250/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c8-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:27.6122135Z [3251/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:27.6239222Z [3252/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c8-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:27.6508446Z [3253/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2s4-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:27.6871983Z [3254/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:27.6962687Z [3255/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2s4-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:27.7231699Z [3256/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:27.7282632Z [3257/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:27.7298340Z [3258/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2s4-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:27.7480272Z [3259/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:27.7538326Z [3260/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c8-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:27.7594057Z [3261/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:27.8447195Z [3262/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:27.8501508Z [3263/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2s4-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:27.8549990Z [3264/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c8-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:27.8703423Z [3265/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:27.8775914Z [3266/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c8-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:27.8825649Z [3267/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:27.8874037Z [3268/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2s4-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:27.8928477Z [3269/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2s4-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:27.9556133Z [3270/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-xop-mul32-ld32-u8.c.obj 2024-08-07T17:25:27.9663067Z [3271/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2s4-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:27.9676076Z [3272/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:27.9943464Z [3273/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:28.0017449Z [3274/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2s4-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:28.0104013Z [3275/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2s4-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:28.0204855Z [3276/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c8-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:28.0503631Z [3277/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-xop-mul32-ld32-u16.c.obj 2024-08-07T17:25:28.0581363Z [3278/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:28.0639484Z [3279/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-xop-mul32-ld32-u24.c.obj 2024-08-07T17:25:28.0718814Z [3280/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-xop-mul32-ld32-u32.c.obj 2024-08-07T17:25:28.0936940Z [3281/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-xop-mul32-ld32-u8.c.obj 2024-08-07T17:25:28.1028504Z [3282/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-xop-mul32-ld32-u16.c.obj 2024-08-07T17:25:28.1155392Z [3283/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-xop-mul32-ld32-u24.c.obj 2024-08-07T17:25:28.1763958Z [3284/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-07T17:25:28.1892165Z [3285/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-xop-mul32-ld32-u32.c.obj 2024-08-07T17:25:28.1907008Z [3286/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-07T17:25:28.1998035Z [3287/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-07T17:25:28.2050997Z [3288/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-07T17:25:28.2064411Z [3289/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-07T17:25:28.2118064Z [3290/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-xop-mul32.c.obj 2024-08-07T17:25:28.2523154Z [3291/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-xop-mul32.c.obj 2024-08-07T17:25:28.3001225Z [3292/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-xop-mul32.c.obj 2024-08-07T17:25:28.3062162Z [3293/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-xop-mul32.c.obj 2024-08-07T17:25:28.3268749Z [3294/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:28.3344262Z [3295/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:28.3394429Z [3296/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:28.3445834Z [3297/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:28.3544661Z [3298/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-xop-mul32.c.obj 2024-08-07T17:25:28.3864137Z [3299/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:28.4502434Z [3300/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:28.4600763Z [3301/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:28.4677260Z [3302/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:28.4692150Z [3303/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:28.4761984Z [3304/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:28.4774923Z [3305/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:28.4827970Z [3306/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:28.5303133Z [3307/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:28.5715126Z [3308/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:28.5950135Z [3309/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:28.5964675Z [3310/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:28.6011536Z [3311/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:28.6098992Z [3312/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:28.6215498Z [3313/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:28.6512485Z [3314/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:28.6923971Z [3315/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:28.6936947Z [3316/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:28.7121186Z [3317/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:28.7177901Z [3318/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:28.7237747Z [3319/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:28.7292388Z [3320/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:28.7361917Z [3321/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:28.7753908Z [3322/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:28.8084336Z [3323/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:28.8097893Z [3324/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:28.8270586Z [3325/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:28.8439853Z [3326/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:28.8492596Z [3327/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:28.8543480Z [3328/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:28.8740713Z [3329/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:28.8987874Z [3330/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:28.9486857Z [3331/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:28.9500334Z [3332/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:28.9556142Z [3333/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:28.9693062Z [3334/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:28.9710550Z [3335/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:28.9819413Z [3336/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:28.9941654Z [3337/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-xop-mul32-ld32-u16.c.obj 2024-08-07T17:25:29.0009597Z [3338/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-xop-ld64.c.obj 2024-08-07T17:25:29.0455171Z [3339/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-xop-mul32-ld32-u8.c.obj 2024-08-07T17:25:29.0673349Z [3340/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-xop-mul32-ld32-u8.c.obj 2024-08-07T17:25:29.0727387Z [3341/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p16c-minmax-fma3.c.obj 2024-08-07T17:25:29.0839702Z [3342/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p8c-minmax-fma3.c.obj 2024-08-07T17:25:29.0967444Z [3343/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-xop-mul32-ld32-u16.c.obj 2024-08-07T17:25:29.1043491Z [3344/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-xop-ld128.c.obj 2024-08-07T17:25:29.1095769Z [3345/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p8c-minmax-fma3-acc2.c.obj 2024-08-07T17:25:29.1404467Z [3346/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p16c-minmax-fma3-acc2.c.obj 2024-08-07T17:25:29.1459504Z [3347/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p8c-minmax-fma3.c.obj 2024-08-07T17:25:29.1710941Z [3348/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p16c-minmax-fma3.c.obj 2024-08-07T17:25:29.1839144Z [3349/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p32c-minmax-fma3.c.obj 2024-08-07T17:25:29.1901181Z [3350/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p16c-minmax-fma3-acc2.c.obj 2024-08-07T17:25:29.2089844Z [3351/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p8c-minmax-fma3-acc2.c.obj 2024-08-07T17:25:29.2104187Z [3352/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p32c-minmax-fma3-acc2.c.obj 2024-08-07T17:25:29.2283689Z [3353/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.obj 2024-08-07T17:25:29.2536910Z [3354/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p32c-minmax-fma3-acc2.c.obj 2024-08-07T17:25:29.2588931Z [3355/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p32c-minmax-fma3.c.obj 2024-08-07T17:25:29.2924522Z [3356/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.obj 2024-08-07T17:25:29.3096217Z [3357/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l8c8s4r-minmax-fma3.c.obj 2024-08-07T17:25:29.3108516Z [3358/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l8c8s4r-minmax-fma3.c.obj 2024-08-07T17:25:29.3292800Z [3359/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l8c8s4r-minmax-fma3-acc2.c.obj 2024-08-07T17:25:29.3630374Z [3360/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l16c8s4r-minmax-fma3-acc2.c.obj 2024-08-07T17:25:29.3763608Z [3361/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l16c8s4r-minmax-fma3.c.obj 2024-08-07T17:25:29.3968267Z [3362/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.obj 2024-08-07T17:25:29.4092942Z [3363/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l16c8s4r-minmax-fma3-acc2.c.obj 2024-08-07T17:25:29.4191379Z [3364/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l32c8s4r-minmax-fma3.c.obj 2024-08-07T17:25:29.4269198Z [3365/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l8c8s4r-minmax-fma3-acc2.c.obj 2024-08-07T17:25:29.4403016Z [3366/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l32c8s4r-minmax-fma3.c.obj 2024-08-07T17:25:29.4416281Z [3367/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l16c8s4r-minmax-fma3.c.obj 2024-08-07T17:25:29.4728367Z [3368/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l8c8s4r-minmax-fma3.c.obj 2024-08-07T17:25:29.5219822Z [3369/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l16c8s4r-minmax-fma3.c.obj 2024-08-07T17:25:29.5269336Z [3370/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l32c8s4r-minmax-fma3-acc2.c.obj 2024-08-07T17:25:29.5358732Z [3371/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l32c8s4r-minmax-fma3.c.obj 2024-08-07T17:25:29.5509565Z [3372/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p8c-minmax-fma3.c.obj 2024-08-07T17:25:29.5566142Z [3373/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p8c-minmax-fma3-acc2.c.obj 2024-08-07T17:25:29.5648622Z [3374/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p16c-minmax-fma3-acc2.c.obj 2024-08-07T17:25:29.5662286Z [3375/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l32c8s4r-minmax-fma3-acc2.c.obj 2024-08-07T17:25:29.5790440Z [3376/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p8c-minmax-fma3-acc2.c.obj 2024-08-07T17:25:29.6374029Z [3377/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p32c-minmax-fma3.c.obj 2024-08-07T17:25:29.6476369Z [3378/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p16c-minmax-fma3-acc2.c.obj 2024-08-07T17:25:29.6489181Z [3379/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p8c-minmax-fma3.c.obj 2024-08-07T17:25:29.6564733Z [3380/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p16c-minmax-fma3.c.obj 2024-08-07T17:25:29.6703220Z [3381/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-ibilinear\gen\f16-ibilinear-fma3-c8.c.obj 2024-08-07T17:25:29.6717398Z [3382/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-ibilinear\gen\f16-ibilinear-fma3-c16.c.obj 2024-08-07T17:25:29.6839657Z [3383/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p32c-minmax-fma3-acc2.c.obj 2024-08-07T17:25:29.7415818Z [3384/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p16c-minmax-fma3.c.obj 2024-08-07T17:25:29.7460089Z [3385/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p32c-minmax-fma3-acc2.c.obj 2024-08-07T17:25:29.7509611Z [3386/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vmulcaddc\gen\f16-vmulcaddc-c8-minmax-fma3-2x.c.obj 2024-08-07T17:25:29.7521995Z [3387/7975] 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-08-07T17:25:29.7640199Z [3388/7975] 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-08-07T17:25:29.7734430Z [3389/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p32c-minmax-fma3.c.obj 2024-08-07T17:25:29.7805852Z [3390/7975] 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-08-07T17:25:29.8062104Z [3391/7975] 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-08-07T17:25:29.8379220Z [3392/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vmulcaddc\gen\f16-vmulcaddc-c16-minmax-fma3-2x.c.obj 2024-08-07T17:25:29.8492721Z [3393/7975] 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-08-07T17:25:29.8569967Z [3394/7975] 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-08-07T17:25:29.8616399Z [3395/7975] 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-08-07T17:25:29.8670756Z [3396/7975] 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-08-07T17:25:29.8755395Z [3397/7975] 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-08-07T17:25:29.8771865Z [3398/7975] 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-08-07T17:25:29.8968883Z [3399/7975] 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-08-07T17:25:29.9320021Z [3400/7975] 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-08-07T17:25:29.9727607Z [3401/7975] 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-08-07T17:25:29.9740121Z [3402/7975] 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-08-07T17:25:29.9788753Z [3403/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u8.c.obj 2024-08-07T17:25:29.9886205Z [3404/7975] 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-08-07T17:25:29.9932513Z [3405/7975] 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-08-07T17:25:29.9985378Z [3406/7975] 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-08-07T17:25:30.0491600Z [3407/7975] 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-08-07T17:25:30.0697078Z [3408/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u16.c.obj 2024-08-07T17:25:30.0781973Z [3409/7975] 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-08-07T17:25:30.0794536Z [3410/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-nr1fma1adj-u8.c.obj 2024-08-07T17:25:30.0838533Z [3411/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-fma3-u8.c.obj 2024-08-07T17:25:30.0887182Z [3412/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u8.c.obj 2024-08-07T17:25:30.1242294Z [3413/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u32.c.obj 2024-08-07T17:25:30.1336298Z [3414/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-fma3-u16.c.obj 2024-08-07T17:25:30.1713457Z [3415/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u16.c.obj 2024-08-07T17:25:30.1727543Z [3416/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u32.c.obj 2024-08-07T17:25:30.1739868Z [3417/7975] 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-08-07T17:25:30.1794489Z [3418/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u40.c.obj 2024-08-07T17:25:30.1806966Z [3419/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u48.c.obj 2024-08-07T17:25:30.1859195Z [3420/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u24.c.obj 2024-08-07T17:25:30.2323744Z [3421/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-fma3.c.obj 2024-08-07T17:25:30.2428566Z [3422/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-fma3-acc2.c.obj 2024-08-07T17:25:30.2744066Z [3423/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u72.c.obj 2024-08-07T17:25:30.2812433Z [3424/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u80.c.obj 2024-08-07T17:25:30.2949991Z [3425/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-fma3-acc2.c.obj 2024-08-07T17:25:30.2965416Z [3426/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-fma3.c.obj 2024-08-07T17:25:30.3289211Z [3427/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u56.c.obj 2024-08-07T17:25:30.3305850Z [3428/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u64.c.obj 2024-08-07T17:25:30.3357069Z [3429/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-fma3.c.obj 2024-08-07T17:25:30.3529344Z [3430/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-fma3-acc2.c.obj 2024-08-07T17:25:30.3731554Z [3431/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-fma3-acc2.c.obj 2024-08-07T17:25:30.3848208Z [3432/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-fma3.c.obj 2024-08-07T17:25:30.4219662Z [3433/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-fma3.c.obj 2024-08-07T17:25:30.4237135Z [3434/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.obj 2024-08-07T17:25:30.4590715Z [3435/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c8s4r-minmax-fma3.c.obj 2024-08-07T17:25:30.4604451Z [3436/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.obj 2024-08-07T17:25:30.4656907Z [3437/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.obj 2024-08-07T17:25:30.4755906Z [3438/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.obj 2024-08-07T17:25:30.4984891Z [3439/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l8c8s4r-minmax-fma3.c.obj 2024-08-07T17:25:30.5062155Z [3440/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l16c8s4r-minmax-fma3.c.obj 2024-08-07T17:25:30.5428208Z [3441/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l16c8s4r-minmax-fma3-acc2.c.obj 2024-08-07T17:25:30.5443223Z [3442/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l32c8s4r-minmax-fma3-acc2.c.obj 2024-08-07T17:25:30.5780826Z [3443/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-fma3.c.obj 2024-08-07T17:25:30.5844733Z [3444/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l8c8s4r-minmax-fma3-acc2.c.obj 2024-08-07T17:25:30.5901904Z [3445/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l32c8s4r-minmax-fma3.c.obj 2024-08-07T17:25:30.5963087Z [3446/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-fma3-acc2.c.obj 2024-08-07T17:25:30.5983611Z [3447/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-fma3-acc2.c.obj 2024-08-07T17:25:30.6045748Z [3448/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-fma3.c.obj 2024-08-07T17:25:30.6514894Z [3449/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-fma3-acc2.c.obj 2024-08-07T17:25:30.6528278Z [3450/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-fma3.c.obj 2024-08-07T17:25:30.6948064Z [3451/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-fma3.c.obj 2024-08-07T17:25:30.6963960Z [3452/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-fma3-acc2.c.obj 2024-08-07T17:25:30.7059228Z [3453/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x16s4-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:30.7111514Z [3454/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16s4-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:30.7124106Z [3455/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:30.7252641Z [3456/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:30.7792229Z [3457/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:30.8094094Z [3458/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:30.8486670Z [3459/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:30.8499866Z [3460/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:30.8512557Z [3461/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16s4-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:30.8523503Z [3462/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16s4-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:30.8538551Z [3463/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:30.8592579Z [3464/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:30.8829770Z [3465/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x8-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:30.9401128Z [3466/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:30.9671458Z [3467/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x8-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:30.9685716Z [3468/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16s4-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:30.9699900Z [3469/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:30.9753352Z [3470/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:30.9799369Z [3471/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16s4-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:31.0045247Z [3472/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16s4-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:31.0415221Z [3473/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:31.0471804Z [3474/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16s4-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:31.0876608Z [3475/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:31.0890024Z [3476/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:31.0940576Z [3477/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:31.1036690Z [3478/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16s4-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:31.1123441Z [3479/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:31.1136120Z [3480/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:31.1591565Z [3481/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x8-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:31.1666159Z [3482/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-8x8-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:31.2001241Z [3483/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x16s4-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:31.2109276Z [3484/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16s4-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:31.2122450Z [3485/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:31.2183091Z [3486/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:31.2194377Z [3487/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:31.2318011Z [3488/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:31.2649830Z [3489/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16s4-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:31.2699153Z [3490/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:31.3016083Z [3491/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:31.3152101Z [3492/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16s4-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:31.3254443Z [3493/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:31.3268085Z [3494/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:31.3280234Z [3495/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.obj 2024-08-07T17:25:31.3404628Z [3496/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16s4-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:31.3667123Z [3497/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x8-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:31.3723816Z [3498/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x8-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:31.4063343Z [3499/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:31.4315581Z [3500/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-fma3-broadcast-prfm.c.obj 2024-08-07T17:25:31.4370898Z [3501/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:31.4461853Z [3502/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16s4-minmax-fma3-broadcast.c.obj 2024-08-07T17:25:31.4514071Z [3503/7975] 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-08-07T17:25:31.4568592Z [3504/7975] 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-08-07T17:25:31.4761684Z [3505/7975] 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-08-07T17:25:31.4814570Z [3506/7975] 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-08-07T17:25:31.5415218Z [3507/7975] 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-08-07T17:25:31.5502213Z [3508/7975] 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-08-07T17:25:31.5599647Z [3509/7975] 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-08-07T17:25:31.5645208Z [3510/7975] 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-08-07T17:25:31.5696643Z [3511/7975] 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-08-07T17:25:31.5978439Z [3512/7975] 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-08-07T17:25:31.6130295Z [3513/7975] 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-08-07T17:25:31.6185090Z [3514/7975] 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-08-07T17:25:31.6506601Z [3515/7975] 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-08-07T17:25:31.6611843Z [3516/7975] 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-08-07T17:25:31.6755401Z [3517/7975] 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-08-07T17:25:31.6770166Z [3518/7975] 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-08-07T17:25:31.6822634Z [3519/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-3x16-minmax-avx2-broadcast.c.obj 2024-08-07T17:25:31.6961810Z [3520/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-5x8-minmax-avx2-broadcast.c.obj 2024-08-07T17:25:31.7116007Z [3521/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-4x8-minmax-avx2-broadcast.c.obj 2024-08-07T17:25:31.7204907Z [3522/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-1x16-minmax-avx2-broadcast.c.obj 2024-08-07T17:25:31.7502899Z [3523/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-4x16-minmax-avx2-broadcast.c.obj 2024-08-07T17:25:31.7764041Z [3524/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u8.c.obj 2024-08-07T17:25:31.7940892Z [3525/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-nr1fma1adj-u32.c.obj 2024-08-07T17:25:31.7956554Z [3526/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u16.c.obj 2024-08-07T17:25:31.8001246Z [3527/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-5x16-minmax-avx2-broadcast.c.obj 2024-08-07T17:25:31.8126157Z [3528/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u32.c.obj 2024-08-07T17:25:31.8142026Z [3529/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-nr1fma1adj-u16.c.obj 2024-08-07T17:25:31.8207872Z [3530/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u24.c.obj 2024-08-07T17:25:31.8349202Z [3531/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u56.c.obj 2024-08-07T17:25:31.8704598Z [3532/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u80.c.obj 2024-08-07T17:25:31.8964518Z [3533/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u72.c.obj 2024-08-07T17:25:31.9078033Z [3534/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u48.c.obj 2024-08-07T17:25:31.9275171Z [3535/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u16.c.obj 2024-08-07T17:25:31.9288723Z [3536/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u24.c.obj 2024-08-07T17:25:31.9442970Z [3537/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u64.c.obj 2024-08-07T17:25:31.9491112Z [3538/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u40.c.obj 2024-08-07T17:25:31.9575361Z [3539/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u32.c.obj 2024-08-07T17:25:31.9622178Z [3540/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u48.c.obj 2024-08-07T17:25:32.0037175Z [3541/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u40.c.obj 2024-08-07T17:25:32.0089796Z [3542/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u8.c.obj 2024-08-07T17:25:32.0260823Z [3543/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u72.c.obj 2024-08-07T17:25:32.0383119Z [3544/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u8.c.obj 2024-08-07T17:25:32.0442479Z [3545/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u64.c.obj 2024-08-07T17:25:32.0607688Z [3546/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u56.c.obj 2024-08-07T17:25:32.0666917Z [3547/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u80.c.obj 2024-08-07T17:25:32.0971764Z [3548/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u8.c.obj 2024-08-07T17:25:32.1019757Z [3549/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u32.c.obj 2024-08-07T17:25:32.1074942Z [3550/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u24.c.obj 2024-08-07T17:25:32.1386702Z [3551/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u24.c.obj 2024-08-07T17:25:32.1483372Z [3552/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u16.c.obj 2024-08-07T17:25:32.1606701Z [3553/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u8.c.obj 2024-08-07T17:25:32.1805170Z [3554/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u40.c.obj 2024-08-07T17:25:32.1882443Z [3555/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u32.c.obj 2024-08-07T17:25:32.1960656Z [3556/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u24.c.obj 2024-08-07T17:25:32.2477965Z [3557/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u32.c.obj 2024-08-07T17:25:32.2491268Z [3558/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u48.c.obj 2024-08-07T17:25:32.2504001Z [3559/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u16.c.obj 2024-08-07T17:25:32.2552261Z [3560/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u16.c.obj 2024-08-07T17:25:32.2670807Z [3561/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u8.c.obj 2024-08-07T17:25:32.2759476Z [3562/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u64.c.obj 2024-08-07T17:25:32.2809661Z [3563/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u56.c.obj 2024-08-07T17:25:32.2859829Z [3564/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u80.c.obj 2024-08-07T17:25:32.3486278Z [3565/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u16.c.obj 2024-08-07T17:25:32.3537061Z [3566/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u72.c.obj 2024-08-07T17:25:32.3549753Z [3567/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u40.c.obj 2024-08-07T17:25:32.3754112Z [3568/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u32.c.obj 2024-08-07T17:25:32.3767895Z [3569/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u56.c.obj 2024-08-07T17:25:32.3779535Z [3570/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u8.c.obj 2024-08-07T17:25:32.3830024Z [3571/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u48.c.obj 2024-08-07T17:25:32.3845717Z [3572/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u24.c.obj 2024-08-07T17:25:32.4493360Z [3573/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u16.c.obj 2024-08-07T17:25:32.4512217Z [3574/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u72.c.obj 2024-08-07T17:25:32.4562100Z [3575/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u64.c.obj 2024-08-07T17:25:32.4726107Z [3576/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u80.c.obj 2024-08-07T17:25:32.4741921Z [3577/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u48.c.obj 2024-08-07T17:25:32.4829626Z [3578/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u32.c.obj 2024-08-07T17:25:32.4972051Z [3579/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u40.c.obj 2024-08-07T17:25:32.5116685Z [3580/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u24.c.obj 2024-08-07T17:25:32.5484549Z [3581/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u56.c.obj 2024-08-07T17:25:32.5531943Z [3582/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u64.c.obj 2024-08-07T17:25:32.5652456Z [3583/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f16-tanh-fma3-expm1minus-rr1-p3h2ts-div.c.obj 2024-08-07T17:25:32.5667033Z [3584/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u72.c.obj 2024-08-07T17:25:32.5777950Z [3585/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sqrt-fma3-nr1fma.c.obj 2024-08-07T17:25:32.5919562Z [3586/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u80.c.obj 2024-08-07T17:25:32.6100268Z [3587/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sqrt-fma3-nr2fma.c.obj 2024-08-07T17:25:32.6167018Z [3588/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sqrt-fma3-nr1fma1adj.c.obj 2024-08-07T17:25:32.6506061Z [3589/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj.c.obj 2024-08-07T17:25:32.6621302Z [3590/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f16-tanh-fma3-expm1minus-rr1-p3h2ts-rcp.c.obj 2024-08-07T17:25:32.6667451Z [3591/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div.c.obj 2024-08-07T17:25:32.6719147Z [3592/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f16-tanh-fma3-polynomial-p19h9t2.c.obj 2024-08-07T17:25:32.6733730Z [3593/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f16-tanh-fma3-polynomial-p17h8t2.c.obj 2024-08-07T17:25:32.6817455Z [3594/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma3-expm1minus-rr1-p6h5ts-nr1.c.obj 2024-08-07T17:25:32.7057087Z [3595/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma3-expm1minus-rr1-lut8-p4h3ps-div.c.obj 2024-08-07T17:25:32.7112806Z [3596/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma3-expm1minus-rr1-lut8-p4h3ps-nr1.c.obj 2024-08-07T17:25:32.7526533Z [3597/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma3-expm1minus-rr1-p6h5ts-nr1adj.c.obj 2024-08-07T17:25:32.7641895Z [3598/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma3-expm1minus-rr1-p6h5ts-div.c.obj 2024-08-07T17:25:32.7699324Z [3599/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma3-expm1minus-rr1-lut8-p4h3ps-nr1adj.c.obj 2024-08-07T17:25:32.7845336Z [3600/7975] 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-08-07T17:25:32.7927778Z [3601/7975] 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-08-07T17:25:32.7982937Z [3602/7975] 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-08-07T17:25:32.8153872Z [3603/7975] 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-08-07T17:25:32.8211685Z [3604/7975] 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-08-07T17:25:32.8682134Z [3605/7975] 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-08-07T17:25:32.8851395Z [3606/7975] 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-08-07T17:25:32.9000551Z [3607/7975] 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-08-07T17:25:32.9183468Z [3608/7975] 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-08-07T17:25:32.9196499Z [3609/7975] 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-08-07T17:25:32.9246068Z [3610/7975] 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-08-07T17:25:32.9719318Z [3611/7975] 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-08-07T17:25:32.9736192Z [3612/7975] 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-08-07T17:25:32.9910926Z [3613/7975] 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-08-07T17:25:32.9961545Z [3614/7975] 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-08-07T17:25:33.0038673Z [3615/7975] 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-08-07T17:25:33.0189789Z [3616/7975] 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-08-07T17:25:33.0247024Z [3617/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-4x8-minmax-avx2-broadcast.c.obj 2024-08-07T17:25:33.0514814Z [3618/7975] 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-08-07T17:25:33.0804315Z [3619/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-1x8-minmax-avx2-broadcast.c.obj 2024-08-07T17:25:33.0819788Z [3620/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-1x16-minmax-avx2-broadcast.c.obj 2024-08-07T17:25:33.1085217Z [3621/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-4x16-minmax-avx2-broadcast.c.obj 2024-08-07T17:25:33.1230665Z [3622/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-3x16-minmax-avx2-broadcast.c.obj 2024-08-07T17:25:33.1248119Z [3623/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-6x8-minmax-avx2-broadcast.c.obj 2024-08-07T17:25:33.1323291Z [3624/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-1x8-minmax-avx2-broadcast.c.obj 2024-08-07T17:25:33.1371119Z [3625/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-7x8-minmax-avx2-broadcast.c.obj 2024-08-07T17:25:33.1698179Z [3626/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-5x16-minmax-avx2-broadcast.c.obj 2024-08-07T17:25:33.1837888Z [3627/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-6x8-minmax-avx2-broadcast.c.obj 2024-08-07T17:25:33.1850146Z [3628/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-5x8-minmax-avx2-broadcast.c.obj 2024-08-07T17:25:33.1998700Z [3629/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-pavgpool\f16-pavgpool-9p8x-minmax-avx2-c8.c.obj 2024-08-07T17:25:33.2225760Z [3630/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc4.c.obj 2024-08-07T17:25:33.2239874Z [3631/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-pavgpool\f16-pavgpool-9x-minmax-avx2-c8.c.obj 2024-08-07T17:25:33.2294981Z [3632/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-7x8-minmax-avx2-broadcast.c.obj 2024-08-07T17:25:33.2353536Z [3633/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc2.c.obj 2024-08-07T17:25:33.2691012Z [3634/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40.c.obj 2024-08-07T17:25:33.2788295Z [3635/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc5.c.obj 2024-08-07T17:25:33.2990951Z [3636/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc2.c.obj 2024-08-07T17:25:33.3035303Z [3637/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc2.c.obj 2024-08-07T17:25:33.3079631Z [3638/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.obj 2024-08-07T17:25:33.3153083Z [3639/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48.c.obj 2024-08-07T17:25:33.3168631Z [3640/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64.c.obj 2024-08-07T17:25:33.3184209Z [3641/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc4.c.obj 2024-08-07T17:25:33.3577571Z [3642/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc3.c.obj 2024-08-07T17:25:33.3660994Z [3643/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc2.c.obj 2024-08-07T17:25:33.3881914Z [3644/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc2.c.obj 2024-08-07T17:25:33.3931455Z [3645/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u72.c.obj 2024-08-07T17:25:33.4021894Z [3646/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc2.c.obj 2024-08-07T17:25:33.4065524Z [3647/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc5.c.obj 2024-08-07T17:25:33.4122342Z [3648/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80.c.obj 2024-08-07T17:25:33.4298995Z [3649/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u72-acc3.c.obj 2024-08-07T17:25:33.4438400Z [3650/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96.c.obj 2024-08-07T17:25:33.4596663Z [3651/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-velu\gen\f16-velu-avx2-rr1-p3-u8.c.obj 2024-08-07T17:25:33.4755058Z [3652/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc3.c.obj 2024-08-07T17:25:33.4911527Z [3653/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc6.c.obj 2024-08-07T17:25:33.5025642Z [3654/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u8.c.obj 2024-08-07T17:25:33.5039714Z [3655/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u40.c.obj 2024-08-07T17:25:33.5051482Z [3656/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-velu\gen\f16-velu-avx2-rr1-p3-u16.c.obj 2024-08-07T17:25:33.5588224Z [3657/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u16.c.obj 2024-08-07T17:25:33.5643332Z [3658/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u48.c.obj 2024-08-07T17:25:33.5793028Z [3659/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u32.c.obj 2024-08-07T17:25:33.5856455Z [3660/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u8.c.obj 2024-08-07T17:25:33.5905154Z [3661/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u16.c.obj 2024-08-07T17:25:33.5919798Z [3662/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.obj 2024-08-07T17:25:33.6051255Z [3663/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u24.c.obj 2024-08-07T17:25:33.6529378Z [3664/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u56.c.obj 2024-08-07T17:25:33.6542984Z [3665/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u64.c.obj 2024-08-07T17:25:33.6596067Z [3666/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u24.c.obj 2024-08-07T17:25:33.6691637Z [3667/7975] 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-08-07T17:25:33.6815692Z [3668/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u48.c.obj 2024-08-07T17:25:33.6889801Z [3669/7975] 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-08-07T17:25:33.6941757Z [3670/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u40.c.obj 2024-08-07T17:25:33.6989903Z [3671/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u64.c.obj 2024-08-07T17:25:33.7523300Z [3672/7975] 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-08-07T17:25:33.7571989Z [3673/7975] 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-08-07T17:25:33.7634509Z [3674/7975] 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-08-07T17:25:33.7745802Z [3675/7975] 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-08-07T17:25:33.7796486Z [3676/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u56.c.obj 2024-08-07T17:25:33.7945938Z [3677/7975] 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-08-07T17:25:33.7958577Z [3678/7975] 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-08-07T17:25:33.7972117Z [3679/7975] 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-08-07T17:25:33.8531930Z [3680/7975] 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-08-07T17:25:33.8599525Z [3681/7975] 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-08-07T17:25:33.8775202Z [3682/7975] 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-08-07T17:25:33.8834291Z [3683/7975] 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-08-07T17:25:33.8887662Z [3684/7975] 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-08-07T17:25:33.8939428Z [3685/7975] 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-08-07T17:25:33.8954235Z [3686/7975] 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-08-07T17:25:33.9004739Z [3687/7975] 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-08-07T17:25:33.9686504Z [3688/7975] 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-08-07T17:25:33.9845841Z [3689/7975] 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-08-07T17:25:33.9858394Z [3690/7975] 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-08-07T17:25:33.9912193Z [3691/7975] 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-08-07T17:25:33.9966825Z [3692/7975] 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-08-07T17:25:34.0061140Z [3693/7975] 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-08-07T17:25:34.0170225Z [3694/7975] 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-08-07T17:25:34.0693308Z [3695/7975] 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-08-07T17:25:34.0982877Z [3696/7975] 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-08-07T17:25:34.1028021Z [3697/7975] 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-08-07T17:25:34.1084704Z [3698/7975] 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-08-07T17:25:34.1099534Z [3699/7975] 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-08-07T17:25:34.1165789Z [3700/7975] 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-08-07T17:25:34.1180280Z [3701/7975] 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-08-07T17:25:34.1296532Z [3702/7975] 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-08-07T17:25:34.1819157Z [3703/7975] 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-08-07T17:25:34.2205521Z [3704/7975] 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-08-07T17:25:34.2248923Z [3705/7975] 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-08-07T17:25:34.2294272Z [3706/7975] 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-08-07T17:25:34.2342783Z [3707/7975] 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-08-07T17:25:34.2390831Z [3708/7975] 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-08-07T17:25:34.2440466Z [3709/7975] 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-08-07T17:25:34.3059563Z [3710/7975] 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-08-07T17:25:34.3115301Z [3711/7975] 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-08-07T17:25:34.3335181Z [3712/7975] 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-08-07T17:25:34.3382445Z [3713/7975] 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-08-07T17:25:34.3448807Z [3714/7975] 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-08-07T17:25:34.3626214Z [3715/7975] 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-08-07T17:25:34.3639459Z [3716/7975] 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-08-07T17:25:34.3862365Z [3717/7975] 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-08-07T17:25:34.3936682Z [3718/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u32.c.obj 2024-08-07T17:25:34.4164264Z [3719/7975] 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-08-07T17:25:34.4210770Z [3720/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u32.c.obj 2024-08-07T17:25:34.4260109Z [3721/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u48.c.obj 2024-08-07T17:25:34.4490802Z [3722/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u16.c.obj 2024-08-07T17:25:34.4548262Z [3723/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u64.c.obj 2024-08-07T17:25:34.4672902Z [3724/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u64.c.obj 2024-08-07T17:25:34.4764181Z [3725/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u48.c.obj 2024-08-07T17:25:34.4869523Z [3726/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u16.c.obj 2024-08-07T17:25:34.4971129Z [3727/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64-acc2.c.obj 2024-08-07T17:25:34.4987062Z [3728/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u72-acc3.c.obj 2024-08-07T17:25:34.5038733Z [3729/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64-acc4.c.obj 2024-08-07T17:25:34.5334509Z [3730/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64.c.obj 2024-08-07T17:25:34.5552755Z [3731/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80.c.obj 2024-08-07T17:25:34.5571080Z [3732/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80-acc2.c.obj 2024-08-07T17:25:34.5619026Z [3733/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u72.c.obj 2024-08-07T17:25:34.5714267Z [3734/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80-acc5.c.obj 2024-08-07T17:25:34.5767189Z [3735/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc2.c.obj 2024-08-07T17:25:34.5838847Z [3736/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96.c.obj 2024-08-07T17:25:34.5946003Z [3737/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64-acc4.c.obj 2024-08-07T17:25:34.6113940Z [3738/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc6.c.obj 2024-08-07T17:25:34.6440585Z [3739/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u72-acc3.c.obj 2024-08-07T17:25:34.6457391Z [3740/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64-acc2.c.obj 2024-08-07T17:25:34.6512713Z [3741/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc3.c.obj 2024-08-07T17:25:34.6524005Z [3742/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80-acc2.c.obj 2024-08-07T17:25:34.6645950Z [3743/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80.c.obj 2024-08-07T17:25:34.6747827Z [3744/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u72.c.obj 2024-08-07T17:25:34.6761264Z [3745/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64.c.obj 2024-08-07T17:25:34.6942806Z [3746/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80-acc5.c.obj 2024-08-07T17:25:34.7364896Z [3747/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u64-acc4.c.obj 2024-08-07T17:25:34.7377493Z [3748/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96.c.obj 2024-08-07T17:25:34.7419788Z [3749/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc2.c.obj 2024-08-07T17:25:34.7507355Z [3750/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc6.c.obj 2024-08-07T17:25:34.7569790Z [3751/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc3.c.obj 2024-08-07T17:25:34.7586244Z [3752/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u64-acc2.c.obj 2024-08-07T17:25:34.7807283Z [3753/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u72-acc3.c.obj 2024-08-07T17:25:34.7989474Z [3754/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u80-acc5.c.obj 2024-08-07T17:25:34.8266836Z [3755/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u72.c.obj 2024-08-07T17:25:34.8283903Z [3756/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u80-acc2.c.obj 2024-08-07T17:25:34.8337052Z [3757/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u64.c.obj 2024-08-07T17:25:34.8354106Z [3758/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u80.c.obj 2024-08-07T17:25:34.8509448Z [3759/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u96.c.obj 2024-08-07T17:25:34.8590494Z [3760/7975] 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-08-07T17:25:34.8690815Z [3761/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc3.c.obj 2024-08-07T17:25:34.8887827Z [3762/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc6.c.obj 2024-08-07T17:25:34.9181419Z [3763/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc2.c.obj 2024-08-07T17:25:34.9261885Z [3764/7975] 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-08-07T17:25:34.9274287Z [3765/7975] 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-08-07T17:25:34.9484867Z [3766/7975] 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-08-07T17:25:34.9548194Z [3767/7975] 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-08-07T17:25:34.9598832Z [3768/7975] 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-08-07T17:25:34.9657844Z [3769/7975] 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-08-07T17:25:34.9866759Z [3770/7975] 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-08-07T17:25:35.0149781Z [3771/7975] 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-08-07T17:25:35.0242494Z [3772/7975] 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-08-07T17:25:35.0258799Z [3773/7975] 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-08-07T17:25:35.0577415Z [3774/7975] 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-08-07T17:25:35.0641743Z [3775/7975] 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-08-07T17:25:35.0711663Z [3776/7975] 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-08-07T17:25:35.0758834Z [3777/7975] 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-08-07T17:25:35.0815848Z [3778/7975] 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-08-07T17:25:35.1037030Z [3779/7975] 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-08-07T17:25:35.1310378Z [3780/7975] 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-08-07T17:25:35.1506908Z [3781/7975] 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-08-07T17:25:35.1579598Z [3782/7975] 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-08-07T17:25:35.1634339Z [3783/7975] 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-08-07T17:25:35.1647751Z [3784/7975] 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-08-07T17:25:35.1698523Z [3785/7975] 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-08-07T17:25:35.1956557Z [3786/7975] 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-08-07T17:25:35.2007126Z [3787/7975] 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-08-07T17:25:35.2216528Z [3788/7975] 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-08-07T17:25:35.2580787Z [3789/7975] 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-08-07T17:25:35.2631793Z [3790/7975] 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-08-07T17:25:35.2646911Z [3791/7975] 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-08-07T17:25:35.2704750Z [3792/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u40.c.obj 2024-08-07T17:25:35.2854933Z [3793/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u24.c.obj 2024-08-07T17:25:35.2869852Z [3794/7975] 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-08-07T17:25:35.2944861Z [3795/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u8.c.obj 2024-08-07T17:25:35.3131844Z [3796/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u16.c.obj 2024-08-07T17:25:35.3439237Z [3797/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u8.c.obj 2024-08-07T17:25:35.3557884Z [3798/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u32.c.obj 2024-08-07T17:25:35.3788484Z [3799/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u56.c.obj 2024-08-07T17:25:35.3844458Z [3800/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u80.c.obj 2024-08-07T17:25:35.3893899Z [3801/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u48.c.obj 2024-08-07T17:25:35.3948057Z [3802/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u64.c.obj 2024-08-07T17:25:35.3961986Z [3803/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u48.c.obj 2024-08-07T17:25:35.3976916Z [3804/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u72.c.obj 2024-08-07T17:25:35.4255251Z [3805/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u40.c.obj 2024-08-07T17:25:35.4379257Z [3806/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u32.c.obj 2024-08-07T17:25:35.4699527Z [3807/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u16.c.obj 2024-08-07T17:25:35.4746254Z [3808/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u96.c.obj 2024-08-07T17:25:35.4808699Z [3809/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u88.c.obj 2024-08-07T17:25:35.4862447Z [3810/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u80.c.obj 2024-08-07T17:25:35.4879364Z [3811/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u64.c.obj 2024-08-07T17:25:35.4958934Z [3812/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u24.c.obj 2024-08-07T17:25:35.5063608Z [3813/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u72.c.obj 2024-08-07T17:25:35.5156002Z [3814/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u56.c.obj 2024-08-07T17:25:35.5519908Z [3815/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u40.c.obj 2024-08-07T17:25:35.5582183Z [3816/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u8.c.obj 2024-08-07T17:25:35.5729220Z [3817/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u24.c.obj 2024-08-07T17:25:35.5774559Z [3818/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u16.c.obj 2024-08-07T17:25:35.5787717Z [3819/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u32.c.obj 2024-08-07T17:25:35.5939892Z [3820/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u48.c.obj 2024-08-07T17:25:35.5955411Z [3821/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u80.c.obj 2024-08-07T17:25:35.6227176Z [3822/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u56.c.obj 2024-08-07T17:25:35.6318081Z [3823/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u72.c.obj 2024-08-07T17:25:35.6677381Z [3824/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u64.c.obj 2024-08-07T17:25:35.6722838Z [3825/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u40.c.obj 2024-08-07T17:25:35.6786590Z [3826/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u32.c.obj 2024-08-07T17:25:35.6875986Z [3827/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u8.c.obj 2024-08-07T17:25:35.6895855Z [3828/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u16.c.obj 2024-08-07T17:25:35.7063905Z [3829/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u96.c.obj 2024-08-07T17:25:35.7110382Z [3830/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u24.c.obj 2024-08-07T17:25:35.7500855Z [3831/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u88.c.obj 2024-08-07T17:25:35.7687985Z [3832/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u72.c.obj 2024-08-07T17:25:35.7701540Z [3833/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u8.c.obj 2024-08-07T17:25:35.7753839Z [3834/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u56.c.obj 2024-08-07T17:25:35.7821035Z [3835/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u64.c.obj 2024-08-07T17:25:35.7868749Z [3836/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u48.c.obj 2024-08-07T17:25:35.7986118Z [3837/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u80.c.obj 2024-08-07T17:25:35.8295754Z [3838/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u16.c.obj 2024-08-07T17:25:35.8414633Z [3839/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u24.c.obj 2024-08-07T17:25:35.8720490Z [3840/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u40.c.obj 2024-08-07T17:25:35.8788978Z [3841/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u80.c.obj 2024-08-07T17:25:35.8803462Z [3842/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u32.c.obj 2024-08-07T17:25:35.8852878Z [3843/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u64.c.obj 2024-08-07T17:25:35.8903291Z [3844/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u16.c.obj 2024-08-07T17:25:35.9110522Z [3845/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u48.c.obj 2024-08-07T17:25:35.9366016Z [3846/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u72.c.obj 2024-08-07T17:25:35.9430545Z [3847/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u56.c.obj 2024-08-07T17:25:35.9629166Z [3848/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u8.c.obj 2024-08-07T17:25:35.9788383Z [3849/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u40.c.obj 2024-08-07T17:25:35.9802954Z [3850/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u48.c.obj 2024-08-07T17:25:35.9868724Z [3851/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u24.c.obj 2024-08-07T17:25:36.0006700Z [3852/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u56.c.obj 2024-08-07T17:25:36.0258443Z [3853/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u24.c.obj 2024-08-07T17:25:36.0353039Z [3854/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u32.c.obj 2024-08-07T17:25:36.0597689Z [3855/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u16.c.obj 2024-08-07T17:25:36.0674327Z [3856/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u72.c.obj 2024-08-07T17:25:36.0752974Z [3857/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u8.c.obj 2024-08-07T17:25:36.0859828Z [3858/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u64.c.obj 2024-08-07T17:25:36.0945100Z [3859/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u40.c.obj 2024-08-07T17:25:36.1025851Z [3860/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u80.c.obj 2024-08-07T17:25:36.1221608Z [3861/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u64.c.obj 2024-08-07T17:25:36.1393896Z [3862/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u72.c.obj 2024-08-07T17:25:36.1540658Z [3863/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u32.c.obj 2024-08-07T17:25:36.1650689Z [3864/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u56.c.obj 2024-08-07T17:25:36.1735075Z [3865/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u48.c.obj 2024-08-07T17:25:36.1862265Z [3866/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u80.c.obj 2024-08-07T17:25:36.2040736Z [3867/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u24.c.obj 2024-08-07T17:25:36.2058158Z [3868/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u40.c.obj 2024-08-07T17:25:36.2335007Z [3869/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u8.c.obj 2024-08-07T17:25:36.2444224Z [3870/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u32.c.obj 2024-08-07T17:25:36.2621909Z [3871/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u56.c.obj 2024-08-07T17:25:36.2635499Z [3872/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u16.c.obj 2024-08-07T17:25:36.2683324Z [3873/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u8.c.obj 2024-08-07T17:25:36.3002641Z [3874/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u48.c.obj 2024-08-07T17:25:36.3058223Z [3875/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u64.c.obj 2024-08-07T17:25:36.3183317Z [3876/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u72.c.obj 2024-08-07T17:25:36.3412895Z [3877/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u80.c.obj 2024-08-07T17:25:36.3602484Z [3878/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u32.c.obj 2024-08-07T17:25:36.3615428Z [3879/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u40.c.obj 2024-08-07T17:25:36.3746377Z [3880/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u16.c.obj 2024-08-07T17:25:36.3867170Z [3881/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u56.c.obj 2024-08-07T17:25:36.3925614Z [3882/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u48.c.obj 2024-08-07T17:25:36.3995590Z [3883/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u24.c.obj 2024-08-07T17:25:36.4113671Z [3884/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u16.c.obj 2024-08-07T17:25:36.4356329Z [3885/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u64.c.obj 2024-08-07T17:25:36.4640356Z [3886/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u80.c.obj 2024-08-07T17:25:36.4716326Z [3887/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u72.c.obj 2024-08-07T17:25:36.4823908Z [3888/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u64.c.obj 2024-08-07T17:25:36.4977239Z [3889/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u8.c.obj 2024-08-07T17:25:36.4991827Z [3890/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u56.c.obj 2024-08-07T17:25:36.5035588Z [3891/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u40.c.obj 2024-08-07T17:25:36.5341428Z [3892/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u32.c.obj 2024-08-07T17:25:36.5358540Z [3893/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u24.c.obj 2024-08-07T17:25:36.5736268Z [3894/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u48.c.obj 2024-08-07T17:25:36.5780547Z [3895/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u16.c.obj 2024-08-07T17:25:36.5895107Z [3896/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u24.c.obj 2024-08-07T17:25:36.5963764Z [3897/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u32.c.obj 2024-08-07T17:25:36.6098003Z [3898/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u72.c.obj 2024-08-07T17:25:36.6326776Z [3899/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u40.c.obj 2024-08-07T17:25:36.6382797Z [3900/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u80.c.obj 2024-08-07T17:25:36.6397156Z [3901/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u8.c.obj 2024-08-07T17:25:36.6803856Z [3902/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u56.c.obj 2024-08-07T17:25:36.6916142Z [3903/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u48.c.obj 2024-08-07T17:25:36.6971983Z [3904/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u72.c.obj 2024-08-07T17:25:36.7109022Z [3905/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u80.c.obj 2024-08-07T17:25:36.7244837Z [3906/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u48.c.obj 2024-08-07T17:25:36.7294193Z [3907/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u24.c.obj 2024-08-07T17:25:36.7405344Z [3908/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u8.c.obj 2024-08-07T17:25:36.7722060Z [3909/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u32.c.obj 2024-08-07T17:25:36.7808867Z [3910/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u64.c.obj 2024-08-07T17:25:36.7872337Z [3911/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u16.c.obj 2024-08-07T17:25:36.7974943Z [3912/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u40.c.obj 2024-08-07T17:25:36.8028034Z [3913/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u56.c.obj 2024-08-07T17:25:36.8185242Z [3914/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u64.c.obj 2024-08-07T17:25:36.8465187Z [3915/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u80.c.obj 2024-08-07T17:25:36.8517827Z [3916/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u8.c.obj 2024-08-07T17:25:36.8800443Z [3917/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u40.c.obj 2024-08-07T17:25:36.8853401Z [3918/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u72.c.obj 2024-08-07T17:25:36.8902146Z [3919/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u56.c.obj 2024-08-07T17:25:36.9176793Z [3920/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u16.c.obj 2024-08-07T17:25:36.9189553Z [3921/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u48.c.obj 2024-08-07T17:25:36.9273594Z [3922/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u24.c.obj 2024-08-07T17:25:36.9465019Z [3923/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u32.c.obj 2024-08-07T17:25:36.9512462Z [3924/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u80.c.obj 2024-08-07T17:25:36.9771777Z [3925/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u24.c.obj 2024-08-07T17:25:36.9787148Z [3926/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u8.c.obj 2024-08-07T17:25:36.9947998Z [3927/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u72.c.obj 2024-08-07T17:25:37.0118396Z [3928/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u16.c.obj 2024-08-07T17:25:37.0230436Z [3929/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u56.c.obj 2024-08-07T17:25:37.0243836Z [3930/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u64.c.obj 2024-08-07T17:25:37.0491201Z [3931/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u64.c.obj 2024-08-07T17:25:37.0601765Z [3932/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u48.c.obj 2024-08-07T17:25:37.0695519Z [3933/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u72.c.obj 2024-08-07T17:25:37.0710325Z [3934/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u40.c.obj 2024-08-07T17:25:37.1043058Z [3935/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u32.c.obj 2024-08-07T17:25:37.1055422Z [3936/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u32.c.obj 2024-08-07T17:25:37.1312916Z [3937/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u40.c.obj 2024-08-07T17:25:37.1437268Z [3938/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u24.c.obj 2024-08-07T17:25:37.1521382Z [3939/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u16.c.obj 2024-08-07T17:25:37.1571699Z [3940/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u8.c.obj 2024-08-07T17:25:37.1589071Z [3941/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u80.c.obj 2024-08-07T17:25:37.1642196Z [3942/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u72.c.obj 2024-08-07T17:25:37.1930994Z [3943/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u48.c.obj 2024-08-07T17:25:37.1981862Z [3944/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u64.c.obj 2024-08-07T17:25:37.2206373Z [3945/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u80.c.obj 2024-08-07T17:25:37.2406307Z [3946/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-expm1minus-avx2-rr1-p3.c.obj 2024-08-07T17:25:37.2425604Z [3947/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u56.c.obj 2024-08-07T17:25:37.2481231Z [3948/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-expm1minus-avx2-rr1-p2.c.obj 2024-08-07T17:25:37.2495146Z [3949/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-expminus-avx2-rr1-p2.c.obj 2024-08-07T17:25:37.2974893Z [3950/7975] 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-08-07T17:25:37.3125904Z [3951/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.obj 2024-08-07T17:25:37.3188170Z [3952/7975] 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-08-07T17:25:37.3318965Z [3953/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.obj 2024-08-07T17:25:37.3362768Z [3954/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-sigmoid-avx2-rr1-p3-rcp.c.obj 2024-08-07T17:25:37.3468839Z [3955/7975] 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-08-07T17:25:37.3523377Z [3956/7975] 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-08-07T17:25:37.3917527Z [3957/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-sigmoid-avx2-rr1-p2-rcp.c.obj 2024-08-07T17:25:37.4094604Z [3958/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-avx2-rr1-lut16-p3-gather.c.obj 2024-08-07T17:25:37.4137464Z [3959/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-avx2-rr1-lut4-p4-perm.c.obj 2024-08-07T17:25:37.4182308Z [3960/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-sigmoid-avx2-rr1-p2-div.c.obj 2024-08-07T17:25:37.4194915Z [3961/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-expminus-avx2-rr1-p3.c.obj 2024-08-07T17:25:37.4250631Z [3962/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-avx2-rr1-lut8-p4-perm.c.obj 2024-08-07T17:25:37.4304615Z [3963/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-sigmoid-avx2-rr1-p3-div.c.obj 2024-08-07T17:25:37.4367833Z [3964/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-avx2-rr2-lut8-p3-perm.c.obj 2024-08-07T17:25:37.4933787Z [3965/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-avx2-rr2-p5.c.obj 2024-08-07T17:25:37.4977824Z [3966/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-avx2-rr1-p6.c.obj 2024-08-07T17:25:37.5021975Z [3967/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-avx2-rr2-lut8-p4-perm.c.obj 2024-08-07T17:25:37.5099564Z [3968/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expminus-avx2-rr2-p5.c.obj 2024-08-07T17:25:37.5167954Z [3969/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-extexp-avx2-p5.c.obj 2024-08-07T17:25:37.5211699Z [3970/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr1-lut64-p2-gather-div.c.obj 2024-08-07T17:25:37.5327985Z [3971/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr1-p5-nr1fma.c.obj 2024-08-07T17:25:37.5343082Z [3972/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expminus-avx2-rr1-p5.c.obj 2024-08-07T17:25:37.5839074Z [3973/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr1-lut64-p2-gather-nr1fma.c.obj 2024-08-07T17:25:37.5886804Z [3974/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr1-lut64-p2-gather-nr2fma.c.obj 2024-08-07T17:25:37.6009965Z [3975/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr1-lut64-p2-gather-nr2fma1adj.c.obj 2024-08-07T17:25:37.6061639Z [3976/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr2-lut64-p2-gather-nr1fma.c.obj 2024-08-07T17:25:37.6072824Z [3977/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr1-p5-nr2fma.c.obj 2024-08-07T17:25:37.6175467Z [3978/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr1-p5-div.c.obj 2024-08-07T17:25:37.6191664Z [3979/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr2-lut64-p2-gather-nr2fma.c.obj 2024-08-07T17:25:37.6297498Z [3980/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr2-lut64-p2-gather-nr2fma1adj.c.obj 2024-08-07T17:25:37.6698844Z [3981/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr2-p5-div.c.obj 2024-08-07T17:25:37.6832231Z [3982/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr2-p5-nr2fma.c.obj 2024-08-07T17:25:37.6880884Z [3983/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr2-p5-nr1fma.c.obj 2024-08-07T17:25:37.6968190Z [3984/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f16-tanh-avx2-expm1minus-rr1-p3h2ts-rcp.c.obj 2024-08-07T17:25:37.7154712Z [3985/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f16-tanh-avx2-expm1minus-rr1-p3h2ts-div.c.obj 2024-08-07T17:25:37.7167983Z [3986/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj.c.obj 2024-08-07T17:25:37.7215844Z [3987/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr2-lut64-p2-gather-div.c.obj 2024-08-07T17:25:37.7465906Z [3988/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div.c.obj 2024-08-07T17:25:37.7632200Z [3989/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-gather-div.c.obj 2024-08-07T17:25:37.7820540Z [3990/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-gather-nr1.c.obj 2024-08-07T17:25:37.8004584Z [3991/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-perm-nr1adj.c.obj 2024-08-07T17:25:37.8057963Z [3992/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-gather-nr1adj.c.obj 2024-08-07T17:25:37.8108851Z [3993/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-perm-nr1.c.obj 2024-08-07T17:25:37.8300292Z [3994/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-perm-div.c.obj 2024-08-07T17:25:37.8359989Z [3995/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx2-expm1minus-rr1-p6h5ts-div.c.obj 2024-08-07T17:25:37.8409986Z [3996/7975] 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-08-07T17:25:37.8592603Z [3997/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx2-expm1minus-rr1-p6h5ts-nr1adj.c.obj 2024-08-07T17:25:37.8991676Z [3998/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx2-expm1minus-rr1-p6h5ts-nr1.c.obj 2024-08-07T17:25:37.9320735Z [3999/7975] 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-08-07T17:25:37.9377055Z [4000/7975] 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-08-07T17:25:37.9389615Z [4001/7975] 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-08-07T17:25:37.9474257Z [4002/7975] 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-08-07T17:25:37.9561328Z [4003/7975] 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-08-07T17:25:37.9705099Z [4004/7975] 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-08-07T17:25:37.9937595Z [4005/7975] 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-08-07T17:25:38.0190752Z [4006/7975] 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-08-07T17:25:38.0483562Z [4007/7975] 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-08-07T17:25:38.0548595Z [4008/7975] 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-08-07T17:25:38.0609408Z [4009/7975] 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-08-07T17:25:38.0755126Z [4010/7975] 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-08-07T17:25:38.0811047Z [4011/7975] 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-08-07T17:25:38.0961954Z [4012/7975] 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-08-07T17:25:38.1221507Z [4013/7975] 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-08-07T17:25:38.1377615Z [4014/7975] 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-08-07T17:25:38.1721443Z [4015/7975] 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-08-07T17:25:38.1795592Z [4016/7975] 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-08-07T17:25:38.1897703Z [4017/7975] 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-08-07T17:25:38.1992398Z [4018/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-07T17:25:38.2095475Z [4019/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-07T17:25:38.2293738Z [4020/7975] 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-08-07T17:25:38.2310418Z [4021/7975] 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-08-07T17:25:38.2448750Z [4022/7975] 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-08-07T17:25:38.2780390Z [4023/7975] 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-08-07T17:25:38.2910962Z [4024/7975] 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-08-07T17:25:38.3034441Z [4025/7975] 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-08-07T17:25:38.3264555Z [4026/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-07T17:25:38.3480664Z [4027/7975] 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-08-07T17:25:38.3602788Z [4028/7975] 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-08-07T17:25:38.3870504Z [4029/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-07T17:25:38.3982694Z [4030/7975] 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-08-07T17:25:38.4054764Z [4031/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-07T17:25:38.4117905Z [4032/7975] 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-08-07T17:25:38.4229557Z [4033/7975] 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-08-07T17:25:38.4423018Z [4034/7975] 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-08-07T17:25:38.4636974Z [4035/7975] 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-08-07T17:25:38.5011238Z [4036/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-07T17:25:38.5067589Z [4037/7975] 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-08-07T17:25:38.5146344Z [4038/7975] 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-08-07T17:25:38.5239654Z [4039/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-07T17:25:38.5365983Z [4040/7975] 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-08-07T17:25:38.5420420Z [4041/7975] 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-08-07T17:25:38.5718056Z [4042/7975] 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-08-07T17:25:38.5857511Z [4043/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-07T17:25:38.6205730Z [4044/7975] 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-08-07T17:25:38.6341788Z [4045/7975] 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-08-07T17:25:38.6431174Z [4046/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.obj 2024-08-07T17:25:38.6487692Z [4047/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-07T17:25:38.6502820Z [4048/7975] 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-08-07T17:25:38.6762240Z [4049/7975] 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-08-07T17:25:38.6841209Z [4050/7975] 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-08-07T17:25:38.6985866Z [4051/7975] 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-08-07T17:25:38.7203392Z [4052/7975] 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-08-07T17:25:38.7443446Z [4053/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.obj 2024-08-07T17:25:38.7493817Z [4054/7975] 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-08-07T17:25:38.7622934Z [4055/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.obj 2024-08-07T17:25:38.7640432Z [4056/7975] 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-08-07T17:25:38.7916697Z [4057/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u24.c.obj 2024-08-07T17:25:38.7930440Z [4058/7975] 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-08-07T17:25:38.7983486Z [4059/7975] 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-08-07T17:25:38.8049740Z [4060/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u32.c.obj 2024-08-07T17:25:38.8282083Z [4061/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u16.c.obj 2024-08-07T17:25:38.8576085Z [4062/7975] 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-08-07T17:25:38.8751623Z [4063/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u8.c.obj 2024-08-07T17:25:38.8805861Z [4064/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u64.c.obj 2024-08-07T17:25:38.8851816Z [4065/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u16.c.obj 2024-08-07T17:25:38.8911150Z [4066/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u24.c.obj 2024-08-07T17:25:38.8974999Z [4067/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.obj 2024-08-07T17:25:38.9025745Z [4068/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u32.c.obj 2024-08-07T17:25:38.9843042Z [4069/7975] 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-08-07T17:25:38.9926014Z [4070/7975] 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-08-07T17:25:38.9976505Z [4071/7975] 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-08-07T17:25:39.0047053Z [4072/7975] 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-08-07T17:25:39.0137207Z [4073/7975] 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-08-07T17:25:39.0187386Z [4074/7975] 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-08-07T17:25:39.0252105Z [4075/7975] 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-08-07T17:25:39.0307112Z [4076/7975] 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-08-07T17:25:39.1069763Z [4077/7975] 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-08-07T17:25:39.1316136Z [4078/7975] 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-08-07T17:25:39.1496108Z [4079/7975] 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-08-07T17:25:39.1555993Z [4080/7975] 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-08-07T17:25:39.1571051Z [4081/7975] 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-08-07T17:25:39.1584274Z [4082/7975] 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-08-07T17:25:39.1924634Z [4083/7975] 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-08-07T17:25:39.2130612Z [4084/7975] 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-08-07T17:25:39.2257647Z [4085/7975] 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-08-07T17:25:39.2688517Z [4086/7975] 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-08-07T17:25:39.2812691Z [4087/7975] 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-08-07T17:25:39.2826409Z [4088/7975] 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-08-07T17:25:39.2928091Z [4089/7975] 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-08-07T17:25:39.3095464Z [4090/7975] 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-08-07T17:25:39.3110128Z [4091/7975] 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-08-07T17:25:39.3218217Z [4092/7975] 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-08-07T17:25:39.3416109Z [4093/7975] 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-08-07T17:25:39.3827940Z [4094/7975] 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-08-07T17:25:39.4037171Z [4095/7975] 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-08-07T17:25:39.4081374Z [4096/7975] 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-08-07T17:25:39.4094564Z [4097/7975] 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-08-07T17:25:39.4245158Z [4098/7975] 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-08-07T17:25:39.4260372Z [4099/7975] 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-08-07T17:25:39.4345282Z [4100/7975] 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-08-07T17:25:39.4454723Z [4101/7975] 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-08-07T17:25:39.4893154Z [4102/7975] 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-08-07T17:25:39.5375951Z [4103/7975] 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-08-07T17:25:39.5421255Z [4104/7975] 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-08-07T17:25:39.5471361Z [4105/7975] 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-08-07T17:25:39.5484174Z [4106/7975] 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-08-07T17:25:39.5496704Z [4107/7975] 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-08-07T17:25:39.5988456Z [4108/7975] 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-08-07T17:25:39.6045590Z [4109/7975] 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-08-07T17:25:39.6222475Z [4110/7975] 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-08-07T17:25:39.6422907Z [4111/7975] 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-08-07T17:25:39.6548074Z [4112/7975] 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-08-07T17:25:39.6562395Z [4113/7975] 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-08-07T17:25:39.6716384Z [4114/7975] 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-08-07T17:25:39.7030491Z [4115/7975] 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-08-07T17:25:39.7085801Z [4116/7975] 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-08-07T17:25:39.7233446Z [4117/7975] 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-08-07T17:25:39.7409492Z [4118/7975] 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-08-07T17:25:39.7674490Z [4119/7975] 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-08-07T17:25:39.7687292Z [4120/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u8.c.obj 2024-08-07T17:25:39.7745907Z [4121/7975] 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-08-07T17:25:39.7949529Z [4122/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u16.c.obj 2024-08-07T17:25:39.8087307Z [4123/7975] 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-08-07T17:25:39.8183174Z [4124/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u32.c.obj 2024-08-07T17:25:39.8391642Z [4125/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u24.c.obj 2024-08-07T17:25:39.8444555Z [4126/7975] 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-08-07T17:25:39.8576282Z [4127/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u8.c.obj 2024-08-07T17:25:39.8745248Z [4128/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u24.c.obj 2024-08-07T17:25:39.8838169Z [4129/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u32.c.obj 2024-08-07T17:25:39.8980101Z [4130/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u16.c.obj 2024-08-07T17:25:39.9058440Z [4131/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u32.c.obj 2024-08-07T17:25:39.9109397Z [4132/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.obj 2024-08-07T17:25:39.9217225Z [4133/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u64.c.obj 2024-08-07T17:25:39.9233788Z [4134/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u16.c.obj 2024-08-07T17:25:39.9389056Z [4135/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u64.c.obj 2024-08-07T17:25:39.9641946Z [4136/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u32.c.obj 2024-08-07T17:25:39.9985901Z [4137/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-07T17:25:40.0172695Z [4138/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-07T17:25:40.0335573Z [4139/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-07T17:25:40.0402499Z [4140/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-07T17:25:40.0451590Z [4141/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-07T17:25:40.0831298Z [4142/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-07T17:25:40.0880975Z [4143/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-07T17:25:40.1111798Z [4144/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.obj 2024-08-07T17:25:40.1192968Z [4145/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-07T17:25:40.1505449Z [4146/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.obj 2024-08-07T17:25:40.1522339Z [4147/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.obj 2024-08-07T17:25:40.1556549Z [4148/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-08-07T17:25:40.1570404Z [4149/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.obj 2024-08-07T17:25:40.1670730Z [4150/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u24.c.obj 2024-08-07T17:25:40.1873943Z [4151/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.obj 2024-08-07T17:25:40.2023337Z [4152/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u8.c.obj 2024-08-07T17:25:40.2080867Z [4153/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u32.c.obj 2024-08-07T17:25:40.2568448Z [4154/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u16.c.obj 2024-08-07T17:25:40.2632537Z [4155/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.obj 2024-08-07T17:25:40.2804980Z [4156/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x8c8-minmax-fp32-avx2.c.obj 2024-08-07T17:25:40.2820004Z [4157/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x8c8-minmax-fp32-avx2.c.obj 2024-08-07T17:25:40.2923283Z [4158/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x8c8-minmax-fp32-avx2.c.obj 2024-08-07T17:25:40.3077240Z [4159/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x8c8-minmax-fp32-avx2.c.obj 2024-08-07T17:25:40.3177390Z [4160/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x8c8-minmax-fp32-avx2.c.obj 2024-08-07T17:25:40.3502410Z [4161/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx2-mul32-ld64-u8.c.obj 2024-08-07T17:25:40.3669326Z [4162/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x8c8-minmax-fp32-avx2.c.obj 2024-08-07T17:25:40.3721468Z [4163/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx2-mul32-ld64-u8.c.obj 2024-08-07T17:25:40.3774395Z [4164/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx2-mul32-ld64-u16.c.obj 2024-08-07T17:25:40.3912051Z [4165/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x8c8-minmax-fp32-avx2.c.obj 2024-08-07T17:25:40.4015543Z [4166/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u16.c.obj 2024-08-07T17:25:40.4064112Z [4167/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u64.c.obj 2024-08-07T17:25:40.4332999Z [4168/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u32.c.obj 2024-08-07T17:25:40.4432037Z [4169/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x8c8-minmax-fp32-avx2.c.obj 2024-08-07T17:25:40.4549310Z [4170/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u16.c.obj 2024-08-07T17:25:40.4600824Z [4171/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.obj 2024-08-07T17:25:40.4616229Z [4172/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u32.c.obj 2024-08-07T17:25:40.4729173Z [4173/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u64.c.obj 2024-08-07T17:25:40.4805825Z [4174/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u32.c.obj 2024-08-07T17:25:40.4887275Z [4175/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u96.c.obj 2024-08-07T17:25:40.5143911Z [4176/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u64.c.obj 2024-08-07T17:25:40.5441982Z [4177/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u128.c.obj 2024-08-07T17:25:40.5492658Z [4178/7975] 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-08-07T17:25:40.5546913Z [4179/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x8-gemm-goi-avx2-u16.c.obj 2024-08-07T17:25:40.5721728Z [4180/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-32x32-reuse-mov-avx2.c.obj 2024-08-07T17:25:40.5785747Z [4181/7975] 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-08-07T17:25:40.5998448Z [4182/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-32x32-reuse-switch-avx2.c.obj 2024-08-07T17:25:40.6050309Z [4183/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx512f.c.obj 2024-08-07T17:25:40.6111184Z [4184/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-16x16-reuse-switch-avx2.c.obj 2024-08-07T17:25:40.6439888Z [4185/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x16-gemm-goi-avx2-u16.c.obj 2024-08-07T17:25:40.6614302Z [4186/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx512f-acc2.c.obj 2024-08-07T17:25:40.6773621Z [4187/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-16x16-reuse-mov-avx2.c.obj 2024-08-07T17:25:40.6854721Z [4188/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p32c-minmax-avx512f-acc2.c.obj 2024-08-07T17:25:40.7073262Z [4189/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p32c-minmax-avx512f.c.obj 2024-08-07T17:25:40.7129010Z [4190/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx512f-acc2.c.obj 2024-08-07T17:25:40.7196697Z [4191/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx512f.c.obj 2024-08-07T17:25:40.7522602Z [4192/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p32c-minmax-avx512f-acc2.c.obj 2024-08-07T17:25:40.7691380Z [4193/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p32c-minmax-avx512f.c.obj 2024-08-07T17:25:40.7766980Z [4194/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c16s1r-minmax-avx512f.c.obj 2024-08-07T17:25:40.7902169Z [4195/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c16s1r-minmax-avx512f-acc2.c.obj 2024-08-07T17:25:40.7923758Z [4196/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx512f.c.obj 2024-08-07T17:25:40.8112471Z [4197/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.obj 2024-08-07T17:25:40.8354404Z [4198/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c16s1r-minmax-avx512f-acc2.c.obj 2024-08-07T17:25:40.8408376Z [4199/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx512f-acc2.c.obj 2024-08-07T17:25:40.8582629Z [4200/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p32c-minmax-avx512f-acc2.c.obj 2024-08-07T17:25:40.8767601Z [4201/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p32c-minmax-avx512f.c.obj 2024-08-07T17:25:40.8825380Z [4202/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx512f-acc2.c.obj 2024-08-07T17:25:40.9048046Z [4203/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p32c-minmax-avx512f.c.obj 2024-08-07T17:25:40.9394195Z [4204/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p32c-minmax-avx512f-acc2.c.obj 2024-08-07T17:25:40.9409471Z [4205/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx512f.c.obj 2024-08-07T17:25:40.9515242Z [4206/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-avx512f-broadcast.c.obj 2024-08-07T17:25:40.9566992Z [4207/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-avx512f-broadcast.c.obj 2024-08-07T17:25:40.9655701Z [4208/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x16-minmax-avx512f-broadcast.c.obj 2024-08-07T17:25:40.9917718Z [4209/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-avx512f-broadcast.c.obj 2024-08-07T17:25:40.9966880Z [4210/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-avx512f-broadcast.c.obj 2024-08-07T17:25:41.0248333Z [4211/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x16-minmax-avx512f-broadcast.c.obj 2024-08-07T17:25:41.0547833Z [4212/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x16-minmax-avx512f-broadcast.c.obj 2024-08-07T17:25:41.0601048Z [4213/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-avx512f-broadcast.c.obj 2024-08-07T17:25:41.0659006Z [4214/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-avx512f-broadcast.c.obj 2024-08-07T17:25:41.0674902Z [4215/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-8x16-minmax-avx512f-broadcast.c.obj 2024-08-07T17:25:41.0831194Z [4216/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-avx512f-broadcast.c.obj 2024-08-07T17:25:41.0998007Z [4217/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x16-minmax-avx512f-broadcast.c.obj 2024-08-07T17:25:41.1121462Z [4218/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-avx512f-broadcast.c.obj 2024-08-07T17:25:41.1304204Z [4219/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-avx512f-broadcast.c.obj 2024-08-07T17:25:41.1647284Z [4220/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-avx512f-broadcast.c.obj 2024-08-07T17:25:41.1751035Z [4221/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-avx512f-broadcast.c.obj 2024-08-07T17:25:41.1764163Z [4222/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x16-minmax-avx512f-broadcast.c.obj 2024-08-07T17:25:41.1777953Z [4223/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx512f-2x16.c.obj 2024-08-07T17:25:41.1871329Z [4224/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128-acc4.c.obj 2024-08-07T17:25:41.2041273Z [4225/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-avx512f-broadcast.c.obj 2024-08-07T17:25:41.2093481Z [4226/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128.c.obj 2024-08-07T17:25:41.2109536Z [4227/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx512f-2x32.c.obj 2024-08-07T17:25:41.2615697Z [4228/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc2.c.obj 2024-08-07T17:25:41.2630554Z [4229/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160-acc5.c.obj 2024-08-07T17:25:41.2677973Z [4230/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160.c.obj 2024-08-07T17:25:41.2691879Z [4231/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u144-acc3.c.obj 2024-08-07T17:25:41.2737561Z [4232/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128-acc2.c.obj 2024-08-07T17:25:41.2874723Z [4233/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u144.c.obj 2024-08-07T17:25:41.2891593Z [4234/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160-acc2.c.obj 2024-08-07T17:25:41.2947411Z [4235/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128-acc4.c.obj 2024-08-07T17:25:41.3471599Z [4236/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc3.c.obj 2024-08-07T17:25:41.3535252Z [4237/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128.c.obj 2024-08-07T17:25:41.3549495Z [4238/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc6.c.obj 2024-08-07T17:25:41.3602045Z [4239/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128-acc2.c.obj 2024-08-07T17:25:41.3647021Z [4240/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192.c.obj 2024-08-07T17:25:41.3747420Z [4241/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u144.c.obj 2024-08-07T17:25:41.3759226Z [4242/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u144-acc3.c.obj 2024-08-07T17:25:41.3774618Z [4243/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160-acc5.c.obj 2024-08-07T17:25:41.4342396Z [4244/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc2.c.obj 2024-08-07T17:25:41.4391231Z [4245/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160-acc2.c.obj 2024-08-07T17:25:41.4438651Z [4246/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160.c.obj 2024-08-07T17:25:41.4456966Z [4247/7975] 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-08-07T17:25:41.4595872Z [4248/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192.c.obj 2024-08-07T17:25:41.4608526Z [4249/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc3.c.obj 2024-08-07T17:25:41.4783944Z [4250/7975] 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-08-07T17:25:41.5192397Z [4251/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u128.c.obj 2024-08-07T17:25:41.5276971Z [4252/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc6.c.obj 2024-08-07T17:25:41.5332211Z [4253/7975] 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-08-07T17:25:41.5413921Z [4254/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u160.c.obj 2024-08-07T17:25:41.5465837Z [4255/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u144.c.obj 2024-08-07T17:25:41.5480028Z [4256/7975] 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-08-07T17:25:41.5608620Z [4257/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192.c.obj 2024-08-07T17:25:41.5620844Z [4258/7975] 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-08-07T17:25:41.6055326Z [4259/7975] 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-08-07T17:25:41.6215795Z [4260/7975] 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-08-07T17:25:41.6323723Z [4261/7975] 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-08-07T17:25:41.6336535Z [4262/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u16.c.obj 2024-08-07T17:25:41.6384562Z [4263/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u16.c.obj 2024-08-07T17:25:41.6441217Z [4264/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u64-acc2.c.obj 2024-08-07T17:25:41.6492464Z [4265/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u32-acc2.c.obj 2024-08-07T17:25:41.6856863Z [4266/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u48-acc3.c.obj 2024-08-07T17:25:41.6947107Z [4267/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u32-acc2.c.obj 2024-08-07T17:25:41.7112469Z [4268/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u64-acc4.c.obj 2024-08-07T17:25:41.7181578Z [4269/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u64-acc4.c.obj 2024-08-07T17:25:41.7300381Z [4270/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u16.c.obj 2024-08-07T17:25:41.7347434Z [4271/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u64-acc2.c.obj 2024-08-07T17:25:41.7464284Z [4272/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u32-acc2.c.obj 2024-08-07T17:25:41.7519233Z [4273/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u48-acc3.c.obj 2024-08-07T17:25:41.7818073Z [4274/7975] 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-08-07T17:25:41.7868523Z [4275/7975] 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-08-07T17:25:41.8047525Z [4276/7975] 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-08-07T17:25:41.8254463Z [4277/7975] 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-08-07T17:25:41.8338073Z [4278/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u16.c.obj 2024-08-07T17:25:41.8384087Z [4279/7975] 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-08-07T17:25:41.8692531Z [4280/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u48-acc3.c.obj 2024-08-07T17:25:41.8836749Z [4281/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u64-acc2.c.obj 2024-08-07T17:25:41.9006535Z [4282/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u64-acc4.c.obj 2024-08-07T17:25:41.9050456Z [4283/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u32-acc2.c.obj 2024-08-07T17:25:41.9107822Z [4284/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u48-acc3.c.obj 2024-08-07T17:25:41.9156401Z [4285/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-avx512f-u16.c.obj 2024-08-07T17:25:41.9230585Z [4286/7975] 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-08-07T17:25:41.9303864Z [4287/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-avx512f-u16.c.obj 2024-08-07T17:25:41.9495313Z [4288/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u64-acc2.c.obj 2024-08-07T17:25:41.9846171Z [4289/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-avx512f-u32.c.obj 2024-08-07T17:25:41.9897875Z [4290/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u64-acc4.c.obj 2024-08-07T17:25:42.0022907Z [4291/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-avx512f-u32.c.obj 2024-08-07T17:25:42.0114062Z [4292/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-avx512f-u32.c.obj 2024-08-07T17:25:42.0209237Z [4293/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-avx512f-u32.c.obj 2024-08-07T17:25:42.0229852Z [4294/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx512f-u16.c.obj 2024-08-07T17:25:42.0342237Z [4295/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-avx512f-u16.c.obj 2024-08-07T17:25:42.0580243Z [4296/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-avx512f-u16.c.obj 2024-08-07T17:25:42.0749531Z [4297/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx512f-u16.c.obj 2024-08-07T17:25:42.0993303Z [4298/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx512f-u32.c.obj 2024-08-07T17:25:42.1077436Z [4299/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx512f-u32.c.obj 2024-08-07T17:25:42.1166526Z [4300/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx512f-u32.c.obj 2024-08-07T17:25:42.1278671Z [4301/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx512f-u16.c.obj 2024-08-07T17:25:42.1328516Z [4302/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-avx512f-u32.c.obj 2024-08-07T17:25:42.1382684Z [4303/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx512f-u16.c.obj 2024-08-07T17:25:42.1439538Z [4304/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-avx512f-u32.c.obj 2024-08-07T17:25:42.1588001Z [4305/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-avx512f-u16.c.obj 2024-08-07T17:25:42.1932666Z [4306/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx512f-u32.c.obj 2024-08-07T17:25:42.2032386Z [4307/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-avx512f-u16.c.obj 2024-08-07T17:25:42.2098989Z [4308/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-avx512f-u16.c.obj 2024-08-07T17:25:42.2242420Z [4309/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx512f-u32.c.obj 2024-08-07T17:25:42.2343320Z [4310/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-avx512f-u32.c.obj 2024-08-07T17:25:42.2359294Z [4311/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-avx512f-u32.c.obj 2024-08-07T17:25:42.2425480Z [4312/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx512f-u16.c.obj 2024-08-07T17:25:42.2526265Z [4313/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx512f-u16.c.obj 2024-08-07T17:25:42.2963909Z [4314/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-avx512f-u16.c.obj 2024-08-07T17:25:42.3075166Z [4315/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-avx512f-u16.c.obj 2024-08-07T17:25:42.3123846Z [4316/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-avx512f-u32.c.obj 2024-08-07T17:25:42.3267966Z [4317/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-avx512f-u16.c.obj 2024-08-07T17:25:42.3281012Z [4318/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-avx512f-u32.c.obj 2024-08-07T17:25:42.3330061Z [4319/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx512f-u32.c.obj 2024-08-07T17:25:42.3347781Z [4320/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx512f-u32.c.obj 2024-08-07T17:25:42.3515032Z [4321/7975] 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-08-07T17:25:42.3985588Z [4322/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx512f-u16.c.obj 2024-08-07T17:25:42.4072173Z [4323/7975] 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-08-07T17:25:42.4087094Z [4324/7975] 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-08-07T17:25:42.4216552Z [4325/7975] 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-08-07T17:25:42.4229339Z [4326/7975] 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-08-07T17:25:42.4290961Z [4327/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u16.c.obj 2024-08-07T17:25:42.4349655Z [4328/7975] 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-08-07T17:25:42.4512029Z [4329/7975] 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-08-07T17:25:42.4991652Z [4330/7975] 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-08-07T17:25:42.5035940Z [4331/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u32.c.obj 2024-08-07T17:25:42.5112956Z [4332/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u128.c.obj 2024-08-07T17:25:42.5173206Z [4333/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u96.c.obj 2024-08-07T17:25:42.5252311Z [4334/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u48.c.obj 2024-08-07T17:25:42.5333702Z [4335/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u64.c.obj 2024-08-07T17:25:42.5346728Z [4336/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u112.c.obj 2024-08-07T17:25:42.5462098Z [4337/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u80.c.obj 2024-08-07T17:25:42.5979247Z [4338/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx512f-u16.c.obj 2024-08-07T17:25:42.6033015Z [4339/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx512f-u32.c.obj 2024-08-07T17:25:42.6130390Z [4340/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx512f-u16.c.obj 2024-08-07T17:25:42.6143418Z [4341/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx512f-u16.c.obj 2024-08-07T17:25:42.6258047Z [4342/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx512f-u32.c.obj 2024-08-07T17:25:42.6535110Z [4343/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx512f-u32.c.obj 2024-08-07T17:25:42.6804540Z [4344/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx512f-u16.c.obj 2024-08-07T17:25:42.7021524Z [4345/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx512f-u32.c.obj 2024-08-07T17:25:42.7069023Z [4346/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u32.c.obj 2024-08-07T17:25:42.7116055Z [4347/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx512f-u16.c.obj 2024-08-07T17:25:42.7342815Z [4348/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx512f-u32.c.obj 2024-08-07T17:25:42.7514262Z [4349/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx512f-u16.c.obj 2024-08-07T17:25:42.7744904Z [4350/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx512f-u16.c.obj 2024-08-07T17:25:42.7759225Z [4351/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx512f-u32.c.obj 2024-08-07T17:25:42.7843301Z [4352/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u16.c.obj 2024-08-07T17:25:42.7900490Z [4353/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx512f-u32.c.obj 2024-08-07T17:25:42.8117803Z [4354/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u80.c.obj 2024-08-07T17:25:42.8298038Z [4355/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u64.c.obj 2024-08-07T17:25:42.8344249Z [4356/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u16.c.obj 2024-08-07T17:25:42.8524367Z [4357/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u32.c.obj 2024-08-07T17:25:42.8537328Z [4358/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u48.c.obj 2024-08-07T17:25:42.8592669Z [4359/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u128.c.obj 2024-08-07T17:25:42.8640070Z [4360/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u64.c.obj 2024-08-07T17:25:42.8692071Z [4361/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u112.c.obj 2024-08-07T17:25:42.8937451Z [4362/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u144.c.obj 2024-08-07T17:25:42.9120949Z [4363/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u160.c.obj 2024-08-07T17:25:42.9137384Z [4364/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u96.c.obj 2024-08-07T17:25:42.9380340Z [4365/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u16.c.obj 2024-08-07T17:25:42.9397493Z [4366/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u32.c.obj 2024-08-07T17:25:42.9499805Z [4367/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u48.c.obj 2024-08-07T17:25:42.9516993Z [4368/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u176.c.obj 2024-08-07T17:25:42.9725278Z [4369/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u64.c.obj 2024-08-07T17:25:42.9876638Z [4370/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u96.c.obj 2024-08-07T17:25:42.9928677Z [4371/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u144.c.obj 2024-08-07T17:25:43.0157019Z [4372/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u128.c.obj 2024-08-07T17:25:43.0216982Z [4373/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u160.c.obj 2024-08-07T17:25:43.0299574Z [4374/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u192.c.obj 2024-08-07T17:25:43.0433149Z [4375/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u80.c.obj 2024-08-07T17:25:43.0485945Z [4376/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u176.c.obj 2024-08-07T17:25:43.0498481Z [4377/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u112.c.obj 2024-08-07T17:25:43.0659759Z [4378/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u192.c.obj 2024-08-07T17:25:43.0783824Z [4379/7975] 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-08-07T17:25:43.1055503Z [4380/7975] 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-08-07T17:25:43.1332403Z [4381/7975] 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-08-07T17:25:43.1564934Z [4382/7975] 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-08-07T17:25:43.1648881Z [4383/7975] 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-08-07T17:25:43.1713976Z [4384/7975] 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-08-07T17:25:43.1761274Z [4385/7975] 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-08-07T17:25:43.1890164Z [4386/7975] 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-08-07T17:25:43.1945104Z [4387/7975] 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-08-07T17:25:43.1960941Z [4388/7975] 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-08-07T17:25:43.2271598Z [4389/7975] 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-08-07T17:25:43.2519214Z [4390/7975] 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-08-07T17:25:43.2644184Z [4391/7975] 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-08-07T17:25:43.2738333Z [4392/7975] 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-08-07T17:25:43.2829776Z [4393/7975] 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-08-07T17:25:43.2843499Z [4394/7975] 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-08-07T17:25:43.2905859Z [4395/7975] 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-08-07T17:25:43.3013613Z [4396/7975] 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-08-07T17:25:43.3154589Z [4397/7975] 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-08-07T17:25:43.3498928Z [4398/7975] 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-08-07T17:25:43.3681154Z [4399/7975] 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-08-07T17:25:43.3735815Z [4400/7975] 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-08-07T17:25:43.3797723Z [4401/7975] 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-08-07T17:25:43.3846390Z [4402/7975] 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-08-07T17:25:43.3991116Z [4403/7975] 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-08-07T17:25:43.4074599Z [4404/7975] 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-08-07T17:25:43.4259598Z [4405/7975] 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-08-07T17:25:43.4464268Z [4406/7975] 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-08-07T17:25:43.4647882Z [4407/7975] 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-08-07T17:25:43.4912498Z [4408/7975] 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-08-07T17:25:43.4989541Z [4409/7975] 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-08-07T17:25:43.5130535Z [4410/7975] 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-08-07T17:25:43.5182006Z [4411/7975] 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-08-07T17:25:43.5261287Z [4412/7975] 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-08-07T17:25:43.5376159Z [4413/7975] 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-08-07T17:25:43.5388601Z [4414/7975] 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-08-07T17:25:43.5628976Z [4415/7975] 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-08-07T17:25:43.5920199Z [4416/7975] 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-08-07T17:25:43.5937396Z [4417/7975] 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-08-07T17:25:43.6144256Z [4418/7975] 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-08-07T17:25:43.6217746Z [4419/7975] 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-08-07T17:25:43.6462154Z [4420/7975] 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-08-07T17:25:43.6511727Z [4421/7975] 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-08-07T17:25:43.6572250Z [4422/7975] 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-08-07T17:25:43.6772778Z [4423/7975] 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-08-07T17:25:43.6786627Z [4424/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-nr1fma1adj-u16.c.obj 2024-08-07T17:25:43.6904440Z [4425/7975] 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-08-07T17:25:43.7209543Z [4426/7975] 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-08-07T17:25:43.7374985Z [4427/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-avx512f-u16.c.obj 2024-08-07T17:25:43.7422676Z [4428/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-avx512f-u32.c.obj 2024-08-07T17:25:43.7611592Z [4429/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-nr1fma1adj-u64.c.obj 2024-08-07T17:25:43.7736455Z [4430/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-nr1fma1adj-u32.c.obj 2024-08-07T17:25:43.7749145Z [4431/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-avx512f-u32.c.obj 2024-08-07T17:25:43.7985901Z [4432/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-avx512f-rr2-lut16-p3-perm-scalef.c.obj 2024-08-07T17:25:43.7998481Z [4433/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-avx512f-u16.c.obj 2024-08-07T17:25:43.8266652Z [4434/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-avx512f-u32.c.obj 2024-08-07T17:25:43.8280589Z [4435/7975] 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-08-07T17:25:43.8411672Z [4436/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-avx512f-rr2-lut16-p3-perm.c.obj 2024-08-07T17:25:43.8534908Z [4437/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-avx512f-rr2-lut32-p2-perm2.c.obj 2024-08-07T17:25:43.8554408Z [4438/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-avx512f-rr2-lut32-p2-perm2-scalef.c.obj 2024-08-07T17:25:43.8605218Z [4439/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-avx512f-u16.c.obj 2024-08-07T17:25:43.8816465Z [4440/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-extexp-avx512f-p5.c.obj 2024-08-07T17:25:43.8829506Z [4441/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-avx512f-rr1-p6.c.obj 2024-08-07T17:25:43.9093627Z [4442/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-avx512f-rr2-p5.c.obj 2024-08-07T17:25:43.9107389Z [4443/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-avx512f-rr1-lut16-p3-perm.c.obj 2024-08-07T17:25:43.9235438Z [4444/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-avx512f-rr2-p5-scalef.c.obj 2024-08-07T17:25:43.9402081Z [4445/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma1adj.c.obj 2024-08-07T17:25:43.9471470Z [4446/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma.c.obj 2024-08-07T17:25:43.9490948Z [4447/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr1-lut16-p3-perm-scalef-div.c.obj 2024-08-07T17:25:43.9652957Z [4448/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr1-lut32-p2-perm2-scalef-div.c.obj 2024-08-07T17:25:43.9673688Z [4449/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma1adj.c.obj 2024-08-07T17:25:43.9921288Z [4450/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma.c.obj 2024-08-07T17:25:44.0031622Z [4451/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr1-lut64-p2-gather-scalef-div.c.obj 2024-08-07T17:25:44.0085413Z [4452/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr1-p5-scalef-div.c.obj 2024-08-07T17:25:44.0259859Z [4453/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr1-lut64-p2-gather-scalef-nr1fma1adj.c.obj 2024-08-07T17:25:44.0361014Z [4454/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr1-p5-scalef-nr1fma1adj.c.obj 2024-08-07T17:25:44.0405162Z [4455/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr1-lut64-p2-gather-scalef-nr1fma.c.obj 2024-08-07T17:25:44.0454543Z [4456/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr1-p5-scalef-nr1fma.c.obj 2024-08-07T17:25:44.0527773Z [4457/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr2-lut16-p3-perm-scalef-div.c.obj 2024-08-07T17:25:44.0775992Z [4458/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr2-lut16-p3-perm-scalef-nr1fma.c.obj 2024-08-07T17:25:44.0859783Z [4459/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div.c.obj 2024-08-07T17:25:44.1057313Z [4460/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma1adj.c.obj 2024-08-07T17:25:44.1256270Z [4461/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr2-lut64-p2-gather-scalef-div.c.obj 2024-08-07T17:25:44.1272224Z [4462/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma.c.obj 2024-08-07T17:25:44.1337028Z [4463/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr2-p5-scalef-nr1fma1adj.c.obj 2024-08-07T17:25:44.1412982Z [4464/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr2-lut64-p2-gather-scalef-nr1fma.c.obj 2024-08-07T17:25:44.1610740Z [4465/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr2-lut16-p3-perm-scalef-nr1fma1adj.c.obj 2024-08-07T17:25:44.1661924Z [4466/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr2-lut64-p2-gather-scalef-nr1fma1adj.c.obj 2024-08-07T17:25:44.1767428Z [4467/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr2-p5-scalef-div.c.obj 2024-08-07T17:25:44.1917489Z [4468/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sqrt-avx512f-nr2fma.c.obj 2024-08-07T17:25:44.2136982Z [4469/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr2-p5-scalef-nr1fma.c.obj 2024-08-07T17:25:44.2266079Z [4470/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sqrt-avx512f-nr1fma.c.obj 2024-08-07T17:25:44.2282282Z [4471/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sqrt-avx512f-nr1fma1adj.c.obj 2024-08-07T17:25:44.2342858Z [4472/7975] 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-08-07T17:25:44.2466010Z [4473/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx512f-u4.c.obj 2024-08-07T17:25:44.2742657Z [4474/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx512skx-u32.c.obj 2024-08-07T17:25:44.2795746Z [4475/7975] 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-08-07T17:25:44.2884245Z [4476/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx512skx-u32.c.obj 2024-08-07T17:25:44.3102596Z [4477/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx512skx-u16.c.obj 2024-08-07T17:25:44.3158063Z [4478/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx512skx-u16.c.obj 2024-08-07T17:25:44.3473243Z [4479/7975] 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-08-07T17:25:44.3544677Z [4480/7975] 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-08-07T17:25:44.3643613Z [4481/7975] 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-08-07T17:25:44.3854544Z [4482/7975] 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-08-07T17:25:44.3916435Z [4483/7975] 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-08-07T17:25:44.4244327Z [4484/7975] 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-08-07T17:25:44.4297576Z [4485/7975] 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-08-07T17:25:44.4556507Z [4486/7975] 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-08-07T17:25:44.4611163Z [4487/7975] 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-08-07T17:25:44.4720796Z [4488/7975] 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-08-07T17:25:44.4790561Z [4489/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx512skx-expm1minus-rr1-p6h5ts-nr1adj.c.obj 2024-08-07T17:25:44.4847228Z [4490/7975] 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-08-07T17:25:44.5207352Z [4491/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-2x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:44.5494755Z [4492/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:44.5508874Z [4493/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-3x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:44.5746318Z [4494/7975] 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-08-07T17:25:44.5981999Z [4495/7975] 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-08-07T17:25:44.5997898Z [4496/7975] 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-08-07T17:25:44.6361345Z [4497/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u128.c.obj 2024-08-07T17:25:44.6440664Z [4498/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-4x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:44.6573701Z [4499/7975] 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-08-07T17:25:44.6655394Z [4500/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u64.c.obj 2024-08-07T17:25:44.6705584Z [4501/7975] 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-08-07T17:25:44.6786054Z [4502/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u64.c.obj 2024-08-07T17:25:44.6849520Z [4503/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u32.c.obj 2024-08-07T17:25:44.6911441Z [4504/7975] 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-08-07T17:25:44.7238622Z [4505/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u96.c.obj 2024-08-07T17:25:44.7294916Z [4506/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u32.c.obj 2024-08-07T17:25:44.7596857Z [4507/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u16.c.obj 2024-08-07T17:25:44.7613344Z [4508/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u48.c.obj 2024-08-07T17:25:44.7663887Z [4509/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u96.c.obj 2024-08-07T17:25:44.7810314Z [4510/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u32.c.obj 2024-08-07T17:25:44.7865461Z [4511/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u64.c.obj 2024-08-07T17:25:44.7920013Z [4512/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u128.c.obj 2024-08-07T17:25:44.8176705Z [4513/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u96.c.obj 2024-08-07T17:25:44.8230852Z [4514/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u128.c.obj 2024-08-07T17:25:44.8576357Z [4515/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u144.c.obj 2024-08-07T17:25:44.8799934Z [4516/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u80.c.obj 2024-08-07T17:25:44.8854948Z [4517/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u112.c.obj 2024-08-07T17:25:44.8917632Z [4518/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u80.c.obj 2024-08-07T17:25:44.9087885Z [4519/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u64.c.obj 2024-08-07T17:25:44.9154493Z [4520/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u160.c.obj 2024-08-07T17:25:44.9207224Z [4521/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u48.c.obj 2024-08-07T17:25:44.9449215Z [4522/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u32.c.obj 2024-08-07T17:25:44.9638300Z [4523/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u16.c.obj 2024-08-07T17:25:44.9697524Z [4524/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u160.c.obj 2024-08-07T17:25:44.9828664Z [4525/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u16.c.obj 2024-08-07T17:25:44.9925539Z [4526/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u96.c.obj 2024-08-07T17:25:44.9995245Z [4527/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u112.c.obj 2024-08-07T17:25:45.0144267Z [4528/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u144.c.obj 2024-08-07T17:25:45.0202715Z [4529/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u128.c.obj 2024-08-07T17:25:45.0540525Z [4530/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u112.c.obj 2024-08-07T17:25:45.0599473Z [4531/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u32.c.obj 2024-08-07T17:25:45.0710899Z [4532/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u48.c.obj 2024-08-07T17:25:45.0879486Z [4533/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u80.c.obj 2024-08-07T17:25:45.0951081Z [4534/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u64.c.obj 2024-08-07T17:25:45.1085864Z [4535/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u128.c.obj 2024-08-07T17:25:45.1185188Z [4536/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u48.c.obj 2024-08-07T17:25:45.1377663Z [4537/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u96.c.obj 2024-08-07T17:25:45.1517866Z [4538/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u144.c.obj 2024-08-07T17:25:45.1534353Z [4539/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u16.c.obj 2024-08-07T17:25:45.1834381Z [4540/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u32.c.obj 2024-08-07T17:25:45.1848292Z [4541/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u160.c.obj 2024-08-07T17:25:45.1929198Z [4542/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u80.c.obj 2024-08-07T17:25:45.2158701Z [4543/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u96.c.obj 2024-08-07T17:25:45.2352926Z [4544/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u64.c.obj 2024-08-07T17:25:45.2404934Z [4545/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u112.c.obj 2024-08-07T17:25:45.2457977Z [4546/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u128.c.obj 2024-08-07T17:25:45.2512975Z [4547/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u48.c.obj 2024-08-07T17:25:45.2779323Z [4548/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u64.c.obj 2024-08-07T17:25:45.2835843Z [4549/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u16.c.obj 2024-08-07T17:25:45.2968461Z [4550/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u160.c.obj 2024-08-07T17:25:45.3090244Z [4551/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u144.c.obj 2024-08-07T17:25:45.3277064Z [4552/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u32.c.obj 2024-08-07T17:25:45.3448532Z [4553/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u144.c.obj 2024-08-07T17:25:45.3575727Z [4554/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u160.c.obj 2024-08-07T17:25:45.3684003Z [4555/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u80.c.obj 2024-08-07T17:25:45.3734739Z [4556/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u96.c.obj 2024-08-07T17:25:45.3897674Z [4557/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u112.c.obj 2024-08-07T17:25:45.3950192Z [4558/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u128.c.obj 2024-08-07T17:25:45.4177431Z [4559/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u48.c.obj 2024-08-07T17:25:45.4423154Z [4560/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u64.c.obj 2024-08-07T17:25:45.4516801Z [4561/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u96.c.obj 2024-08-07T17:25:45.4593617Z [4562/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u80.c.obj 2024-08-07T17:25:45.4674814Z [4563/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u32.c.obj 2024-08-07T17:25:45.4808651Z [4564/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u16.c.obj 2024-08-07T17:25:45.4857938Z [4565/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u16.c.obj 2024-08-07T17:25:45.4921023Z [4566/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u144.c.obj 2024-08-07T17:25:45.5070173Z [4567/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u32.c.obj 2024-08-07T17:25:45.5434999Z [4568/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u112.c.obj 2024-08-07T17:25:45.5493053Z [4569/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u128.c.obj 2024-08-07T17:25:45.5646937Z [4570/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u160.c.obj 2024-08-07T17:25:45.5806573Z [4571/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u64.c.obj 2024-08-07T17:25:45.5820227Z [4572/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u96.c.obj 2024-08-07T17:25:45.5888503Z [4573/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u48.c.obj 2024-08-07T17:25:45.5967741Z [4574/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u80.c.obj 2024-08-07T17:25:45.6019427Z [4575/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u112.c.obj 2024-08-07T17:25:45.6533580Z [4576/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u128.c.obj 2024-08-07T17:25:45.6580075Z [4577/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u144.c.obj 2024-08-07T17:25:45.6660188Z [4578/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u160.c.obj 2024-08-07T17:25:45.6721800Z [4579/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u32.c.obj 2024-08-07T17:25:45.6768297Z [4580/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u16.c.obj 2024-08-07T17:25:45.7017230Z [4581/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u112.c.obj 2024-08-07T17:25:45.7091815Z [4582/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u48.c.obj 2024-08-07T17:25:45.7107910Z [4583/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u128.c.obj 2024-08-07T17:25:45.7495195Z [4584/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u144.c.obj 2024-08-07T17:25:45.7544032Z [4585/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u96.c.obj 2024-08-07T17:25:45.7643080Z [4586/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u80.c.obj 2024-08-07T17:25:45.7707919Z [4587/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u64.c.obj 2024-08-07T17:25:45.7803377Z [4588/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj.c.obj 2024-08-07T17:25:45.7988021Z [4589/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u160.c.obj 2024-08-07T17:25:45.8066256Z [4590/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div.c.obj 2024-08-07T17:25:45.8385088Z [4591/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-gather-nr1.c.obj 2024-08-07T17:25:45.8601464Z [4592/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx512skx-expm1minus-rr1-p6h5ts-nr1.c.obj 2024-08-07T17:25:45.8724065Z [4593/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-perm-nr1.c.obj 2024-08-07T17:25:45.8768532Z [4594/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-perm-nr1adj.c.obj 2024-08-07T17:25:45.8835844Z [4595/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-gather-nr1adj.c.obj 2024-08-07T17:25:45.8949046Z [4596/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx512skx-expm1minus-rr1-p6h5ts-div.c.obj 2024-08-07T17:25:45.8966312Z [4597/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-perm-div.c.obj 2024-08-07T17:25:45.9069322Z [4598/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-gather-div.c.obj 2024-08-07T17:25:45.9572439Z [4599/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-1x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:45.9808854Z [4600/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.0005162Z [4601/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-6x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.0103139Z [4602/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-2x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.0229074Z [4603/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.0287586Z [4604/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-8x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.0312174Z [4605/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-5x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.0440786Z [4606/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.0820571Z [4607/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-6x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.0994324Z [4608/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-4x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.1245018Z [4609/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-3x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.1454248Z [4610/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-6x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.1512392Z [4611/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-2x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.1566176Z [4612/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-1x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.1894731Z [4613/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-3x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.2050477Z [4614/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-7x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.2064449Z [4615/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-4x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.2118050Z [4616/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-5x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.2319221Z [4617/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-7x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.2601773Z [4618/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-8x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.2723489Z [4619/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.2778604Z [4620/7975] 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-08-07T17:25:46.3106553Z [4621/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.3279664Z [4622/7975] 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-08-07T17:25:46.3417846Z [4623/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x16c8-minmax-avx512skx-prfm.c.obj 2024-08-07T17:25:46.3622342Z [4624/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.3930001Z [4625/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x16c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.3984633Z [4626/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.4035747Z [4627/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x16c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.4050835Z [4628/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x16c8-minmax-avx512skx-prfm.c.obj 2024-08-07T17:25:46.4275769Z [4629/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.4499030Z [4630/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c8-minmax-avx512skx-prfm.c.obj 2024-08-07T17:25:46.4616443Z [4631/7975] 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-08-07T17:25:46.4812248Z [4632/7975] 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-08-07T17:25:46.5212945Z [4633/7975] 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-08-07T17:25:46.5267111Z [4634/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.5337374Z [4635/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x16c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.5549961Z [4636/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.5571672Z [4637/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.5697193Z [4638/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x16c8-minmax-avx512skx-prfm.c.obj 2024-08-07T17:25:46.5974246Z [4639/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.6053749Z [4640/7975] 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-08-07T17:25:46.6557186Z [4641/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.6609547Z [4642/7975] 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-08-07T17:25:46.6676012Z [4643/7975] 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-08-07T17:25:46.6822308Z [4644/7975] 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-08-07T17:25:46.6893554Z [4645/7975] 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-08-07T17:25:46.6947924Z [4646/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x16c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.7248690Z [4647/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x16c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.7439742Z [4648/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.7837335Z [4649/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x16c8-minmax-avx512skx-prfm.c.obj 2024-08-07T17:25:46.7894004Z [4650/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.7957212Z [4651/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x16c8-minmax-avx512skx-prfm.c.obj 2024-08-07T17:25:46.8134884Z [4652/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x16c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.8149276Z [4653/7975] 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-08-07T17:25:46.8203109Z [4654/7975] 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-08-07T17:25:46.8479592Z [4655/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.9046013Z [4656/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.9271807Z [4657/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-6x16c8-minmax-avx512skx-prfm.c.obj 2024-08-07T17:25:46.9441035Z [4658/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.9548846Z [4659/7975] 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-08-07T17:25:46.9632213Z [4660/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-6x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.9685727Z [4661/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-6x16c8-minmax-avx512skx.c.obj 2024-08-07T17:25:46.9775781Z [4662/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:47.0254942Z [4663/7975] 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-08-07T17:25:47.0397220Z [4664/7975] 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-08-07T17:25:47.0412787Z [4665/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x16c8-minmax-avx512skx-prfm.c.obj 2024-08-07T17:25:47.0559001Z [4666/7975] 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-08-07T17:25:47.0783094Z [4667/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:47.0860762Z [4668/7975] 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-08-07T17:25:47.0946606Z [4669/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:47.1402180Z [4670/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x16c8-minmax-avx512skx-prfm.c.obj 2024-08-07T17:25:47.1602118Z [4671/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:47.1673298Z [4672/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x16c8-minmax-avx512skx-prfm.c.obj 2024-08-07T17:25:47.1738197Z [4673/7975] 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-08-07T17:25:47.1921226Z [4674/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x16c8-minmax-avx512skx.c.obj 2024-08-07T17:25:47.1936613Z [4675/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x16c8-minmax-avx512skx.c.obj 2024-08-07T17:25:47.2073099Z [4676/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x16c8-minmax-avx512skx.c.obj 2024-08-07T17:25:47.2143915Z [4677/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:47.2448719Z [4678/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:47.2786636Z [4679/7975] 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-08-07T17:25:47.2878822Z [4680/7975] 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-08-07T17:25:47.3059360Z [4681/7975] 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-08-07T17:25:47.3118559Z [4682/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x16c8-minmax-avx512skx-prfm.c.obj 2024-08-07T17:25:47.3134966Z [4683/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-6x16c8-minmax-avx512skx.c.obj 2024-08-07T17:25:47.3263214Z [4684/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-6x16c8-minmax-avx512skx-prfm.c.obj 2024-08-07T17:25:47.3390040Z [4685/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-6x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:47.3693114Z [4686/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:47.3888611Z [4687/7975] 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-08-07T17:25:47.4040094Z [4688/7975] 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-08-07T17:25:47.4176746Z [4689/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x8c8-minmax-avx512skx.c.obj 2024-08-07T17:25:47.4421446Z [4690/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-08-07T17:25:47.4486800Z [4691/7975] 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-08-07T17:25:47.4543110Z [4692/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-08-07T17:25:47.4635649Z [4693/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-08-07T17:25:47.5069686Z [4694/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-08-07T17:25:47.5085238Z [4695/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.obj 2024-08-07T17:25:47.5249731Z [4696/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-08-07T17:25:47.5496270Z [4697/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u16.c.obj 2024-08-07T17:25:47.5549314Z [4698/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u48.c.obj 2024-08-07T17:25:47.5565543Z [4699/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.obj 2024-08-07T17:25:47.5745458Z [4700/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-08-07T17:25:47.5801526Z [4701/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.obj 2024-08-07T17:25:47.5920968Z [4702/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u32.c.obj 2024-08-07T17:25:47.6393871Z [4703/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.obj 2024-08-07T17:25:47.6778233Z [4704/7975] 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-08-07T17:25:47.6865225Z [4705/7975] 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-08-07T17:25:47.6878222Z [4706/7975] 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-08-07T17:25:47.6975599Z [4707/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-8x16c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:47.7031259Z [4708/7975] 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-08-07T17:25:47.7323614Z [4709/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.obj 2024-08-07T17:25:47.7412711Z [4710/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.obj 2024-08-07T17:25:47.7466171Z [4711/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u64.c.obj 2024-08-07T17:25:47.7686411Z [4712/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx512skx-mul32-ld128-u32.c.obj 2024-08-07T17:25:47.7891362Z [4713/7975] 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-08-07T17:25:47.7908062Z [4714/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.obj 2024-08-07T17:25:47.7976208Z [4715/7975] 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-08-07T17:25:47.8029668Z [4716/7975] 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-08-07T17:25:47.8403362Z [4717/7975] 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-08-07T17:25:47.8524277Z [4718/7975] 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-08-07T17:25:47.8578168Z [4719/7975] 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-08-07T17:25:47.8995735Z [4720/7975] 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-08-07T17:25:47.9171728Z [4721/7975] 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-08-07T17:25:47.9228910Z [4722/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-07T17:25:47.9285466Z [4723/7975] 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-08-07T17:25:47.9302296Z [4724/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x8c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:47.9576437Z [4725/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x8c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:47.9761330Z [4726/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:47.9778024Z [4727/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-07T17:25:48.0515070Z [4728/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:48.0563614Z [4729/7975] 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-08-07T17:25:48.0653782Z [4730/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x8c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:48.0713670Z [4731/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:48.0755029Z [4732/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x8c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:48.1134754Z [4733/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:48.1191932Z [4734/7975] 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-08-07T17:25:48.1265977Z [4735/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-07T17:25:48.1678231Z [4736/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-07T17:25:48.1768372Z [4737/7975] 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-08-07T17:25:48.1816495Z [4738/7975] 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-08-07T17:25:48.1869902Z [4739/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x8c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:48.1965895Z [4740/7975] 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-08-07T17:25:48.2471193Z [4741/7975] 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-08-07T17:25:48.2850241Z [4742/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-07T17:25:48.2901705Z [4743/7975] 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-08-07T17:25:48.2917446Z [4744/7975] 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-08-07T17:25:48.2968416Z [4745/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x16c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:48.2983012Z [4746/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x8c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:48.3035814Z [4747/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x8c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:48.3209257Z [4748/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-07T17:25:48.3630833Z [4749/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x16c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:48.3972891Z [4750/7975] 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-08-07T17:25:48.4073903Z [4751/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x8c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:48.4145644Z [4752/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-07T17:25:48.4198541Z [4753/7975] 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-08-07T17:25:48.4214997Z [4754/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x16c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:48.4306602Z [4755/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-6x16c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:48.4553484Z [4756/7975] 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-08-07T17:25:48.4691626Z [4757/7975] 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-08-07T17:25:48.5122639Z [4758/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx512skx-mul32-ld128-u32.c.obj 2024-08-07T17:25:48.5191149Z [4759/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-6x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-07T17:25:48.5247252Z [4760/7975] 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-08-07T17:25:48.5290471Z [4761/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.obj 2024-08-07T17:25:48.5338291Z [4762/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.obj 2024-08-07T17:25:48.5418615Z [4763/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.obj 2024-08-07T17:25:48.5553666Z [4764/7975] 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-08-07T17:25:48.5672100Z [4765/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-08-07T17:25:48.6203803Z [4766/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-08-07T17:25:48.6289162Z [4767/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-08-07T17:25:48.6427195Z [4768/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-08-07T17:25:48.6471172Z [4769/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.obj 2024-08-07T17:25:48.6532844Z [4770/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-08-07T17:25:48.6546302Z [4771/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u48.c.obj 2024-08-07T17:25:48.6631251Z [4772/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u32.c.obj 2024-08-07T17:25:48.7059104Z [4773/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u16.c.obj 2024-08-07T17:25:48.7635848Z [4774/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.obj 2024-08-07T17:25:48.7690656Z [4775/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.obj 2024-08-07T17:25:48.7703248Z [4776/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x8c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:48.7751130Z [4777/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-07T17:25:48.7816153Z [4778/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.obj 2024-08-07T17:25:48.8377233Z [4779/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u64.c.obj 2024-08-07T17:25:48.8548512Z [4780/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-07T17:25:48.8774650Z [4781/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x16c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:48.8835778Z [4782/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-07T17:25:48.8932171Z [4783/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-07T17:25:48.8946029Z [4784/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x8c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:48.9222753Z [4785/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x8c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:48.9239394Z [4786/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-08-07T17:25:48.9684853Z [4787/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x16c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:48.9738219Z [4788/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x8c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:49.0028928Z [4789/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x16c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:49.0107943Z [4790/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-5x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-07T17:25:49.0124141Z [4791/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x16c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:49.0378344Z [4792/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-6x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-07T17:25:49.0533369Z [4793/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-5x16c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:49.0900509Z [4794/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-7x16c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:49.0921739Z [4795/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-6x16c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:49.1037453Z [4796/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x8c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:49.1274358Z [4797/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-07T17:25:49.1332309Z [4798/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-8x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-07T17:25:49.1482022Z [4799/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-07T17:25:49.1536124Z [4800/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-8x16c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:49.1992299Z [4801/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x8c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:49.2064931Z [4802/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x16c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:49.2220286Z [4803/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x16c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:49.2463642Z [4804/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-07T17:25:49.2513642Z [4805/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x8c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:49.2846079Z [4806/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x8c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:49.3021478Z [4807/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-07T17:25:49.3132591Z [4808/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-5x16c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:49.3228739Z [4809/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x16c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:49.3320738Z [4810/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-5x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-07T17:25:49.3429986Z [4811/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x16c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:49.3529349Z [4812/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-07T17:25:49.3580572Z [4813/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-6x16c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:49.4091875Z [4814/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-7x16c8-minmax-fp32-avx512skx.c.obj 2024-08-07T17:25:49.4144506Z [4815/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u128.c.obj 2024-08-07T17:25:49.4210820Z [4816/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-6x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-07T17:25:49.4303162Z [4817/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u64.c.obj 2024-08-07T17:25:49.4376257Z [4818/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u128.c.obj 2024-08-07T17:25:49.4427169Z [4819/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-07T17:25:49.4785111Z [4820/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u192.c.obj 2024-08-07T17:25:49.4836034Z [4821/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-8x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-08-07T17:25:49.4938824Z [4822/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u64.c.obj 2024-08-07T17:25:49.5017917Z [4823/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u256.c.obj 2024-08-07T17:25:49.5070526Z [4824/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u256.c.obj 2024-08-07T17:25:49.5468312Z [4825/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:49.5522271Z [4826/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:49.5621904Z [4827/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:49.6129078Z [4828/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:49.6143003Z [4829/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u192.c.obj 2024-08-07T17:25:49.6192994Z [4830/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:49.6244775Z [4831/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:49.6411764Z [4832/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:49.6674217Z [4833/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:49.6863571Z [4834/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:49.6949353Z [4835/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:49.7346767Z [4836/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:49.7527897Z [4837/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:49.7601874Z [4838/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:49.7718485Z [4839/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:49.7734343Z [4840/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:49.7856947Z [4841/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:49.7947896Z [4842/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-2x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:49.8418186Z [4843/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-1x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:49.8567932Z [4844/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-2x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:49.8833506Z [4845/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-1x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:49.8917620Z [4846/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-3x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:49.9098337Z [4847/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-4x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:49.9171950Z [4848/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-5x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:49.9229507Z [4849/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-4x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:49.9284261Z [4850/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-6x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:49.9603088Z [4851/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-3x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:49.9716301Z [4852/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-5x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:50.0138019Z [4853/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-1x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:50.0192883Z [4854/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-8x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:50.0376896Z [4855/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-7x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:50.0433303Z [4856/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-6x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:50.0449202Z [4857/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-8x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:50.0719430Z [4858/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-7x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:50.0850806Z [4859/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-2x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:50.0938511Z [4860/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-2x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:50.1365702Z [4861/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-3x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:50.1435401Z [4862/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-3x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:50.1678337Z [4863/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-4x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:50.1691600Z [4864/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-1x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:50.1813584Z [4865/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-7x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:50.1928705Z [4866/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-6x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:50.2096510Z [4867/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-5x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:50.2224068Z [4868/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-5x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:50.2643814Z [4869/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-6x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:50.2913063Z [4870/7975] 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-08-07T17:25:50.2981994Z [4871/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-4x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:50.2995776Z [4872/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-8x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:50.3054790Z [4873/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-8x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:50.3215997Z [4874/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:50.3511349Z [4875/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-7x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:50.3804775Z [4876/7975] 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-08-07T17:25:50.3863159Z [4877/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:50.4182781Z [4878/7975] 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-08-07T17:25:50.4260958Z [4879/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:50.4323298Z [4880/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:50.4467355Z [4881/7975] 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-08-07T17:25:50.4659786Z [4882/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:50.4716751Z [4883/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:50.5015428Z [4884/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:50.5072032Z [4885/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:50.5413533Z [4886/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:50.5492996Z [4887/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnni.c.obj 2024-08-07T17:25:50.5618484Z [4888/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:50.5928411Z [4889/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:50.5983820Z [4890/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:50.6001126Z [4891/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:50.6232820Z [4892/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnni.c.obj 2024-08-07T17:25:50.6342869Z [4893/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:50.6692975Z [4894/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:50.6712692Z [4895/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:50.6828529Z [4896/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:50.7226790Z [4897/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnni.c.obj 2024-08-07T17:25:50.7245173Z [4898/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:50.7304467Z [4899/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:50.7434530Z [4900/7975] 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-08-07T17:25:50.7666448Z [4901/7975] 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-08-07T17:25:50.7995457Z [4902/7975] 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-08-07T17:25:50.8012804Z [4903/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:50.8162984Z [4904/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:50.8523907Z [4905/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:50.8546581Z [4906/7975] 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-08-07T17:25:50.8604397Z [4907/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:50.8882830Z [4908/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:50.9108208Z [4909/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnni.c.obj 2024-08-07T17:25:50.9240927Z [4910/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:50.9255075Z [4911/7975] 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-08-07T17:25:50.9401512Z [4912/7975] 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-08-07T17:25:50.9790532Z [4913/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:50.9855179Z [4914/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:51.0165611Z [4915/7975] 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-08-07T17:25:51.0323159Z [4916/7975] 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-08-07T17:25:51.0497985Z [4917/7975] 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-08-07T17:25:51.0623221Z [4918/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:51.0680999Z [4919/7975] 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-08-07T17:25:51.0697638Z [4920/7975] 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-08-07T17:25:51.0952835Z [4921/7975] 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-08-07T17:25:51.1068961Z [4922/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:51.1427330Z [4923/7975] 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-08-07T17:25:51.1574182Z [4924/7975] 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-08-07T17:25:51.1727369Z [4925/7975] 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-08-07T17:25:51.1901102Z [4926/7975] 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-08-07T17:25:51.1977650Z [4927/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:51.2216107Z [4928/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:51.2274234Z [4929/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:51.2679153Z [4930/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x16c4-minmax-avx512vnni.c.obj 2024-08-07T17:25:51.2740034Z [4931/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x16c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:51.2795643Z [4932/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x16c4-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:51.3011418Z [4933/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x16c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:51.3172303Z [4934/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x16c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:51.3227344Z [4935/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:51.3471828Z [4936/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x16c4-minmax-avx512vnni.c.obj 2024-08-07T17:25:51.3486677Z [4937/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:51.4028929Z [4938/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:51.4085263Z [4939/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x16c4-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:51.4199750Z [4940/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x16c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:51.4212792Z [4941/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x16c4-minmax-avx512vnni.c.obj 2024-08-07T17:25:51.4359362Z [4942/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:51.4451206Z [4943/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x16c4-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:51.4707374Z [4944/7975] 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-08-07T17:25:51.4771667Z [4945/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x16c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:51.5254065Z [4946/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x16c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:51.5324124Z [4947/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:51.5622105Z [4948/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:51.5783240Z [4949/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-6x16c4-minmax-avx512vnni.c.obj 2024-08-07T17:25:51.5796798Z [4950/7975] 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-08-07T17:25:51.5955418Z [4951/7975] 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-08-07T17:25:51.6014604Z [4952/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-6x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:51.6189139Z [4953/7975] 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-08-07T17:25:51.6524188Z [4954/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-6x16c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:51.6713565Z [4955/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-6x16c4-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:51.6842707Z [4956/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-6x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:51.7045698Z [4957/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:51.7217598Z [4958/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-6x16c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:51.7310907Z [4959/7975] 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-08-07T17:25:51.7367752Z [4960/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:51.7700114Z [4961/7975] 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-08-07T17:25:51.7836780Z [4962/7975] 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-08-07T17:25:51.8000163Z [4963/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:51.8052652Z [4964/7975] 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-08-07T17:25:51.8274869Z [4965/7975] 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-08-07T17:25:51.8565755Z [4966/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:51.8621687Z [4967/7975] 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-08-07T17:25:51.8675654Z [4968/7975] 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-08-07T17:25:51.9103978Z [4969/7975] 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-08-07T17:25:51.9209992Z [4970/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:51.9262283Z [4971/7975] 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-08-07T17:25:51.9419106Z [4972/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:51.9471728Z [4973/7975] 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-08-07T17:25:51.9812616Z [4974/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:51.9864262Z [4975/7975] 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-08-07T17:25:51.9881546Z [4976/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:52.0480948Z [4977/7975] 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-08-07T17:25:52.0553177Z [4978/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x16c4-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:52.0648697Z [4979/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x16c4-minmax-avx512vnni.c.obj 2024-08-07T17:25:52.0713474Z [4980/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x16c4-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:52.0813022Z [4981/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:52.1040444Z [4982/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x16c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:52.1172031Z [4983/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x16c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:52.1238081Z [4984/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:52.1721329Z [4985/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x16c4-minmax-avx512vnni.c.obj 2024-08-07T17:25:52.1783321Z [4986/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x16c4-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:52.1916310Z [4987/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x16c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:52.2105443Z [4988/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x16c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:52.2165125Z [4989/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:52.2586286Z [4990/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x16c4-minmax-avx512vnni.c.obj 2024-08-07T17:25:52.2701729Z [4991/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:52.2805180Z [4992/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:52.2976563Z [4993/7975] 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-08-07T17:25:52.2992107Z [4994/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x16c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:52.3315662Z [4995/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:52.3416166Z [4996/7975] 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-08-07T17:25:52.3491714Z [4997/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x16c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:52.3887696Z [4998/7975] 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-08-07T17:25:52.4178035Z [4999/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-6x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:52.4193312Z [5000/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-6x16c4-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:52.4254021Z [5001/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-6x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:52.4268328Z [5002/7975] 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-08-07T17:25:52.4468621Z [5003/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-6x16c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:52.4636410Z [5004/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-6x16c4-minmax-avx512vnni.c.obj 2024-08-07T17:25:52.4760342Z [5005/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-6x16c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:52.5099432Z [5006/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:52.5464064Z [5007/7975] 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-08-07T17:25:52.5537448Z [5008/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:52.5555508Z [5009/7975] 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-08-07T17:25:52.5660415Z [5010/7975] 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-08-07T17:25:52.5761867Z [5011/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x8c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:52.5947755Z [5012/7975] 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-08-07T17:25:52.6105175Z [5013/7975] 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-08-07T17:25:52.6358399Z [5014/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x8c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:52.6769025Z [5015/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x8c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-07T17:25:52.6786985Z [5016/7975] 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-08-07T17:25:52.6976923Z [5017/7975] 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-08-07T17:25:52.7140451Z [5018/7975] 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-08-07T17:25:52.7218310Z [5019/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x8c8-minmax-fp32-avx512vnni.c.obj 2024-08-07T17:25:52.7233721Z [5020/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x8c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-07T17:25:52.7434825Z [5021/7975] 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-08-07T17:25:52.7547706Z [5022/7975] 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-08-07T17:25:52.8107104Z [5023/7975] 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-08-07T17:25:52.8125155Z [5024/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x8c8-minmax-fp32-avx512vnni.c.obj 2024-08-07T17:25:52.8265403Z [5025/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-07T17:25:52.8339608Z [5026/7975] 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-08-07T17:25:52.8490126Z [5027/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-07T17:25:52.8583720Z [5028/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x8c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-07T17:25:52.8715340Z [5029/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-07T17:25:52.9163588Z [5030/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512vnni.c.obj 2024-08-07T17:25:52.9352095Z [5031/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x8c8-minmax-fp32-avx512vnni.c.obj 2024-08-07T17:25:52.9467413Z [5032/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x16c4-minmax-fp32-avx512vnni.c.obj 2024-08-07T17:25:52.9587572Z [5033/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x8c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-07T17:25:52.9599856Z [5034/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512vnni.c.obj 2024-08-07T17:25:52.9772080Z [5035/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x16c4-minmax-fp32-avx512vnni.c.obj 2024-08-07T17:25:52.9788338Z [5036/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-07T17:25:53.0105584Z [5037/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x8c8-minmax-fp32-avx512vnni.c.obj 2024-08-07T17:25:53.0683409Z [5038/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512vnni.c.obj 2024-08-07T17:25:53.0729065Z [5039/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-07T17:25:53.0864817Z [5040/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x8c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-07T17:25:53.0917811Z [5041/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x8c8-minmax-fp32-avx512vnni.c.obj 2024-08-07T17:25:53.0964997Z [5042/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x16c4-minmax-fp32-avx512vnni.c.obj 2024-08-07T17:25:53.1255221Z [5043/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-07T17:25:53.1279697Z [5044/7975] 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-08-07T17:25:53.1351571Z [5045/7975] 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-08-07T17:25:53.2032351Z [5046/7975] 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-08-07T17:25:53.2146369Z [5047/7975] 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-08-07T17:25:53.2160572Z [5048/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512vnni.c.obj 2024-08-07T17:25:53.2211778Z [5049/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-6x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-07T17:25:53.2480574Z [5050/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-6x8c8-minmax-fp32-avx512vnni.c.obj 2024-08-07T17:25:53.2529689Z [5051/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-6x8c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-07T17:25:53.2677972Z [5052/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x8c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-07T17:25:53.2804246Z [5053/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-07T17:25:53.3273199Z [5054/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-6x16c4-minmax-fp32-avx512vnni.c.obj 2024-08-07T17:25:53.3340478Z [5055/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x8c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-07T17:25:53.3392573Z [5056/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x8c8-minmax-fp32-avx512vnni.c.obj 2024-08-07T17:25:53.3447349Z [5057/7975] 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-08-07T17:25:53.3804962Z [5058/7975] 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-08-07T17:25:53.3856983Z [5059/7975] 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-08-07T17:25:53.3915073Z [5060/7975] 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-08-07T17:25:53.4031167Z [5061/7975] 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-08-07T17:25:53.4619254Z [5062/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x8c8-minmax-fp32-avx512vnni.c.obj 2024-08-07T17:25:53.4635952Z [5063/7975] 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-08-07T17:25:53.4694733Z [5064/7975] 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-08-07T17:25:53.4981703Z [5065/7975] 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-08-07T17:25:53.5085799Z [5066/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:53.5139839Z [5067/7975] 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-08-07T17:25:53.5153746Z [5068/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x8c8-minmax-fp32-avx512vnni.c.obj 2024-08-07T17:25:53.5261297Z [5069/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x8c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-07T17:25:53.5827964Z [5070/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c4-minmax-avx512vnni.c.obj 2024-08-07T17:25:53.5895756Z [5071/7975] 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-08-07T17:25:53.5982934Z [5072/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x8c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-07T17:25:53.6233938Z [5073/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x16c4-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:53.6384633Z [5074/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x16c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:53.6399299Z [5075/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x8c8-minmax-fp32-avx512vnni.c.obj 2024-08-07T17:25:53.6465150Z [5076/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x16c4-minmax-avx512vnni.c.obj 2024-08-07T17:25:53.6590605Z [5077/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x16c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:53.7098440Z [5078/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x16c4-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:53.7234613Z [5079/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x16c4-minmax-avx512vnni.c.obj 2024-08-07T17:25:53.7374368Z [5080/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x8c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-07T17:25:53.7514742Z [5081/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x8c8-minmax-fp32-avx512vnni.c.obj 2024-08-07T17:25:53.7650837Z [5082/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x16c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:53.7710568Z [5083/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x16c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:53.7794668Z [5084/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x16c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:53.7859934Z [5085/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x16c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:53.8334214Z [5086/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x8c8-minmax-fp32-avx512vnni.c.obj 2024-08-07T17:25:53.8674742Z [5087/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x8c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-07T17:25:53.8810080Z [5088/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x16c4-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:53.8859119Z [5089/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x16c4-minmax-avx512vnni.c.obj 2024-08-07T17:25:53.8999457Z [5090/7975] 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-08-07T17:25:53.9054699Z [5091/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x8c8-minmax-fp32-avx512vnni.c.obj 2024-08-07T17:25:53.9111998Z [5092/7975] 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-08-07T17:25:53.9127717Z [5093/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x8c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-07T17:25:53.9682498Z [5094/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c4-minmax-avx512vnni.c.obj 2024-08-07T17:25:53.9980839Z [5095/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:54.0261508Z [5096/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-6x16c4-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:54.0278561Z [5097/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-6x16c4-minmax-avx512vnni.c.obj 2024-08-07T17:25:54.0333539Z [5098/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-6x8c8-minmax-fp32-avx512vnni.c.obj 2024-08-07T17:25:54.0426447Z [5099/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c4-minmax-avx512vnni.c.obj 2024-08-07T17:25:54.0482993Z [5100/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-6x16c8-minmax-avx512vnni-prfm.c.obj 2024-08-07T17:25:54.0622896Z [5101/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-6x8c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-07T17:25:54.0965668Z [5102/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x8c8-minmax-fp32-avx512vnni.c.obj 2024-08-07T17:25:54.1428072Z [5103/7975] 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-08-07T17:25:54.1507133Z [5104/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-6x16c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:54.1567677Z [5105/7975] 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-08-07T17:25:54.1616824Z [5106/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x8c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-07T17:25:54.1794655Z [5107/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c4-minmax-avx512vnni.c.obj 2024-08-07T17:25:54.1810723Z [5108/7975] 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-08-07T17:25:54.1937458Z [5109/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x8c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-08-07T17:25:54.2250513Z [5110/7975] 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-08-07T17:25:54.2768615Z [5111/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:54.2924738Z [5112/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnnigfni.c.obj 2024-08-07T17:25:54.2978412Z [5113/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-07T17:25:54.3094578Z [5114/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c8-minmax-avx512vnni.c.obj 2024-08-07T17:25:54.3108501Z [5115/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x8c8-minmax-fp32-avx512vnni.c.obj 2024-08-07T17:25:54.3183469Z [5116/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnnigfni.c.obj 2024-08-07T17:25:54.3274493Z [5117/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-07T17:25:54.3408336Z [5118/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnnigfni.c.obj 2024-08-07T17:25:54.4019755Z [5119/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-07T17:25:54.4217231Z [5120/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnnigfni.c.obj 2024-08-07T17:25:54.4423841Z [5121/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnnigfni.c.obj 2024-08-07T17:25:54.4509596Z [5122/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-07T17:25:54.4662991Z [5123/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-07T17:25:54.4720214Z [5124/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnnigfni.c.obj 2024-08-07T17:25:54.4780410Z [5125/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-07T17:25:54.4838304Z [5126/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-07T17:25:54.5198713Z [5127/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnnigfni.c.obj 2024-08-07T17:25:54.5411164Z [5128/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-07T17:25:54.5651393Z [5129/7975] 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-08-07T17:25:54.5742393Z [5130/7975] 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-08-07T17:25:54.5989959Z [5131/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-07T17:25:54.6122244Z [5132/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnnigfni.c.obj 2024-08-07T17:25:54.6183350Z [5133/7975] 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-08-07T17:25:54.6265470Z [5134/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnnigfni.c.obj 2024-08-07T17:25:54.6552898Z [5135/7975] 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-08-07T17:25:54.6568066Z [5136/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnnigfni.c.obj 2024-08-07T17:25:54.6866933Z [5137/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnnigfni-prfm.c.obj 2024-08-07T17:25:54.6958002Z [5138/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-07T17:25:54.7269400Z [5139/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnnigfni.c.obj 2024-08-07T17:25:54.7445939Z [5140/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-07T17:25:54.7554935Z [5141/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-07T17:25:54.7798693Z [5142/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnnigfni.c.obj 2024-08-07T17:25:54.7919399Z [5143/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnnigfni.c.obj 2024-08-07T17:25:54.8099156Z [5144/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnnigfni.c.obj 2024-08-07T17:25:54.8248075Z [5145/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnnigfni-prfm.c.obj 2024-08-07T17:25:54.8674530Z [5146/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-07T17:25:54.8689966Z [5147/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-07T17:25:54.9064907Z [5148/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnnigfni.c.obj 2024-08-07T17:25:54.9193493Z [5149/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnnigfni.c.obj 2024-08-07T17:25:54.9248896Z [5150/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnnigfni-prfm.c.obj 2024-08-07T17:25:54.9534340Z [5151/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-07T17:25:54.9672018Z [5152/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnnigfni.c.obj 2024-08-07T17:25:54.9747270Z [5153/7975] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\channel-shuffle-nc.c.obj 2024-08-07T17:25:54.9748013Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:25:54.9805932Z [5154/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-07T17:25:54.9869228Z [5155/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnnigfni.c.obj 2024-08-07T17:25:55.0213411Z [5156/7975] 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-08-07T17:25:55.0459378Z [5157/7975] 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-08-07T17:25:55.0530489Z [5158/7975] 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-08-07T17:25:55.0736086Z [5159/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnnigfni.c.obj 2024-08-07T17:25:55.0929144Z [5160/7975] 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-08-07T17:25:55.1296141Z [5161/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-07T17:25:55.1346929Z [5162/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnnigfni.c.obj 2024-08-07T17:25:55.1480571Z [5163/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnnigfni.c.obj 2024-08-07T17:25:55.1533043Z [5164/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnnigfni-prfm.c.obj 2024-08-07T17:25:55.1654831Z [5165/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-07T17:25:55.1900395Z [5166/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnnigfni.c.obj 2024-08-07T17:25:55.1958651Z [5167/7975] 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-08-07T17:25:55.2257612Z [5168/7975] 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-08-07T17:25:55.2637622Z [5169/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnnigfni.c.obj 2024-08-07T17:25:55.2657439Z [5170/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-07T17:25:55.2710843Z [5171/7975] 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-08-07T17:25:55.2895866Z [5172/7975] 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-08-07T17:25:55.2952203Z [5173/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnnigfni.c.obj 2024-08-07T17:25:55.3091918Z [5174/7975] 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-08-07T17:25:55.3275596Z [5175/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-4.c.obj 2024-08-07T17:25:55.3450977Z [5176/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2-k-over-2048.c.obj 2024-08-07T17:25:55.3633717Z [5177/7975] 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-08-07T17:25:55.3844904Z [5178/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2-k-over-64.c.obj 2024-08-07T17:25:55.4061798Z [5179/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-32.c.obj 2024-08-07T17:25:55.4267078Z [5180/7975] 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-08-07T17:25:55.4324357Z [5181/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnnigfni-prfm.c.obj 2024-08-07T17:25:55.4436312Z [5182/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-64.c.obj 2024-08-07T17:25:55.4513847Z [5183/7975] 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-08-07T17:25:55.4624031Z [5184/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-16.c.obj 2024-08-07T17:25:55.4690252Z [5185/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-8.c.obj 2024-08-07T17:25:55.4801692Z [5186/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-2048.c.obj 2024-08-07T17:25:55.4919002Z [5187/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\vlog.c.obj 2024-08-07T17:25:55.5144293Z [5188/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\vlog.c.obj 2024-08-07T17:25:55.5367158Z [5189/7975] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\datatype-strings.c.obj 2024-08-07T17:25:55.5558107Z [5190/7975] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\node-type.c.obj 2024-08-07T17:25:55.5935444Z [5191/7975] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\operator-type.c.obj 2024-08-07T17:25:55.6160654Z [5192/7975] Building CXX object confu-deps\XNNPACK\CMakeFiles\jit.dir\src\jit\assembler.cc.obj 2024-08-07T17:25:55.6161251Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:25:55.6340427Z [5193/7975] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\microkernel-type.c.obj 2024-08-07T17:25:55.6543453Z [5194/7975] Building CXX object confu-deps\XNNPACK\CMakeFiles\jit.dir\src\jit\aarch64-assembler.cc.obj 2024-08-07T17:25:55.6544202Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:25:55.6714111Z [5195/7975] Building CXX object confu-deps\XNNPACK\CMakeFiles\jit.dir\src\jit\aarch32-assembler.cc.obj 2024-08-07T17:25:55.6714911Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:25:55.6884922Z [5196/7975] Building C object confu-deps\XNNPACK\CMakeFiles\indirection.dir\src\indirection.c.obj 2024-08-07T17:25:55.7036145Z [5197/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microparams-init.dir\src\microparams-init.c.obj 2024-08-07T17:25:55.7599983Z [5198/7975] Building C object confu-deps\XNNPACK\CMakeFiles\hardware-config.dir\src\configs\hardware-config.c.obj 2024-08-07T17:25:55.7741303Z [5199/7975] Building C object confu-deps\XNNPACK\CMakeFiles\normalization.dir\src\normalization.c.obj 2024-08-07T17:25:55.7742855Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:25:55.7931002Z [5200/7975] Building C object confu-deps\XNNPACK\CMakeFiles\allocator.dir\src\allocator.c.obj 2024-08-07T17:25:55.8565492Z [5201/7975] Building C object confu-deps\XNNPACK\CMakeFiles\cache.dir\src\cache.c.obj 2024-08-07T17:25:55.8566117Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:25:55.8962290Z [5202/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernel-utils.dir\src\microkernel-utils.c.obj 2024-08-07T17:25:55.9173696Z [5203/7975] Building C object confu-deps\XNNPACK\CMakeFiles\packing.dir\src\packing.c.obj 2024-08-07T17:25:55.9174802Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\packing.c(1786): warning C4098: 'xnn_pack_qs8_conv_kgo_w': 'void' function returning a value 2024-08-07T17:25:55.9176123Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\packing.c(1804): warning C4098: 'xnn_pack_qs8_to_qu8_conv_kgo_w': 'void' function returning a value 2024-08-07T17:25:55.9177415Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\packing.c(2105): warning C4098: 'xnn_pack_qs8_deconv_goki_w': 'void' function returning a value 2024-08-07T17:25:55.9178615Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\packing.c(2128): warning C4098: 'xnn_pack_qs8_to_qu8_deconv_goki_w': 'void' function returning a value 2024-08-07T17:25:55.9376891Z [5204/7975] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\log.c.obj 2024-08-07T17:25:55.9540688Z [5205/7975] Building C object confu-deps\XNNPACK\CMakeFiles\memory.dir\src\memory.c.obj 2024-08-07T17:25:55.9745716Z [5206/7975] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operator-delete.c.obj 2024-08-07T17:25:55.9747408Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-delete.c(29): warning C4090: 'function': different 'const' qualifiers 2024-08-07T17:25:55.9929874Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:25:55.9930907Z [5207/7975] Building C object confu-deps\XNNPACK\CMakeFiles\mutex.dir\src\mutex.c.obj 2024-08-07T17:25:55.9931824Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:25:56.0194186Z [5208/7975] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\binary-elementwise-nd.c.obj 2024-08-07T17:25:56.0195543Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:25:56.0921053Z [5209/7975] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\argmax-pooling-nhwc.c.obj 2024-08-07T17:25:56.0922243Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\argmax-pooling-nhwc.c(252): warning C4090: 'function': different 'const' qualifiers 2024-08-07T17:25:56.0923351Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:25:56.1108860Z [5210/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\ssse3.c.obj 2024-08-07T17:25:56.1721647Z [5211/7975] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\batch-matrix-multiply-nc.c.obj 2024-08-07T17:25:56.1722363Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:25:56.1929380Z [5212/7975] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\average-pooling-nhwc.c.obj 2024-08-07T17:25:56.1930642Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\average-pooling-nhwc.c(615): warning C4090: 'function': different 'const' qualifiers 2024-08-07T17:25:56.1931562Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:25:56.2060600Z [5213/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\sse.c.obj 2024-08-07T17:25:56.2391457Z [5214/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\scalar.c.obj 2024-08-07T17:25:56.2575216Z [5215/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\sse2.c.obj 2024-08-07T17:25:56.2775913Z [5216/7975] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\gavgpool-cw-config.c.obj 2024-08-07T17:25:56.2777457Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:25:56.2968288Z [5217/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\fma3.c.obj 2024-08-07T17:25:56.3416921Z [5218/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx2.c.obj 2024-08-07T17:25:56.3577838Z [5219/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\f16c.c.obj 2024-08-07T17:25:56.3936614Z [5220/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512vbmi.c.obj 2024-08-07T17:25:56.4129341Z [5221/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx.c.obj 2024-08-07T17:25:56.4308919Z [5222/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2-k-over-64.c.obj 2024-08-07T17:25:56.4515627Z [5223/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\sse41.c.obj 2024-08-07T17:25:56.4687282Z [5224/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\xop.c.obj 2024-08-07T17:25:56.4861224Z [5225/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512f.c.obj 2024-08-07T17:25:56.5265311Z [5226/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512vnni.c.obj 2024-08-07T17:25:56.5451370Z [5227/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2-k-over-2048.c.obj 2024-08-07T17:25:56.5615902Z [5228/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512skx.c.obj 2024-08-07T17:25:56.5787537Z [5229/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512vnnigfni.c.obj 2024-08-07T17:25:56.5968036Z [5230/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-4.c.obj 2024-08-07T17:25:56.6127440Z [5231/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-64.c.obj 2024-08-07T17:25:56.6923074Z [5232/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512amx.c.obj 2024-08-07T17:25:56.7107510Z [5233/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-16.c.obj 2024-08-07T17:25:56.7307202Z [5234/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-8.c.obj 2024-08-07T17:25:59.0819011Z [5235/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-2048.c.obj 2024-08-07T17:25:59.0967525Z [5236/7975] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-32.c.obj 2024-08-07T17:25:59.1161628Z [5237/7975] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\lut32norm-config.c.obj 2024-08-07T17:25:59.1162280Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:25:59.2321878Z [5238/7975] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\ibilinear-chw-config.c.obj 2024-08-07T17:25:59.2322585Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:25:59.2528837Z [5239/7975] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\gemm-config.c.obj 2024-08-07T17:25:59.2529493Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:25:59.2848221Z [5240/7975] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\maxpool-config.c.obj 2024-08-07T17:25:59.2849176Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:25:59.3039668Z [5241/7975] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\ibilinear-config.c.obj 2024-08-07T17:25:59.3040781Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:25:59.3520854Z [5242/7975] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\pavgpool-config.c.obj 2024-08-07T17:25:59.3521960Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:25:59.3677259Z [5243/7975] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\prelu-config.c.obj 2024-08-07T17:25:59.3678169Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:25:59.4164828Z [5244/7975] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\reduce-config.c.obj 2024-08-07T17:25:59.4165852Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:25:59.5296684Z [5245/7975] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\raddstoreexpminusmax-config.c.obj 2024-08-07T17:25:59.5298123Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:25:59.5860968Z [5246/7975] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\transpose-config.c.obj 2024-08-07T17:25:59.5861797Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:25:59.6088313Z [5247/7975] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\unpool-config.c.obj 2024-08-07T17:25:59.6089046Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:25:59.6764984Z [5248/7975] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\rmax-config.c.obj 2024-08-07T17:25:59.6765620Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:25:59.6957614Z [5249/7975] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\spmm-config.c.obj 2024-08-07T17:25:59.6958640Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:25:59.7008970Z [5250/7975] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\unary-elementwise-config.c.obj 2024-08-07T17:25:59.7010245Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:25:59.7165589Z [5251/7975] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\zip-config.c.obj 2024-08-07T17:25:59.7166597Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:25:59.7517356Z [5252/7975] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\params.c.obj 2024-08-07T17:25:59.7517979Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:25:59.7935285Z [5253/7975] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\xx-fill-config.c.obj 2024-08-07T17:25:59.7936526Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:25:59.8855219Z [5254/7975] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\xx-pad-config.c.obj 2024-08-07T17:25:59.8856399Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:25:59.9851683Z [5255/7975] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\x8-lut-config.c.obj 2024-08-07T17:25:59.9852389Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:00.0105008Z [5256/7975] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\vmulcaddc-config.c.obj 2024-08-07T17:26:00.0106370Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:00.0716672Z [5257/7975] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock.dir\src\gmock-all.cc.obj 2024-08-07T17:26:00.0856916Z [5258/7975] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\init.c.obj 2024-08-07T17:26:00.0857802Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:00.1404654Z [5259/7975] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\src\gmock_main.cc.obj 2024-08-07T17:26:00.2461403Z [5260/7975] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\src\gmock-all.cc.obj 2024-08-07T17:26:00.2486999Z [5261/7975] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock.dir\__\googletest\src\gtest-all.cc.obj 2024-08-07T17:26:00.2673548Z [5262/7975] Building CXX object third_party\googletest\googletest\CMakeFiles\gtest_main.dir\src\gtest_main.cc.obj 2024-08-07T17:26:00.2955691Z [5263/7975] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\__\googletest\src\gtest-all.cc.obj 2024-08-07T17:26:00.3185891Z [5264/7975] Linking CXX static library lib\gmock.lib 2024-08-07T17:26:00.3579834Z [5265/7975] Linking CXX static library lib\gmock_main.lib 2024-08-07T17:26:00.3640006Z [5266/7975] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_name.cc.obj 2024-08-07T17:26:00.3722102Z [5267/7975] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_api_internal.cc.obj 2024-08-07T17:26:00.4200604Z [5268/7975] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark.cc.obj 2024-08-07T17:26:00.5851692Z [5269/7975] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_runner.cc.obj 2024-08-07T17:26:00.5924221Z [5270/7975] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\commandlineflags.cc.obj 2024-08-07T17:26:00.6078573Z [5271/7975] Building CXX object third_party\googletest\googletest\CMakeFiles\gtest.dir\src\gtest-all.cc.obj 2024-08-07T17:26:00.6527273Z [5272/7975] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\complexity.cc.obj 2024-08-07T17:26:00.6601592Z [5273/7975] Linking CXX static library lib\gtest.lib 2024-08-07T17:26:00.6616292Z [5274/7975] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\csv_reporter.cc.obj 2024-08-07T17:26:00.6728211Z [5275/7975] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\console_reporter.cc.obj 2024-08-07T17:26:00.6815119Z [5276/7975] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_register.cc.obj 2024-08-07T17:26:00.6882334Z [5277/7975] Linking CXX static library lib\gtest_main.lib 2024-08-07T17:26:00.8337883Z [5278/7975] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\perf_counters.cc.obj 2024-08-07T17:26:00.8542964Z [5279/7975] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\colorprint.cc.obj 2024-08-07T17:26:00.8606838Z [5280/7975] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\json_reporter.cc.obj 2024-08-07T17:26:00.8813598Z [5281/7975] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\counter.cc.obj 2024-08-07T17:26:00.9457952Z [5282/7975] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\reporter.cc.obj 2024-08-07T17:26:00.9735115Z [5283/7975] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\statistics.cc.obj 2024-08-07T17:26:00.9840200Z [5284/7975] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\string_util.cc.obj 2024-08-07T17:26:01.0710860Z [5285/7975] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark_main.dir\benchmark_main.cc.obj 2024-08-07T17:26:01.1806443Z [5286/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFloat16Convert.cc.obj 2024-08-07T17:26:01.2116605Z [5287/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFP16.cc.obj 2024-08-07T17:26:01.3441754Z [5288/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\ExecuteKernel.cc.obj 2024-08-07T17:26:01.3508236Z [5289/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmConv.cc.obj 2024-08-07T17:26:01.3510453Z 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-08-07T17:26:01.3512003Z with 2024-08-07T17:26:01.3512194Z [ 2024-08-07T17:26:01.3512411Z T=uint8_t, 2024-08-07T17:26:01.3512626Z accT=int32_t, 2024-08-07T17:26:01.3512853Z inpType=uint8_t 2024-08-07T17:26:01.3513061Z ] 2024-08-07T17:26:01.3514878Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-07T17:26:01.3516503Z with 2024-08-07T17:26:01.3516780Z [ 2024-08-07T17:26:01.3517036Z T=uint8_t, 2024-08-07T17:26:01.3517364Z accT=int32_t 2024-08-07T17:26:01.3517943Z ] 2024-08-07T17:26:01.3520122Z 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-08-07T17:26:01.3522083Z with 2024-08-07T17:26:01.3522267Z [ 2024-08-07T17:26:01.3522426Z T=uint8_t, 2024-08-07T17:26:01.3522704Z accT=int32_t 2024-08-07T17:26:01.3522928Z ] 2024-08-07T17:26:01.3523891Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-07T17:26:01.3524829Z with 2024-08-07T17:26:01.3525008Z [ 2024-08-07T17:26:01.3525167Z T=uint8_t, 2024-08-07T17:26:01.3525380Z accT=int32_t 2024-08-07T17:26:01.3525597Z ] 2024-08-07T17:26:01.3527049Z 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-08-07T17:26:01.3528351Z with 2024-08-07T17:26:01.3528528Z [ 2024-08-07T17:26:01.3528685Z T=int8_t, 2024-08-07T17:26:01.3528885Z accT=int32_t, 2024-08-07T17:26:01.3529116Z inpType=int8_t 2024-08-07T17:26:01.3529356Z ] 2024-08-07T17:26:01.3530175Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-07T17:26:01.3531076Z with 2024-08-07T17:26:01.3531301Z [ 2024-08-07T17:26:01.3531501Z T=int8_t, 2024-08-07T17:26:01.3531902Z accT=int32_t 2024-08-07T17:26:01.3532136Z ] 2024-08-07T17:26:01.3533274Z 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-08-07T17:26:01.3534736Z with 2024-08-07T17:26:01.3534943Z [ 2024-08-07T17:26:01.3535120Z T=int8_t, 2024-08-07T17:26:01.3535440Z accT=int32_t 2024-08-07T17:26:01.3535650Z ] 2024-08-07T17:26:01.3536620Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-07T17:26:01.3538166Z with 2024-08-07T17:26:01.3538453Z [ 2024-08-07T17:26:01.3538761Z T=int8_t, 2024-08-07T17:26:01.3539326Z accT=int32_t 2024-08-07T17:26:01.3539669Z ] 2024-08-07T17:26:01.3541121Z 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-08-07T17:26:01.3542729Z with 2024-08-07T17:26:01.3542911Z [ 2024-08-07T17:26:01.3543451Z ACC_T=int32_t, 2024-08-07T17:26:01.3543971Z T=uint8_t, 2024-08-07T17:26:01.3544584Z accT=int32_t, 2024-08-07T17:26:01.3545010Z inpType=uint8_t 2024-08-07T17:26:01.3545422Z ] 2024-08-07T17:26:01.3546923Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-07T17:26:01.3548842Z with 2024-08-07T17:26:01.3549119Z [ 2024-08-07T17:26:01.3549359Z ACC_T=int32_t, 2024-08-07T17:26:01.3549694Z T=uint8_t, 2024-08-07T17:26:01.3550012Z accT=int32_t 2024-08-07T17:26:01.3550312Z ] 2024-08-07T17:26:01.3552327Z 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-08-07T17:26:01.3554366Z with 2024-08-07T17:26:01.3554546Z [ 2024-08-07T17:26:01.3554721Z ACC_T=int32_t, 2024-08-07T17:26:01.3555071Z T=uint8_t, 2024-08-07T17:26:01.3555395Z accT=int32_t 2024-08-07T17:26:01.3555752Z ] 2024-08-07T17:26:01.3556838Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-07T17:26:01.3557727Z with 2024-08-07T17:26:01.3557897Z [ 2024-08-07T17:26:01.3558075Z ACC_T=int32_t, 2024-08-07T17:26:01.3558328Z T=uint8_t, 2024-08-07T17:26:01.3558568Z accT=int32_t 2024-08-07T17:26:01.3558768Z ] 2024-08-07T17:26:01.3560740Z 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-08-07T17:26:01.3563145Z with 2024-08-07T17:26:01.3563347Z [ 2024-08-07T17:26:01.3563530Z ACC_T=int32_t, 2024-08-07T17:26:01.3563761Z T=uint8_t, 2024-08-07T17:26:01.3564061Z accT=int32_t, 2024-08-07T17:26:01.3564484Z inpType=uint8_t 2024-08-07T17:26:01.3564753Z ] 2024-08-07T17:26:01.3566696Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-07T17:26:01.3567777Z with 2024-08-07T17:26:01.3568028Z [ 2024-08-07T17:26:01.3568299Z ACC_T=int32_t, 2024-08-07T17:26:01.3568651Z T=uint8_t, 2024-08-07T17:26:01.3568988Z accT=int32_t 2024-08-07T17:26:01.3569201Z ] 2024-08-07T17:26:01.3570566Z 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-08-07T17:26:01.3572605Z with 2024-08-07T17:26:01.3572813Z [ 2024-08-07T17:26:01.3573002Z ACC_T=int32_t, 2024-08-07T17:26:01.3573214Z T=uint8_t, 2024-08-07T17:26:01.3573480Z accT=int32_t 2024-08-07T17:26:01.3573706Z ] 2024-08-07T17:26:01.3574679Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-07T17:26:01.3575724Z with 2024-08-07T17:26:01.3575911Z [ 2024-08-07T17:26:01.3576113Z ACC_T=int32_t, 2024-08-07T17:26:01.3576325Z T=uint8_t, 2024-08-07T17:26:01.3576799Z accT=int32_t 2024-08-07T17:26:01.3577162Z ] 2024-08-07T17:26:01.3579521Z 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-08-07T17:26:01.3582026Z with 2024-08-07T17:26:01.3582325Z [ 2024-08-07T17:26:01.3582629Z ACC_T=int32_t, 2024-08-07T17:26:01.3583036Z T=uint8_t, 2024-08-07T17:26:01.3583382Z accT=int32_t, 2024-08-07T17:26:01.3583794Z inpType=uint8_t 2024-08-07T17:26:01.3584177Z ] 2024-08-07T17:26:01.3585673Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-07T17:26:01.3590153Z with 2024-08-07T17:26:01.3590557Z [ 2024-08-07T17:26:01.3590808Z ACC_T=int32_t, 2024-08-07T17:26:01.3591433Z T=uint8_t, 2024-08-07T17:26:01.3591791Z accT=int32_t 2024-08-07T17:26:01.3592084Z ] 2024-08-07T17:26:01.3594509Z 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-08-07T17:26:01.3597462Z with 2024-08-07T17:26:01.3597999Z [ 2024-08-07T17:26:01.3598257Z ACC_T=int32_t, 2024-08-07T17:26:01.3598495Z T=uint8_t, 2024-08-07T17:26:01.3598743Z accT=int32_t 2024-08-07T17:26:01.3598981Z ] 2024-08-07T17:26:01.3600269Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-07T17:26:01.3601470Z with 2024-08-07T17:26:01.3601959Z [ 2024-08-07T17:26:01.3602204Z ACC_T=int32_t, 2024-08-07T17:26:01.3602500Z T=uint8_t, 2024-08-07T17:26:01.3602727Z accT=int32_t 2024-08-07T17:26:01.3603244Z ] 2024-08-07T17:26:01.3605200Z 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-08-07T17:26:01.3607522Z 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-08-07T17:26:01.3609884Z 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-08-07T17:26:01.3612097Z 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-08-07T17:26:01.3614452Z 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-08-07T17:26:01.3625278Z [5290/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFPCommon.cc.obj 2024-08-07T17:26:01.4378053Z [5291/7975] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\sysinfo.cc.obj 2024-08-07T17:26:01.4624470Z [5292/7975] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\sleep.cc.obj 2024-08-07T17:26:01.5330694Z [5293/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmBfloat16Convert.cc.obj 2024-08-07T17:26:01.5414269Z [5294/7975] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\timers.cc.obj 2024-08-07T17:26:01.6080611Z [5295/7975] Linking CXX static library lib\benchmark.lib 2024-08-07T17:26:01.6357644Z [5296/7975] Linking CXX static library lib\benchmark_main.lib 2024-08-07T17:26:01.6376533Z [5297/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\Fbgemm.cc.obj 2024-08-07T17:26:01.6378965Z 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-08-07T17:26:01.6381388Z with 2024-08-07T17:26:01.6381597Z [ 2024-08-07T17:26:01.6381778Z inpType=uint8_t 2024-08-07T17:26:01.6382019Z ] 2024-08-07T17:26:01.6382969Z 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-08-07T17:26:01.6385205Z 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-08-07T17:26:01.6387693Z 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-08-07T17:26:01.6391914Z 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-08-07T17:26:01.6394466Z with 2024-08-07T17:26:01.6394780Z [ 2024-08-07T17:26:01.6395095Z inpType=int8_t 2024-08-07T17:26:01.6395493Z ] 2024-08-07T17:26:01.6396958Z 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-08-07T17:26:01.6400809Z 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-08-07T17:26:01.6404183Z 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-08-07T17:26:01.6407914Z 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-08-07T17:26:01.6410640Z with 2024-08-07T17:26:01.6411409Z [ 2024-08-07T17:26:01.6412059Z inpType=uint8_t 2024-08-07T17:26:01.6412463Z ] 2024-08-07T17:26:01.6414118Z 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-08-07T17:26:01.6417907Z 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-08-07T17:26:01.6421638Z 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-08-07T17:26:01.6425723Z 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-08-07T17:26:01.6428456Z with 2024-08-07T17:26:01.6428741Z [ 2024-08-07T17:26:01.6428915Z inpType=int8_t 2024-08-07T17:26:01.6429153Z ] 2024-08-07T17:26:01.6429953Z 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-08-07T17:26:01.6432382Z 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-08-07T17:26:01.6436300Z 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-08-07T17:26:01.6440610Z 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-08-07T17:26:01.6443147Z with 2024-08-07T17:26:01.6443685Z [ 2024-08-07T17:26:01.6443997Z inpType=uint8_t 2024-08-07T17:26:01.6444354Z ] 2024-08-07T17:26:01.6445782Z 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-08-07T17:26:01.6448540Z 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-08-07T17:26:01.6451868Z 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-08-07T17:26:01.6454698Z 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-08-07T17:26:01.6456292Z with 2024-08-07T17:26:01.6456470Z [ 2024-08-07T17:26:01.6456836Z inpType=uint8_t 2024-08-07T17:26:01.6457057Z ] 2024-08-07T17:26:01.6458655Z 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-08-07T17:26:01.6462530Z 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-08-07T17:26:01.6466979Z 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-08-07T17:26:01.6473993Z 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-08-07T17:26:01.6476770Z with 2024-08-07T17:26:01.6477299Z [ 2024-08-07T17:26:01.6477640Z inpType=uint8_t 2024-08-07T17:26:01.6478087Z ] 2024-08-07T17:26:01.6479405Z 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-08-07T17:26:01.6481738Z 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-08-07T17:26:01.6484517Z 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-08-07T17:26:01.6489080Z 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-08-07T17:26:01.6491806Z with 2024-08-07T17:26:01.6492121Z [ 2024-08-07T17:26:01.6492442Z inpType=uint8_t 2024-08-07T17:26:01.6492843Z ] 2024-08-07T17:26:01.6494507Z 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-08-07T17:26:01.6498845Z 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-08-07T17:26:01.6503423Z 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-08-07T17:26:01.6507325Z 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-08-07T17:26:01.6510015Z with 2024-08-07T17:26:01.6510540Z [ 2024-08-07T17:26:01.6510861Z inpType=uint8_t 2024-08-07T17:26:01.6511258Z ] 2024-08-07T17:26:01.6512913Z 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-08-07T17:26:01.6517110Z 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-08-07T17:26:01.6520311Z 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-08-07T17:26:01.6522579Z 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-08-07T17:26:01.6525207Z with 2024-08-07T17:26:01.6525533Z [ 2024-08-07T17:26:01.6525866Z inpType=uint8_t 2024-08-07T17:26:01.6526261Z ] 2024-08-07T17:26:01.6528311Z 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-08-07T17:26:01.6532885Z 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-08-07T17:26:01.6537131Z 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-08-07T17:26:01.6541510Z 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-08-07T17:26:01.6544344Z with 2024-08-07T17:26:01.6544688Z [ 2024-08-07T17:26:01.6545010Z inpType=uint8_t 2024-08-07T17:26:01.6545414Z ] 2024-08-07T17:26:01.6547032Z 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-08-07T17:26:01.6551329Z 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-08-07T17:26:01.6556345Z 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-08-07T17:26:01.6559313Z 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-08-07T17:26:01.6561089Z with 2024-08-07T17:26:01.6561275Z [ 2024-08-07T17:26:01.6561562Z inpType=uint8_t 2024-08-07T17:26:01.6561864Z ] 2024-08-07T17:26:01.6563678Z 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-08-07T17:26:01.6567803Z 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-08-07T17:26:01.6572961Z 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-08-07T17:26:01.6577442Z 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-08-07T17:26:01.6580319Z with 2024-08-07T17:26:01.6580529Z [ 2024-08-07T17:26:01.6580702Z inpType=uint8_t 2024-08-07T17:26:01.6580925Z ] 2024-08-07T17:26:01.6582229Z 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-08-07T17:26:01.6586564Z 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-08-07T17:26:01.6589372Z 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-08-07T17:26:01.6592045Z 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-08-07T17:26:01.6594532Z with 2024-08-07T17:26:01.6594822Z [ 2024-08-07T17:26:01.6595099Z inpType=uint8_t 2024-08-07T17:26:01.6595453Z ] 2024-08-07T17:26:01.6596240Z 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-08-07T17:26:01.6598316Z 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-08-07T17:26:01.6600381Z 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-08-07T17:26:01.6602348Z 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-08-07T17:26:01.6604112Z with 2024-08-07T17:26:01.6604284Z [ 2024-08-07T17:26:01.6604481Z inpType=int8_t 2024-08-07T17:26:01.6604782Z ] 2024-08-07T17:26:01.6605615Z 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-08-07T17:26:01.6607527Z 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-08-07T17:26:01.6609462Z 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-08-07T17:26:01.6611497Z 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-08-07T17:26:01.6612799Z with 2024-08-07T17:26:01.6613018Z [ 2024-08-07T17:26:01.6613200Z inpType=uint8_t 2024-08-07T17:26:01.6613493Z ] 2024-08-07T17:26:01.6614383Z 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-08-07T17:26:01.6616925Z 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-08-07T17:26:01.6619713Z 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-08-07T17:26:01.6622323Z 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-08-07T17:26:01.6623643Z with 2024-08-07T17:26:01.6624141Z [ 2024-08-07T17:26:01.6624498Z inpType=int8_t 2024-08-07T17:26:01.6624901Z ] 2024-08-07T17:26:01.6626439Z 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-08-07T17:26:01.6630112Z 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-08-07T17:26:01.6633807Z 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-08-07T17:26:01.6637666Z 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-08-07T17:26:01.6640254Z with 2024-08-07T17:26:01.6640786Z [ 2024-08-07T17:26:01.6641054Z inpType=uint8_t 2024-08-07T17:26:01.6641391Z ] 2024-08-07T17:26:01.6642877Z 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-08-07T17:26:01.6646580Z 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-08-07T17:26:01.6650218Z 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-08-07T17:26:01.6654707Z 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-08-07T17:26:01.6657956Z with 2024-08-07T17:26:01.6658407Z [ 2024-08-07T17:26:01.6658753Z inpType=uint8_t 2024-08-07T17:26:01.6659160Z ] 2024-08-07T17:26:01.6660729Z 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-08-07T17:26:01.6664001Z 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-08-07T17:26:01.6666533Z 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-08-07T17:26:01.6669881Z 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-08-07T17:26:01.6671939Z with 2024-08-07T17:26:01.6672124Z [ 2024-08-07T17:26:01.6672339Z inpType=uint8_t 2024-08-07T17:26:01.6672564Z ] 2024-08-07T17:26:01.6673363Z 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-08-07T17:26:01.6676042Z 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-08-07T17:26:01.6679934Z 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-08-07T17:26:01.6683439Z 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-08-07T17:26:01.6685495Z with 2024-08-07T17:26:01.6686052Z [ 2024-08-07T17:26:01.6686368Z inpType=uint8_t 2024-08-07T17:26:01.6686753Z ] 2024-08-07T17:26:01.6688154Z 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-08-07T17:26:01.6690735Z 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-08-07T17:26:01.6693010Z 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-08-07T17:26:01.6695803Z 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-08-07T17:26:01.6697429Z with 2024-08-07T17:26:01.6697605Z [ 2024-08-07T17:26:01.6697804Z inpType=uint8_t 2024-08-07T17:26:01.6698143Z ] 2024-08-07T17:26:01.6700579Z 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-08-07T17:26:01.6704066Z 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-08-07T17:26:01.6708830Z 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-08-07T17:26:01.6715303Z 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-08-07T17:26:01.6718101Z with 2024-08-07T17:26:01.6718404Z [ 2024-08-07T17:26:01.6718729Z inpType=uint8_t 2024-08-07T17:26:01.6719135Z ] 2024-08-07T17:26:01.6720738Z 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-08-07T17:26:01.6724950Z 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-08-07T17:26:01.6727315Z 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-08-07T17:26:01.6729595Z 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-08-07T17:26:01.6731248Z with 2024-08-07T17:26:01.6732149Z [ 2024-08-07T17:26:01.6732374Z inpType=uint8_t 2024-08-07T17:26:01.6732600Z ] 2024-08-07T17:26:01.6733445Z 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-08-07T17:26:01.6735584Z 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-08-07T17:26:01.6739481Z 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-08-07T17:26:01.6743385Z 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-08-07T17:26:01.6745586Z with 2024-08-07T17:26:01.6745780Z [ 2024-08-07T17:26:01.6745970Z inpType=uint8_t 2024-08-07T17:26:01.6746237Z ] 2024-08-07T17:26:01.6747359Z 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-08-07T17:26:01.6750243Z 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-08-07T17:26:01.6753945Z 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-08-07T17:26:01.6757832Z 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-08-07T17:26:01.6760455Z with 2024-08-07T17:26:01.6760764Z [ 2024-08-07T17:26:01.6761060Z inpType=uint8_t 2024-08-07T17:26:01.6761428Z ] 2024-08-07T17:26:01.6763207Z 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-08-07T17:26:01.6767125Z 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-08-07T17:26:01.6770980Z 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-08-07T17:26:01.6774661Z 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-08-07T17:26:01.6778954Z 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-08-07T17:26:01.6783229Z 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-08-07T17:26:01.6787576Z 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-08-07T17:26:01.6791606Z 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-08-07T17:26:01.6795507Z 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-08-07T17:26:01.6799379Z 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-08-07T17:26:01.6803752Z 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-08-07T17:26:01.6808339Z 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-08-07T17:26:01.6812788Z 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-08-07T17:26:01.6817164Z 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-08-07T17:26:01.6821143Z 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-08-07T17:26:01.6824130Z 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-08-07T17:26:01.6826054Z [5298/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\EmbeddingSpMDMNBit.cc.obj 2024-08-07T17:26:01.7606882Z [5299/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\ExecuteKernelU8S8.cc.obj 2024-08-07T17:26:01.7914122Z [5300/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFP16UKernelsIntrinsicAvx512_256.cc.obj 2024-08-07T17:26:01.8155728Z [5301/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFP16UKernelsIntrinsicAvx512.cc.obj 2024-08-07T17:26:01.8331463Z [5302/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\EmbeddingSpMDM.cc.obj 2024-08-07T17:26:01.8544783Z [5303/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\builder.cpp.obj 2024-08-07T17:26:02.0203712Z [5304/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\archtraits.cpp.obj 2024-08-07T17:26:02.0429406Z [5305/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\codeholder.cpp.obj 2024-08-07T17:26:02.0958955Z [5306/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\assembler.cpp.obj 2024-08-07T17:26:02.1026159Z [5307/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\constpool.cpp.obj 2024-08-07T17:26:02.1442663Z [5308/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\codewriter.cpp.obj 2024-08-07T17:26:02.1600886Z [5309/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emithelper.cpp.obj 2024-08-07T17:26:02.1992611Z [5310/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\compiler.cpp.obj 2024-08-07T17:26:02.2956615Z [5311/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\cpuinfo.cpp.obj 2024-08-07T17:26:02.3719685Z [5312/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\environment.cpp.obj 2024-08-07T17:26:02.4263145Z [5313/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\formatter.cpp.obj 2024-08-07T17:26:02.4426900Z [5314/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emitter.cpp.obj 2024-08-07T17:26:02.4551874Z [5315/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\errorhandler.cpp.obj 2024-08-07T17:26:02.4662817Z [5316/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\func.cpp.obj 2024-08-07T17:26:02.5065253Z [5317/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emitterutils.cpp.obj 2024-08-07T17:26:02.5633530Z [5318/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\jitruntime.cpp.obj 2024-08-07T17:26:02.7952640Z [5319/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\inst.cpp.obj 2024-08-07T17:26:02.8035699Z [5320/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\jitallocator.cpp.obj 2024-08-07T17:26:02.8055168Z [5321/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\funcargscontext.cpp.obj 2024-08-07T17:26:02.8071887Z [5322/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\rastack.cpp.obj 2024-08-07T17:26:02.8087951Z [5323/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\globals.cpp.obj 2024-08-07T17:26:02.8106033Z [5324/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\logger.cpp.obj 2024-08-07T17:26:02.8378587Z [5325/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\ralocal.cpp.obj 2024-08-07T17:26:02.9048802Z [5326/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\rapass.cpp.obj 2024-08-07T17:26:03.1298578Z [5327/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\string.cpp.obj 2024-08-07T17:26:03.1393989Z [5328/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonehash.cpp.obj 2024-08-07T17:26:03.1461956Z [5329/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\osutils.cpp.obj 2024-08-07T17:26:03.1604623Z [5330/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\target.cpp.obj 2024-08-07T17:26:03.2043419Z [5331/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\virtmem.cpp.obj 2024-08-07T17:26:03.2112283Z [5332/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\support.cpp.obj 2024-08-07T17:26:03.2195454Z [5333/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zone.cpp.obj 2024-08-07T17:26:03.3854541Z [5334/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\operand.cpp.obj 2024-08-07T17:26:03.4675506Z [5335/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\type.cpp.obj 2024-08-07T17:26:03.4745039Z [5336/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonelist.cpp.obj 2024-08-07T17:26:03.5231859Z [5337/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonetree.cpp.obj 2024-08-07T17:26:03.5305629Z [5338/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\armformatter.cpp.obj 2024-08-07T17:26:03.5479764Z [5339/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonevector.cpp.obj 2024-08-07T17:26:03.5590733Z [5340/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64assembler.cpp.obj 2024-08-07T17:26:03.5654810Z [5341/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonestack.cpp.obj 2024-08-07T17:26:03.7607172Z [5342/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64builder.cpp.obj 2024-08-07T17:26:03.8158796Z [5343/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64func.cpp.obj 2024-08-07T17:26:03.8599731Z [5344/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64compiler.cpp.obj 2024-08-07T17:26:03.9048791Z [5345/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64instapi.cpp.obj 2024-08-07T17:26:03.9201685Z [5346/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64operand.cpp.obj 2024-08-07T17:26:03.9483843Z [5347/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64emithelper.cpp.obj 2024-08-07T17:26:03.9554176Z [5348/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64formatter.cpp.obj 2024-08-07T17:26:03.9636974Z [5349/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86builder.cpp.obj 2024-08-07T17:26:04.1735658Z [5350/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86compiler.cpp.obj 2024-08-07T17:26:04.2059972Z [5351/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64rapass.cpp.obj 2024-08-07T17:26:04.2583048Z [5352/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64instdb.cpp.obj 2024-08-07T17:26:04.3253715Z [5353/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86instapi.cpp.obj 2024-08-07T17:26:04.3269468Z [5354/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86emithelper.cpp.obj 2024-08-07T17:26:04.3349872Z [5355/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86assembler.cpp.obj 2024-08-07T17:26:04.3444207Z [5356/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86formatter.cpp.obj 2024-08-07T17:26:04.3883031Z [5357/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86instdb.cpp.obj 2024-08-07T17:26:04.5751288Z [5358/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86operand.cpp.obj 2024-08-07T17:26:04.5811359Z [5359/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\algorithm.cc.obj 2024-08-07T17:26:04.5879203Z [5360/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86func.cpp.obj 2024-08-07T17:26:04.5990506Z [5361/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allgather.cc.obj 2024-08-07T17:26:04.6061752Z [5362/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allgatherv.cc.obj 2024-08-07T17:26:04.6853104Z [5363/7975] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86rapass.cpp.obj 2024-08-07T17:26:04.8097506Z [5364/7975] Linking CXX shared library bin\asmjit.dll 2024-08-07T17:26:04.8197147Z [5365/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\barrier.cc.obj 2024-08-07T17:26:04.8347443Z [5366/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\broadcast.cc.obj 2024-08-07T17:26:04.8400315Z [5367/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\alltoallv.cc.obj 2024-08-07T17:26:04.8550056Z [5368/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allreduce.cc.obj 2024-08-07T17:26:04.8603394Z [5369/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allreduce_local.cc.obj 2024-08-07T17:26:05.0548302Z [5370/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\alltoall.cc.obj 2024-08-07T17:26:05.0667378Z [5371/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\gather.cc.obj 2024-08-07T17:26:05.0830256Z [5372/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\gatherv.cc.obj 2024-08-07T17:26:05.0908509Z [5373/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\context.cc.obj 2024-08-07T17:26:05.1013302Z [5374/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\scatter.cc.obj 2024-08-07T17:26:05.1115543Z [5375/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\reduce.cc.obj 2024-08-07T17:26:05.2605314Z [5376/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\types.cc.obj 2024-08-07T17:26:05.2947550Z [5377/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\logging.cc.obj 2024-08-07T17:26:05.3123649Z [5378/7975] Building C object third_party\ittapi\CMakeFiles\ittnotify.dir\src\ittnotify\jitprofiling.c.obj 2024-08-07T17:26:05.3125537Z 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-08-07T17:26:05.3546101Z [5379/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\hash_store.cc.obj 2024-08-07T17:26:05.3589868Z [5380/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\buffer.cc.obj 2024-08-07T17:26:05.3762042Z [5381/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\file_store.cc.obj 2024-08-07T17:26:05.3865049Z [5382/7975] Building C object third_party\ittapi\CMakeFiles\ittnotify.dir\src\ittnotify\ittnotify_static.c.obj 2024-08-07T17:26:05.3867086Z 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-08-07T17:26:05.4181214Z [5383/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\context.cc.obj 2024-08-07T17:26:05.4194570Z [5384/7975] Linking C static library lib\libittnotify.lib 2024-08-07T17:26:05.5441717Z [5385/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\address.cc.obj 2024-08-07T17:26:05.5505747Z [5386/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\store.cc.obj 2024-08-07T17:26:05.5607204Z [5387/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\UtilsAvx512.cc.obj 2024-08-07T17:26:05.5889930Z [5388/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\prefix_store.cc.obj 2024-08-07T17:26:05.6175098Z [5389/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\context.cc.obj 2024-08-07T17:26:05.6555439Z [5390/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseInt8Avx512.cc.obj 2024-08-07T17:26:05.6892598Z [5391/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\win.cc.obj 2024-08-07T17:26:05.7512084Z [5392/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\utils.cc.obj 2024-08-07T17:26:05.7682439Z [5393/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseAvx512.cc.obj 2024-08-07T17:26:05.7816946Z [5394/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\QuantUtilsAvx512.cc.obj 2024-08-07T17:26:05.7966376Z [5395/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFloat16ConvertAvx512.cc.obj 2024-08-07T17:26:05.8126871Z [5396/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmI8Spmdm.cc.obj 2024-08-07T17:26:05.8473929Z [5397/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseVectorInt8Avx512.cc.obj 2024-08-07T17:26:06.0019393Z [5398/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmSparseDense.cc.obj 2024-08-07T17:26:06.0599580Z [5399/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelDirectConvU8S8S32ACC32.cc.obj 2024-08-07T17:26:06.1645989Z [5400/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16.cc.obj 2024-08-07T17:26:06.1995024Z [5401/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16Avx512VNNI.cc.obj 2024-08-07T17:26:06.2092148Z [5402/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16Avx512.cc.obj 2024-08-07T17:26:06.2108573Z [5403/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernel.cc.obj 2024-08-07T17:26:06.2294266Z [5404/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmI64.cc.obj 2024-08-07T17:26:06.2682611Z [5405/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConv.cc.obj 2024-08-07T17:26:06.3946693Z [5406/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC32.cc.obj 2024-08-07T17:26:06.4573079Z [5407/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackBMatrix.cc.obj 2024-08-07T17:26:06.4574765Z 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-08-07T17:26:06.4576410Z with 2024-08-07T17:26:06.4576624Z [ 2024-08-07T17:26:06.4576826Z T=int8_t, 2024-08-07T17:26:06.4577043Z accT=int32_t, 2024-08-07T17:26:06.4577262Z inpType=int8_t 2024-08-07T17:26:06.4577563Z ] 2024-08-07T17:26:06.4578332Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-07T17:26:06.4579206Z with 2024-08-07T17:26:06.4579433Z [ 2024-08-07T17:26:06.4579595Z T=int8_t, 2024-08-07T17:26:06.4579824Z accT=int32_t 2024-08-07T17:26:06.4580065Z ] 2024-08-07T17:26:06.4581388Z 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-08-07T17:26:06.4582872Z with 2024-08-07T17:26:06.4583055Z [ 2024-08-07T17:26:06.4583225Z T=int8_t, 2024-08-07T17:26:06.4583425Z accT=int32_t 2024-08-07T17:26:06.4583636Z ] 2024-08-07T17:26:06.4584508Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-07T17:26:06.4585359Z with 2024-08-07T17:26:06.4585587Z [ 2024-08-07T17:26:06.4585787Z T=int8_t, 2024-08-07T17:26:06.4585988Z accT=int32_t 2024-08-07T17:26:06.4586182Z ] 2024-08-07T17:26:06.4587364Z 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-08-07T17:26:06.4588923Z with 2024-08-07T17:26:06.4589096Z [ 2024-08-07T17:26:06.4589267Z T=int8_t, 2024-08-07T17:26:06.4589473Z accT=int16_t, 2024-08-07T17:26:06.4589693Z inpType=int8_t 2024-08-07T17:26:06.4589901Z ] 2024-08-07T17:26:06.4590640Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-07T17:26:06.4591431Z with 2024-08-07T17:26:06.4591605Z [ 2024-08-07T17:26:06.4591798Z T=int8_t, 2024-08-07T17:26:06.4592000Z accT=int16_t 2024-08-07T17:26:06.4592212Z ] 2024-08-07T17:26:06.4593425Z 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-08-07T17:26:06.4594787Z with 2024-08-07T17:26:06.4594959Z [ 2024-08-07T17:26:06.4595119Z T=int8_t, 2024-08-07T17:26:06.4595507Z accT=int16_t 2024-08-07T17:26:06.4595725Z ] 2024-08-07T17:26:06.4597036Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-07T17:26:06.4598090Z with 2024-08-07T17:26:06.4598284Z [ 2024-08-07T17:26:06.4598512Z T=int8_t, 2024-08-07T17:26:06.4598738Z accT=int16_t 2024-08-07T17:26:06.4598936Z ] 2024-08-07T17:26:06.4600178Z 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-08-07T17:26:06.4601606Z with 2024-08-07T17:26:06.4601799Z [ 2024-08-07T17:26:06.4602030Z T=int8_t, 2024-08-07T17:26:06.4602293Z accT=int32_t, 2024-08-07T17:26:06.4602590Z inpType=int8_t 2024-08-07T17:26:06.4602823Z ] 2024-08-07T17:26:06.4603638Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-07T17:26:06.4604478Z with 2024-08-07T17:26:06.4604638Z [ 2024-08-07T17:26:06.4604807Z T=int8_t, 2024-08-07T17:26:06.4605007Z accT=int32_t 2024-08-07T17:26:06.4605571Z ] 2024-08-07T17:26:06.4607013Z 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-08-07T17:26:06.4609234Z with 2024-08-07T17:26:06.4609460Z [ 2024-08-07T17:26:06.4609640Z T=int8_t, 2024-08-07T17:26:06.4609850Z accT=int32_t 2024-08-07T17:26:06.4610157Z ] 2024-08-07T17:26:06.4611037Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-07T17:26:06.4611952Z with 2024-08-07T17:26:06.4612118Z [ 2024-08-07T17:26:06.4612331Z T=int8_t, 2024-08-07T17:26:06.4613428Z accT=int32_t 2024-08-07T17:26:06.4613892Z ] 2024-08-07T17:26:06.4616676Z 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-08-07T17:26:06.4619567Z with 2024-08-07T17:26:06.4619862Z [ 2024-08-07T17:26:06.4620237Z T=int8_t, 2024-08-07T17:26:06.4620600Z accT=int16_t, 2024-08-07T17:26:06.4620945Z inpType=int8_t 2024-08-07T17:26:06.4621293Z ] 2024-08-07T17:26:06.4622463Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-07T17:26:06.4623262Z with 2024-08-07T17:26:06.4623472Z [ 2024-08-07T17:26:06.4623703Z T=int8_t, 2024-08-07T17:26:06.4624003Z accT=int16_t 2024-08-07T17:26:06.4624241Z ] 2024-08-07T17:26:06.4625512Z 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-08-07T17:26:06.4626724Z with 2024-08-07T17:26:06.4627083Z [ 2024-08-07T17:26:06.4627296Z T=int8_t, 2024-08-07T17:26:06.4627524Z accT=int16_t 2024-08-07T17:26:06.4627726Z ] 2024-08-07T17:26:06.4628477Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-07T17:26:06.4629342Z with 2024-08-07T17:26:06.4629502Z [ 2024-08-07T17:26:06.4629664Z T=int8_t, 2024-08-07T17:26:06.4629853Z accT=int16_t 2024-08-07T17:26:06.4630062Z ] 2024-08-07T17:26:06.4631195Z 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-08-07T17:26:06.4633311Z 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-08-07T17:26:06.4664720Z [5408/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConvAcc32Avx2.cc.obj 2024-08-07T17:26:06.4667594Z 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-08-07T17:26:06.4671091Z 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-08-07T17:26:06.4674516Z 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-08-07T17:26:06.4678038Z 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-08-07T17:26:06.4681383Z 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-08-07T17:26:06.4684906Z 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-08-07T17:26:06.4688106Z 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-08-07T17:26:06.4691436Z 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-08-07T17:26:06.4695060Z 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-08-07T17:26:06.4698615Z 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-08-07T17:26:06.4704502Z 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-08-07T17:26:06.4707568Z 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-08-07T17:26:06.4714699Z 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-08-07T17:26:06.4718423Z 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-08-07T17:26:06.4721268Z 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-08-07T17:26:06.4723966Z 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-08-07T17:26:06.4726725Z 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-08-07T17:26:06.4729653Z 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-08-07T17:26:06.4732551Z 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-08-07T17:26:06.4734907Z 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-08-07T17:26:06.4737338Z 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-08-07T17:26:06.4739428Z 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-08-07T17:26:06.4741479Z 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-08-07T17:26:06.4743451Z 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-08-07T17:26:06.4745853Z 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-08-07T17:26:06.4747798Z 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-08-07T17:26:06.4749533Z 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-08-07T17:26:06.4751202Z 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-08-07T17:26:06.4753673Z 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-08-07T17:26:06.4756937Z 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-08-07T17:26:06.4759713Z 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-08-07T17:26:06.4761760Z 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-08-07T17:26:06.4764550Z 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-08-07T17:26:06.4767926Z 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-08-07T17:26:06.4771327Z 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-08-07T17:26:06.4774903Z 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-08-07T17:26:06.4778342Z 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-08-07T17:26:06.4781716Z 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-08-07T17:26:06.4785266Z 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-08-07T17:26:06.4788817Z 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-08-07T17:26:06.4792327Z 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-08-07T17:26:06.4795606Z 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-08-07T17:26:06.4799281Z 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-08-07T17:26:06.4802886Z 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-08-07T17:26:06.4806306Z 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-08-07T17:26:06.4809622Z 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-08-07T17:26:06.4813360Z 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-08-07T17:26:06.4816839Z 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-08-07T17:26:06.4819875Z 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-08-07T17:26:06.4822974Z 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-08-07T17:26:06.4825783Z 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-08-07T17:26:06.4828603Z 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-08-07T17:26:06.4831529Z 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-08-07T17:26:06.4834576Z 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-08-07T17:26:06.4837501Z 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-08-07T17:26:06.4840514Z 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-08-07T17:26:06.4843274Z 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-08-07T17:26:06.4846076Z 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-08-07T17:26:06.4849113Z 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-08-07T17:26:06.4852169Z 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-08-07T17:26:06.4854138Z [5409/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithQuantRowOffset.cc.obj 2024-08-07T17:26:06.4857021Z 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-08-07T17:26:06.4859540Z with 2024-08-07T17:26:06.4859801Z [ 2024-08-07T17:26:06.4860065Z T=uint8_t, 2024-08-07T17:26:06.4860363Z accT=int32_t, 2024-08-07T17:26:06.4860696Z inpType=uint8_t 2024-08-07T17:26:06.4861033Z ] 2024-08-07T17:26:06.4862368Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-07T17:26:06.4863888Z with 2024-08-07T17:26:06.4864189Z [ 2024-08-07T17:26:06.4864473Z T=uint8_t, 2024-08-07T17:26:06.4864795Z accT=int32_t 2024-08-07T17:26:06.4865117Z ] 2024-08-07T17:26:06.4867253Z 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-08-07T17:26:06.4869514Z with 2024-08-07T17:26:06.4869785Z [ 2024-08-07T17:26:06.4870081Z T=uint8_t, 2024-08-07T17:26:06.4870379Z accT=int32_t 2024-08-07T17:26:06.4870694Z ] 2024-08-07T17:26:06.4872104Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-07T17:26:06.4873620Z with 2024-08-07T17:26:06.4873877Z [ 2024-08-07T17:26:06.4874146Z T=uint8_t, 2024-08-07T17:26:06.4874457Z accT=int32_t 2024-08-07T17:26:06.4874771Z ] 2024-08-07T17:26:06.4877031Z 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-08-07T17:26:06.4879377Z with 2024-08-07T17:26:06.4879640Z [ 2024-08-07T17:26:06.4879898Z T=uint8_t, 2024-08-07T17:26:06.4880221Z accT=int32_t, 2024-08-07T17:26:06.4880542Z inpType=uint8_t 2024-08-07T17:26:06.4880883Z ] 2024-08-07T17:26:06.4882450Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-07T17:26:06.4883921Z with 2024-08-07T17:26:06.4884191Z [ 2024-08-07T17:26:06.4884429Z T=uint8_t, 2024-08-07T17:26:06.4884730Z accT=int32_t 2024-08-07T17:26:06.4885044Z ] 2024-08-07T17:26:06.4887183Z 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-08-07T17:26:06.4889580Z with 2024-08-07T17:26:06.4889859Z [ 2024-08-07T17:26:06.4890118Z T=uint8_t, 2024-08-07T17:26:06.4890419Z accT=int32_t 2024-08-07T17:26:06.4890752Z ] 2024-08-07T17:26:06.4892154Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-07T17:26:06.4893611Z with 2024-08-07T17:26:06.4893887Z [ 2024-08-07T17:26:06.4894186Z T=uint8_t, 2024-08-07T17:26:06.4894501Z accT=int32_t 2024-08-07T17:26:06.4894922Z ] 2024-08-07T17:26:06.4896800Z 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-08-07T17:26:06.4900405Z [5410/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithRowOffset.cc.obj 2024-08-07T17:26:06.4902781Z 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-08-07T17:26:06.4904174Z with 2024-08-07T17:26:06.4904350Z [ 2024-08-07T17:26:06.4904509Z T=uint8_t, 2024-08-07T17:26:06.4904840Z accT=int32_t, 2024-08-07T17:26:06.4905120Z inpType=uint8_t 2024-08-07T17:26:06.4905332Z ] 2024-08-07T17:26:06.4906328Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-07T17:26:06.4907279Z with 2024-08-07T17:26:06.4907501Z [ 2024-08-07T17:26:06.4907704Z T=uint8_t, 2024-08-07T17:26:06.4907908Z accT=int32_t 2024-08-07T17:26:06.4908110Z ] 2024-08-07T17:26:06.4910166Z 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-08-07T17:26:06.4912631Z with 2024-08-07T17:26:06.4912913Z [ 2024-08-07T17:26:06.4913185Z T=uint8_t, 2024-08-07T17:26:06.4913504Z accT=int32_t 2024-08-07T17:26:06.4913828Z ] 2024-08-07T17:26:06.4915624Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-07T17:26:06.4917591Z with 2024-08-07T17:26:06.4917877Z [ 2024-08-07T17:26:06.4918210Z T=uint8_t, 2024-08-07T17:26:06.4918560Z accT=int32_t 2024-08-07T17:26:06.4919138Z ] 2024-08-07T17:26:06.4921398Z 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-08-07T17:26:06.4923833Z with 2024-08-07T17:26:06.4924151Z [ 2024-08-07T17:26:06.4924445Z T=uint8_t, 2024-08-07T17:26:06.4924819Z accT=int16_t, 2024-08-07T17:26:06.4925206Z inpType=uint8_t 2024-08-07T17:26:06.4925556Z ] 2024-08-07T17:26:06.4926942Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-07T17:26:06.4928455Z with 2024-08-07T17:26:06.4928731Z [ 2024-08-07T17:26:06.4929021Z T=uint8_t, 2024-08-07T17:26:06.4929332Z accT=int16_t 2024-08-07T17:26:06.4929655Z ] 2024-08-07T17:26:06.4931948Z 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-08-07T17:26:06.4934336Z with 2024-08-07T17:26:06.4934615Z [ 2024-08-07T17:26:06.4934988Z T=uint8_t, 2024-08-07T17:26:06.4935467Z accT=int16_t 2024-08-07T17:26:06.4935670Z ] 2024-08-07T17:26:06.4937100Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-07T17:26:06.4938144Z with 2024-08-07T17:26:06.4938311Z [ 2024-08-07T17:26:06.4938484Z T=uint8_t, 2024-08-07T17:26:06.4938684Z accT=int16_t 2024-08-07T17:26:06.4938912Z ] 2024-08-07T17:26:06.4940496Z 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-08-07T17:26:06.4941847Z with 2024-08-07T17:26:06.4942116Z [ 2024-08-07T17:26:06.4942447Z T=uint8_t, 2024-08-07T17:26:06.4942809Z accT=int32_t, 2024-08-07T17:26:06.4943168Z inpType=uint8_t 2024-08-07T17:26:06.4943441Z ] 2024-08-07T17:26:06.4944563Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-07T17:26:06.4946006Z with 2024-08-07T17:26:06.4946285Z [ 2024-08-07T17:26:06.4946555Z T=uint8_t, 2024-08-07T17:26:06.4946873Z accT=int32_t 2024-08-07T17:26:06.4947176Z ] 2024-08-07T17:26:06.4949489Z 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-08-07T17:26:06.4951882Z with 2024-08-07T17:26:06.4952428Z [ 2024-08-07T17:26:06.4952614Z T=uint8_t, 2024-08-07T17:26:06.4952852Z accT=int32_t 2024-08-07T17:26:06.4953053Z ] 2024-08-07T17:26:06.4956084Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-07T17:26:06.4957715Z with 2024-08-07T17:26:06.4958023Z [ 2024-08-07T17:26:06.4958577Z T=uint8_t, 2024-08-07T17:26:06.4959044Z accT=int32_t 2024-08-07T17:26:06.4959389Z ] 2024-08-07T17:26:06.4962028Z 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-08-07T17:26:06.4964665Z with 2024-08-07T17:26:06.4964971Z [ 2024-08-07T17:26:06.4965251Z T=uint8_t, 2024-08-07T17:26:06.4965602Z accT=int16_t, 2024-08-07T17:26:06.4965972Z inpType=uint8_t 2024-08-07T17:26:06.4966374Z ] 2024-08-07T17:26:06.4967856Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-07T17:26:06.4969428Z with 2024-08-07T17:26:06.4969646Z [ 2024-08-07T17:26:06.4969967Z T=uint8_t, 2024-08-07T17:26:06.4970274Z accT=int16_t 2024-08-07T17:26:06.4970606Z ] 2024-08-07T17:26:06.4972968Z 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-08-07T17:26:06.4975705Z with 2024-08-07T17:26:06.4976026Z [ 2024-08-07T17:26:06.4976298Z T=uint8_t, 2024-08-07T17:26:06.4976645Z accT=int16_t 2024-08-07T17:26:06.4977005Z ] 2024-08-07T17:26:06.4978520Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-07T17:26:06.4980362Z with 2024-08-07T17:26:06.4990949Z [ 2024-08-07T17:26:06.4991302Z T=uint8_t, 2024-08-07T17:26:06.4991675Z accT=int16_t 2024-08-07T17:26:06.4992017Z ] 2024-08-07T17:26:06.4993294Z 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-08-07T17:26:06.4995587Z 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-08-07T17:26:06.5496687Z [5411/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithIm2Col.cc.obj 2024-08-07T17:26:06.5500304Z 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-08-07T17:26:06.5502529Z with 2024-08-07T17:26:06.5502812Z [ 2024-08-07T17:26:06.5503328Z T=uint8_t, 2024-08-07T17:26:06.5503703Z accT=int32_t, 2024-08-07T17:26:06.5504078Z inpType=uint8_t 2024-08-07T17:26:06.5504423Z ] 2024-08-07T17:26:06.5505716Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-07T17:26:06.5507156Z with 2024-08-07T17:26:06.5508509Z [ 2024-08-07T17:26:06.5508870Z T=uint8_t, 2024-08-07T17:26:06.5509174Z accT=int32_t 2024-08-07T17:26:06.5509511Z ] 2024-08-07T17:26:06.5511035Z 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-08-07T17:26:06.5512482Z with 2024-08-07T17:26:06.5512740Z [ 2024-08-07T17:26:06.5513012Z T=uint8_t, 2024-08-07T17:26:06.5513298Z accT=int32_t 2024-08-07T17:26:06.5513657Z ] 2024-08-07T17:26:06.5514925Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-07T17:26:06.5515907Z with 2024-08-07T17:26:06.5516085Z [ 2024-08-07T17:26:06.5516252Z T=uint8_t, 2024-08-07T17:26:06.5516478Z accT=int32_t 2024-08-07T17:26:06.5516702Z ] 2024-08-07T17:26:06.5517970Z 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-08-07T17:26:06.5519343Z with 2024-08-07T17:26:06.5520334Z [ 2024-08-07T17:26:06.5520508Z T=uint8_t, 2024-08-07T17:26:06.5520703Z accT=int16_t, 2024-08-07T17:26:06.5520932Z inpType=uint8_t 2024-08-07T17:26:06.5521154Z ] 2024-08-07T17:26:06.5522030Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-07T17:26:06.5522877Z with 2024-08-07T17:26:06.5523128Z [ 2024-08-07T17:26:06.5523292Z T=uint8_t, 2024-08-07T17:26:06.5523499Z accT=int16_t 2024-08-07T17:26:06.5523710Z ] 2024-08-07T17:26:06.5524978Z 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-08-07T17:26:06.5527059Z with 2024-08-07T17:26:06.5527382Z [ 2024-08-07T17:26:06.5527686Z T=uint8_t, 2024-08-07T17:26:06.5528072Z accT=int16_t 2024-08-07T17:26:06.5528464Z ] 2024-08-07T17:26:06.5529423Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-07T17:26:06.5530481Z with 2024-08-07T17:26:06.5530677Z [ 2024-08-07T17:26:06.5530920Z T=uint8_t, 2024-08-07T17:26:06.5531137Z accT=int16_t 2024-08-07T17:26:06.5531375Z ] 2024-08-07T17:26:06.5533414Z 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-08-07T17:26:06.5535745Z with 2024-08-07T17:26:06.5536023Z [ 2024-08-07T17:26:06.5536272Z T=uint8_t, 2024-08-07T17:26:06.5536578Z accT=int32_t, 2024-08-07T17:26:06.5536969Z inpType=uint8_t 2024-08-07T17:26:06.5537332Z ] 2024-08-07T17:26:06.5538414Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-07T17:26:06.5539479Z with 2024-08-07T17:26:06.5539717Z [ 2024-08-07T17:26:06.5540099Z T=uint8_t, 2024-08-07T17:26:06.5540340Z accT=int32_t 2024-08-07T17:26:06.5540616Z ] 2024-08-07T17:26:06.5542316Z 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-08-07T17:26:06.5545117Z with 2024-08-07T17:26:06.5545431Z [ 2024-08-07T17:26:06.5545734Z T=uint8_t, 2024-08-07T17:26:06.5546126Z accT=int32_t 2024-08-07T17:26:06.5546472Z ] 2024-08-07T17:26:06.5548054Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-07T17:26:06.5549817Z with 2024-08-07T17:26:06.5550058Z [ 2024-08-07T17:26:06.5550240Z T=uint8_t, 2024-08-07T17:26:06.5550459Z accT=int32_t 2024-08-07T17:26:06.5550742Z ] 2024-08-07T17:26:06.5552741Z 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-08-07T17:26:06.5555785Z with 2024-08-07T17:26:06.5556120Z [ 2024-08-07T17:26:06.5556421Z T=uint8_t, 2024-08-07T17:26:06.5556819Z accT=int16_t, 2024-08-07T17:26:06.5557232Z inpType=uint8_t 2024-08-07T17:26:06.5557641Z ] 2024-08-07T17:26:06.5559171Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-07T17:26:06.5560871Z with 2024-08-07T17:26:06.5561178Z [ 2024-08-07T17:26:06.5561532Z T=uint8_t, 2024-08-07T17:26:06.5561917Z accT=int16_t 2024-08-07T17:26:06.5562286Z ] 2024-08-07T17:26:06.5564693Z 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-08-07T17:26:06.5567317Z with 2024-08-07T17:26:06.5567617Z [ 2024-08-07T17:26:06.5567929Z T=uint8_t, 2024-08-07T17:26:06.5568322Z accT=int16_t 2024-08-07T17:26:06.5568711Z ] 2024-08-07T17:26:06.5570474Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-07T17:26:06.5572059Z with 2024-08-07T17:26:06.5572255Z [ 2024-08-07T17:26:06.5572502Z T=uint8_t, 2024-08-07T17:26:06.5572778Z accT=int16_t 2024-08-07T17:26:06.5573066Z ] 2024-08-07T17:26:06.5574536Z 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-08-07T17:26:06.5576162Z with 2024-08-07T17:26:06.5576338Z [ 2024-08-07T17:26:06.5576516Z T=uint8_t, 2024-08-07T17:26:06.5576910Z accT=int32_t, 2024-08-07T17:26:06.5577138Z inpType=uint8_t 2024-08-07T17:26:06.5577358Z ] 2024-08-07T17:26:06.5578283Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-07T17:26:06.5579260Z with 2024-08-07T17:26:06.5579443Z [ 2024-08-07T17:26:06.5579621Z T=uint8_t, 2024-08-07T17:26:06.5579822Z accT=int32_t 2024-08-07T17:26:06.5580030Z ] 2024-08-07T17:26:06.5581814Z 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-08-07T17:26:06.5584528Z with 2024-08-07T17:26:06.5584845Z [ 2024-08-07T17:26:06.5585206Z T=uint8_t, 2024-08-07T17:26:06.5585579Z accT=int32_t 2024-08-07T17:26:06.5585961Z ] 2024-08-07T17:26:06.5587541Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-07T17:26:06.5589287Z with 2024-08-07T17:26:06.5589586Z [ 2024-08-07T17:26:06.5589879Z T=uint8_t, 2024-08-07T17:26:06.5590243Z accT=int32_t 2024-08-07T17:26:06.5590650Z ] 2024-08-07T17:26:06.5593374Z 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-08-07T17:26:06.5595957Z with 2024-08-07T17:26:06.5596280Z [ 2024-08-07T17:26:06.5596617Z T=uint8_t, 2024-08-07T17:26:06.5597015Z accT=int16_t, 2024-08-07T17:26:06.5597399Z inpType=uint8_t 2024-08-07T17:26:06.5597812Z ] 2024-08-07T17:26:06.5599256Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-07T17:26:06.5600804Z with 2024-08-07T17:26:06.5601104Z [ 2024-08-07T17:26:06.5601381Z T=uint8_t, 2024-08-07T17:26:06.5601755Z accT=int16_t 2024-08-07T17:26:06.5602146Z ] 2024-08-07T17:26:06.5604592Z 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-08-07T17:26:06.5607094Z with 2024-08-07T17:26:06.5607425Z [ 2024-08-07T17:26:06.5607725Z T=uint8_t, 2024-08-07T17:26:06.5608057Z accT=int16_t 2024-08-07T17:26:06.5608406Z ] 2024-08-07T17:26:06.5609820Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-07T17:26:06.5611484Z with 2024-08-07T17:26:06.5611817Z [ 2024-08-07T17:26:06.5612130Z T=uint8_t, 2024-08-07T17:26:06.5612515Z accT=int16_t 2024-08-07T17:26:06.5612906Z ] 2024-08-07T17:26:06.5615648Z 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-08-07T17:26:06.5618185Z with 2024-08-07T17:26:06.5618480Z [ 2024-08-07T17:26:06.5618781Z T=uint8_t, 2024-08-07T17:26:06.5619129Z accT=int32_t, 2024-08-07T17:26:06.5619487Z inpType=uint8_t 2024-08-07T17:26:06.5619862Z ] 2024-08-07T17:26:06.5621381Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-07T17:26:06.5622977Z with 2024-08-07T17:26:06.5623306Z [ 2024-08-07T17:26:06.5623610Z T=uint8_t, 2024-08-07T17:26:06.5623930Z accT=int32_t 2024-08-07T17:26:06.5624258Z ] 2024-08-07T17:26:06.5626605Z 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-08-07T17:26:06.5629094Z with 2024-08-07T17:26:06.5629428Z [ 2024-08-07T17:26:06.5629722Z T=uint8_t, 2024-08-07T17:26:06.5630086Z accT=int32_t 2024-08-07T17:26:06.5630457Z ] 2024-08-07T17:26:06.5631995Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-07T17:26:06.5634019Z with 2024-08-07T17:26:06.5634531Z [ 2024-08-07T17:26:06.5634773Z T=uint8_t, 2024-08-07T17:26:06.5635081Z accT=int32_t 2024-08-07T17:26:06.5635382Z ] 2024-08-07T17:26:06.5637232Z 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-08-07T17:26:06.5639230Z with 2024-08-07T17:26:06.5639484Z [ 2024-08-07T17:26:06.5639682Z T=uint8_t, 2024-08-07T17:26:06.5639944Z accT=int16_t, 2024-08-07T17:26:06.5640233Z inpType=uint8_t 2024-08-07T17:26:06.5640768Z ] 2024-08-07T17:26:06.5642567Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-07T17:26:06.5644330Z with 2024-08-07T17:26:06.5644637Z [ 2024-08-07T17:26:06.5644954Z T=uint8_t, 2024-08-07T17:26:06.5645311Z accT=int16_t 2024-08-07T17:26:06.5645653Z ] 2024-08-07T17:26:06.5647942Z 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-08-07T17:26:06.5652014Z with 2024-08-07T17:26:06.5652356Z [ 2024-08-07T17:26:06.5652645Z T=uint8_t, 2024-08-07T17:26:06.5653199Z accT=int16_t 2024-08-07T17:26:06.5653588Z ] 2024-08-07T17:26:06.5655247Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-07T17:26:06.5656782Z with 2024-08-07T17:26:06.5657054Z [ 2024-08-07T17:26:06.5657308Z T=uint8_t, 2024-08-07T17:26:06.5657653Z accT=int16_t 2024-08-07T17:26:06.5657971Z ] 2024-08-07T17:26:06.5660682Z 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-08-07T17:26:06.5663308Z with 2024-08-07T17:26:06.5663634Z [ 2024-08-07T17:26:06.5663925Z T=uint8_t, 2024-08-07T17:26:06.5664294Z accT=int32_t, 2024-08-07T17:26:06.5664697Z inpType=uint8_t 2024-08-07T17:26:06.5665338Z ] 2024-08-07T17:26:06.5667022Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-07T17:26:06.5668752Z with 2024-08-07T17:26:06.5669036Z [ 2024-08-07T17:26:06.5669336Z T=uint8_t, 2024-08-07T17:26:06.5669688Z accT=int32_t 2024-08-07T17:26:06.5670040Z ] 2024-08-07T17:26:06.5672702Z 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-08-07T17:26:06.5675828Z with 2024-08-07T17:26:06.5676142Z [ 2024-08-07T17:26:06.5676443Z T=uint8_t, 2024-08-07T17:26:06.5677042Z accT=int32_t 2024-08-07T17:26:06.5677417Z ] 2024-08-07T17:26:06.5678947Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-07T17:26:06.5680866Z with 2024-08-07T17:26:06.5681165Z [ 2024-08-07T17:26:06.5681662Z T=uint8_t, 2024-08-07T17:26:06.5681988Z accT=int32_t 2024-08-07T17:26:06.5682285Z ] 2024-08-07T17:26:06.5684403Z 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-08-07T17:26:06.5687130Z with 2024-08-07T17:26:06.5687451Z [ 2024-08-07T17:26:06.5688433Z T=uint8_t, 2024-08-07T17:26:06.5688862Z accT=int16_t, 2024-08-07T17:26:06.5689470Z inpType=uint8_t 2024-08-07T17:26:06.5690414Z ] 2024-08-07T17:26:06.5692523Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-07T17:26:06.5695249Z with 2024-08-07T17:26:06.5695565Z [ 2024-08-07T17:26:06.5695852Z T=uint8_t, 2024-08-07T17:26:06.5696212Z accT=int16_t 2024-08-07T17:26:06.5696554Z ] 2024-08-07T17:26:06.5698636Z 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-08-07T17:26:06.5701226Z with 2024-08-07T17:26:06.5701543Z [ 2024-08-07T17:26:06.5701812Z T=uint8_t, 2024-08-07T17:26:06.5702152Z accT=int16_t 2024-08-07T17:26:06.5702521Z ] 2024-08-07T17:26:06.5703961Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-07T17:26:06.5705649Z with 2024-08-07T17:26:06.5705908Z [ 2024-08-07T17:26:06.5706191Z T=uint8_t, 2024-08-07T17:26:06.5706730Z accT=int16_t 2024-08-07T17:26:06.5707038Z ] 2024-08-07T17:26:06.5709314Z 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-08-07T17:26:06.5712462Z with 2024-08-07T17:26:06.5712888Z [ 2024-08-07T17:26:06.5713153Z T=uint8_t, 2024-08-07T17:26:06.5713470Z accT=int32_t, 2024-08-07T17:26:06.5713846Z inpType=uint8_t 2024-08-07T17:26:06.5714202Z ] 2024-08-07T17:26:06.5715681Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-07T17:26:06.5716788Z with 2024-08-07T17:26:06.5717085Z [ 2024-08-07T17:26:06.5717312Z T=uint8_t, 2024-08-07T17:26:06.5717521Z accT=int32_t 2024-08-07T17:26:06.5717734Z ] 2024-08-07T17:26:06.5719213Z 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-08-07T17:26:06.5720460Z with 2024-08-07T17:26:06.5720636Z [ 2024-08-07T17:26:06.5720990Z T=uint8_t, 2024-08-07T17:26:06.5721190Z accT=int32_t 2024-08-07T17:26:06.5721555Z ] 2024-08-07T17:26:06.5722543Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-07T17:26:06.5723710Z with 2024-08-07T17:26:06.5723903Z [ 2024-08-07T17:26:06.5724160Z T=uint8_t, 2024-08-07T17:26:06.5724354Z accT=int32_t 2024-08-07T17:26:06.5724560Z ] 2024-08-07T17:26:06.5726697Z 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-08-07T17:26:06.5729270Z with 2024-08-07T17:26:06.5729528Z [ 2024-08-07T17:26:06.5729812Z T=uint8_t, 2024-08-07T17:26:06.5730121Z accT=int16_t, 2024-08-07T17:26:06.5730457Z inpType=uint8_t 2024-08-07T17:26:06.5730798Z ] 2024-08-07T17:26:06.5732786Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-07T17:26:06.5734307Z with 2024-08-07T17:26:06.5734531Z [ 2024-08-07T17:26:06.5734741Z T=uint8_t, 2024-08-07T17:26:06.5735014Z accT=int16_t 2024-08-07T17:26:06.5735222Z ] 2024-08-07T17:26:06.5736626Z 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-08-07T17:26:06.5738162Z with 2024-08-07T17:26:06.5738337Z [ 2024-08-07T17:26:06.5738513Z T=uint8_t, 2024-08-07T17:26:06.5738751Z accT=int16_t 2024-08-07T17:26:06.5739023Z ] 2024-08-07T17:26:06.5740031Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-07T17:26:06.5741344Z with 2024-08-07T17:26:06.5741527Z [ 2024-08-07T17:26:06.5741699Z T=uint8_t, 2024-08-07T17:26:06.5741895Z accT=int16_t 2024-08-07T17:26:06.5742094Z ] 2024-08-07T17:26:06.5743707Z 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-08-07T17:26:06.5746193Z 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-08-07T17:26:06.5750432Z 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-08-07T17:26:06.5754677Z 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-08-07T17:26:06.5758936Z 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-08-07T17:26:06.5763244Z 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-08-07T17:26:06.5765953Z [5412/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC32Avx512VNNI.cc.obj 2024-08-07T17:26:06.6273766Z [5413/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConvAcc32Avx512.cc.obj 2024-08-07T17:26:06.6276042Z 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-08-07T17:26:06.6279157Z 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-08-07T17:26:06.6282431Z 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-08-07T17:26:06.6285745Z 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-08-07T17:26:06.6288952Z 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-08-07T17:26:06.6292114Z 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-08-07T17:26:06.6295588Z 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-08-07T17:26:06.6298716Z 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-08-07T17:26:06.6302066Z 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-08-07T17:26:06.6305478Z 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-08-07T17:26:06.6308678Z 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-08-07T17:26:06.6312059Z 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-08-07T17:26:06.6314696Z 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-08-07T17:26:06.6317571Z 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-08-07T17:26:06.6319464Z 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-08-07T17:26:06.6321144Z 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-08-07T17:26:06.6324286Z 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-08-07T17:26:06.6327380Z 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-08-07T17:26:06.6330946Z 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-08-07T17:26:06.6334451Z 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-08-07T17:26:06.6338353Z 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-08-07T17:26:06.6341669Z 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-08-07T17:26:06.6343916Z 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-08-07T17:26:06.6347053Z 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-08-07T17:26:06.6350465Z 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-08-07T17:26:06.6353783Z 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-08-07T17:26:06.6356925Z 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-08-07T17:26:06.6360388Z 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-08-07T17:26:06.6363867Z 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-08-07T17:26:06.6367364Z 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-08-07T17:26:06.6370620Z 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-08-07T17:26:06.6373475Z 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-08-07T17:26:06.6376509Z 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-08-07T17:26:06.6379584Z 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-08-07T17:26:06.6382526Z 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-08-07T17:26:06.6385413Z 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-08-07T17:26:06.6388462Z 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-08-07T17:26:06.6390146Z 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-08-07T17:26:06.6393057Z 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-08-07T17:26:06.6396163Z 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-08-07T17:26:06.6398966Z 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-08-07T17:26:06.6401770Z 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-08-07T17:26:06.6404228Z 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-08-07T17:26:06.6406272Z 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-08-07T17:26:06.6407947Z 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-08-07T17:26:06.6409668Z 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-08-07T17:26:06.6411566Z 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-08-07T17:26:06.6413216Z 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-08-07T17:26:06.6415100Z 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-08-07T17:26:06.6417461Z 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-08-07T17:26:06.6419954Z 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-08-07T17:26:06.6422392Z 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-08-07T17:26:06.6424406Z 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-08-07T17:26:06.6426233Z 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-08-07T17:26:06.6427998Z 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-08-07T17:26:06.6429982Z 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-08-07T17:26:06.6431722Z 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-08-07T17:26:06.6433361Z 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-08-07T17:26:06.6435545Z 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-08-07T17:26:06.6437355Z 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-08-07T17:26:06.6439368Z 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-08-07T17:26:06.6441112Z 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-08-07T17:26:06.6443031Z 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-08-07T17:26:06.6444864Z 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-08-07T17:26:06.6446741Z 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-08-07T17:26:06.6448623Z 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-08-07T17:26:06.6450479Z 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-08-07T17:26:06.6452407Z 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-08-07T17:26:06.6454610Z 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-08-07T17:26:06.6456739Z 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-08-07T17:26:06.6458663Z 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-08-07T17:26:06.6461972Z 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-08-07T17:26:06.6465559Z 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-08-07T17:26:06.6469337Z 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-08-07T17:26:06.6472794Z 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-08-07T17:26:06.6476079Z 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-08-07T17:26:06.6479732Z 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-08-07T17:26:06.6482355Z 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-08-07T17:26:06.6484471Z 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-08-07T17:26:06.6486337Z 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-08-07T17:26:06.6488220Z 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-08-07T17:26:06.6490464Z 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-08-07T17:26:06.6492383Z 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-08-07T17:26:06.6494462Z 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-08-07T17:26:06.6496416Z 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-08-07T17:26:06.6498138Z 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-08-07T17:26:06.6500420Z 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-08-07T17:26:06.6502178Z 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-08-07T17:26:06.6504101Z 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-08-07T17:26:06.6507864Z 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-08-07T17:26:06.6511225Z 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-08-07T17:26:06.6514640Z 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-08-07T17:26:06.6517548Z 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-08-07T17:26:06.6519860Z 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-08-07T17:26:06.6521993Z 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-08-07T17:26:06.6524183Z 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-08-07T17:26:06.6527420Z 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-08-07T17:26:06.6530464Z 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-08-07T17:26:06.6533523Z 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-08-07T17:26:06.6537175Z 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-08-07T17:26:06.6540701Z 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-08-07T17:26:06.6543487Z 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-08-07T17:26:06.6545799Z 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-08-07T17:26:06.6548850Z 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-08-07T17:26:06.6552375Z 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-08-07T17:26:06.6555811Z 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-08-07T17:26:06.6559224Z 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-08-07T17:26:06.6562592Z 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-08-07T17:26:06.6566144Z 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-08-07T17:26:06.6570021Z 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-08-07T17:26:06.6573712Z 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-08-07T17:26:06.6577564Z 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-08-07T17:26:06.6580121Z 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-08-07T17:26:06.6582141Z 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-08-07T17:26:06.6584177Z 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-08-07T17:26:06.6586345Z 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-08-07T17:26:06.6588224Z 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-08-07T17:26:06.6590794Z 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-08-07T17:26:06.6594570Z 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-08-07T17:26:06.6598314Z 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-08-07T17:26:06.7159394Z [5414/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\QuantUtils.cc.obj 2024-08-07T17:26:06.7224270Z [5415/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackMatrix.cc.obj 2024-08-07T17:26:06.7225752Z 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-08-07T17:26:06.7228076Z 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-08-07T17:26:06.7230661Z 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-08-07T17:26:06.7235002Z 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-08-07T17:26:06.7239432Z 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-08-07T17:26:06.7243657Z 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-08-07T17:26:06.7247134Z 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-08-07T17:26:06.7249413Z 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-08-07T17:26:06.7251861Z 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-08-07T17:26:06.7256121Z 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-08-07T17:26:06.7260106Z 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-08-07T17:26:06.7263986Z 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-08-07T17:26:06.7266969Z 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-08-07T17:26:06.7331552Z [5416/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAMatrix.cc.obj 2024-08-07T17:26:06.7334936Z 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-08-07T17:26:06.7337533Z with 2024-08-07T17:26:06.7337840Z [ 2024-08-07T17:26:06.7338465Z T=uint8_t, 2024-08-07T17:26:06.7338765Z accT=int32_t, 2024-08-07T17:26:06.7338992Z inpType=uint8_t 2024-08-07T17:26:06.7339216Z ] 2024-08-07T17:26:06.7340001Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-07T17:26:06.7341226Z with 2024-08-07T17:26:06.7341426Z [ 2024-08-07T17:26:06.7341604Z T=uint8_t, 2024-08-07T17:26:06.7341811Z accT=int32_t 2024-08-07T17:26:06.7342022Z ] 2024-08-07T17:26:06.7344557Z 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-08-07T17:26:06.7347087Z with 2024-08-07T17:26:06.7347399Z [ 2024-08-07T17:26:06.7347706Z T=uint8_t, 2024-08-07T17:26:06.7348074Z accT=int32_t 2024-08-07T17:26:06.7348441Z ] 2024-08-07T17:26:06.7349953Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-07T17:26:06.7351629Z with 2024-08-07T17:26:06.7351933Z [ 2024-08-07T17:26:06.7352230Z T=uint8_t, 2024-08-07T17:26:06.7352605Z accT=int32_t 2024-08-07T17:26:06.7352972Z ] 2024-08-07T17:26:06.7355396Z 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-08-07T17:26:06.7358044Z with 2024-08-07T17:26:06.7358356Z [ 2024-08-07T17:26:06.7358668Z T=uint8_t, 2024-08-07T17:26:06.7359045Z accT=int16_t, 2024-08-07T17:26:06.7359599Z inpType=uint8_t 2024-08-07T17:26:06.7360010Z ] 2024-08-07T17:26:06.7361477Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-07T17:26:06.7364243Z with 2024-08-07T17:26:06.7364564Z [ 2024-08-07T17:26:06.7364872Z T=uint8_t, 2024-08-07T17:26:06.7365241Z accT=int16_t 2024-08-07T17:26:06.7365617Z ] 2024-08-07T17:26:06.7368367Z 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-08-07T17:26:06.7371204Z with 2024-08-07T17:26:06.7371558Z [ 2024-08-07T17:26:06.7371870Z T=uint8_t, 2024-08-07T17:26:06.7372244Z accT=int16_t 2024-08-07T17:26:06.7372829Z ] 2024-08-07T17:26:06.7374369Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-07T17:26:06.7376096Z with 2024-08-07T17:26:06.7376413Z [ 2024-08-07T17:26:06.7377019Z T=uint8_t, 2024-08-07T17:26:06.7377393Z accT=int16_t 2024-08-07T17:26:06.7377769Z ] 2024-08-07T17:26:06.7380145Z 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-08-07T17:26:06.7382932Z with 2024-08-07T17:26:06.7383273Z [ 2024-08-07T17:26:06.7383579Z T=uint8_t, 2024-08-07T17:26:06.7383945Z accT=int32_t, 2024-08-07T17:26:06.7384352Z inpType=uint8_t 2024-08-07T17:26:06.7384752Z ] 2024-08-07T17:26:06.7386248Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-07T17:26:06.7387879Z with 2024-08-07T17:26:06.7388173Z [ 2024-08-07T17:26:06.7388467Z T=uint8_t, 2024-08-07T17:26:06.7388835Z accT=int32_t 2024-08-07T17:26:06.7389402Z ] 2024-08-07T17:26:06.7391695Z 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-08-07T17:26:06.7394131Z with 2024-08-07T17:26:06.7394442Z [ 2024-08-07T17:26:06.7394747Z T=uint8_t, 2024-08-07T17:26:06.7395120Z accT=int32_t 2024-08-07T17:26:06.7395500Z ] 2024-08-07T17:26:06.7397013Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-07T17:26:06.7398670Z with 2024-08-07T17:26:06.7398973Z [ 2024-08-07T17:26:06.7399270Z T=uint8_t, 2024-08-07T17:26:06.7399638Z accT=int32_t 2024-08-07T17:26:06.7400028Z ] 2024-08-07T17:26:06.7402368Z 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-08-07T17:26:06.7404847Z with 2024-08-07T17:26:06.7405442Z [ 2024-08-07T17:26:06.7405755Z T=uint8_t, 2024-08-07T17:26:06.7406088Z accT=int16_t, 2024-08-07T17:26:06.7406479Z inpType=uint8_t 2024-08-07T17:26:06.7407299Z ] 2024-08-07T17:26:06.7408694Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-07T17:26:06.7410085Z with 2024-08-07T17:26:06.7410357Z [ 2024-08-07T17:26:06.7410619Z T=uint8_t, 2024-08-07T17:26:06.7410950Z accT=int16_t 2024-08-07T17:26:06.7411258Z ] 2024-08-07T17:26:06.7413185Z 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-08-07T17:26:06.7414663Z with 2024-08-07T17:26:06.7414968Z [ 2024-08-07T17:26:06.7415199Z T=uint8_t, 2024-08-07T17:26:06.7415416Z accT=int16_t 2024-08-07T17:26:06.7415636Z ] 2024-08-07T17:26:06.7416529Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-07T17:26:06.7417605Z with 2024-08-07T17:26:06.7417795Z [ 2024-08-07T17:26:06.7417957Z T=uint8_t, 2024-08-07T17:26:06.7418202Z accT=int16_t 2024-08-07T17:26:06.7418494Z ] 2024-08-07T17:26:06.7419675Z 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-08-07T17:26:06.7423684Z 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-08-07T17:26:06.7977087Z [5417/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightsForConv.cc.obj 2024-08-07T17:26:06.7980149Z 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-08-07T17:26:06.7982476Z with 2024-08-07T17:26:06.7982779Z [ 2024-08-07T17:26:06.7983028Z T=int8_t, 2024-08-07T17:26:06.7983373Z accT=int32_t, 2024-08-07T17:26:06.7983695Z inpType=int8_t 2024-08-07T17:26:06.7984039Z ] 2024-08-07T17:26:06.7985262Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-08-07T17:26:06.7986634Z with 2024-08-07T17:26:06.7986909Z [ 2024-08-07T17:26:06.7987167Z T=int8_t, 2024-08-07T17:26:06.7987469Z accT=int32_t 2024-08-07T17:26:06.7987702Z ] 2024-08-07T17:26:06.7988878Z 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-08-07T17:26:06.7990188Z with 2024-08-07T17:26:06.7990361Z [ 2024-08-07T17:26:06.7990589Z T=int8_t, 2024-08-07T17:26:06.7990806Z accT=int32_t 2024-08-07T17:26:06.7991009Z ] 2024-08-07T17:26:06.7991783Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-08-07T17:26:06.7992786Z with 2024-08-07T17:26:06.7993229Z [ 2024-08-07T17:26:06.7993652Z T=int8_t, 2024-08-07T17:26:06.7994023Z accT=int32_t 2024-08-07T17:26:06.7994378Z ] 2024-08-07T17:26:06.7996432Z 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-08-07T17:26:06.8129836Z [5418/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\TransposeUtils.cc.obj 2024-08-07T17:26:06.8550444Z [5419/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightsForDirectConv.cc.obj 2024-08-07T17:26:06.8972482Z [5420/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\RowWiseSparseAdagradFused.cc.obj 2024-08-07T17:26:06.9355314Z [5421/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightMatrixForGConv.cc.obj 2024-08-07T17:26:06.9946064Z [5422/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\RefImplementations.cc.obj 2024-08-07T17:26:07.0549556Z [5423/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmBfloat16ConvertAvx2.cc.obj 2024-08-07T17:26:07.0603387Z [5424/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\spmmUtils.cc.obj 2024-08-07T17:26:07.0674353Z [5425/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\Utils.cc.obj 2024-08-07T17:26:07.1259731Z [5426/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateI8Depthwise.cc.obj 2024-08-07T17:26:07.1391645Z [5427/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\EmbeddingSpMDMAvx2.cc.obj 2024-08-07T17:26:07.1471383Z [5428/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\SparseAdagrad.cc.obj 2024-08-07T17:26:07.1538177Z [5429/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\OptimizedKernelsAvx2.cc.obj 2024-08-07T17:26:07.1551392Z [5430/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmFloat16ConvertAvx2.cc.obj 2024-08-07T17:26:07.1552932Z 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-08-07T17:26:07.1554392Z 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-08-07T17:26:07.2020380Z [5431/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8Depthwise3DAvx2.cc.obj 2024-08-07T17:26:07.2824427Z [5432/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmSparseDenseInt8Avx2.cc.obj 2024-08-07T17:26:07.3211044Z [5433/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8DepthwiseAvx2.cc.obj 2024-08-07T17:26:07.3321985Z [5434/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\PackDepthwiseConvMatrixAvx2.cc.obj 2024-08-07T17:26:07.3511945Z [5435/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmSparseDenseAvx2.cc.obj 2024-08-07T17:26:07.3566244Z [5436/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmBfloat16ConvertAvx512.cc.obj 2024-08-07T17:26:07.3631063Z [5437/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8DepthwisePerChannelQuantAvx2.cc.obj 2024-08-07T17:26:07.3747354Z [5438/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\QuantUtilsAvx2.cc.obj 2024-08-07T17:26:07.3748467Z 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-08-07T17:26:07.3750012Z 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-08-07T17:26:07.3753087Z 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-08-07T17:26:07.3756230Z 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-08-07T17:26:07.3758745Z 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-08-07T17:26:07.3761172Z 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-08-07T17:26:07.3763702Z 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-08-07T17:26:07.3766204Z 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-08-07T17:26:07.3768303Z 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-08-07T17:26:07.3770990Z 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-08-07T17:26:07.3772974Z 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-08-07T17:26:07.3775545Z 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-08-07T17:26:07.3833509Z [5439/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\spmmUtilsAvx2.cc.obj 2024-08-07T17:26:07.4423424Z [5440/7975] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\experiments-config.c.obj 2024-08-07T17:26:07.4424812Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:07.4436573Z [5441/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\UtilsAvx2.cc.obj 2024-08-07T17:26:07.4793377Z [5442/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\EmbeddingSpMDMAvx512.cc.obj 2024-08-07T17:26:07.6163838Z [5443/7975] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmFP16UKernelsIntrinsicAvx2.cc.obj 2024-08-07T17:26:07.6966600Z [5444/7975] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\constant-pad-nd.c.obj 2024-08-07T17:26:07.6967413Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:07.7033462Z [5445/7975] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\deconvolution-nhwc.c.obj 2024-08-07T17:26:07.7035329Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\deconvolution-nhwc.c(840): warning C4090: 'function': different 'const' qualifiers 2024-08-07T17:26:07.7037321Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\deconvolution-nhwc.c(1075): warning C4090: 'function': different 'const' qualifiers 2024-08-07T17:26:07.7184846Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:07.7185757Z [5446/7975] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\conv-hwc2chw-config.c.obj 2024-08-07T17:26:07.7186386Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:07.7254823Z [5447/7975] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\dwconv-config.c.obj 2024-08-07T17:26:07.7255513Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:07.7321746Z [5448/7975] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\convolution-nchw.c.obj 2024-08-07T17:26:07.7322460Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:07.7506092Z [5449/7975] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\gavgpool-config.c.obj 2024-08-07T17:26:07.7507547Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:07.7525385Z [5450/7975] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\dwconv2d-chw-config.c.obj 2024-08-07T17:26:07.7526582Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:07.9562363Z [5451/7975] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\convolution-nhwc.c.obj 2024-08-07T17:26:07.9563490Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\convolution-nhwc.c(2338): warning C4090: 'function': different 'const' qualifiers 2024-08-07T17:26:07.9564399Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:07.9620689Z [5452/7975] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\dynamic-fully-connected-nc.c.obj 2024-08-07T17:26:07.9621475Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:07.9637780Z [5453/7975] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\global-average-pooling-nwc.c.obj 2024-08-07T17:26:07.9638889Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:07.9767029Z [5454/7975] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\global-average-pooling-ncw.c.obj 2024-08-07T17:26:07.9767741Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:07.9939243Z [5455/7975] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\fully-connected-nc.c.obj 2024-08-07T17:26:07.9940154Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:08.0011217Z [5456/7975] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\lut-elementwise-nc.c.obj 2024-08-07T17:26:08.0011970Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:08.0269795Z [5457/7975] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\resize-bilinear-nhwc.c.obj 2024-08-07T17:26:08.0271816Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\resize-bilinear-nhwc.c(282): warning C4090: 'function': different 'const' qualifiers 2024-08-07T17:26:08.0273364Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:08.2057720Z [5458/7975] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\max-pooling-nhwc.c.obj 2024-08-07T17:26:08.2058766Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\max-pooling-nhwc.c(491): warning C4090: 'function': different 'const' qualifiers 2024-08-07T17:26:08.2059548Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:08.5234403Z [5459/7975] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\prelu-nc.c.obj 2024-08-07T17:26:08.5235037Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:08.5249284Z [5460/7975] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\reduce-nd.c.obj 2024-08-07T17:26:08.5250011Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:08.5305224Z [5461/7975] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\transpose-nd.c.obj 2024-08-07T17:26:08.5306291Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:08.5319947Z [5462/7975] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\slice-nd.c.obj 2024-08-07T17:26:08.5320622Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:08.5335267Z [5463/7975] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\softmax-nc.c.obj 2024-08-07T17:26:08.5336444Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:08.5352923Z [5464/7975] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\resize-bilinear-nchw.c.obj 2024-08-07T17:26:08.5357911Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\resize-bilinear-nchw.c(207): warning C4090: 'function': different 'const' qualifiers 2024-08-07T17:26:08.5360602Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:08.5370109Z [5465/7975] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\scaled-dot-product-attention-nhtc.c.obj 2024-08-07T17:26:08.5371249Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:08.6028719Z [5466/7975] Linking CXX shared library bin\fbgemm.dll 2024-08-07T17:26:08.7795944Z [5467/7975] Building C object confu-deps\XNNPACK\CMakeFiles\operator-utils.dir\src\operator-utils.c.obj 2024-08-07T17:26:08.7901503Z [5468/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\add2.c.obj 2024-08-07T17:26:08.7902104Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:08.7993299Z [5469/7975] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\unary-elementwise-nc.c.obj 2024-08-07T17:26:08.7993981Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:09.0448754Z [5470/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\runtime.c.obj 2024-08-07T17:26:09.0449378Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:09.0547199Z [5471/7975] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\unpooling-nhwc.c.obj 2024-08-07T17:26:09.0549011Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\unpooling-nhwc.c(207): warning C4090: 'function': different 'const' qualifiers 2024-08-07T17:26:09.0550326Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:09.0565038Z [5472/7975] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\rope-nthc.c.obj 2024-08-07T17:26:09.0565662Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:09.0579844Z [5473/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph.c.obj 2024-08-07T17:26:09.0580820Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:09.0597939Z [5474/7975] Building C object confu-deps\XNNPACK\CMakeFiles\operator-run.dir\src\operator-run.c.obj 2024-08-07T17:26:09.0599495Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-run.c(1350): warning C4090: 'initializing': different 'const' qualifiers 2024-08-07T17:26:09.0616412Z [5475/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\abs.c.obj 2024-08-07T17:26:09.0617388Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:09.0634061Z [5476/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\memory-planner.c.obj 2024-08-07T17:26:09.0635531Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:09.2973390Z [5477/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\bankers-rounding.c.obj 2024-08-07T17:26:09.2974064Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:09.3075020Z [5478/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\ceiling.c.obj 2024-08-07T17:26:09.3075960Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:09.3125758Z [5479/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\average-pooling-2d.c.obj 2024-08-07T17:26:09.3126410Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:09.3139321Z [5480/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\argmax-pooling-2d.c.obj 2024-08-07T17:26:09.3140479Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:09.3253000Z [5481/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\copy.c.obj 2024-08-07T17:26:09.3253937Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:09.3322965Z [5482/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\concatenate.c.obj 2024-08-07T17:26:09.3323990Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:09.3342159Z [5483/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\convert.c.obj 2024-08-07T17:26:09.3343119Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:09.3428708Z [5484/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\batch-matrix-multiply.c.obj 2024-08-07T17:26:09.3429912Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:09.5661252Z [5485/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\depth-to-space-2d.c.obj 2024-08-07T17:26:09.5661921Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:09.5728669Z [5486/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\clamp.c.obj 2024-08-07T17:26:09.5729267Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:09.5793536Z [5487/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\divide.c.obj 2024-08-07T17:26:09.5794180Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:09.5807342Z [5488/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\elu.c.obj 2024-08-07T17:26:09.5807933Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:09.5881535Z [5489/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\depthwise-convolution-2d.c.obj 2024-08-07T17:26:09.5882223Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:09.5944135Z [5490/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\deconvolution-2d.c.obj 2024-08-07T17:26:09.5945296Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:09.5992928Z [5491/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\floor.c.obj 2024-08-07T17:26:09.5993963Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:09.6924092Z [5492/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\convolution-2d.c.obj 2024-08-07T17:26:09.6924875Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:09.8209763Z [5493/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\fully-connected.c.obj 2024-08-07T17:26:09.8210414Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:09.8297024Z [5494/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\even-split.c.obj 2024-08-07T17:26:09.8297658Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:09.8519021Z [5495/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\leaky-relu.c.obj 2024-08-07T17:26:09.8519644Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:09.8532894Z [5496/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\fully-connected-sparse.c.obj 2024-08-07T17:26:09.8533912Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:09.8547590Z [5497/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\global-sum-pooling.c.obj 2024-08-07T17:26:09.8548774Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:09.8702747Z [5498/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\global-average-pooling.c.obj 2024-08-07T17:26:09.8704000Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:09.9222851Z [5499/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\hardswish.c.obj 2024-08-07T17:26:09.9223490Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:09.9237147Z [5500/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\max-pooling-2d.c.obj 2024-08-07T17:26:09.9237909Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:10.0680105Z [5501/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\maximum2.c.obj 2024-08-07T17:26:10.0680838Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:10.0992373Z [5502/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\negate.c.obj 2024-08-07T17:26:10.0993071Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:10.1008630Z [5503/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\multiply2.c.obj 2024-08-07T17:26:10.1009233Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:10.1023411Z [5504/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\prelu.c.obj 2024-08-07T17:26:10.1023994Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:10.1287790Z [5505/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\reshape-helpers.c.obj 2024-08-07T17:26:10.1288948Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:10.1482822Z [5506/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\minimum2.c.obj 2024-08-07T17:26:10.1483994Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:10.1555914Z [5507/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\softmax.c.obj 2024-08-07T17:26:10.1556714Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:10.2336798Z [5508/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\scaled-dot-product-attention.c.obj 2024-08-07T17:26:10.2337745Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:10.3286716Z [5509/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\space-to-depth-2d.c.obj 2024-08-07T17:26:10.3460081Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:10.3460740Z [5510/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-mean.c.obj 2024-08-07T17:26:10.3461339Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:10.3539996Z [5511/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\sigmoid.c.obj 2024-08-07T17:26:10.3541340Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:10.3600895Z [5512/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-constant-pad.c.obj 2024-08-07T17:26:10.3601572Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:10.3871466Z [5513/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\square.c.obj 2024-08-07T17:26:10.3872218Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:10.4082106Z [5514/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\square-root.c.obj 2024-08-07T17:26:10.4083546Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:10.4161135Z [5515/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\squared-difference.c.obj 2024-08-07T17:26:10.4161810Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:10.5129125Z [5516/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-resize-bilinear-2d.c.obj 2024-08-07T17:26:10.5130469Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:10.5690752Z [5517/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-reshape.c.obj 2024-08-07T17:26:10.5692391Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:10.5978212Z [5518/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\subtract.c.obj 2024-08-07T17:26:10.5979354Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:10.6073482Z [5519/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-transpose.c.obj 2024-08-07T17:26:10.6074708Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:10.6323327Z [5520/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-slice.c.obj 2024-08-07T17:26:10.6323956Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:10.6342007Z [5521/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\tensor.c.obj 2024-08-07T17:26:10.6343149Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:10.6811719Z [5522/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\unpooling-2d.c.obj 2024-08-07T17:26:10.6812561Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:10.7052949Z [5523/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\validation.c.obj 2024-08-07T17:26:10.7054664Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:10.7106381Z [5524/7975] Building C object confu-deps\XNNPACK\CMakeFiles\post-operation.dir\src\operators\post-operation.c.obj 2024-08-07T17:26:10.7107541Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:10.7521915Z [5525/7975] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\tanh.c.obj 2024-08-07T17:26:10.7523017Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:10.7536728Z [5526/7975] Building CXX object confu-deps\XNNPACK\CMakeFiles\convolution-test-helpers.dir\test\convolution-test-helpers.cc.obj 2024-08-07T17:26:10.7539146Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xutility(4484): warning C4244: '=': conversion from 'const _Ty' to 'float', possible loss of data 2024-08-07T17:26:10.7540660Z with 2024-08-07T17:26:10.7541314Z [ 2024-08-07T17:26:10.7541643Z _Ty=int 2024-08-07T17:26:10.7541960Z ] 2024-08-07T17:26:10.7544128Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\test\convolution-test-helpers.cc(27): note: see reference to function template instantiation 'void std::fill>>,int>(const _FwdIt,const _FwdIt,const int &)' being compiled 2024-08-07T17:26:10.7546625Z with 2024-08-07T17:26:10.7546945Z [ 2024-08-07T17:26:10.7547244Z _Ty=float, 2024-08-07T17:26:10.7547883Z _FwdIt=std::_Vector_iterator>> 2024-08-07T17:26:10.7548617Z ] 2024-08-07T17:26:10.9178857Z [5527/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\unbound_buffer.cc.obj 2024-08-07T17:26:10.9473710Z [5528/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\pair.cc.obj 2024-08-07T17:26:10.9727563Z [5529/7975] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\avgpool-config.c.obj 2024-08-07T17:26:10.9728215Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:10.9905817Z [5530/7975] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\binary-elementwise-config.c.obj 2024-08-07T17:26:10.9907870Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:10.9987203Z [5531/7975] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\argmaxpool-config.c.obj 2024-08-07T17:26:10.9987942Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:11.0801925Z [5532/7975] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\cmul-config.c.obj 2024-08-07T17:26:11.0802914Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-07T17:26:11.1592061Z [5533/7975] Linking CXX static library lib\XNNPACK.lib 2024-08-07T17:26:11.1953000Z [5534/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\device.cc.obj 2024-08-07T17:26:11.2401120Z [5535/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\unbound_buffer.cc.obj 2024-08-07T17:26:11.2884023Z [5536/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_debug_autogenerated.cpp.obj 2024-08-07T17:26:11.3479937Z [5537/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\address.cc.obj 2024-08-07T17:26:11.3907405Z [5538/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\device.cc.obj 2024-08-07T17:26:11.3909600Z 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-08-07T17:26:11.3914740Z 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-08-07T17:26:11.3918429Z with 2024-08-07T17:26:11.3918749Z [ 2024-08-07T17:26:11.3919179Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-07T17:26:11.3919772Z ] 2024-08-07T17:26:11.3923109Z 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-08-07T17:26:11.3926518Z with 2024-08-07T17:26:11.3926827Z [ 2024-08-07T17:26:11.3927223Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-07T17:26:11.3927806Z ] 2024-08-07T17:26:11.3931139Z 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-08-07T17:26:11.3934561Z with 2024-08-07T17:26:11.3934917Z [ 2024-08-07T17:26:11.3935334Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-07T17:26:11.3936095Z ] 2024-08-07T17:26:11.3939279Z 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-08-07T17:26:11.3942663Z with 2024-08-07T17:26:11.3942962Z [ 2024-08-07T17:26:11.3943374Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-07T17:26:11.3944021Z T=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-07T17:26:11.3944544Z ] 2024-08-07T17:26:11.3947970Z 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-08-07T17:26:11.3951619Z with 2024-08-07T17:26:11.3951938Z [ 2024-08-07T17:26:11.3952368Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-07T17:26:11.3953479Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-07T17:26:11.3954236Z U=uv_write_t 2024-08-07T17:26:11.3954592Z ] 2024-08-07T17:26:11.3957891Z 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-08-07T17:26:11.3961596Z with 2024-08-07T17:26:11.3961923Z [ 2024-08-07T17:26:11.3962560Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-07T17:26:11.3963298Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-07T17:26:11.3963903Z U=uv_write_t 2024-08-07T17:26:11.3964291Z ] 2024-08-07T17:26:11.3967465Z 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-08-07T17:26:11.3970866Z with 2024-08-07T17:26:11.3971196Z [ 2024-08-07T17:26:11.3971624Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-07T17:26:11.3972216Z ] 2024-08-07T17:26:11.5582483Z [5539/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\libuv.cc.obj 2024-08-07T17:26:11.5583672Z 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-08-07T17:26:11.5586280Z 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-08-07T17:26:11.5588648Z with 2024-08-07T17:26:11.5588834Z [ 2024-08-07T17:26:11.5589088Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-07T17:26:11.5589424Z ] 2024-08-07T17:26:11.5591294Z 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-08-07T17:26:11.5593296Z with 2024-08-07T17:26:11.5593513Z [ 2024-08-07T17:26:11.5593758Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-07T17:26:11.5594062Z ] 2024-08-07T17:26:11.5595835Z 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-08-07T17:26:11.5597615Z with 2024-08-07T17:26:11.5597820Z [ 2024-08-07T17:26:11.5598052Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-07T17:26:11.5598392Z ] 2024-08-07T17:26:11.5600066Z 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-08-07T17:26:11.5601793Z with 2024-08-07T17:26:11.5602123Z [ 2024-08-07T17:26:11.5602367Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-07T17:26:11.5602741Z T=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-07T17:26:11.5603046Z ] 2024-08-07T17:26:11.5604901Z 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-08-07T17:26:11.5606648Z with 2024-08-07T17:26:11.5606843Z [ 2024-08-07T17:26:11.5607139Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-07T17:26:11.5607526Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-07T17:26:11.5607827Z U=uv_write_t 2024-08-07T17:26:11.5608034Z ] 2024-08-07T17:26:11.5609746Z 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-08-07T17:26:11.5611675Z with 2024-08-07T17:26:11.5611855Z [ 2024-08-07T17:26:11.5612127Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-07T17:26:11.5612510Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-07T17:26:11.5612816Z U=uv_write_t 2024-08-07T17:26:11.5613032Z ] 2024-08-07T17:26:11.5614644Z 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-08-07T17:26:11.5616426Z with 2024-08-07T17:26:11.5616588Z [ 2024-08-07T17:26:11.5616824Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-07T17:26:11.5617139Z ] 2024-08-07T17:26:11.5877582Z [5540/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\pair.cc.obj 2024-08-07T17:26:11.5878817Z 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-08-07T17:26:11.5881392Z 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-08-07T17:26:11.5883332Z with 2024-08-07T17:26:11.5883523Z [ 2024-08-07T17:26:11.5883766Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-07T17:26:11.5884091Z ] 2024-08-07T17:26:11.5885926Z 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-08-07T17:26:11.5887668Z with 2024-08-07T17:26:11.5887860Z [ 2024-08-07T17:26:11.5888113Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-07T17:26:11.5888463Z ] 2024-08-07T17:26:11.5890343Z 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-08-07T17:26:11.5892134Z with 2024-08-07T17:26:11.5892312Z [ 2024-08-07T17:26:11.5892540Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-07T17:26:11.5892854Z ] 2024-08-07T17:26:11.5894849Z 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-08-07T17:26:11.5896720Z with 2024-08-07T17:26:11.5896891Z [ 2024-08-07T17:26:11.5897132Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-07T17:26:11.5897603Z T=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-07T17:26:11.5897895Z ] 2024-08-07T17:26:11.5899716Z 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-08-07T17:26:11.5901457Z with 2024-08-07T17:26:11.5901632Z [ 2024-08-07T17:26:11.5901856Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-07T17:26:11.5902231Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-07T17:26:11.5902560Z U=uv_write_t 2024-08-07T17:26:11.5902833Z ] 2024-08-07T17:26:11.5905405Z 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-08-07T17:26:11.5907528Z with 2024-08-07T17:26:11.5907712Z [ 2024-08-07T17:26:11.5907953Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-07T17:26:11.5908410Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-07T17:26:11.5909010Z U=uv_write_t 2024-08-07T17:26:11.5909272Z ] 2024-08-07T17:26:11.5911073Z 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-08-07T17:26:11.5913001Z with 2024-08-07T17:26:11.5913218Z [ 2024-08-07T17:26:11.5913481Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-07T17:26:11.5913807Z ] 2024-08-07T17:26:11.6040845Z [5541/7975] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\context.cc.obj 2024-08-07T17:26:11.6446775Z [5542/7975] Running gen_proto.py on onnx/onnx.in.proto 2024-08-07T17:26:11.6447818Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx.in.proto 2024-08-07T17:26:11.6449107Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_onnx_torch-ml.proto 2024-08-07T17:26:11.6450641Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_onnx_torch-ml.proto3 2024-08-07T17:26:11.6452060Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-ml.pb.h 2024-08-07T17:26:11.6453357Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_pb.py 2024-08-07T17:26:11.8103739Z [5543/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_debug.cpp.obj 2024-08-07T17:26:11.9635874Z [5544/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\convolution_pd.cpp.obj 2024-08-07T17:26:11.9800202Z [5545/7975] Building C object third_party\foxi\CMakeFiles\foxi_loader.dir\foxi\onnxifi_loader.c.obj 2024-08-07T17:26:11.9952131Z [5546/7975] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2024-08-07T17:26:12.0266766Z [5547/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_threadpool.cpp.obj 2024-08-07T17:26:12.0682159Z [5548/7975] Running gen_proto.py on onnx/onnx-operators.in.proto 2024-08-07T17:26:12.0682942Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx-operators.in.proto 2024-08-07T17:26:12.0683789Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators_onnx_torch-ml.proto 2024-08-07T17:26:12.0684633Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators_onnx_torch-ml.proto3 2024-08-07T17:26:12.0685429Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators-ml.pb.h 2024-08-07T17:26:12.0686241Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_operators_pb.py 2024-08-07T17:26:12.0704365Z [5549/7975] Linking C static library lib\foxi_loader.lib 2024-08-07T17:26:12.0971294Z [5550/7975] Running gen_proto.py on onnx/onnx-data.in.proto 2024-08-07T17:26:12.0972315Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx-data.in.proto 2024-08-07T17:26:12.0973620Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data_onnx_torch.proto 2024-08-07T17:26:12.0975140Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data_onnx_torch.proto3 2024-08-07T17:26:12.0976455Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data.pb.h 2024-08-07T17:26:12.0977666Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_data_pb.py 2024-08-07T17:26:12.1007384Z [5551/7975] Linking CXX static library lib\gloo.lib 2024-08-07T17:26:12.1338978Z [5552/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\convolution.cpp.obj 2024-08-07T17:26:12.1799555Z [5553/7975] Building RC object third_party\ideep\mkl-dnn\src\CMakeFiles\dnnl.dir\version.rc.res 2024-08-07T17:26:12.1800173Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-08-07T17:26:12.1800461Z 2024-08-07T17:26:12.1800849Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-08-07T17:26:12.1801116Z 2024-08-07T17:26:12.1801121Z 2024-08-07T17:26:12.1864570Z [5554/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\deconvolution.cpp.obj 2024-08-07T17:26:12.2032866Z [5555/7975] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2024-08-07T17:26:12.2414119Z [5556/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\concat.cpp.obj 2024-08-07T17:26:12.2655937Z [5557/7975] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2024-08-07T17:26:12.3790869Z [5558/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\experimental.cpp.obj 2024-08-07T17:26:12.5125412Z [5559/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\float8.cpp.obj 2024-08-07T17:26:12.5578292Z [5560/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\fpmath_mode.cpp.obj 2024-08-07T17:26:12.7055153Z [5561/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\engine.cpp.obj 2024-08-07T17:26:12.7217905Z [5562/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\assertions.cc.obj 2024-08-07T17:26:12.7596646Z [5563/7975] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx_onnx_torch-ml.pb.cc.obj 2024-08-07T17:26:12.9467363Z [5564/7975] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx-operators_onnx_torch-ml.pb.cc.obj 2024-08-07T17:26:12.9917371Z [5565/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\interned_strings.cc.obj 2024-08-07T17:26:13.0088784Z [5566/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\eltwise.cpp.obj 2024-08-07T17:26:13.0908794Z [5567/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\inner_product.cpp.obj 2024-08-07T17:26:13.1165033Z [5568/7975] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx-data_onnx_torch.pb.cc.obj 2024-08-07T17:26:13.1624440Z [5569/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\gemm.cpp.obj 2024-08-07T17:26:13.3720327Z [5570/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\checker.cc.obj 2024-08-07T17:26:13.4107332Z [5571/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\status.cc.obj 2024-08-07T17:26:13.4174021Z [5572/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\model_helpers.cc.obj 2024-08-07T17:26:13.4231788Z [5573/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\ir_pb_converter.cc.obj 2024-08-07T17:26:13.4420838Z [5574/7975] Linking CXX static library lib\onnx_proto.lib 2024-08-07T17:26:13.4578445Z [5575/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\attr_proto_util.cc.obj 2024-08-07T17:26:13.4707971Z [5576/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\path.cc.obj 2024-08-07T17:26:13.5181136Z [5577/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\utils.cc.obj 2024-08-07T17:26:13.8509694Z [5578/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\function.cc.obj 2024-08-07T17:26:13.8526429Z [5579/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\data_type_utils.cc.obj 2024-08-07T17:26:13.8649215Z [5580/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\old.cc.obj 2024-08-07T17:26:13.9490980Z [5581/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\defs.cc.obj 2024-08-07T17:26:13.9598398Z [5582/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\image\defs.cc.obj 2024-08-07T17:26:13.9604895Z [5583/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\old.cc.obj 2024-08-07T17:26:13.9622266Z [5584/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\defs.cc.obj 2024-08-07T17:26:13.9882478Z [5585/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\logical\defs.cc.obj 2024-08-07T17:26:14.2330268Z [5586/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\utils.cc.obj 2024-08-07T17:26:14.2560369Z [5587/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\logical\old.cc.obj 2024-08-07T17:26:14.3525317Z [5588/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\utils.cc.obj 2024-08-07T17:26:14.3837217Z [5589/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\old.cc.obj 2024-08-07T17:26:14.3854393Z [5590/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\nn\defs.cc.obj 2024-08-07T17:26:14.4223863Z [5591/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\optional\old.cc.obj 2024-08-07T17:26:14.4242285Z [5592/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\defs.cc.obj 2024-08-07T17:26:14.4342303Z [5593/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\object_detection\defs.cc.obj 2024-08-07T17:26:14.6744630Z [5594/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\optional\defs.cc.obj 2024-08-07T17:26:14.7936640Z [5595/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\nn\old.cc.obj 2024-08-07T17:26:14.8013742Z [5596/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\printer.cc.obj 2024-08-07T17:26:14.8227917Z [5597/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\quantization\defs.cc.obj 2024-08-07T17:26:14.8308662Z [5598/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\quantization\old.cc.obj 2024-08-07T17:26:14.8395107Z [5599/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\object_detection\old.cc.obj 2024-08-07T17:26:14.8555205Z [5600/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\parser.cc.obj 2024-08-07T17:26:14.9395951Z [5601/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\defs.cc.obj 2024-08-07T17:26:15.0822655Z [5602/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\utils.cc.obj 2024-08-07T17:26:15.2324371Z [5603/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\rnn\defs.cc.obj 2024-08-07T17:26:15.2438977Z [5604/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\rnn\old.cc.obj 2024-08-07T17:26:15.2832091Z [5605/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\old.cc.obj 2024-08-07T17:26:15.3085738Z [5606/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\defs.cc.obj 2024-08-07T17:26:15.3386240Z [5607/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\sequence\defs.cc.obj 2024-08-07T17:26:15.3451986Z [5608/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\schema.cc.obj 2024-08-07T17:26:15.3785385Z [5609/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\old.cc.obj 2024-08-07T17:26:15.5231428Z [5610/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\utils.cc.obj 2024-08-07T17:26:15.6460977Z [5611/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\shape_inference.cc.obj 2024-08-07T17:26:15.6667303Z [5612/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\traditionalml\old.cc.obj 2024-08-07T17:26:15.8973011Z [5613/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\version_converter\convert.cc.obj 2024-08-07T17:26:15.9571129Z [5614/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\traditionalml\defs.cc.obj 2024-08-07T17:26:15.9591859Z [5615/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor_util.cc.obj 2024-08-07T17:26:15.9608933Z [5616/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor_proto_util.cc.obj 2024-08-07T17:26:15.9673903Z [5617/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\text\defs.cc.obj 2024-08-07T17:26:15.9905160Z [5618/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\version_converter\helper.cc.obj 2024-08-07T17:26:16.2113114Z [5619/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\inliner\inliner.cc.obj 2024-08-07T17:26:16.2168106Z [5620/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\bfloat16.cpp.obj 2024-08-07T17:26:16.2606392Z [5621/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\shape_inference\implementation.cc.obj 2024-08-07T17:26:16.4132962Z [5622/7975] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\training\defs.cc.obj 2024-08-07T17:26:16.5646058Z [5623/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify.cpp.obj 2024-08-07T17:26:16.5665202Z [5624/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\broadcast_strategy.cpp.obj 2024-08-07T17:26:16.8585204Z [5625/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\group_normalization.cpp.obj 2024-08-07T17:26:16.8788686Z [5626/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\binary.cpp.obj 2024-08-07T17:26:16.9397205Z [5627/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\batch_normalization.cpp.obj 2024-08-07T17:26:17.0736594Z [5628/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory.cpp.obj 2024-08-07T17:26:17.0933308Z [5629/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\cache_blob_id.cpp.obj 2024-08-07T17:26:17.3855715Z [5630/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\layer_normalization.cpp.obj 2024-08-07T17:26:17.4358056Z [5631/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\matmul.cpp.obj 2024-08-07T17:26:17.6695179Z [5632/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_debug.cpp.obj 2024-08-07T17:26:17.6952993Z [5633/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\lrn.cpp.obj 2024-08-07T17:26:17.7146616Z [5634/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\kernel_cache.cpp.obj 2024-08-07T17:26:17.7709915Z [5635/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_desc.cpp.obj 2024-08-07T17:26:18.0964615Z [5636/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\pooling.cpp.obj 2024-08-07T17:26:18.0979262Z [5637/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_desc_wrapper.cpp.obj 2024-08-07T17:26:18.1109390Z [5638/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_zero_pad.cpp.obj 2024-08-07T17:26:18.2264763Z [5639/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_storage.cpp.obj 2024-08-07T17:26:18.4912961Z [5640/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_tracking.cpp.obj 2024-08-07T17:26:18.5939006Z [5641/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_attr.cpp.obj 2024-08-07T17:26:18.6051128Z [5642/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_desc_iface.cpp.obj 2024-08-07T17:26:18.8291868Z [5643/7975] Linking CXX static library lib\onnx.lib 2024-08-07T17:26:18.9205285Z [5644/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\prelu.cpp.obj 2024-08-07T17:26:18.9641874Z [5645/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive.cpp.obj 2024-08-07T17:26:19.1989417Z [5646/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_exec_types.cpp.obj 2024-08-07T17:26:19.2008897Z [5647/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_cache.cpp.obj 2024-08-07T17:26:19.4077653Z [5648/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_iface.cpp.obj 2024-08-07T17:26:19.4094871Z [5649/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\resampling.cpp.obj 2024-08-07T17:26:19.5279592Z [5650/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\reduction.cpp.obj 2024-08-07T17:26:19.5767847Z [5651/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\serialization.cpp.obj 2024-08-07T17:26:19.7231221Z [5652/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_hashing.cpp.obj 2024-08-07T17:26:19.8221238Z [5653/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\query.cpp.obj 2024-08-07T17:26:19.9114013Z [5654/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\reorder.cpp.obj 2024-08-07T17:26:20.1028111Z [5655/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\scratchpad.cpp.obj 2024-08-07T17:26:20.1647073Z [5656/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\rw_mutex.cpp.obj 2024-08-07T17:26:20.3188061Z [5657/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\scratchpad_debug.cpp.obj 2024-08-07T17:26:20.4396126Z [5658/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\shuffle.cpp.obj 2024-08-07T17:26:20.4484997Z [5659/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\rnn.cpp.obj 2024-08-07T17:26:20.4529521Z [5660/7975] Building ASM_MASM object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\ittptmark64.asm.obj 2024-08-07T17:26:20.4530705Z Microsoft (R) Macro Assembler (x64) Version 14.29.30154.0 2024-08-07T17:26:20.4531726Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-08-07T17:26:20.4532483Z 2024-08-07T17:26:20.4533143Z Assembling: C:\actions-runner\_work\pytorch\pytorch\third_party\ideep\mkl-dnn\src\common\ittnotify\ittptmark64.asm 2024-08-07T17:26:20.6549981Z [5661/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\stream.cpp.obj 2024-08-07T17:26:20.6681958Z [5662/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\utils.cpp.obj 2024-08-07T17:26:20.9374923Z [5663/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\verbose.cpp.obj 2024-08-07T17:26:20.9777055Z [5664/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\softmax.cpp.obj 2024-08-07T17:26:21.0536082Z [5665/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\stream_profiler.cpp.obj 2024-08-07T17:26:21.0771513Z [5666/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\s8x8s32\ref_gemm_s8x8s32.cpp.obj 2024-08-07T17:26:21.2108921Z [5667/7975] Building C object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\ittnotify_static.c.obj 2024-08-07T17:26:21.2428830Z [5668/7975] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\sum.cpp.obj 2024-08-07T17:26:21.3536735Z [5669/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\s8x8s32\simple_gemm_s8s8s32.cpp.obj 2024-08-07T17:26:21.5136560Z [5670/7975] Building C object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\jitprofiling.c.obj 2024-08-07T17:26:21.6158036Z [5671/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\cpu_matmul_list.cpp.obj 2024-08-07T17:26:21.9559518Z [5672/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\bfloat16.cpp.obj 2024-08-07T17:26:22.1398373Z [5673/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_bf16_matmul.cpp.obj 2024-08-07T17:26:22.1692970Z [5674/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_binary_list.cpp.obj 2024-08-07T17:26:22.2480645Z [5675/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\binary_injector_utils.cpp.obj 2024-08-07T17:26:22.2936711Z [5676/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_batch_normalization_utils.cpp.obj 2024-08-07T17:26:22.4302942Z [5677/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_batch_normalization_list.cpp.obj 2024-08-07T17:26:22.4962337Z [5678/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_concat.cpp.obj 2024-08-07T17:26:22.5533205Z [5679/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_convolution_list.cpp.obj 2024-08-07T17:26:23.0603502Z [5680/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_inner_product_list.cpp.obj 2024-08-07T17:26:23.2065969Z [5681/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_layer_normalization_list.cpp.obj 2024-08-07T17:26:23.3126455Z [5682/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_engine.cpp.obj 2024-08-07T17:26:23.3145717Z [5683/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_eltwise_list.cpp.obj 2024-08-07T17:26:23.4137822Z [5684/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_deconvolution_list.cpp.obj 2024-08-07T17:26:23.9288855Z [5685/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_group_normalization_list.cpp.obj 2024-08-07T17:26:24.0199445Z [5686/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_resampling_list.cpp.obj 2024-08-07T17:26:24.0222229Z [5687/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_rnn_list.cpp.obj 2024-08-07T17:26:24.0254528Z [5688/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_pooling_list.cpp.obj 2024-08-07T17:26:24.0506086Z [5689/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_reduction_list.cpp.obj 2024-08-07T17:26:24.2323224Z [5690/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_prelu_list.cpp.obj 2024-08-07T17:26:24.2560474Z [5691/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_lrn_list.cpp.obj 2024-08-07T17:26:24.3256043Z [5692/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_convolution.cpp.obj 2024-08-07T17:26:24.9376789Z [5693/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\float16.cpp.obj 2024-08-07T17:26:25.0889945Z [5694/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_sum.cpp.obj 2024-08-07T17:26:25.0959290Z [5695/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_convolution_utils.cpp.obj 2024-08-07T17:26:25.0986578Z [5696/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_shuffle_list.cpp.obj 2024-08-07T17:26:25.1105248Z [5697/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_softmax_list.cpp.obj 2024-08-07T17:26:25.2261118Z [5698/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_convolution_utils.cpp.obj 2024-08-07T17:26:25.2996519Z [5699/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_convolution.cpp.obj 2024-08-07T17:26:25.3303460Z [5700/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.obj 2024-08-07T17:26:25.9799984Z [5701/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_inner_product_utils.cpp.obj 2024-08-07T17:26:26.0815814Z [5702/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nchw_pooling.cpp.obj 2024-08-07T17:26:26.1818168Z [5703/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ncsp_batch_normalization.cpp.obj 2024-08-07T17:26:26.1889839Z [5704/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_inner_product.cpp.obj 2024-08-07T17:26:26.1998222Z [5705/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_inner_product.cpp.obj 2024-08-07T17:26:26.2217218Z [5706/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ncsp_group_normalization.cpp.obj 2024-08-07T17:26:26.2951303Z [5707/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\primitive_attr_postops.cpp.obj 2024-08-07T17:26:26.3524987Z [5708/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nspc_batch_normalization.cpp.obj 2024-08-07T17:26:26.8653898Z [5709/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\platform.cpp.obj 2024-08-07T17:26:27.1114514Z [5710/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nhwc_pooling.cpp.obj 2024-08-07T17:26:27.1213998Z [5711/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_binary.cpp.obj 2024-08-07T17:26:27.1442471Z [5712/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_convolution.cpp.obj 2024-08-07T17:26:27.2078179Z [5713/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_deconvolution.cpp.obj 2024-08-07T17:26:27.2529096Z [5714/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_convolution_int8.cpp.obj 2024-08-07T17:26:27.3693078Z [5715/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_batch_normalization.cpp.obj 2024-08-07T17:26:27.3784586Z [5716/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_eltwise.cpp.obj 2024-08-07T17:26:27.9249956Z [5717/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_group_normalization.cpp.obj 2024-08-07T17:26:28.0991710Z [5718/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_inner_product.cpp.obj 2024-08-07T17:26:28.1205320Z [5719/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_lrn.cpp.obj 2024-08-07T17:26:28.1630111Z [5720/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_layer_normalization.cpp.obj 2024-08-07T17:26:28.1905867Z [5721/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_inner_product_int8.cpp.obj 2024-08-07T17:26:28.2124308Z [5722/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_pooling.cpp.obj 2024-08-07T17:26:28.3098274Z [5723/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_reduction.cpp.obj 2024-08-07T17:26:28.3211124Z [5724/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_softmax.cpp.obj 2024-08-07T17:26:28.5776093Z [5725/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\zero_point_utils.cpp.obj 2024-08-07T17:26:28.6925953Z [5726/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\scale_utils.cpp.obj 2024-08-07T17:26:28.8569984Z [5727/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_shuffle.cpp.obj 2024-08-07T17:26:28.9252887Z [5728/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\bf16\ref_gemm_bf16.cpp.obj 2024-08-07T17:26:29.0178591Z [5729/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_resampling.cpp.obj 2024-08-07T17:26:29.0906035Z [5730/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_prelu.cpp.obj 2024-08-07T17:26:29.2231357Z [5731/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_layer_normalization.cpp.obj 2024-08-07T17:26:29.3240838Z [5732/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_resampling.cpp.obj 2024-08-07T17:26:29.3731120Z [5733/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\f32\gemm_utils_f32.cpp.obj 2024-08-07T17:26:29.4092620Z [5734/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_sum.cpp.obj 2024-08-07T17:26:29.4746090Z [5735/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\f32\ref_gemm_f32.cpp.obj 2024-08-07T17:26:29.6697856Z [5736/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_concat.cpp.obj 2024-08-07T17:26:29.7561772Z [5737/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\gemm.cpp.obj 2024-08-07T17:26:29.8368406Z [5738/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\gemm_pack.cpp.obj 2024-08-07T17:26:30.2375978Z [5739/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_x8s8s32x_matmul.cpp.obj 2024-08-07T17:26:30.3614122Z [5740/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_sparse_matmul.cpp.obj 2024-08-07T17:26:30.3902669Z [5741/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_matmul.cpp.obj 2024-08-07T17:26:30.3930919Z [5742/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_f32_matmul.cpp.obj 2024-08-07T17:26:30.5608898Z [5743/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder.cpp.obj 2024-08-07T17:26:30.6072942Z [5744/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_matmul_int8.cpp.obj 2024-08-07T17:26:30.8137226Z [5745/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_bf16_s8.cpp.obj 2024-08-07T17:26:31.0866282Z [5746/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_s8_s8.cpp.obj 2024-08-07T17:26:31.3997112Z [5747/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_f16.cpp.obj 2024-08-07T17:26:31.4141556Z [5748/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_bf16.cpp.obj 2024-08-07T17:26:31.4344684Z [5749/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_f32_s8.cpp.obj 2024-08-07T17:26:31.5011189Z [5750/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f16.cpp.obj 2024-08-07T17:26:31.5996524Z [5751/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_bf16.cpp.obj 2024-08-07T17:26:31.6862620Z [5752/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_s8.cpp.obj 2024-08-07T17:26:31.8945706Z [5753/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_s32.cpp.obj 2024-08-07T17:26:32.2448104Z [5754/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_fp8.cpp.obj 2024-08-07T17:26:32.5405578Z [5755/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_u8.cpp.obj 2024-08-07T17:26:32.5461001Z [5756/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_u8.cpp.obj 2024-08-07T17:26:32.5643654Z [5757/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_f32.cpp.obj 2024-08-07T17:26:32.6311404Z [5758/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_fp8.cpp.obj 2024-08-07T17:26:32.6613421Z [5759/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s32.cpp.obj 2024-08-07T17:26:32.8094685Z [5760/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_common.cpp.obj 2024-08-07T17:26:32.9220938Z [5761/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_gru.cpp.obj 2024-08-07T17:26:33.3510372Z [5762/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\brgemm_cell_common.cpp.obj 2024-08-07T17:26:33.5663307Z [5763/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_lstm_projection.cpp.obj 2024-08-07T17:26:33.5939471Z [5764/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_gru_lbr.cpp.obj 2024-08-07T17:26:33.6117203Z [5765/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s8.cpp.obj 2024-08-07T17:26:33.6613348Z [5766/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\jit_utils\linux_perf\linux_perf.cpp.obj 2024-08-07T17:26:33.6718962Z [5767/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_gru.cpp.obj 2024-08-07T17:26:33.6842491Z [5768/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_lstm.cpp.obj 2024-08-07T17:26:33.8943382Z [5769/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_gru_lbr.cpp.obj 2024-08-07T17:26:33.9499027Z [5770/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_rnn.cpp.obj 2024-08-07T17:26:34.4190519Z [5771/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_rnn.cpp.obj 2024-08-07T17:26:34.5315673Z [5772/7975] 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-08-07T17:26:34.7690406Z [5773/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\rnn_utils.cpp.obj 2024-08-07T17:26:34.7869587Z [5774/7975] 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-08-07T17:26:34.7870484Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:34.7925987Z [5775/7975] 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-08-07T17:26:34.7927591Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:34.8361413Z [5776/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\jit_utils\jit_utils.cpp.obj 2024-08-07T17:26:34.8445538Z [5777/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\amx_tile_configure.cpp.obj 2024-08-07T17:26:34.9423011Z [5778/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm_containers.cpp.obj 2024-08-07T17:26:35.1998115Z [5779/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm.cpp.obj 2024-08-07T17:26:35.3896176Z [5780/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brdgmm_kernel.cpp.obj 2024-08-07T17:26:35.5934462Z [5781/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm_utils.cpp.obj 2024-08-07T17:26:35.6943718Z [5782/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brgemm_kernel.cpp.obj 2024-08-07T17:26:35.7202655Z [5783/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brgemm_amx_uker.cpp.obj 2024-08-07T17:26:35.7732674Z [5784/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_reducer.cpp.obj 2024-08-07T17:26:35.8126645Z [5785/7975] 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-08-07T17:26:35.9125761Z [5786/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_barrier.cpp.obj 2024-08-07T17:26:36.0847502Z [5787/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_isa_traits.cpp.obj 2024-08-07T17:26:36.5553816Z [5788/7975] 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-08-07T17:26:36.6374195Z [5789/7975] 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-08-07T17:26:36.6374998Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:36.6435879Z [5790/7975] 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-08-07T17:26:36.6455106Z [5791/7975] 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-08-07T17:26:36.6455941Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:36.6557877Z [5792/7975] 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-08-07T17:26:36.6559441Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:36.7270660Z [5793/7975] 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-08-07T17:26:36.8400195Z [5794/7975] 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-08-07T17:26:36.8401720Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:37.1040855Z [5795/7975] 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-08-07T17:26:37.1041758Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:37.5145014Z [5796/7975] 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-08-07T17:26:37.5145846Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:37.5352819Z [5797/7975] 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-08-07T17:26:37.5354356Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:37.5430626Z [5798/7975] 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-08-07T17:26:37.5431539Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:37.5523672Z [5799/7975] 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-08-07T17:26:37.5525035Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:37.6639948Z [5800/7975] 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-08-07T17:26:37.6640759Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:37.6814839Z [5801/7975] 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-08-07T17:26:37.6816055Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:37.7060528Z [5802/7975] 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-08-07T17:26:37.7061652Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:38.1170376Z [5803/7975] 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-08-07T17:26:38.4707721Z [5804/7975] 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-08-07T17:26:38.5118327Z [5805/7975] 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-08-07T17:26:38.5293876Z [5806/7975] 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-08-07T17:26:38.5295215Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:38.5310976Z [5807/7975] 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-08-07T17:26:38.5311886Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:38.5491622Z [5808/7975] 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-08-07T17:26:38.5941091Z [5809/7975] 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-08-07T17:26:38.5942554Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:38.6859913Z [5810/7975] 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-08-07T17:26:39.0657676Z [5811/7975] 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-08-07T17:26:39.0659175Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:39.4600179Z [5812/7975] 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-08-07T17:26:39.5035857Z [5813/7975] 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-08-07T17:26:39.5036678Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:39.5214227Z [5814/7975] 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-08-07T17:26:39.5303862Z [5815/7975] 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-08-07T17:26:39.5305294Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:39.5405420Z [5816/7975] 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-08-07T17:26:39.5406858Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:39.5501568Z [5817/7975] 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-08-07T17:26:39.6149430Z [5818/7975] 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-08-07T17:26:39.9586158Z [5819/7975] 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-08-07T17:26:39.9586968Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:40.4051360Z [5820/7975] 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-08-07T17:26:40.4155360Z [5821/7975] 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-08-07T17:26:40.4229741Z [5822/7975] 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-08-07T17:26:40.4230490Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:40.4252442Z [5823/7975] 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-08-07T17:26:40.4851797Z [5824/7975] 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-08-07T17:26:40.4935067Z [5825/7975] 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-08-07T17:26:40.4935889Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:40.4952166Z [5826/7975] 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-08-07T17:26:40.4953664Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:40.9534868Z [5827/7975] 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-08-07T17:26:40.9535755Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:41.3362500Z [5828/7975] 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-08-07T17:26:41.3363986Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:41.3701761Z [5829/7975] 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-08-07T17:26:41.3702539Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:41.3834190Z [5830/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemv_driver.cpp.obj 2024-08-07T17:26:41.4003175Z [5831/7975] 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-08-07T17:26:41.4089970Z [5832/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_pack.cpp.obj 2024-08-07T17:26:41.4664873Z [5833/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_info.cpp.obj 2024-08-07T17:26:41.4977827Z [5834/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_driver.cpp.obj 2024-08-07T17:26:41.9240147Z [5835/7975] 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-08-07T17:26:41.9240931Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:42.2254036Z [5836/7975] 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-08-07T17:26:42.2254832Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:42.2681458Z [5837/7975] 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-08-07T17:26:42.2682362Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:42.3184246Z [5838/7975] 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-08-07T17:26:42.3185042Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:42.4379328Z [5839/7975] 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-08-07T17:26:42.4380404Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:42.4396238Z [5840/7975] 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-08-07T17:26:42.4397116Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:42.4415567Z [5841/7975] 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-08-07T17:26:42.4416470Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:42.4437515Z [5842/7975] 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-08-07T17:26:42.4439103Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:42.8791635Z [5843/7975] 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-08-07T17:26:42.8793300Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:43.1254159Z [5844/7975] 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-08-07T17:26:43.1255093Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:43.2138207Z [5845/7975] 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-08-07T17:26:43.2139764Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:43.2540742Z [5846/7975] 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-08-07T17:26:43.2541629Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:43.2761259Z [5847/7975] 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-08-07T17:26:43.3560366Z [5848/7975] 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-08-07T17:26:43.3643547Z [5849/7975] 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-08-07T17:26:43.3644378Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:43.4381320Z [5850/7975] 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-08-07T17:26:43.4382220Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:43.7975493Z [5851/7975] 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-08-07T17:26:43.7976384Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:44.0439163Z [5852/7975] 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-08-07T17:26:44.0440141Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:44.0998137Z [5853/7975] 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-08-07T17:26:44.0999001Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:44.1407788Z [5854/7975] 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-08-07T17:26:44.1409070Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:44.2004396Z [5855/7975] 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-08-07T17:26:44.2005635Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:44.2185384Z [5856/7975] 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-08-07T17:26:44.2186956Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:44.2295458Z [5857/7975] 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-08-07T17:26:44.2296260Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:44.3669607Z [5858/7975] 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-08-07T17:26:44.3671140Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:44.7384250Z [5859/7975] 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-08-07T17:26:44.7385854Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:44.9948032Z [5860/7975] 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-08-07T17:26:44.9948862Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:45.0159754Z [5861/7975] 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-08-07T17:26:45.0160790Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:45.0509488Z [5862/7975] 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-08-07T17:26:45.0510416Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:45.1277974Z [5863/7975] 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-08-07T17:26:45.1278800Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:45.1539740Z [5864/7975] 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-08-07T17:26:45.1540656Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:45.2307889Z [5865/7975] 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-08-07T17:26:45.2309385Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:45.2744116Z [5866/7975] 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-08-07T17:26:45.2745588Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:45.6342793Z [5867/7975] 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-08-07T17:26:45.6344296Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:46.0287344Z [5868/7975] 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-08-07T17:26:46.0288226Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:46.0342793Z [5869/7975] 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-08-07T17:26:46.0343807Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:46.0358376Z [5870/7975] 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-08-07T17:26:46.0359202Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:46.0801090Z [5871/7975] 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-08-07T17:26:46.0801922Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:46.0861758Z [5872/7975] 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-08-07T17:26:46.0863310Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:46.0992769Z [5873/7975] 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-08-07T17:26:46.0994368Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:46.1876494Z [5874/7975] 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-08-07T17:26:46.1877324Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:46.5304903Z [5875/7975] 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-08-07T17:26:46.5305693Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:46.9259142Z [5876/7975] 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-08-07T17:26:46.9259982Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:46.9622738Z [5877/7975] 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-08-07T17:26:46.9623651Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:46.9714595Z [5878/7975] 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-08-07T17:26:46.9715389Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:47.0381189Z [5879/7975] 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-08-07T17:26:47.0382570Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:47.0463706Z [5880/7975] 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-08-07T17:26:47.0465224Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:47.0598863Z [5881/7975] 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-08-07T17:26:47.0600473Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:47.1984603Z [5882/7975] 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-08-07T17:26:47.1986351Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:47.4450490Z [5883/7975] 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-08-07T17:26:47.4451355Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:47.8488101Z [5884/7975] 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-08-07T17:26:47.8489436Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:47.9195401Z [5885/7975] 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-08-07T17:26:47.9196868Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:47.9733065Z [5886/7975] 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-08-07T17:26:47.9734591Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:47.9822627Z [5887/7975] 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-08-07T17:26:47.9824234Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:48.0119370Z [5888/7975] 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-08-07T17:26:48.0120253Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:48.0845435Z [5889/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm_bf16_convolution.cpp.obj 2024-08-07T17:26:48.4958262Z [5890/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_binary_injector.cpp.obj 2024-08-07T17:26:48.6763567Z [5891/7975] 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-08-07T17:26:48.6764410Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-07T17:26:48.8675518Z [5892/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm_bf16_inner_product.cpp.obj 2024-08-07T17:26:48.8765074Z [5893/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\injector_utils.cpp.obj 2024-08-07T17:26:48.9647749Z [5894/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_postops_injector.cpp.obj 2024-08-07T17:26:48.9714677Z [5895/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_eltwise_injector.cpp.obj 2024-08-07T17:26:48.9809461Z [5896/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\ip_convolution.cpp.obj 2024-08-07T17:26:49.2139775Z [5897/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_1x1_convolution.cpp.obj 2024-08-07T17:26:49.5013183Z [5898/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_conv_kernel_f32.cpp.obj 2024-08-07T17:26:49.7776045Z [5899/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_convolution.cpp.obj 2024-08-07T17:26:49.8879915Z [5900/7975] 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-08-07T17:26:50.2603846Z [5901/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_conv_kernel.cpp.obj 2024-08-07T17:26:50.2699338Z [5902/7975] 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-08-07T17:26:50.2725933Z [5903/7975] 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-08-07T17:26:50.2790141Z [5904/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_1x1_convolution.cpp.obj 2024-08-07T17:26:50.2809899Z [5905/7975] 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-08-07T17:26:50.4407946Z [5906/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_convolution.cpp.obj 2024-08-07T17:26:50.7075284Z [5907/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_convolution.cpp.obj 2024-08-07T17:26:50.8195595Z [5908/7975] 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-08-07T17:26:51.2190583Z [5909/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_fp16cvt.cpp.obj 2024-08-07T17:26:51.3058825Z [5910/7975] 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-08-07T17:26:51.3310312Z [5911/7975] 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-08-07T17:26:51.3328680Z [5912/7975] 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-08-07T17:26:51.3922893Z [5913/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_deconvolution.cpp.obj 2024-08-07T17:26:51.6694368Z [5914/7975] 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-08-07T17:26:51.8003062Z [5915/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_bf16_convolution.cpp.obj 2024-08-07T17:26:51.8742989Z [5916/7975] 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-08-07T17:26:52.2544945Z [5917/7975] 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-08-07T17:26:52.2635669Z [5918/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_scale_precompute.cpp.obj 2024-08-07T17:26:52.2658425Z [5919/7975] 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-08-07T17:26:52.2971532Z [5920/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_convolution.cpp.obj 2024-08-07T17:26:52.4559056Z [5921/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_deconvolution.cpp.obj 2024-08-07T17:26:52.6566862Z [5922/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_resampling.cpp.obj 2024-08-07T17:26:52.8278163Z [5923/7975] 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-08-07T17:26:52.9806953Z [5924/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_1x1_conv.cpp.obj 2024-08-07T17:26:53.2622218Z [5925/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_sparse_decompress_kernel.cpp.obj 2024-08-07T17:26:53.3352064Z [5926/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd.cpp.obj 2024-08-07T17:26:53.3465970Z [5927/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv.cpp.obj 2024-08-07T17:26:53.3565618Z [5928/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brdgmm_dw_conv.cpp.obj 2024-08-07T17:26:53.5350373Z [5929/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_w.cpp.obj 2024-08-07T17:26:53.8758164Z [5930/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_strided.cpp.obj 2024-08-07T17:26:53.8866482Z [5931/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_trans_kernel.cpp.obj 2024-08-07T17:26:54.6275099Z [5932/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_primitive_conf.cpp.obj 2024-08-07T17:26:54.6295660Z [5933/7975] 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-08-07T17:26:54.6373937Z [5934/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_transpose_utils.cpp.obj 2024-08-07T17:26:54.6393026Z [5935/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_utils.cpp.obj 2024-08-07T17:26:54.6412937Z [5936/7975] 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-08-07T17:26:54.6988069Z [5937/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_utils.cpp.obj 2024-08-07T17:26:54.7443035Z [5938/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_inner_product.cpp.obj 2024-08-07T17:26:54.7771620Z [5939/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_inner_product_utils.cpp.obj 2024-08-07T17:26:55.6221847Z [5940/7975] 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-08-07T17:26:55.6619843Z [5941/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_deconv.cpp.obj 2024-08-07T17:26:55.6671716Z [5942/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_gemm_inner_product_utils.cpp.obj 2024-08-07T17:26:55.6999876Z [5943/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_gemm_x8s8s32x_convolution_utils.cpp.obj 2024-08-07T17:26:55.7098976Z [5944/7975] 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-08-07T17:26:55.7428835Z [5945/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_convolution.cpp.obj 2024-08-07T17:26:55.7815379Z [5946/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_conv_kernel_f32.cpp.obj 2024-08-07T17:26:55.8880935Z [5947/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_1x1_convolution.cpp.obj 2024-08-07T17:26:56.5553619Z [5948/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_convert_xf16.cpp.obj 2024-08-07T17:26:56.6045005Z [5949/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_transpose_utils.cpp.obj 2024-08-07T17:26:56.6734607Z [5950/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_binary_kernel.cpp.obj 2024-08-07T17:26:56.7440265Z [5951/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_batch_normalization.cpp.obj 2024-08-07T17:26:56.7761452Z [5952/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_batch_normalization_s8.cpp.obj 2024-08-07T17:26:56.7851998Z [5953/7975] 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-08-07T17:26:56.8349872Z [5954/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_binary.cpp.obj 2024-08-07T17:26:57.0692806Z [5955/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_dw_convolution.cpp.obj 2024-08-07T17:26:57.5709813Z [5956/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_eltwise_int.cpp.obj 2024-08-07T17:26:57.6543170Z [5957/7975] 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-08-07T17:26:57.6649173Z [5958/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_group_normalization.cpp.obj 2024-08-07T17:26:57.7465188Z [5959/7975] 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-08-07T17:26:57.7681856Z [5960/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_eltwise.cpp.obj 2024-08-07T17:26:57.8311105Z [5961/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reduction_kernel.cpp.obj 2024-08-07T17:26:57.9472189Z [5962/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_layer_normalization.cpp.obj 2024-08-07T17:26:58.1489966Z [5963/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_i8i8_pooling.cpp.obj 2024-08-07T17:26:58.6059386Z [5964/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reduction.cpp.obj 2024-08-07T17:26:58.7421416Z [5965/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_pool_kernel.cpp.obj 2024-08-07T17:26:58.7507089Z [5966/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_pooling.cpp.obj 2024-08-07T17:26:58.7879698Z [5967/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reorder_utils.cpp.obj 2024-08-07T17:26:58.7988318Z [5968/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reorder.cpp.obj 2024-08-07T17:26:58.9669010Z [5969/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_resampling.cpp.obj 2024-08-07T17:26:58.9769438Z [5970/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_resampling_kernel.cpp.obj 2024-08-07T17:26:59.1523816Z [5971/7975] 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-08-07T17:26:59.6745622Z [5972/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_conv_kernel.cpp.obj 2024-08-07T17:26:59.8172792Z [5973/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_tbb_batch_normalization.cpp.obj 2024-08-07T17:26:59.8278622Z [5974/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_1x1_convolution.cpp.obj 2024-08-07T17:26:59.8470633Z [5975/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_softmax.cpp.obj 2024-08-07T17:26:59.8773244Z [5976/7975] 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-08-07T17:26:59.9001844Z [5977/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_convolution.cpp.obj 2024-08-07T17:26:59.9988653Z [5978/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn.cpp.obj 2024-08-07T17:27:00.0891475Z [5979/7975] 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-08-07T17:27:00.7081798Z [5980/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_xf16_sum.cpp.obj 2024-08-07T17:27:00.7436605Z [5981/7975] 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-08-07T17:27:00.8048176Z [5982/7975] 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-08-07T17:27:00.8805071Z [5983/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_deconvolution.cpp.obj 2024-08-07T17:27:00.9017043Z [5984/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_copy_utils.cpp.obj 2024-08-07T17:27:00.9096812Z [5985/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_uni_lrn_kernel.cpp.obj 2024-08-07T17:27:00.9228836Z [5986/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_uni_lrn.cpp.obj 2024-08-07T17:27:00.9979956Z [5987/7975] 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-08-07T17:27:01.6111752Z [5988/7975] 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-08-07T17:27:01.8448407Z [5989/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul.cpp.obj 2024-08-07T17:27:01.8528743Z [5990/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_base_kernel.cpp.obj 2024-08-07T17:27:01.9131701Z [5991/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\jit_uni_sparse_matmul.cpp.obj 2024-08-07T17:27:01.9940881Z [5992/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_backward.cpp.obj 2024-08-07T17:27:02.0973187Z [5993/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_utils.cpp.obj 2024-08-07T17:27:02.0995760Z [5994/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_forward.cpp.obj 2024-08-07T17:27:02.1099626Z [5995/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_reorders.cpp.obj 2024-08-07T17:27:02.5259220Z [5996/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_reduction_kernel.cpp.obj 2024-08-07T17:27:02.7976119Z [5997/7975] 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-08-07T17:27:02.8552104Z [5998/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_bwd.cpp.obj 2024-08-07T17:27:02.8724383Z [5999/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_fwd.cpp.obj 2024-08-07T17:27:03.0964422Z [6000/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_utils.cpp.obj 2024-08-07T17:27:03.2027845Z [6001/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_utils.cpp.obj 2024-08-07T17:27:03.2084454Z [6002/7975] 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-08-07T17:27:03.2143734Z [6003/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\rnn_brgemm_utils.cpp.obj 2024-08-07T17:27:03.2163681Z [6004/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_reorders.cpp.obj 2024-08-07T17:27:03.5145286Z [6005/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\shuffle\jit_uni_shuffle.cpp.obj 2024-08-07T17:27:03.9110901Z [6006/7975] 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-08-07T17:27:03.9226247Z [6007/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_gates_reduction.cpp.obj 2024-08-07T17:27:04.2244309Z [6008/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\allocator.cpp.obj 2024-08-07T17:27:04.2369833Z [6009/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_diff_weights_peephole.cpp.obj 2024-08-07T17:27:04.3558078Z [6010/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\utils\jit_io_helper.cpp.obj 2024-08-07T17:27:04.5067384Z [6011/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\constant_tensor_cache.cpp.obj 2024-08-07T17:27:04.5084877Z [6012/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op.cpp.obj 2024-08-07T17:27:04.5325746Z [6013/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\graph.cpp.obj 2024-08-07T17:27:04.7572525Z [6014/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\logical_tensor.cpp.obj 2024-08-07T17:27:04.8427710Z [6015/7975] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\shuffle\jit_uni_shuffle_kernel.cpp.obj 2024-08-07T17:27:05.0891193Z [6016/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\backend.cpp.obj 2024-08-07T17:27:05.2493106Z [6017/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition.cpp.obj 2024-08-07T17:27:05.3776740Z [6018/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op_def_constraint.cpp.obj 2024-08-07T17:27:05.4024255Z [6019/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op_schema.cpp.obj 2024-08-07T17:27:05.4955461Z [6020/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_cache.cpp.obj 2024-08-07T17:27:05.5149021Z [6021/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\value.cpp.obj 2024-08-07T17:27:05.5248741Z [6022/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_hashing.cpp.obj 2024-08-07T17:27:05.7336595Z [6023/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_impl.cpp.obj 2024-08-07T17:27:05.8846971Z [6024/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\shape_infer.cpp.obj 2024-08-07T17:27:06.1709720Z [6025/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\tensor.cpp.obj 2024-08-07T17:27:06.3166786Z [6026/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\fake\CMakeFiles\dnnl_graph_backend_fake.dir\fake_backend.cpp.obj 2024-08-07T17:27:06.4575985Z [6027/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\dnnl_shape_infer.cpp.obj 2024-08-07T17:27:06.4969392Z [6028/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\dnnl_backend.cpp.obj 2024-08-07T17:27:06.5122856Z [6029/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\layout_id_mgr.cpp.obj 2024-08-07T17:27:06.7636643Z [6030/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\fusion_info.cpp.obj 2024-08-07T17:27:06.8333746Z [6031/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\common.cpp.obj 2024-08-07T17:27:06.9866922Z [6032/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\subgraph.cpp.obj 2024-08-07T17:27:07.2059957Z [6033/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\layout_propagator.cpp.obj 2024-08-07T17:27:07.3585080Z [6034/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\op_executable.cpp.obj 2024-08-07T17:27:07.4613295Z [6035/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\layout_propagation.cpp.obj 2024-08-07T17:27:07.4864589Z [6036/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\lower.cpp.obj 2024-08-07T17:27:07.9725363Z [6037/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\constant_propagation.cpp.obj 2024-08-07T17:27:08.0249457Z [6038/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\compile_ops.cpp.obj 2024-08-07T17:27:08.0647798Z [6039/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\insert_ops.cpp.obj 2024-08-07T17:27:08.0984170Z [6040/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\utils.cpp.obj 2024-08-07T17:27:08.1807532Z [6041/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\binary_fusion.cpp.obj 2024-08-07T17:27:08.4496452Z [6042/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\memory_planning.cpp.obj 2024-08-07T17:27:08.4562121Z [6043/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\transform.cpp.obj 2024-08-07T17:27:08.5721441Z [6044/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\bn_fusion.cpp.obj 2024-08-07T17:27:08.9920239Z [6045/7975] Building CXX object c10\CMakeFiles\c10.dir\core\CPUAllocator.cpp.obj 2024-08-07T17:27:09.0134490Z [6046/7975] 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-08-07T17:27:09.0990234Z [6047/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\concat_fusion.cpp.obj 2024-08-07T17:27:09.1371908Z [6048/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\convtranspose_fusion.cpp.obj 2024-08-07T17:27:09.1968075Z [6049/7975] Building CXX object c10\CMakeFiles\c10.dir\core\AutogradState.cpp.obj 2024-08-07T17:27:09.1994797Z [6050/7975] 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-08-07T17:27:09.3485943Z [6051/7975] Building CXX object c10\CMakeFiles\c10.dir\core\ConstantSymNodeImpl.cpp.obj 2024-08-07T17:27:09.3500078Z [6052/7975] Building CXX object c10\CMakeFiles\c10.dir\core\Allocator.cpp.obj 2024-08-07T17:27:09.3980036Z [6053/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\layernorm_fusion.cpp.obj 2024-08-07T17:27:09.4257363Z [6054/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\eltwise_fusion.cpp.obj 2024-08-07T17:27:09.6619822Z [6055/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\interpolate_fusion.cpp.obj 2024-08-07T17:27:10.1419371Z [6056/7975] 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-08-07T17:27:10.2674688Z [6057/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\reduction_fusion.cpp.obj 2024-08-07T17:27:10.2695107Z [6058/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\reorder_fusion.cpp.obj 2024-08-07T17:27:10.4086293Z [6059/7975] 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-08-07T17:27:10.4184653Z [6060/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\quantize_fusion.cpp.obj 2024-08-07T17:27:10.4448703Z [6061/7975] 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-08-07T17:27:10.5241086Z [6062/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\debug.cpp.obj 2024-08-07T17:27:10.5817061Z [6063/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\id.cpp.obj 2024-08-07T17:27:10.8431364Z [6064/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\sdp.cpp.obj 2024-08-07T17:27:11.1957206Z [6065/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pbuilder.cpp.obj 2024-08-07T17:27:11.2023562Z [6066/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\utils.cpp.obj 2024-08-07T17:27:11.2044003Z [6067/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\sum_fusion.cpp.obj 2024-08-07T17:27:11.3382996Z [6068/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\shuffle_fusion.cpp.obj 2024-08-07T17:27:11.3472889Z [6069/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\nested_matcher.cpp.obj 2024-08-07T17:27:11.3494942Z [6070/7975] 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-08-07T17:27:11.3662148Z [6071/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\verbose.cpp.obj 2024-08-07T17:27:11.6013248Z [6072/7975] Building CXX object third_party\fmt\CMakeFiles\fmt.dir\src\os.cc.obj 2024-08-07T17:27:11.6672209Z [6073/7975] Building CXX object third_party\fmt\CMakeFiles\fmt.dir\src\format.cc.obj 2024-08-07T17:27:12.4272851Z [6074/7975] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityProfilerController.cpp.obj 2024-08-07T17:27:12.4328482Z [6075/7975] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityProfilerProxy.cpp.obj 2024-08-07T17:27:12.4342905Z [6076/7975] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\AbstractConfig.cpp.obj 2024-08-07T17:27:12.4356873Z [6077/7975] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Config.cpp.obj 2024-08-07T17:27:12.4399978Z [6078/7975] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiActivityProfiler.cpp.obj 2024-08-07T17:27:12.6936660Z [6079/7975] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityType.cpp.obj 2024-08-07T17:27:12.7053165Z [6080/7975] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DeviceUtil.cpp.obj 2024-08-07T17:27:12.7139157Z [6081/7975] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ConfigLoader.cpp.obj 2024-08-07T17:27:12.7200720Z [6082/7975] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiActivityApi.cpp.obj 2024-08-07T17:27:12.7454970Z [6083/7975] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\GenericTraceActivity.cpp.obj 2024-08-07T17:27:12.7619932Z [6084/7975] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DaemonConfigLoader.cpp.obj 2024-08-07T17:27:12.8520350Z [6085/7975] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Demangle.cpp.obj 2024-08-07T17:27:12.9981896Z [6086/7975] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DeviceProperties.cpp.obj 2024-08-07T17:27:13.0307176Z [6087/7975] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ILoggerObserver.cpp.obj 2024-08-07T17:27:13.0522880Z [6088/7975] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\init.cpp.obj 2024-08-07T17:27:13.0745479Z [6089/7975] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\LoggingAPI.cpp.obj 2024-08-07T17:27:13.1335790Z [6090/7975] Linking CXX static library lib\fmt.lib 2024-08-07T17:27:13.3739395Z [6091/7975] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_api.dir\src\libkineto_api.cpp.obj 2024-08-07T17:27:13.4009601Z [6092/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pass_base.cpp.obj 2024-08-07T17:27:13.4061093Z [6093/7975] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pass_manager.cpp.obj 2024-08-07T17:27:13.4751385Z [6094/7975] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\IpcFabricConfigClient.cpp.obj 2024-08-07T17:27:13.4819336Z [6095/7975] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Logger.cpp.obj 2024-08-07T17:27:13.4836475Z [6096/7975] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\output_csv.cpp.obj 2024-08-07T17:27:13.4853389Z [6097/7975] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\output_json.cpp.obj 2024-08-07T17:27:13.6759382Z [6098/7975] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\bitmap.c.obj 2024-08-07T17:27:13.7804638Z [6099/7975] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_api.dir\src\ThreadUtil.cpp.obj 2024-08-07T17:27:13.7806659Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(19): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-08-07T17:27:13.7808723Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-08-07T17:27:13.7810789Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(20): warning C4005: 'NOGDI': macro redefinition 2024-08-07T17:27:13.7812725Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp: note: see previous definition of 'NOGDI' 2024-08-07T17:27:13.8798869Z [6100/7975] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\arena.c.obj 2024-08-07T17:27:13.8813559Z [6101/7975] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc-aligned.c.obj 2024-08-07T17:27:13.8814512Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-08-07T17:27:13.8815524Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\alloc-aligned.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-08-07T17:27:13.8830806Z [6102/7975] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\init.c.obj 2024-08-07T17:27:13.8831751Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-08-07T17:27:13.8832724Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\init.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-08-07T17:27:13.8844678Z [6103/7975] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\heap.c.obj 2024-08-07T17:27:13.8846369Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-08-07T17:27:13.8848189Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\heap.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-08-07T17:27:13.8907276Z [6104/7975] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc.c.obj 2024-08-07T17:27:13.8908997Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-08-07T17:27:13.8910875Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\alloc.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-08-07T17:27:13.8927123Z [6105/7975] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\options.c.obj 2024-08-07T17:27:13.8928761Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-08-07T17:27:13.8930553Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\options.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-08-07T17:27:14.0863459Z [6106/7975] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\segment-map.c.obj 2024-08-07T17:27:14.0987347Z [6107/7975] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\segment.c.obj 2024-08-07T17:27:14.1059785Z [6108/7975] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc-posix.c.obj 2024-08-07T17:27:14.2258849Z [6109/7975] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\os.c.obj 2024-08-07T17:27:14.2259806Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-08-07T17:27:14.2260847Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\os.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-08-07T17:27:14.2645756Z [6110/7975] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\stats.c.obj 2024-08-07T17:27:14.2646750Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-08-07T17:27:14.2647850Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\stats.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-08-07T17:27:14.2762089Z [6111/7975] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\random.c.obj 2024-08-07T17:27:14.2763229Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-08-07T17:27:14.2764208Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\random.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-08-07T17:27:14.2938467Z [6112/7975] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\page.c.obj 2024-08-07T17:27:14.4919056Z [6113/7975] Building CXX object c10\test\CMakeFiles\c10_InlineDeviceGuard_test.dir\core\impl\InlineDeviceGuard_test.cpp.obj 2024-08-07T17:27:14.5137933Z [6114/7975] Linking CXX static library lib\kineto.lib 2024-08-07T17:27:14.5363286Z [6115/7975] Building CXX object c10\CMakeFiles\c10.dir\core\DispatchKey.cpp.obj 2024-08-07T17:27:14.5585558Z [6116/7975] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\prim\prim.c.obj 2024-08-07T17:27:14.5586664Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-08-07T17:27:14.5587648Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\prim\prim.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-08-07T17:27:14.5685615Z [6117/7975] Building CXX object c10\test\CMakeFiles\c10_SymInt_test.dir\core\SymInt_test.cpp.obj 2024-08-07T17:27:14.5809563Z [6118/7975] Building CXX object c10\CMakeFiles\c10.dir\core\CopyBytes.cpp.obj 2024-08-07T17:27:14.6325015Z [6119/7975] Building CXX object c10\CMakeFiles\c10.dir\core\Device.cpp.obj 2024-08-07T17:27:14.6429892Z [6120/7975] Building CXX object c10\CMakeFiles\c10.dir\core\GradMode.cpp.obj 2024-08-07T17:27:14.7480636Z [6121/7975] Linking CXX static library lib\mimalloc-static.lib 2024-08-07T17:27:14.7991741Z [6122/7975] Building CXX object c10\CMakeFiles\c10.dir\core\DefaultDtype.cpp.obj 2024-08-07T17:27:14.8128467Z [6123/7975] Building CXX object c10\CMakeFiles\c10.dir\core\DeviceType.cpp.obj 2024-08-07T17:27:14.8361753Z [6124/7975] Building CXX object c10\CMakeFiles\c10.dir\core\InferenceMode.cpp.obj 2024-08-07T17:27:14.8938185Z [6125/7975] Building CXX object c10\CMakeFiles\c10.dir\core\DispatchKeySet.cpp.obj 2024-08-07T17:27:14.9811072Z [6126/7975] Building CXX object c10\CMakeFiles\c10.dir\core\RefcountedDeleter.cpp.obj 2024-08-07T17:27:15.0945424Z [6127/7975] Building CXX object c10\CMakeFiles\c10.dir\core\SymBool.cpp.obj 2024-08-07T17:27:15.1019092Z [6128/7975] Building CXX object c10\CMakeFiles\c10.dir\core\GeneratorImpl.cpp.obj 2024-08-07T17:27:15.4821419Z [6129/7975] Building CXX object c10\CMakeFiles\c10.dir\core\SafePyObject.cpp.obj 2024-08-07T17:27:15.4879575Z [6130/7975] Building CXX object c10\CMakeFiles\c10.dir\core\Stream.cpp.obj 2024-08-07T17:27:15.4902783Z [6131/7975] Building CXX object c10\CMakeFiles\c10.dir\core\Scalar.cpp.obj 2024-08-07T17:27:15.4924535Z [6132/7975] Building CXX object c10\CMakeFiles\c10.dir\core\ScalarType.cpp.obj 2024-08-07T17:27:15.4987471Z [6133/7975] Building CXX object c10\CMakeFiles\c10.dir\core\Storage.cpp.obj 2024-08-07T17:27:15.5006154Z [6134/7975] Building CXX object c10\CMakeFiles\c10.dir\core\StorageImpl.cpp.obj 2024-08-07T17:27:15.5640313Z [6135/7975] Building CXX object c10\CMakeFiles\c10.dir\core\SymbolicShapeMeta.cpp.obj 2024-08-07T17:27:15.7826482Z [6136/7975] Building CXX object c10\CMakeFiles\c10.dir\core\SymNodeImpl.cpp.obj 2024-08-07T17:27:15.7895592Z [6137/7975] Building CXX object c10\CMakeFiles\c10.dir\core\impl\DeviceGuardImplInterface.cpp.obj 2024-08-07T17:27:15.8360646Z [6138/7975] Building CXX object c10\CMakeFiles\c10.dir\core\SymFloat.cpp.obj 2024-08-07T17:27:15.8592303Z [6139/7975] Building CXX object c10\CMakeFiles\c10.dir\core\SymIntArrayRef.cpp.obj 2024-08-07T17:27:16.3772967Z [6140/7975] Building CXX object c10\CMakeFiles\c10.dir\core\WrapDimMinimal.cpp.obj 2024-08-07T17:27:16.3797195Z [6141/7975] Building CXX object c10\CMakeFiles\c10.dir\core\SymInt.cpp.obj 2024-08-07T17:27:16.3814908Z [6142/7975] Building CXX object c10\CMakeFiles\c10.dir\core\TensorOptions.cpp.obj 2024-08-07T17:27:16.3898233Z [6143/7975] Building CXX object c10\CMakeFiles\c10.dir\core\impl\COWDeleter.cpp.obj 2024-08-07T17:27:16.3914038Z [6144/7975] Building CXX object c10\CMakeFiles\c10.dir\core\UndefinedTensorImpl.cpp.obj 2024-08-07T17:27:16.3933004Z [6145/7975] Building CXX object c10\CMakeFiles\c10.dir\core\TensorImpl.cpp.obj 2024-08-07T17:27:16.5041206Z [6146/7975] Building CXX object c10\CMakeFiles\c10.dir\core\impl\HermeticPyObjectTLS.cpp.obj 2024-08-07T17:27:16.6644016Z [6147/7975] Building CXX object c10\CMakeFiles\c10.dir\core\impl\LocalDispatchKeySet.cpp.obj 2024-08-07T17:27:16.6994075Z [6148/7975] Building CXX object c10\CMakeFiles\c10.dir\core\impl\COW.cpp.obj 2024-08-07T17:27:16.7188757Z [6149/7975] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PythonDispatcherTLS.cpp.obj 2024-08-07T17:27:16.7483418Z [6150/7975] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PyObjectSlot.cpp.obj 2024-08-07T17:27:16.7484351Z 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-08-07T17:27:16.7660451Z [6151/7975] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PyInterpreter.cpp.obj 2024-08-07T17:27:16.8032059Z [6152/7975] Building CXX object c10\CMakeFiles\c10.dir\core\impl\GPUTrace.cpp.obj 2024-08-07T17:27:16.8563440Z [6153/7975] Building CXX object c10\CMakeFiles\c10.dir\core\impl\TorchDispatchModeTLS.cpp.obj 2024-08-07T17:27:16.9695997Z [6154/7975] Building CXX object c10\CMakeFiles\c10.dir\core\impl\SizesAndStrides.cpp.obj 2024-08-07T17:27:16.9804558Z [6155/7975] Building CXX object c10\CMakeFiles\c10.dir\core\thread_pool.cpp.obj 2024-08-07T17:27:17.0033608Z [6156/7975] Building CXX object c10\CMakeFiles\c10.dir\util\C++17.cpp.obj 2024-08-07T17:27:17.0349155Z [6157/7975] Building CXX object c10\CMakeFiles\c10.dir\mobile\CPUCachingAllocator.cpp.obj 2024-08-07T17:27:17.0791433Z [6158/7975] Building CXX object c10\CMakeFiles\c10.dir\core\impl\alloc_cpu.cpp.obj 2024-08-07T17:27:17.3048732Z [6159/7975] Building CXX object c10\CMakeFiles\c10.dir\util\ApproximateClock.cpp.obj 2024-08-07T17:27:17.3062147Z [6160/7975] Building CXX object c10\CMakeFiles\c10.dir\util\DeadlockDetection.cpp.obj 2024-08-07T17:27:17.3074352Z [6161/7975] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e5m2fnuz.cpp.obj 2024-08-07T17:27:17.3086544Z [6162/7975] Building CXX object c10\CMakeFiles\c10.dir\util\Bfloat16.cpp.obj 2024-08-07T17:27:17.3098523Z [6163/7975] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e4m3fn.cpp.obj 2024-08-07T17:27:17.5016280Z [6164/7975] Building CXX object c10\CMakeFiles\c10.dir\util\DynamicCounter.cpp.obj 2024-08-07T17:27:17.5234142Z [6165/7975] Building CXX object c10\CMakeFiles\c10.dir\util\LeftRight.cpp.obj 2024-08-07T17:27:17.5587045Z [6166/7975] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e4m3fnuz.cpp.obj 2024-08-07T17:27:17.5600982Z [6167/7975] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e5m2.cpp.obj 2024-08-07T17:27:17.5666488Z [6168/7975] Building CXX object c10\CMakeFiles\c10.dir\util\Exception.cpp.obj 2024-08-07T17:27:17.6978966Z [6169/7975] Building CXX object c10\CMakeFiles\c10.dir\util\Metaprogramming.cpp.obj 2024-08-07T17:27:17.7096880Z [6170/7975] Building CXX object c10\CMakeFiles\c10.dir\util\MathConstants.cpp.obj 2024-08-07T17:27:17.8033898Z [6171/7975] Building CXX object c10\CMakeFiles\c10.dir\util\Half.cpp.obj 2024-08-07T17:27:17.8919126Z [6172/7975] Building CXX object c10\CMakeFiles\c10.dir\util\Logging.cpp.obj 2024-08-07T17:27:17.9190680Z [6173/7975] Building CXX object c10\CMakeFiles\c10.dir\util\TypeCast.cpp.obj 2024-08-07T17:27:18.3148999Z [6174/7975] Building CXX object c10\CMakeFiles\c10.dir\mobile\CPUProfilingAllocator.cpp.obj 2024-08-07T17:27:19.7865925Z [6175/7975] Building CXX object c10\CMakeFiles\c10.dir\util\ParallelGuard.cpp.obj 2024-08-07T17:27:19.7878671Z [6176/7975] Building CXX object c10\CMakeFiles\c10.dir\util\Optional.cpp.obj 2024-08-07T17:27:19.7925069Z [6177/7975] Building CXX object c10\CMakeFiles\c10.dir\util\SmallVector.cpp.obj 2024-08-07T17:27:19.9240111Z [6178/7975] Building CXX object c10\CMakeFiles\c10.dir\util\Type_demangle.cpp.obj 2024-08-07T17:27:19.9539768Z [6179/7975] Building CXX object c10\CMakeFiles\c10.dir\util\Type_no_demangle.cpp.obj 2024-08-07T17:27:20.0011345Z [6180/7975] Building CXX object c10\CMakeFiles\c10.dir\util\ThreadLocalDebugInfo.cpp.obj 2024-08-07T17:27:20.0928087Z [6181/7975] Building CXX object c10\CMakeFiles\c10.dir\util\TypeList.cpp.obj 2024-08-07T17:27:20.1222064Z [6182/7975] Building CXX object c10\CMakeFiles\c10.dir\util\TypeTraits.cpp.obj 2024-08-07T17:27:20.1479638Z [6183/7975] Building CXX object c10\CMakeFiles\c10.dir\util\UniqueVoidPtr.cpp.obj 2024-08-07T17:27:22.9268725Z [6184/7975] Building CXX object c10\CMakeFiles\c10.dir\util\flags_use_gflags.cpp.obj 2024-08-07T17:27:22.9324238Z [6185/7975] Building CXX object c10\CMakeFiles\c10.dir\util\flags_use_no_gflags.cpp.obj 2024-08-07T17:27:22.9337769Z [6186/7975] Building CXX object c10\CMakeFiles\c10.dir\util\int128.cpp.obj 2024-08-07T17:27:23.0808372Z [6187/7975] Building CXX object c10\CMakeFiles\c10.dir\util\thread_name.cpp.obj 2024-08-07T17:27:23.1118498Z [6188/7975] Building CXX object c10\CMakeFiles\c10.dir\util\complex_math.cpp.obj 2024-08-07T17:27:23.1987467Z [6189/7975] Building CXX object c10\CMakeFiles\c10.dir\util\WaitCounter.cpp.obj 2024-08-07T17:27:23.3656462Z [6190/7975] Building CXX object c10\CMakeFiles\c10.dir\util\numa.cpp.obj 2024-08-07T17:27:23.4013078Z [6191/7975] Building CXX object c10\CMakeFiles\c10.dir\util\typeid.cpp.obj 2024-08-07T17:27:23.4119681Z [6192/7975] Building CXX object c10\CMakeFiles\c10.dir\util\intrusive_ptr.cpp.obj 2024-08-07T17:27:23.7085550Z [6193/7975] Building CXX object c10\test\CMakeFiles\c10_Device_test.dir\core\Device_test.cpp.obj 2024-08-07T17:27:23.7610391Z [6194/7975] Building CXX object c10\CMakeFiles\c10.dir\util\tempfile.cpp.obj 2024-08-07T17:27:23.9651065Z [6195/7975] Building CXX object c10\test\CMakeFiles\c10_CompileTimeFunctionPointer_test.dir\core\CompileTimeFunctionPointer_test.cpp.obj 2024-08-07T17:27:24.0277054Z [6196/7975] Building CXX object c10\test\CMakeFiles\c10_DeviceGuard_test.dir\core\DeviceGuard_test.cpp.obj 2024-08-07T17:27:24.2662319Z [6197/7975] Building CXX object c10\test\CMakeFiles\c10_DispatchKeySet_test.dir\core\DispatchKeySet_test.cpp.obj 2024-08-07T17:27:24.3451520Z [6198/7975] Building CXX object c10\test\CMakeFiles\c10_Scalar_test.dir\core\Scalar_test.cpp.obj 2024-08-07T17:27:24.5125080Z [6199/7975] Building CXX object c10\test\CMakeFiles\c10_StreamGuard_test.dir\core\StreamGuard_test.cpp.obj 2024-08-07T17:27:24.6629103Z [6200/7975] Building CXX object c10\test\CMakeFiles\c10_SizesAndStrides_test.dir\core\impl\SizesAndStrides_test.cpp.obj 2024-08-07T17:27:24.8875082Z [6201/7975] Building CXX object c10\test\CMakeFiles\c10_InlineStreamGuard_test.dir\core\impl\InlineStreamGuard_test.cpp.obj 2024-08-07T17:27:25.0033426Z [6202/7975] Building CXX object c10\test\CMakeFiles\c10_cow_test.dir\core\impl\cow_test.cpp.obj 2024-08-07T17:27:25.0813846Z [6203/7975] Building CXX object c10\test\CMakeFiles\c10_ConstexprCrc_test.dir\util\ConstexprCrc_test.cpp.obj 2024-08-07T17:27:25.3152408Z [6204/7975] Building CXX object c10\test\CMakeFiles\c10_Bitset_test.dir\util\Bitset_test.cpp.obj 2024-08-07T17:27:25.4027302Z [6205/7975] Building CXX object c10\test\CMakeFiles\c10_Half_test.dir\util\Half_test.cpp.obj 2024-08-07T17:27:25.5691733Z [6206/7975] Building CXX object c10\test\CMakeFiles\c10_DeadlockDetection_test.dir\util\DeadlockDetection_test.cpp.obj 2024-08-07T17:27:25.7289715Z [6207/7975] Building CXX object c10\test\CMakeFiles\c10_Metaprogramming_test.dir\util\Metaprogramming_test.cpp.obj 2024-08-07T17:27:25.8570070Z [6208/7975] Building CXX object c10\test\CMakeFiles\c10_LeftRight_test.dir\util\LeftRight_test.cpp.obj 2024-08-07T17:27:25.9738218Z [6209/7975] Building CXX object c10\test\CMakeFiles\c10_Synchronized_test.dir\util\Synchronized_test.cpp.obj 2024-08-07T17:27:26.1358848Z [6210/7975] Building CXX object c10\test\CMakeFiles\c10_TypeIndex_test.dir\util\TypeIndex_test.cpp.obj 2024-08-07T17:27:26.2579826Z [6211/7975] Building CXX object c10\test\CMakeFiles\c10_ThreadLocal_test.dir\util\ThreadLocal_test.cpp.obj 2024-08-07T17:27:26.3840069Z [6212/7975] Building CXX object c10\test\CMakeFiles\c10_TypeList_test.dir\util\TypeList_test.cpp.obj 2024-08-07T17:27:26.5462654Z [6213/7975] Building CXX object c10\test\CMakeFiles\c10_TypeTraits_test.dir\util\TypeTraits_test.cpp.obj 2024-08-07T17:27:26.5671999Z [6214/7975] Building CXX object c10\CMakeFiles\c10.dir\util\signal_handler.cpp.obj 2024-08-07T17:27:26.6525031Z [6215/7975] Building CXX object c10\test\CMakeFiles\c10_accumulate_test.dir\util\accumulate_test.cpp.obj 2024-08-07T17:27:26.8169092Z [6216/7975] Building CXX object c10\test\CMakeFiles\c10_bit_cast_test.dir\util\bit_cast_test.cpp.obj 2024-08-07T17:27:26.9402334Z [6217/7975] Building CXX object c10\test\CMakeFiles\c10_bfloat16_test.dir\util\bfloat16_test.cpp.obj 2024-08-07T17:27:26.9614578Z [6218/7975] Building CXX object c10\test\CMakeFiles\c10_complex_test.dir\util\complex_test.cpp.obj 2024-08-07T17:27:27.1568398Z [6219/7975] Building CXX object c10\test\CMakeFiles\c10_complex_math_test.dir\util\complex_math_test.cpp.obj 2024-08-07T17:27:27.2064546Z [6220/7975] Building CXX object c10\test\CMakeFiles\c10_flags_test.dir\util\flags_test.cpp.obj 2024-08-07T17:27:27.2167172Z [6221/7975] Building CXX object c10\test\CMakeFiles\c10_exception_test.dir\util\exception_test.cpp.obj 2024-08-07T17:27:27.4368571Z [6222/7975] Building CXX object c10\test\CMakeFiles\c10_generic_math_test.dir\util\generic_math_test.cpp.obj 2024-08-07T17:27:27.4933606Z [6223/7975] Building CXX object c10\test\CMakeFiles\c10_irange_test.dir\util\irange_test.cpp.obj 2024-08-07T17:27:27.5479353Z [6224/7975] Building CXX object c10\test\CMakeFiles\c10_intrusive_ptr_test.dir\util\intrusive_ptr_test.cpp.obj 2024-08-07T17:27:27.7100343Z [6225/7975] Building CXX object c10\test\CMakeFiles\c10_lazy_test.dir\util\lazy_test.cpp.obj 2024-08-07T17:27:27.8021231Z [6226/7975] Building CXX object c10\test\CMakeFiles\c10_logging_test.dir\util\logging_test.cpp.obj 2024-08-07T17:27:27.9019339Z [6227/7975] Building CXX object c10\test\CMakeFiles\c10_optional_test.dir\util\optional_test.cpp.obj 2024-08-07T17:27:27.9020283Z C:\actions-runner\_work\pytorch\pytorch\c10\test\util\optional_test.cpp(70): warning C4834: discarding return value of function with 'nodiscard' attribute 2024-08-07T17:27:27.9021661Z 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-08-07T17:27:27.9022573Z with 2024-08-07T17:27:27.9022743Z [ 2024-08-07T17:27:27.9022917Z T=Type 2024-08-07T17:27:27.9023113Z ] 2024-08-07T17:27:27.9024310Z 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-08-07T17:27:27.9026099Z with 2024-08-07T17:27:27.9026281Z [ 2024-08-07T17:27:27.9026467Z T=Type 2024-08-07T17:27:27.9026699Z ] 2024-08-07T17:27:27.9027719Z 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-08-07T17:27:27.9030951Z 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-08-07T17:27:27.9035207Z 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-08-07T17:27:27.9038741Z 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-08-07T17:27:27.9984453Z [6228/7975] Building CXX object c10\test\CMakeFiles\c10_registry_test.dir\util\registry_test.cpp.obj 2024-08-07T17:27:28.1010751Z [6229/7975] Building CXX object c10\test\CMakeFiles\c10_ordered_preserving_dict_test.dir\util\ordered_preserving_dict_test.cpp.obj 2024-08-07T17:27:28.1743423Z [6230/7975] Building CXX object c10\test\CMakeFiles\c10_ssize_test.dir\util\ssize_test.cpp.obj 2024-08-07T17:27:28.3216726Z [6231/7975] Building CXX object c10\test\CMakeFiles\c10_small_vector_test.dir\util\small_vector_test.cpp.obj 2024-08-07T17:27:28.3897482Z [6232/7975] Building CXX object c10\test\CMakeFiles\c10_string_util_test.dir\util\string_util_test.cpp.obj 2024-08-07T17:27:28.4783580Z [6233/7975] Building CXX object c10\test\CMakeFiles\c10_string_view_test.dir\util\string_view_test.cpp.obj 2024-08-07T17:27:28.5654860Z [6234/7975] Building CXX object c10\test\CMakeFiles\c10_tempfile_test.dir\util\tempfile_test.cpp.obj 2024-08-07T17:27:28.5735836Z [6235/7975] Building CXX object c10\CMakeFiles\c10.dir\util\Unicode.cpp.obj 2024-08-07T17:27:28.5942287Z [6236/7975] Building CXX object c10\CMakeFiles\c10.dir\util\Backtrace.cpp.obj 2024-08-07T17:27:28.6051925Z [6237/7975] Building CXX object c10\CMakeFiles\c10.dir\util\StringUtil.cpp.obj 2024-08-07T17:27:28.6194155Z [6238/7975] Building C object caffe2\CMakeFiles\torch_global_deps.dir\__\torch\csrc\empty.c.obj 2024-08-07T17:27:28.6775266Z [6239/7975] Building C object sleef\src\libm\CMakeFiles\mkmasked_gnuabi.dir\mkmasked_gnuabi.c.obj 2024-08-07T17:27:28.6956736Z [6240/7975] Building C object sleef\src\libm\CMakeFiles\mkrename_gnuabi.dir\mkrename_gnuabi.c.obj 2024-08-07T17:27:28.7365690Z [6241/7975] Building CXX object c10\benchmark\CMakeFiles\c10_intrusive_ptr_benchmark.dir\intrusive_ptr_benchmark.cpp.obj 2024-08-07T17:27:28.7440302Z [6242/7975] Building C object sleef\src\libm\CMakeFiles\mkrename.dir\mkrename.c.obj 2024-08-07T17:27:28.8119315Z [6243/7975] Building C object sleef\src\libm\CMakeFiles\mkdisp.dir\mkdisp.c.obj 2024-08-07T17:27:28.8187394Z [6244/7975] Building CXX object c10\test\CMakeFiles\c10_typeid_test.dir\util\typeid_test.cpp.obj 2024-08-07T17:27:28.9213759Z [6245/7975] Building C object sleef\src\libm\CMakeFiles\mkalias.dir\mkalias.c.obj 2024-08-07T17:27:39.0966206Z [6246/7975] Linking C shared library bin\torch_global_deps.dll 2024-08-07T17:27:39.2343125Z [6247/7975] Building C object sleef\src\common\CMakeFiles\common.dir\common.c.obj 2024-08-07T17:27:39.4174540Z [6248/7975] Building C object sleef\src\common\CMakeFiles\arraymap.dir\arraymap.c.obj 2024-08-07T17:27:39.4987312Z [6249/7975] Building C object sleef\src\common\CMakeFiles\addSuffix.dir\addSuffix.c.obj 2024-08-07T17:27:42.3610654Z [6250/7975] Linking C executable sleef\bin\mkmasked_gnuabi.exe 2024-08-07T17:27:42.4552312Z [6251/7975] Linking C executable sleef\bin\mkrename.exe 2024-08-07T17:27:42.5789634Z [6252/7975] Linking C executable sleef\bin\mkrename_gnuabi.exe 2024-08-07T17:27:42.5816308Z [6253/7975] Linking C executable sleef\bin\mkdisp.exe 2024-08-07T17:27:42.6323091Z [6254/7975] Linking C executable sleef\bin\mkalias.exe 2024-08-07T17:27:42.6649739Z [6255/7975] Generating include/renameavx512f.h 2024-08-07T17:27:42.6650209Z Generating renameavx512f.h: mkrename "finz_" "8" "16" "avx512f" 2024-08-07T17:27:42.6659705Z [6256/7975] Generating include/renamefma4.h 2024-08-07T17:27:42.6660115Z Generating renamefma4.h: mkrename "finz_" "4" "8" "fma4" 2024-08-07T17:27:42.6669224Z [6257/7975] Generating include/renameavx.h 2024-08-07T17:27:42.6669590Z Generating renameavx.h: mkrename "cinz_" "4" "8" "avx" 2024-08-07T17:27:42.6771689Z [6258/7975] Generating include/renameavx512fnofma.h 2024-08-07T17:27:42.6773247Z Generating renameavx512fnofma.h: mkrename "cinz_" "8" "16" "avx512fnofma" 2024-08-07T17:27:42.6842499Z [6259/7975] Generating include/renameavx2128.h 2024-08-07T17:27:42.6856943Z Generating renameavx2128.h: mkrename "finz_" "2" "4" "avx2128" 2024-08-07T17:27:42.7733043Z [6260/7975] Building C object sleef\src\libm\CMakeFiles\sleefdetfma4.dir\sleefsimdsp.c.obj 2024-08-07T17:27:42.7902856Z [6261/7975] Building C object sleef\src\libm\CMakeFiles\sleeffma4.dir\sleefsimddp.c.obj 2024-08-07T17:27:42.8074231Z [6262/7975] Building C object sleef\src\libm\CMakeFiles\sleeffma4.dir\sleefsimdsp.c.obj 2024-08-07T17:27:42.8177433Z [6263/7975] Building C object sleef\src\libm\CMakeFiles\sleefdetfma4.dir\sleefsimddp.c.obj 2024-08-07T17:27:42.8663771Z [6264/7975] Building C object sleef\src\libm\CMakeFiles\sleefdetavx.dir\sleefsimdsp.c.obj 2024-08-07T17:27:42.8939448Z [6265/7975] Building C object sleef\src\libm\CMakeFiles\sleefdetavx.dir\sleefsimddp.c.obj 2024-08-07T17:27:42.9101242Z [6266/7975] Building C object sleef\src\libm\CMakeFiles\sleefavx.dir\sleefsimddp.c.obj 2024-08-07T17:27:42.9486131Z [6267/7975] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512fnofma.dir\sleefsimdsp.c.obj 2024-08-07T17:27:42.9541346Z [6268/7975] Building C object sleef\src\libm\CMakeFiles\sleefavx.dir\sleefsimdsp.c.obj 2024-08-07T17:27:42.9971895Z [6269/7975] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512fnofma.dir\sleefsimddp.c.obj 2024-08-07T17:27:43.0384919Z [6270/7975] Building C object sleef\src\libm\CMakeFiles\sleefavx512fnofma.dir\sleefsimddp.c.obj 2024-08-07T17:27:43.0431946Z [6271/7975] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2128.dir\sleefsimddp.c.obj 2024-08-07T17:27:43.0872490Z [6272/7975] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2128.dir\sleefsimdsp.c.obj 2024-08-07T17:27:43.1012039Z [6273/7975] Generating include/renameavx2.h 2024-08-07T17:27:43.1012542Z Generating renameavx2.h: mkrename "finz_" "4" "8" "avx2" 2024-08-07T17:27:43.1322154Z [6274/7975] Building C object sleef\src\libm\CMakeFiles\sleefavx2128.dir\sleefsimdsp.c.obj 2024-08-07T17:27:43.1438458Z [6275/7975] Building C object sleef\src\libm\CMakeFiles\sleefavx2128.dir\sleefsimddp.c.obj 2024-08-07T17:27:43.2018196Z [6276/7975] Building C object sleef\src\libm\CMakeFiles\sleefavx2.dir\sleefsimddp.c.obj 2024-08-07T17:27:43.2198974Z [6277/7975] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2.dir\sleefsimdsp.c.obj 2024-08-07T17:27:43.2297726Z [6278/7975] Building C object sleef\src\libm\CMakeFiles\sleefavx2.dir\sleefsimdsp.c.obj 2024-08-07T17:27:43.2314451Z [6279/7975] Generating include/renamepurec_scalar.h 2024-08-07T17:27:43.2314938Z Generating renamepurec_scalar.h: mkrename "cinz_" "1" "1" "purec" 2024-08-07T17:27:43.2400008Z [6280/7975] Building C object sleef\src\libm\CMakeFiles\sleefavx512fnofma.dir\sleefsimdsp.c.obj 2024-08-07T17:27:43.2418621Z [6281/7975] Generating include/renamesse4.h 2024-08-07T17:27:43.2419066Z Generating renamesse4.h: mkrename "cinz_" "2" "4" "sse4" 2024-08-07T17:27:43.3059115Z [6282/7975] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2.dir\sleefsimddp.c.obj 2024-08-07T17:27:43.3103694Z [6283/7975] Building C object sleef\src\libm\CMakeFiles\sleefdetpurec_scalar.dir\sleefsimdsp.c.obj 2024-08-07T17:27:43.3156592Z [6284/7975] Building C object sleef\src\libm\CMakeFiles\sleefdetpurec_scalar.dir\sleefsimddp.c.obj 2024-08-07T17:27:43.3201977Z [6285/7975] Building C object sleef\src\libm\CMakeFiles\sleefpurec_scalar.dir\sleefsimddp.c.obj 2024-08-07T17:27:43.3882028Z [6286/7975] Building C object sleef\src\libm\CMakeFiles\sleefpurec_scalar.dir\sleefsimdsp.c.obj 2024-08-07T17:27:43.4292356Z [6287/7975] Building C object sleef\src\libm\CMakeFiles\sleefsse4.dir\sleefsimdsp.c.obj 2024-08-07T17:27:43.4363331Z [6288/7975] Building C object sleef\src\libm\CMakeFiles\sleefdetsse4.dir\sleefsimddp.c.obj 2024-08-07T17:27:43.4416558Z [6289/7975] Generating include/renamecuda.h 2024-08-07T17:27:43.4416969Z Generating renamecuda.h: mkrename "finz_" "1" "1" "cuda" 2024-08-07T17:27:43.4478054Z [6290/7975] Generating sleeflibm_AVX.h.tmp 2024-08-07T17:27:43.4530202Z [6291/7975] Generating include/renamesse2.h 2024-08-07T17:27:43.4530615Z Generating renamesse2.h: mkrename "cinz_" "2" "4" "sse2" 2024-08-07T17:27:43.4588617Z [6292/7975] Generating include/renamepurecfma_scalar.h 2024-08-07T17:27:43.4589119Z Generating renamepurecfma_scalar.h: mkrename "finz_" "1" "1" "purecfma" 2024-08-07T17:27:43.4795110Z [6293/7975] Building C object sleef\src\libm\CMakeFiles\sleefsse4.dir\sleefsimddp.c.obj 2024-08-07T17:27:43.4922491Z [6294/7975] Building C object sleef\src\libm\CMakeFiles\sleefdetsse4.dir\sleefsimdsp.c.obj 2024-08-07T17:27:43.5679135Z [6295/7975] Building C object sleef\src\libm\CMakeFiles\sleefdetsse2.dir\sleefsimddp.c.obj 2024-08-07T17:27:43.5741958Z [6296/7975] Building C object sleef\src\libm\CMakeFiles\sleefdetsse2.dir\sleefsimdsp.c.obj 2024-08-07T17:27:43.6085493Z [6297/7975] Building C object sleef\src\libm\CMakeFiles\sleefsse2.dir\sleefsimdsp.c.obj 2024-08-07T17:27:43.6176248Z [6298/7975] Linking C executable sleef\bin\addSuffix.exe 2024-08-07T17:27:43.6436495Z [6299/7975] Building C object sleef\src\libm\CMakeFiles\sleefsse2.dir\sleefsimddp.c.obj 2024-08-07T17:27:43.6452057Z [6300/7975] Building C object sleef\src\libm\CMakeFiles\sleefpurecfma_scalar.dir\sleefsimdsp.c.obj 2024-08-07T17:27:43.6541317Z [6301/7975] Building C object sleef\src\libm\CMakeFiles\sleefdetpurecfma_scalar.dir\sleefsimddp.c.obj 2024-08-07T17:27:43.6587132Z [6302/7975] Generating sleeflibm_AVX_.h.tmp 2024-08-07T17:27:44.7002780Z [6303/7975] Generating sleeflibm_FMA4.h.tmp 2024-08-07T17:27:44.7052651Z [6304/7975] Building C object sleef\src\libm\CMakeFiles\sleefdetpurecfma_scalar.dir\sleefsimdsp.c.obj 2024-08-07T17:27:44.7064358Z [6305/7975] Building C object sleef\src\libm\CMakeFiles\sleefpurecfma_scalar.dir\sleefsimddp.c.obj 2024-08-07T17:27:44.7073528Z [6306/7975] Generating sleeflibm_AVX2128.h.tmp 2024-08-07T17:27:44.7082507Z [6307/7975] Generating sleeflibm_PURECFMA_SCALAR.h.tmp 2024-08-07T17:27:44.7126195Z [6308/7975] Generating sleeflibm_AVX512F_.h.tmp 2024-08-07T17:27:44.7169956Z [6309/7975] Generating sleeflibm_AVX2.h.tmp 2024-08-07T17:27:44.7180799Z [6310/7975] Generating sleeflibm_AVX512F.h.tmp 2024-08-07T17:27:44.7235531Z [6311/7975] Generating sleeflibm_DSP_SCALAR.h.tmp 2024-08-07T17:27:44.8284517Z [6312/7975] Generating sleeflibm_AVX512FNOFMA.h.tmp 2024-08-07T17:27:44.8326391Z [6313/7975] Generating sleeflibm_PUREC_SCALAR.h.tmp 2024-08-07T17:27:44.8336837Z [6314/7975] Generating sleeflibm_SSE_.h.tmp 2024-08-07T17:27:44.8363292Z [6315/7975] Generating alias_AVX512F_dp.h.tmp 2024-08-07T17:27:44.8409122Z [6316/7975] Generating sleeflibm_SSE2.h.tmp 2024-08-07T17:27:44.8425631Z [6317/7975] Generating dispscalar.c.body 2024-08-07T17:27:44.8447289Z [6318/7975] Generating alias_AVX512F_sp.h.tmp 2024-08-07T17:27:44.8457935Z [6319/7975] Generating sleeflibm_SSE4.h.tmp 2024-08-07T17:27:44.8484178Z [6320/7975] Generating include/renamedsp256.h 2024-08-07T17:27:44.8521079Z [6321/7975] Generating include/renamedspscalar.h 2024-08-07T17:27:44.8548004Z [6322/7975] Linking CXX static library lib\dnnl.lib 2024-08-07T17:27:44.8603841Z [6323/7975] Generating include/renamedsp128.h 2024-08-07T17:27:44.8648585Z [6324/7975] Generating dispsse.c.tmp 2024-08-07T17:27:44.8662065Z [6325/7975] Generating dispscalar.c 2024-08-07T17:27:44.8671044Z [6326/7975] Generating dispavx.c.tmp 2024-08-07T17:27:44.8705589Z [6327/7975] Generating ../../../include/sleef.h 2024-08-07T17:27:44.8871746Z [6328/7975] Generating dispsse.c 2024-08-07T17:27:44.8883776Z [6329/7975] Generating dispavx.c 2024-08-07T17:27:44.9313103Z [6330/7975] Generating ../../../torch/utils/data/datapipes/datapipe.pyi 2024-08-07T17:27:44.9584346Z [6331/7975] Building C object sleef\src\libm\CMakeFiles\dispscalar_obj.dir\dispscalar.c.obj 2024-08-07T17:27:44.9753917Z [6332/7975] Generating include/alias_avx512f.h 2024-08-07T17:27:44.9800995Z [6333/7975] Building C object sleef\src\libm\CMakeFiles\dispsse_obj.dir\dispsse.c.obj 2024-08-07T17:27:44.9850973Z [6334/7975] Building C object sleef\src\libm\CMakeFiles\dispavx_obj.dir\dispavx.c.obj 2024-08-07T17:27:45.0055964Z [6335/7975] Generating sources 2024-08-07T17:27:45.0412834Z [6336/7975] Building C object sleef\src\libm\CMakeFiles\sleef.dir\rempitab.c.obj 2024-08-07T17:27:45.0730493Z [6337/7975] Building C object sleef\src\libm\CMakeFiles\sleefavx512f.dir\sleefsimdsp.c.obj 2024-08-07T17:27:45.0777288Z [6338/7975] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512f.dir\sleefsimdsp.c.obj 2024-08-07T17:27:45.1130026Z [6339/7975] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512f.dir\sleefsimddp.c.obj 2024-08-07T17:27:45.1999057Z [6340/7975] Building C object sleef\src\libm\CMakeFiles\sleefavx512f.dir\sleefsimddp.c.obj 2024-08-07T17:27:45.2713652Z [6341/7975] Building CXX object c10\CMakeFiles\c10.dir\util\Knobs.cpp.obj 2024-08-07T17:27:45.6232744Z [6342/7975] Generating ../../../torch/version.py 2024-08-07T17:27:46.3318993Z [6343/7975] Linking C static library sleef\lib\sleef.lib 2024-08-07T17:27:46.9735960Z [6344/7975] Linking CXX shared library bin\c10.dll 2024-08-07T17:27:48.1150961Z [6345/7975] Linking CXX executable bin\c10_SymInt_test.exe 2024-08-07T17:27:48.1965721Z [6346/7975] Linking CXX executable bin\c10_InlineDeviceGuard_test.exe 2024-08-07T17:27:48.3362258Z [6347/7975] Linking CXX executable bin\c10_CompileTimeFunctionPointer_test.exe 2024-08-07T17:27:48.5905397Z [6348/7975] Linking CXX executable bin\c10_DeviceGuard_test.exe 2024-08-07T17:27:49.6014947Z [6349/7975] Linking CXX executable bin\c10_Device_test.exe 2024-08-07T17:27:49.6026145Z [6350/7975] Linking CXX executable bin\c10_DispatchKeySet_test.exe 2024-08-07T17:27:50.5913091Z [6351/7975] Linking CXX executable bin\c10_SizesAndStrides_test.exe 2024-08-07T17:27:50.7824619Z [6352/7975] Linking CXX executable bin\c10_InlineStreamGuard_test.exe 2024-08-07T17:27:50.7950641Z [6353/7975] Linking CXX executable bin\c10_StreamGuard_test.exe 2024-08-07T17:27:50.7970802Z [6354/7975] Linking CXX executable bin\c10_Scalar_test.exe 2024-08-07T17:27:50.8742359Z [6355/7975] Linking CXX executable bin\c10_cow_test.exe 2024-08-07T17:27:50.8753160Z [6356/7975] Linking CXX executable bin\c10_Bitset_test.exe 2024-08-07T17:27:51.4493675Z [6357/7975] Linking CXX executable bin\c10_Half_test.exe 2024-08-07T17:27:51.7225612Z [6358/7975] Linking CXX executable bin\c10_ConstexprCrc_test.exe 2024-08-07T17:27:51.8403451Z [6359/7975] Linking CXX executable bin\c10_DeadlockDetection_test.exe 2024-08-07T17:27:51.8782206Z [6360/7975] Linking CXX executable bin\c10_Metaprogramming_test.exe 2024-08-07T17:27:52.3545306Z [6361/7975] Linking CXX executable bin\c10_ThreadLocal_test.exe 2024-08-07T17:27:52.3556702Z [6362/7975] Linking CXX executable bin\c10_LeftRight_test.exe 2024-08-07T17:27:52.4991567Z [6363/7975] Linking CXX executable bin\c10_Synchronized_test.exe 2024-08-07T17:27:53.2468514Z [6364/7975] Generating ../../../torch/_C/__init__.pyi, ../../../torch/_C/_VariableFunctions.pyi, ../../../torch/nn/functional.pyi 2024-08-07T17:27:53.2921389Z [6365/7975] Linking CXX executable bin\c10_TypeIndex_test.exe 2024-08-07T17:27:53.8174472Z [6366/7975] Linking CXX executable bin\c10_TypeList_test.exe 2024-08-07T17:27:53.9249206Z [6367/7975] Linking CXX executable bin\c10_bfloat16_test.exe 2024-08-07T17:27:54.7828464Z [6368/7975] Linking CXX executable bin\c10_complex_math_test.exe 2024-08-07T17:27:54.7839078Z [6369/7975] Linking CXX executable bin\c10_TypeTraits_test.exe 2024-08-07T17:27:54.7850180Z [6370/7975] Linking CXX executable bin\c10_accumulate_test.exe 2024-08-07T17:27:54.8720565Z [6371/7975] Linking CXX executable bin\c10_complex_test.exe 2024-08-07T17:27:55.3133988Z [6372/7975] Linking CXX executable bin\c10_bit_cast_test.exe 2024-08-07T17:27:55.9023045Z [6373/7975] Linking CXX executable bin\c10_generic_math_test.exe 2024-08-07T17:27:55.9639558Z [6374/7975] Linking CXX executable bin\c10_exception_test.exe 2024-08-07T17:27:56.0628848Z [6375/7975] Linking CXX executable bin\c10_flags_test.exe 2024-08-07T17:27:56.1117699Z [6376/7975] Linking CXX executable bin\c10_logging_test.exe 2024-08-07T17:27:56.2441916Z [6377/7975] Linking CXX executable bin\c10_intrusive_ptr_test.exe 2024-08-07T17:27:56.4290573Z [6378/7975] Linking CXX executable bin\c10_lazy_test.exe 2024-08-07T17:27:56.5974124Z [6379/7975] Linking CXX executable bin\c10_irange_test.exe 2024-08-07T17:27:56.8640137Z [6380/7975] Linking CXX executable bin\c10_optional_test.exe 2024-08-07T17:27:56.9757156Z [6381/7975] Linking CXX executable bin\c10_ordered_preserving_dict_test.exe 2024-08-07T17:27:56.9903888Z [6382/7975] Linking CXX executable bin\c10_small_vector_test.exe 2024-08-07T17:27:57.4665558Z [6383/7975] Linking CXX executable bin\c10_ssize_test.exe 2024-08-07T17:27:57.5232992Z [6384/7975] Linking CXX executable bin\c10_string_view_test.exe 2024-08-07T17:27:57.5882197Z [6385/7975] Linking CXX executable bin\c10_string_util_test.exe 2024-08-07T17:27:57.7738176Z [6386/7975] Linking CXX executable bin\c10_registry_test.exe 2024-08-07T17:27:57.8567587Z [6387/7975] Linking CXX executable bin\c10_tempfile_test.exe 2024-08-07T17:27:58.1230660Z [6388/7975] Linking CXX executable bin\c10_typeid_test.exe 2024-08-07T17:27:58.2405709Z [6389/7975] Linking CXX executable bin\c10_intrusive_ptr_benchmark.exe 2024-08-07T17:27:58.9855688Z [6390/7975] 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-08-07T17:28:04.1024518Z [6391/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ATenGeneral.cpp.obj 2024-08-07T17:28:04.1242675Z [6392/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Dimname.cpp.obj 2024-08-07T17:28:04.1573248Z [6393/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\DeprecatedTypePropertiesRegistry.cpp.obj 2024-08-07T17:28:04.1988631Z [6394/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\DeprecatedTypeProperties.cpp.obj 2024-08-07T17:28:04.2335808Z [6395/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Generator.cpp.obj 2024-08-07T17:28:04.2916635Z [6396/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Dict.cpp.obj 2024-08-07T17:28:04.3441068Z [6397/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\BackendSelectFallbackKernel.cpp.obj 2024-08-07T17:28:04.4180059Z [6398/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\record_function.cpp.obj 2024-08-07T17:28:04.5222888Z [6399/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\GeneratorForPrivateuseone.cpp.obj 2024-08-07T17:28:04.9276916Z [6400/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Formatting.cpp.obj 2024-08-07T17:28:05.1440668Z [6401/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\FunctionalizeInterpreter.cpp.obj 2024-08-07T17:28:05.1765737Z [6402/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\MetaFallbackKernel.cpp.obj 2024-08-07T17:28:05.3691053Z [6403/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\Interpreter.cpp.obj 2024-08-07T17:28:05.3913589Z [6404/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\TensorWrapper.cpp.obj 2024-08-07T17:28:06.0034208Z [6405/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\PlumbingHelper.cpp.obj 2024-08-07T17:28:06.0767061Z [6406/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\VmapInterpreter.cpp.obj 2024-08-07T17:28:06.2780522Z [6407/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\List.cpp.obj 2024-08-07T17:28:06.9255319Z [6408/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\ADInterpreters.cpp.obj 2024-08-07T17:28:07.5033203Z [6409/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\LegacyVmapTransforms.cpp.obj 2024-08-07T17:28:07.7613694Z [6410/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\DynamicLayer.cpp.obj 2024-08-07T17:28:07.8117219Z [6411/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\LegacyBatchingRegistrations.cpp.obj 2024-08-07T17:28:08.1165900Z [6412/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\VmapModeRegistrations.cpp.obj 2024-08-07T17:28:08.5891353Z [6413/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\PyTorchOperatorHacks.cpp.obj 2024-08-07T17:28:09.6438738Z [6414/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesActivation.cpp.obj 2024-08-07T17:28:09.7215245Z [6415/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesDecompositions.cpp.obj 2024-08-07T17:28:10.2040045Z [6416/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesConvolution.cpp.obj 2024-08-07T17:28:10.8885711Z [6417/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesBinaryOps.cpp.obj 2024-08-07T17:28:11.5917375Z [6418/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesLoss.cpp.obj 2024-08-07T17:28:11.6447654Z [6419/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesDynamic.cpp.obj 2024-08-07T17:28:11.6758541Z [6420/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesHelper.cpp.obj 2024-08-07T17:28:11.7409970Z [6421/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesFactory.cpp.obj 2024-08-07T17:28:12.8933037Z [6422/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesIndexing.cpp.obj 2024-08-07T17:28:13.1019015Z [6423/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesLinearAlgebra.cpp.obj 2024-08-07T17:28:13.6408530Z [6424/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesModules.cpp.obj 2024-08-07T17:28:14.0731383Z [6425/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesReduceOps.cpp.obj 2024-08-07T17:28:14.4369315Z [6426/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\AccumulateType.cpp.obj 2024-08-07T17:28:14.8570333Z [6427/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesPooling.cpp.obj 2024-08-07T17:28:15.3343740Z [6428/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ConjugateFallback.cpp.obj 2024-08-07T17:28:15.4917664Z [6429/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesUnaryOps.cpp.obj 2024-08-07T17:28:15.5426184Z [6430/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesRandomness.cpp.obj 2024-08-07T17:28:15.5738169Z [6431/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesNorm.cpp.obj 2024-08-07T17:28:15.8373601Z [6432/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Context.cpp.obj 2024-08-07T17:28:16.0457618Z [6433/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DeviceAccelerator.cpp.obj 2024-08-07T17:28:16.1148595Z [6434/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesViews.cpp.obj 2024-08-07T17:28:16.2483326Z [6435/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CPUGeneratorImpl.cpp.obj 2024-08-07T17:28:16.3323237Z [6436/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesScatterOps.cpp.obj 2024-08-07T17:28:16.4376855Z [6437/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\EmptyTensor.cpp.obj 2024-08-07T17:28:16.5165017Z [6438/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FuncTorchTLS.cpp.obj 2024-08-07T17:28:16.6580383Z [6439/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchedFallback.cpp.obj 2024-08-07T17:28:16.7728730Z [6440/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Dispatch.cpp.obj 2024-08-07T17:28:16.9410693Z [6441/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ExpandUtils.cpp.obj 2024-08-07T17:28:17.1684501Z [6442/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DynamicLibrary.cpp.obj 2024-08-07T17:28:17.9099684Z [6443/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalStorageImpl.cpp.obj 2024-08-07T17:28:17.9281003Z [6444/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalTensorWrapper.cpp.obj 2024-08-07T17:28:17.9349270Z [6445/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalizeFallbackKernel.cpp.obj 2024-08-07T17:28:18.0056788Z [6446/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DLConvertor.cpp.obj 2024-08-07T17:28:18.0213098Z [6447/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchedTensorImpl.cpp.obj 2024-08-07T17:28:18.2413694Z [6448/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyVmapMode.cpp.obj 2024-08-07T17:28:18.5133650Z [6449/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\MemoryOverlap.cpp.obj 2024-08-07T17:28:18.5988067Z [6450/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\MapAllocator.cpp.obj 2024-08-07T17:28:18.7481271Z [6451/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CachedTensorUtils.cpp.obj 2024-08-07T17:28:18.8141632Z [6452/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelNative.cpp.obj 2024-08-07T17:28:19.3962179Z [6453/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelCommon.cpp.obj 2024-08-07T17:28:20.0019332Z [6454/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\NamedTensorUtils.cpp.obj 2024-08-07T17:28:20.0050394Z [6455/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelOpenMP.cpp.obj 2024-08-07T17:28:20.0810568Z [6456/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchedFallback.cpp.obj 2024-08-07T17:28:20.0933900Z [6457/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalInverses.cpp.obj 2024-08-07T17:28:20.1548523Z [6458/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelThreadPoolNative.cpp.obj 2024-08-07T17:28:20.2000868Z [6459/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SequenceNumber.cpp.obj 2024-08-07T17:28:20.4169849Z [6460/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SavedTensorHooks.cpp.obj 2024-08-07T17:28:20.5949743Z [6461/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorMeta.cpp.obj 2024-08-07T17:28:20.6059853Z [6462/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\PythonTorchFunctionTLS.cpp.obj 2024-08-07T17:28:21.3990164Z [6463/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorGeometry.cpp.obj 2024-08-07T17:28:21.4104281Z [6464/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ScalarOps.cpp.obj 2024-08-07T17:28:21.4285002Z [6465/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorIterator.cpp.obj 2024-08-07T17:28:21.4842798Z [6466/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyVmapTransforms.cpp.obj 2024-08-07T17:28:21.5193186Z [6467/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\NestedTensorImpl.cpp.obj 2024-08-07T17:28:21.5482698Z [6468/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchingRegistrations.cpp.obj 2024-08-07T17:28:22.3114611Z [6469/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorIndexing.cpp.obj 2024-08-07T17:28:22.4234494Z [6470/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ThreadLocalState.cpp.obj 2024-08-07T17:28:22.4258582Z [6471/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Version.cpp.obj 2024-08-07T17:28:22.5074002Z [6472/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\cpu\Utils.cpp.obj 2024-08-07T17:28:22.8268227Z [6473/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\CPUGuardImpl.cpp.obj 2024-08-07T17:28:22.8742421Z [6474/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ThreadLocalPythonObjects.cpp.obj 2024-08-07T17:28:22.9968325Z [6475/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SparseCsrTensorImpl.cpp.obj 2024-08-07T17:28:23.2005289Z [6476/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorNames.cpp.obj 2024-08-07T17:28:23.8940698Z [6477/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\cpu\FlushDenormal.cpp.obj 2024-08-07T17:28:23.9403363Z [6478/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\StorageUtils.cpp.obj 2024-08-07T17:28:23.9433709Z [6479/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\VmapModeRegistrations.cpp.obj 2024-08-07T17:28:23.9871367Z [6480/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Utils.cpp.obj 2024-08-07T17:28:24.0316082Z [6481/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SparseTensorImpl.cpp.obj 2024-08-07T17:28:24.3698203Z [6482/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MAIAHooksInterface.cpp.obj 2024-08-07T17:28:24.3752183Z [6483/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\CUDAHooksInterface.cpp.obj 2024-08-07T17:28:24.3926343Z [6484/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MPSHooksInterface.cpp.obj 2024-08-07T17:28:24.4072565Z [6485/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\HIPHooksInterface.cpp.obj 2024-08-07T17:28:24.4291788Z [6486/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\IPUHooksInterface.cpp.obj 2024-08-07T17:28:24.5768153Z [6487/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorUtils.cpp.obj 2024-08-07T17:28:24.6969362Z [6488/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MetaGuardImpl.cpp.obj 2024-08-07T17:28:24.7606807Z [6489/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MTIAHooksInterface.cpp.obj 2024-08-07T17:28:24.8438568Z [6490/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\PrivateUse1HooksInterface.cpp.obj 2024-08-07T17:28:24.8632557Z [6491/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\XPUHooksInterface.cpp.obj 2024-08-07T17:28:25.3072158Z [6492/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchedTensorImpl.cpp.obj 2024-08-07T17:28:25.4673037Z [6493/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossMultiLabelMargin.cpp.obj 2024-08-07T17:28:25.5714420Z [6494/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossCTC.cpp.obj 2024-08-07T17:28:25.7450906Z [6495/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LinearAlgebra.cpp.obj 2024-08-07T17:28:25.7768214Z [6496/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NestedIntSymNodeImpl.cpp.obj 2024-08-07T17:28:25.8215971Z [6497/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Linear.cpp.obj 2024-08-07T17:28:25.8475924Z [6498/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Loss.cpp.obj 2024-08-07T17:28:25.9533226Z [6499/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ZeroTensorFallback.cpp.obj 2024-08-07T17:28:26.2061388Z [6500/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossMultiMargin.cpp.obj 2024-08-07T17:28:26.2147538Z [6501/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NamedTensor.cpp.obj 2024-08-07T17:28:26.2362189Z [6502/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\autocast_mode.cpp.obj 2024-08-07T17:28:26.4459319Z [6503/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Range.cpp.obj 2024-08-07T17:28:26.8348711Z [6504/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\VariableHooksInterface.cpp.obj 2024-08-07T17:28:26.8556192Z [6505/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\TorchDispatchUtils.cpp.obj 2024-08-07T17:28:26.8590456Z [6506/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\PythonFallbackKernel.cpp.obj 2024-08-07T17:28:26.8619200Z [6507/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\VariableFallbackKernel.cpp.obj 2024-08-07T17:28:26.8663692Z [6508/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NamedRegistrations.cpp.obj 2024-08-07T17:28:26.9998915Z [6509/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\PythonOpRegistrationTrampoline.cpp.obj 2024-08-07T17:28:27.0562542Z [6510/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Tensor.cpp.obj 2024-08-07T17:28:27.1279542Z [6511/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Vitals.cpp.obj 2024-08-07T17:28:27.2287220Z [6512/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\ObservedOperators.cpp.obj 2024-08-07T17:28:27.2302583Z [6513/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\blob.cpp.obj 2024-08-07T17:28:27.7094709Z [6514/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\adaption.cpp.obj 2024-08-07T17:28:27.7270855Z [6515/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\boxing\KernelFunction.cpp.obj 2024-08-07T17:28:27.7424717Z [6516/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\class_type.cpp.obj 2024-08-07T17:28:27.8424649Z [6517/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\DispatchKeyExtractor.cpp.obj 2024-08-07T17:28:27.9962337Z [6518/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\OperatorEntry.cpp.obj 2024-08-07T17:28:28.7211934Z [6519/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\interned_strings.cpp.obj 2024-08-07T17:28:28.7242207Z [6520/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\Dispatcher.cpp.obj 2024-08-07T17:28:28.7314809Z [6521/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ivalue.cpp.obj 2024-08-07T17:28:28.7503878Z [6522/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dynamic_type.cpp.obj 2024-08-07T17:28:28.7587528Z [6523/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\library.cpp.obj 2024-08-07T17:28:28.7617479Z [6524/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\op_registration\infer_schema.cpp.obj 2024-08-07T17:28:28.7652378Z [6525/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\function_schema.cpp.obj 2024-08-07T17:28:28.7693310Z [6526/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\custom_class.cpp.obj 2024-08-07T17:28:29.0595962Z [6527/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\operator_name.cpp.obj 2024-08-07T17:28:29.1528136Z [6528/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\register_symbols.cpp.obj 2024-08-07T17:28:29.3927462Z [6529/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\lexer.cpp.obj 2024-08-07T17:28:29.5016732Z [6530/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\error_report.cpp.obj 2024-08-07T17:28:29.5446465Z [6531/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\type_factory.cpp.obj 2024-08-07T17:28:29.5473160Z [6532/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\tensor_type.cpp.obj 2024-08-07T17:28:29.5963412Z [6533/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\type.cpp.obj 2024-08-07T17:28:29.7229759Z [6534/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\union_type.cpp.obj 2024-08-07T17:28:30.8350904Z [6535/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveAveragePooling.cpp.obj 2024-08-07T17:28:30.8379692Z [6536/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\op_registration\op_registration.cpp.obj 2024-08-07T17:28:30.8407377Z [6537/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveAveragePooling3d.cpp.obj 2024-08-07T17:28:30.8435372Z [6538/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\schema_type_parser.cpp.obj 2024-08-07T17:28:30.8464922Z [6539/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Activation.cpp.obj 2024-08-07T17:28:30.8584994Z [6540/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\source_range.cpp.obj 2024-08-07T17:28:30.8656203Z [6541/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\function_schema_parser.cpp.obj 2024-08-07T17:28:31.0605650Z [6542/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\strtod.cpp.obj 2024-08-07T17:28:31.5966965Z [6543/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveMaxPooling3d.cpp.obj 2024-08-07T17:28:32.1658770Z [6544/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveMaxPooling2d.cpp.obj 2024-08-07T17:28:32.1874793Z [6545/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AmpKernels.cpp.obj 2024-08-07T17:28:32.1950286Z [6546/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AutogradComposite.cpp.obj 2024-08-07T17:28:32.1977429Z [6547/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AffineGridGenerator.cpp.obj 2024-08-07T17:28:32.2037606Z [6548/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AveragePool2d.cpp.obj 2024-08-07T17:28:32.2109262Z [6549/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BatchLinearAlgebraKernel.cpp.obj 2024-08-07T17:28:32.2142015Z [6550/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BatchLinearAlgebra.cpp.obj 2024-08-07T17:28:32.2295851Z [6551/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AveragePool3d.cpp.obj 2024-08-07T17:28:32.7288931Z [6552/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BlasKernel.cpp.obj 2024-08-07T17:28:33.4587172Z [6553/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Blas.cpp.obj 2024-08-07T17:28:33.4708304Z [6554/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ComparisonUtils.cpp.obj 2024-08-07T17:28:33.4863880Z [6555/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Col2Im.cpp.obj 2024-08-07T17:28:33.4893754Z [6556/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ChanelShuffle.cpp.obj 2024-08-07T17:28:33.4969658Z [6557/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Bucketization.cpp.obj 2024-08-07T17:28:33.5063533Z [6558/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\CPUBlas.cpp.obj 2024-08-07T17:28:33.5095821Z [6559/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\CPUFallback.cpp.obj 2024-08-07T17:28:33.5134154Z [6560/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BinaryOps.cpp.obj 2024-08-07T17:28:34.3395255Z [6561/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Constraints.cpp.obj 2024-08-07T17:28:34.9337410Z [6562/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionTBC.cpp.obj 2024-08-07T17:28:34.9370450Z [6563/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionMM3d.cpp.obj 2024-08-07T17:28:34.9612602Z [6564/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DilatedMaxPool3d.cpp.obj 2024-08-07T17:28:34.9644263Z [6565/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DilatedMaxPool2d.cpp.obj 2024-08-07T17:28:34.9674712Z [6566/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionMM2d.cpp.obj 2024-08-07T17:28:34.9704188Z [6567/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Copy.cpp.obj 2024-08-07T17:28:34.9769431Z [6568/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Convolution.cpp.obj 2024-08-07T17:28:35.0269483Z [6569/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Correlation.cpp.obj 2024-08-07T17:28:35.2962315Z [6570/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DispatchStub.cpp.obj 2024-08-07T17:28:36.4557567Z [6571/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Dropout.cpp.obj 2024-08-07T17:28:36.4591443Z [6572/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Distance.cpp.obj 2024-08-07T17:28:36.4869355Z [6573/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FunctionOfAMatrixUtils.cpp.obj 2024-08-07T17:28:36.4903522Z [6574/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Cross.cpp.obj 2024-08-07T17:28:36.4939239Z [6575/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\EmbeddingBag.cpp.obj 2024-08-07T17:28:36.4971297Z [6576/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FractionalMaxPool3d.cpp.obj 2024-08-07T17:28:36.5002143Z [6577/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Embedding.cpp.obj 2024-08-07T17:28:36.5046448Z [6578/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Distributions.cpp.obj 2024-08-07T17:28:38.0548218Z [6579/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FractionalMaxPool2d.cpp.obj 2024-08-07T17:28:38.0776265Z [6580/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedSGD.cpp.obj 2024-08-07T17:28:38.0803807Z [6581/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedAdam.cpp.obj 2024-08-07T17:28:38.0887893Z [6582/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Fill.cpp.obj 2024-08-07T17:28:38.0996044Z [6583/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\GatedLinearUnit.cpp.obj 2024-08-07T17:28:38.1026409Z [6584/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedAdagrad.cpp.obj 2024-08-07T17:28:38.1062470Z [6585/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ForeachOpsKernels.cpp.obj 2024-08-07T17:28:38.1099857Z [6586/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\GridSampler.cpp.obj 2024-08-07T17:28:38.2050248Z [6587/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LegacyBridge.cpp.obj 2024-08-07T17:28:39.4206295Z [6588/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Lerp.cpp.obj 2024-08-07T17:28:39.4411357Z [6589/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LegacyBatching.cpp.obj 2024-08-07T17:28:39.4489846Z [6590/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\IndexingUtils.cpp.obj 2024-08-07T17:28:39.4600150Z [6591/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Integration.cpp.obj 2024-08-07T17:28:39.4629166Z [6592/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MaxPooling.cpp.obj 2024-08-07T17:28:39.4712991Z [6593/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Itertools.cpp.obj 2024-08-07T17:28:39.4753762Z [6594/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Histogram.cpp.obj 2024-08-07T17:28:39.4785574Z [6595/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Im2Col.cpp.obj 2024-08-07T17:28:40.3535049Z [6596/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Memory.cpp.obj 2024-08-07T17:28:40.3565408Z [6597/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MaxUnpooling.cpp.obj 2024-08-07T17:28:40.3662038Z [6598/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MetaTensor.cpp.obj 2024-08-07T17:28:40.3758483Z [6599/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NamedTensor.cpp.obj 2024-08-07T17:28:40.3916157Z [6600/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NNPACK.cpp.obj 2024-08-07T17:28:40.3993641Z [6601/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossNLL.cpp.obj 2024-08-07T17:28:40.4228107Z [6602/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossNLL2d.cpp.obj 2024-08-07T17:28:41.0090900Z [6603/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveDilatedConvolution.cpp.obj 2024-08-07T17:28:41.2469591Z [6604/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PadNd.cpp.obj 2024-08-07T17:28:41.2566680Z [6605/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveConvolutionTranspose3d.cpp.obj 2024-08-07T17:28:41.2674948Z [6606/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Onehot.cpp.obj 2024-08-07T17:28:41.2830804Z [6607/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NegateFallback.cpp.obj 2024-08-07T17:28:41.3017448Z [6608/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PackedSequence.cpp.obj 2024-08-07T17:28:41.3342799Z [6609/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveConvolutionTranspose2d.cpp.obj 2024-08-07T17:28:41.3499468Z [6610/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Normalization.cpp.obj 2024-08-07T17:28:41.8572875Z [6611/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PixelShuffle.cpp.obj 2024-08-07T17:28:42.1016748Z [6612/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PointwiseOps.cpp.obj 2024-08-07T17:28:42.1904156Z [6613/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Pooling.cpp.obj 2024-08-07T17:28:42.2057038Z [6614/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Pow.cpp.obj 2024-08-07T17:28:42.2321170Z [6615/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Repeat.cpp.obj 2024-08-07T17:28:42.3280706Z [6616/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\QuantizedLinear.cpp.obj 2024-08-07T17:28:42.3684354Z [6617/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RNN.cpp.obj 2024-08-07T17:28:42.3928498Z [6618/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReduceOps.cpp.obj 2024-08-07T17:28:42.7222598Z [6619/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReplicationPadding.cpp.obj 2024-08-07T17:28:43.0079904Z [6620/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RangeFactories.cpp.obj 2024-08-07T17:28:43.6183153Z [6621/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReduceAllOps.cpp.obj 2024-08-07T17:28:43.6405603Z [6622/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SobolEngineOps.cpp.obj 2024-08-07T17:28:43.6474617Z [6623/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RowwisePrune.cpp.obj 2024-08-07T17:28:43.6504257Z [6624/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Resize.cpp.obj 2024-08-07T17:28:43.6532357Z [6625/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Scalar.cpp.obj 2024-08-07T17:28:43.6599828Z [6626/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReflectionPad.cpp.obj 2024-08-07T17:28:43.6684812Z [6627/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SobolEngineOpsUtils.cpp.obj 2024-08-07T17:28:43.7209445Z [6628/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SegmentReduce.cpp.obj 2024-08-07T17:28:44.5309947Z [6629/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SummaryOps.cpp.obj 2024-08-07T17:28:44.5446665Z [6630/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Sorting.cpp.obj 2024-08-07T17:28:45.0971427Z [6631/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SpectralOps.cpp.obj 2024-08-07T17:28:45.1178872Z [6632/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorIteratorReduce.cpp.obj 2024-08-07T17:28:45.1278392Z [6633/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SoftMax.cpp.obj 2024-08-07T17:28:45.1311297Z [6634/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorCompare.cpp.obj 2024-08-07T17:28:45.1346639Z [6635/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorFactories.cpp.obj 2024-08-07T17:28:45.9969461Z [6636/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TypeProperties.cpp.obj 2024-08-07T17:28:46.0188841Z [6637/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TestOps.cpp.obj 2024-08-07T17:28:46.0349652Z [6638/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TriangularOps.cpp.obj 2024-08-07T17:28:46.3464514Z [6639/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorTransformations.cpp.obj 2024-08-07T17:28:46.3613910Z [6640/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorShape.cpp.obj 2024-08-07T17:28:46.6228476Z [6641/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SparseTensorUtils.cpp.obj 2024-08-07T17:28:46.7562270Z [6642/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unfold2d.cpp.obj 2024-08-07T17:28:46.8721691Z [6643/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UnfoldBackward.cpp.obj 2024-08-07T17:28:46.9386073Z [6644/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorProperties.cpp.obj 2024-08-07T17:28:47.0025963Z [6645/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unfold3d.cpp.obj 2024-08-07T17:28:47.3001605Z [6646/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unique.cpp.obj 2024-08-07T17:28:47.4722526Z [6647/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorConversions.cpp.obj 2024-08-07T17:28:47.5682699Z [6648/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorAdvancedIndexing.cpp.obj 2024-08-07T17:28:47.5860676Z [6649/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSample.cpp.obj 2024-08-07T17:28:47.7407674Z [6650/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UnaryOps.cpp.obj 2024-08-07T17:28:47.8103091Z [6651/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest1d.cpp.obj 2024-08-07T17:28:47.8642174Z [6652/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest2d.cpp.obj 2024-08-07T17:28:47.9542913Z [6653/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleBilinear2d.cpp.obj 2024-08-07T17:28:48.2749643Z [6654/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleBicubic2d.cpp.obj 2024-08-07T17:28:48.4643297Z [6655/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleLinear1d.cpp.obj 2024-08-07T17:28:48.5048820Z [6656/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleTrilinear3d.cpp.obj 2024-08-07T17:28:48.5209050Z [6657/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\VariableMethodStubs.cpp.obj 2024-08-07T17:28:48.6962033Z [6658/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\WeightNorm.cpp.obj 2024-08-07T17:28:48.7498163Z [6659/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\group_norm.cpp.obj 2024-08-07T17:28:48.7995368Z [6660/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest3d.cpp.obj 2024-08-07T17:28:49.0598636Z [6661/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\prim_native_functions.cpp.obj 2024-08-07T17:28:49.1845540Z [6662/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\verbose_wrapper.cpp.obj 2024-08-07T17:28:49.3252257Z [6663/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\layer_norm.cpp.obj 2024-08-07T17:28:49.4622163Z [6664/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\fbgemm_utils.cpp.obj 2024-08-07T17:28:49.5697635Z [6665/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\library.cpp.obj 2024-08-07T17:28:49.6146806Z [6666/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear.cpp.obj 2024-08-07T17:28:49.8147180Z [6667/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_prepack.cpp.obj 2024-08-07T17:28:50.0398288Z [6668/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_dynamic.cpp.obj 2024-08-07T17:28:50.2312206Z [6669/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_unpack.cpp.obj 2024-08-07T17:28:50.4525402Z [6670/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\FlattenIndicesKernel.cpp.obj 2024-08-07T17:28:50.6674488Z [6671/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SoftMax.cpp.obj 2024-08-07T17:28:50.6830077Z [6672/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\ParamUtils.cpp.obj 2024-08-07T17:28:50.7407995Z [6673/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBlas.cpp.obj 2024-08-07T17:28:50.9134688Z [6674/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBinaryOpIntersectionKernel.cpp.obj 2024-08-07T17:28:51.1948943Z [6675/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseCsrTensor.cpp.obj 2024-08-07T17:28:51.4451402Z [6676/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseCsrTensorMath.cpp.obj 2024-08-07T17:28:51.5635115Z [6677/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseMatMul.cpp.obj 2024-08-07T17:28:51.6042682Z [6678/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBlasImpl.cpp.obj 2024-08-07T17:28:51.6552414Z [6679/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseFactories.cpp.obj 2024-08-07T17:28:51.8712101Z [6680/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_deserialize.cpp.obj 2024-08-07T17:28:51.9045006Z [6681/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseTensor.cpp.obj 2024-08-07T17:28:52.1585454Z [6682/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseUnaryOps.cpp.obj 2024-08-07T17:28:52.3883383Z [6683/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_serialize.cpp.obj 2024-08-07T17:28:52.5477927Z [6684/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\ValidateCompressedIndicesKernel.cpp.obj 2024-08-07T17:28:52.5649843Z [6685/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseTensorMath.cpp.obj 2024-08-07T17:28:53.4378461Z [6686/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorUtils.cpp.obj 2024-08-07T17:28:54.6078281Z [6687/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorAliases.cpp.obj 2024-08-07T17:28:54.8598040Z [6688/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorMatmul.cpp.obj 2024-08-07T17:28:55.0585570Z [6689/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorFactories.cpp.obj 2024-08-07T17:28:55.1091326Z [6690/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorBackward.cpp.obj 2024-08-07T17:28:55.2296691Z [6691/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorMath.cpp.obj 2024-08-07T17:28:55.3380676Z [6692/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\AffineQuantizer.cpp.obj 2024-08-07T17:28:55.3616554Z [6693/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Init.cpp.obj 2024-08-07T17:28:55.5376159Z [6694/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorBinaryOps.cpp.obj 2024-08-07T17:28:55.6466494Z [6695/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorTransformerFunctions.cpp.obj 2024-08-07T17:28:55.6619048Z [6696/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\MaxPooling.cpp.obj 2024-08-07T17:28:56.0248280Z [6697/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Linear.cpp.obj 2024-08-07T17:28:56.1570175Z [6698/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Convolution.cpp.obj 2024-08-07T17:28:56.2115786Z [6699/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\OpContext.cpp.obj 2024-08-07T17:28:56.7905406Z [6700/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\AffineQuantizerBase.cpp.obj 2024-08-07T17:28:57.0927527Z [6701/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AdaptiveAveragePooling.cpp.obj 2024-08-07T17:28:57.7989379Z [6702/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorUnaryOps.cpp.obj 2024-08-07T17:28:58.1042304Z [6703/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AveragePool2d.cpp.obj 2024-08-07T17:28:58.5918977Z [6704/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\QTensor.cpp.obj 2024-08-07T17:28:58.7216726Z [6705/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorAdvancedIndexing.cpp.obj 2024-08-07T17:28:58.7551061Z [6706/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AveragePool3d.cpp.obj 2024-08-07T17:28:58.7924163Z [6707/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\FakeQuantPerTensorAffine.cpp.obj 2024-08-07T17:28:58.8698890Z [6708/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\Copy.cpp.obj 2024-08-07T17:28:59.2211279Z [6709/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\FakeQuantPerChannelAffine.cpp.obj 2024-08-07T17:28:59.4803259Z [6710/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\MakePerTensorQuantizedTensor.cpp.obj 2024-08-07T17:28:59.6868647Z [6711/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\BinaryOps.cpp.obj 2024-08-07T17:28:59.7344775Z [6712/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\ChannelShuffle.cpp.obj 2024-08-07T17:28:59.7511652Z [6713/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\IntReprQuant.cpp.obj 2024-08-07T17:28:59.7546857Z [6714/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\RuyUtils.cpp.obj 2024-08-07T17:28:59.9179109Z [6715/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorFactories.cpp.obj 2024-08-07T17:29:00.0691473Z [6716/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\ReduceOps.cpp.obj 2024-08-07T17:29:00.1078191Z [6717/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\LinearUnpackImpl.cpp.obj 2024-08-07T17:29:00.4275131Z [6718/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Pooling.cpp.obj 2024-08-07T17:29:00.6073554Z [6719/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Sorting.cpp.obj 2024-08-07T17:29:00.6651796Z [6720/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleNearest3d.cpp.obj 2024-08-07T17:29:00.7034305Z [6721/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Normalization.cpp.obj 2024-08-07T17:29:00.8427914Z [6722/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleNearest2d.cpp.obj 2024-08-07T17:29:01.2358771Z [6723/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorCompare.cpp.obj 2024-08-07T17:29:01.5718340Z [6724/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\TensorOperators.cpp.obj 2024-08-07T17:29:01.5947470Z [6725/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\fused_obs_fake_quant.cpp.obj 2024-08-07T17:29:01.6042586Z [6726/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleBilinear2d.cpp.obj 2024-08-07T17:29:01.6077008Z [6727/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\TensorShape.cpp.obj 2024-08-07T17:29:01.6227426Z [6728/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qclamp.cpp.obj 2024-08-07T17:29:01.6362141Z [6729/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\init_qnnpack.cpp.obj 2024-08-07T17:29:01.7424190Z [6730/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\fbgemm_utils.cpp.obj 2024-08-07T17:29:02.6523529Z [6731/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qelu.cpp.obj 2024-08-07T17:29:02.7561990Z [6732/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_prepack.cpp.obj 2024-08-07T17:29:02.7773220Z [6733/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_dynamic.cpp.obj 2024-08-07T17:29:02.8706755Z [6734/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv.cpp.obj 2024-08-07T17:29:02.8741109Z [6735/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag_unpack.cpp.obj 2024-08-07T17:29:03.6964378Z [6736/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\RegisterOpContextClass.cpp.obj 2024-08-07T17:29:04.2284041Z [6737/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qgelu.cpp.obj 2024-08-07T17:29:04.2329715Z [6738/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag.cpp.obj 2024-08-07T17:29:04.2511514Z [6739/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag_prepack.cpp.obj 2024-08-07T17:29:04.2655911Z [6740/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear_dynamic.cpp.obj 2024-08-07T17:29:04.3294978Z [6741/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\XnnpackUtils.cpp.obj 2024-08-07T17:29:04.7924558Z [6742/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qdropout.cpp.obj 2024-08-07T17:29:04.8121618Z [6743/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear.cpp.obj 2024-08-07T17:29:04.9535930Z [6744/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_unpack_impl.cpp.obj 2024-08-07T17:29:05.1223628Z [6745/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qhardsigmoid.cpp.obj 2024-08-07T17:29:05.2042703Z [6746/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qhardswish.cpp.obj 2024-08-07T17:29:05.3083326Z [6747/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qrelu.cpp.obj 2024-08-07T17:29:05.4022895Z [6748/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear_prepack.cpp.obj 2024-08-07T17:29:05.6997926Z [6749/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qsigmoid.cpp.obj 2024-08-07T17:29:05.8694811Z [6750/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qnormalization.cpp.obj 2024-08-07T17:29:05.9905577Z [6751/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qmul.cpp.obj 2024-08-07T17:29:06.0944292Z [6752/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qtanh.cpp.obj 2024-08-07T17:29:06.2671148Z [6753/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qthreshold.cpp.obj 2024-08-07T17:29:06.3106048Z [6754/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\library.cpp.obj 2024-08-07T17:29:06.6411448Z [6755/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SparseBlasImpl.cpp.obj 2024-08-07T17:29:06.7043399Z [6756/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\LinearAlgebra.cpp.obj 2024-08-07T17:29:07.0096549Z [6757/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\qconv_unpack.cpp.obj 2024-08-07T17:29:07.3932703Z [6758/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SpectralOps.cpp.obj 2024-08-07T17:29:07.5132044Z [6759/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SparseCsrLinearAlgebra.cpp.obj 2024-08-07T17:29:07.5521069Z [6760/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qmatmul.cpp.obj 2024-08-07T17:29:07.6104294Z [6761/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Copy.cpp.obj 2024-08-07T17:29:08.1001276Z [6762/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\BinaryOps.cpp.obj 2024-08-07T17:29:08.5098693Z [6763/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Conv.cpp.obj 2024-08-07T17:29:08.5265129Z [6764/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Gelu.cpp.obj 2024-08-07T17:29:08.8446887Z [6765/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MKLDNNConversions.cpp.obj 2024-08-07T17:29:08.8846984Z [6766/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Linear.cpp.obj 2024-08-07T17:29:09.1080795Z [6767/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qsoftmax.cpp.obj 2024-08-07T17:29:09.1572602Z [6768/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Matmul.cpp.obj 2024-08-07T17:29:09.1896450Z [6769/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\IDeepRegistration.cpp.obj 2024-08-07T17:29:09.3169528Z [6770/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\qlinear_unpack.cpp.obj 2024-08-07T17:29:09.5066468Z [6771/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MKLDNNCommon.cpp.obj 2024-08-07T17:29:09.7795869Z [6772/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MkldnnTensorMath.cpp.obj 2024-08-07T17:29:09.8355235Z [6773/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Normalization.cpp.obj 2024-08-07T17:29:09.9110113Z [6774/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\ConvPrepack.cpp.obj 2024-08-07T17:29:10.1678855Z [6775/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Pooling.cpp.obj 2024-08-07T17:29:10.4508992Z [6776/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\SoftMax.cpp.obj 2024-08-07T17:29:10.7561306Z [6777/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\TensorFactories.cpp.obj 2024-08-07T17:29:10.7985541Z [6778/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Relu.cpp.obj 2024-08-07T17:29:11.3423512Z [6779/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\TensorShape.cpp.obj 2024-08-07T17:29:11.3572745Z [6780/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\UnaryOps.cpp.obj 2024-08-07T17:29:11.6196648Z [6781/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\transformer.cpp.obj 2024-08-07T17:29:11.7448642Z [6782/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Utils.cpp.obj 2024-08-07T17:29:12.2753999Z [6783/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\OpContext.cpp.obj 2024-08-07T17:29:12.3557533Z [6784/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\sdp_utils_cpp.cpp.obj 2024-08-07T17:29:12.3730715Z [6785/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\attention.cpp.obj 2024-08-07T17:29:12.4292219Z [6786/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Prelu.cpp.obj 2024-08-07T17:29:12.4639714Z [6787/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\utils\Factory.cpp.obj 2024-08-07T17:29:12.4910081Z [6788/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Activation.cpp.obj 2024-08-07T17:29:12.5289208Z [6789/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Shim.cpp.obj 2024-08-07T17:29:12.7715811Z [6790/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\RegisterMkldnnOpContextClass.cpp.obj 2024-08-07T17:29:13.0418665Z [6791/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\AveragePooling.cpp.obj 2024-08-07T17:29:13.2913966Z [6792/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\ChannelShuffle.cpp.obj 2024-08-07T17:29:13.4299753Z [6793/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\RNN.cpp.obj 2024-08-07T17:29:13.6749558Z [6794/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_0.cpp.obj 2024-08-07T17:29:13.6947017Z [6795/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_1.cpp.obj 2024-08-07T17:29:14.0311242Z [6796/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_2.cpp.obj 2024-08-07T17:29:14.3829320Z [6797/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_3.cpp.obj 2024-08-07T17:29:14.6291547Z [6798/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_4.cpp.obj 2024-08-07T17:29:14.6757748Z [6799/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Functions.cpp.obj 2024-08-07T17:29:14.6991208Z [6800/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterBackendSelect.cpp.obj 2024-08-07T17:29:14.8482296Z [6801/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CompositeViewCopyKernels.cpp.obj 2024-08-07T17:29:15.1264856Z [6802/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeExplicitAutograd.cpp.obj 2024-08-07T17:29:15.4546149Z [6803/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_1.cpp.obj 2024-08-07T17:29:15.5789779Z [6804/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeImplicitAutogradNestedTensor.cpp.obj 2024-08-07T17:29:15.6783067Z [6805/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU.cpp.obj 2024-08-07T17:29:15.9899042Z [6806/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_2.cpp.obj 2024-08-07T17:29:17.0628534Z [6807/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_0.cpp.obj 2024-08-07T17:29:17.0787426Z [6808/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorMeta.cpp.obj 2024-08-07T17:29:17.0913411Z [6809/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterMkldnnCPU.cpp.obj 2024-08-07T17:29:17.0946739Z [6810/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorCPU.cpp.obj 2024-08-07T17:29:17.1243707Z [6811/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_3.cpp.obj 2024-08-07T17:29:17.6694431Z [6812/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeImplicitAutograd.cpp.obj 2024-08-07T17:29:18.2176489Z [6813/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeExplicitAutogradNonFunctional.cpp.obj 2024-08-07T17:29:18.2334114Z [6814/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterMeta.cpp.obj 2024-08-07T17:29:18.2439340Z [6815/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSchema.cpp.obj 2024-08-07T17:29:18.2469723Z [6816/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterQuantizedMeta.cpp.obj 2024-08-07T17:29:18.2632868Z [6817/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterQuantizedCPU.cpp.obj 2024-08-07T17:29:18.2669364Z [6818/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrCPU.cpp.obj 2024-08-07T17:29:18.2703535Z [6819/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCPU.cpp.obj 2024-08-07T17:29:18.7366436Z [6820/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ATenOpList.cpp.obj 2024-08-07T17:29:18.7451010Z [6821/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPU_add.cpp.obj 2024-08-07T17:29:19.0739709Z [6822/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_model_loader.cpp.obj 2024-08-07T17:29:19.0844297Z [6823/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\TensorMethods.cpp.obj 2024-08-07T17:29:19.1148226Z [6824/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterXPU.cpp.obj 2024-08-07T17:29:19.2065502Z [6825/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterZeroTensor.cpp.obj 2024-08-07T17:29:19.2612799Z [6826/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseMeta.cpp.obj 2024-08-07T17:29:19.2815976Z [6827/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrMeta.cpp.obj 2024-08-07T17:29:19.5491013Z [6828/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_wrapper.cpp.obj 2024-08-07T17:29:19.6168711Z [6829/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:19.8148819Z [6830/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\quantized\QTensorImpl.cpp.obj 2024-08-07T17:29:19.8239622Z [6831/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:19.8696284Z [6832/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:20.2065967Z [6833/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:20.9428665Z [6834/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:20.9578845Z [6835/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:20.9742691Z [6836/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:20.9773084Z [6837/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:20.9883092Z [6838/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:21.4257033Z [6839/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\quantized\Quantizer.cpp.obj 2024-08-07T17:29:21.5589273Z [6840/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:21.6362637Z [6841/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:21.7820681Z [6842/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_bind.cpp.obj 2024-08-07T17:29:21.8361090Z [6843/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:21.9195498Z [6844/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:22.0174779Z [6845/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:22.3675607Z [6846/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:22.6330812Z [6847/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_register.cpp.obj 2024-08-07T17:29:22.9626840Z [6848/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:22.9681648Z [6849/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:22.9743255Z [6850/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:22.9765244Z [6851/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:22.9888351Z [6852/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:23.0004813Z [6853/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:23.0035870Z [6854/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:23.5620123Z [6855/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:23.5815355Z [6856/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:23.5916315Z [6857/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:23.8616415Z [6858/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:24.3853098Z [6859/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:24.4017678Z [6860/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:24.4044862Z [6861/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:24.4150432Z [6862/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:24.4239011Z [6863/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:24.4307375Z [6864/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:24.4339168Z [6865/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:25.3608413Z [6866/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:25.3662198Z [6867/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:25.3747951Z [6868/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:25.3875664Z [6869/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:25.3905431Z [6870/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:25.3935105Z [6871/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:25.4012892Z [6872/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:25.4303136Z [6873/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:26.0082632Z [6874/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:26.0256701Z [6875/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:26.0574582Z [6876/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:26.1885434Z [6877/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:26.2127550Z [6878/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:26.2312127Z [6879/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:26.2467244Z [6880/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:26.3488371Z [6881/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:26.7732573Z [6882/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:26.7762624Z [6883/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:26.8238155Z [6884/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:27.0198740Z [6885/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:27.0662686Z [6886/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:27.0910020Z [6887/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:27.0912357Z 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-08-07T17:29:27.0914666Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(112): note: see reference to class template instantiation 'at::vec::VecReduceAllSIMD' being compiled 2024-08-07T17:29:27.0916252Z with 2024-08-07T17:29:27.0916464Z [ 2024-08-07T17:29:27.0916657Z scalar_t=float, 2024-08-07T17:29:27.0917212Z Op=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2024-08-07T17:29:27.0917799Z ] 2024-08-07T17:29:27.0918866Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(218): note: see reference to function template instantiation 'scalar_t at::vec::vec_reduce_all(Op (__cdecl &),const at::vec::DEFAULT::Vectorized &)' being compiled 2024-08-07T17:29:27.0919964Z with 2024-08-07T17:29:27.0920140Z [ 2024-08-07T17:29:27.0920333Z scalar_t=float, 2024-08-07T17:29:27.0920976Z ReduceOp=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &), 2024-08-07T17:29:27.0922154Z Op=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2024-08-07T17:29:27.0922895Z ] 2024-08-07T17:29:27.0925407Z 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-08-07T17:29:27.0927537Z with 2024-08-07T17:29:27.0927727Z [ 2024-08-07T17:29:27.0927915Z scalar_t=scalar_t, 2024-08-07T17:29:27.0928246Z data_t=at::vec::DEFAULT::Vectorized, 2024-08-07T17:29:27.0929024Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2024-08-07T17:29:27.0930128Z ReduceOp=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2024-08-07T17:29:27.0930720Z ] 2024-08-07T17:29:27.0932593Z 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-08-07T17:29:27.0934254Z with 2024-08-07T17:29:27.0934452Z [ 2024-08-07T17:29:27.0934706Z scalar_t=scalar_t 2024-08-07T17:29:27.0934927Z ] 2024-08-07T17:29:27.0936556Z 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-08-07T17:29:27.0938333Z with 2024-08-07T17:29:27.0938497Z [ 2024-08-07T17:29:27.0938672Z scalar_t=scalar_t 2024-08-07T17:29:27.0938960Z ] 2024-08-07T17:29:27.0940221Z 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-08-07T17:29:27.0941818Z with 2024-08-07T17:29:27.0942071Z [ 2024-08-07T17:29:27.0942311Z scalar_t=scalar_t 2024-08-07T17:29:27.0942640Z ] 2024-08-07T17:29:27.0944324Z 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-08-07T17:29:27.0946410Z with 2024-08-07T17:29:27.0946753Z [ 2024-08-07T17:29:27.0947073Z scalar_t=scalar_t 2024-08-07T17:29:27.0947481Z ] 2024-08-07T17:29:27.0949321Z 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-08-07T17:29:27.1882174Z [6888/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:27.2023334Z [6889/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:27.2901598Z [6890/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:27.4305717Z [6891/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:27.6620512Z [6892/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:27.7308678Z [6893/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\mkl\SparseBlas.cpp.obj 2024-08-07T17:29:27.8169161Z [6894/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:27.8171244Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(509): warning C4333: '>>': right shift by too large amount, data loss 2024-08-07T17:29:27.8173420Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_base.h(894): warning C4333: '>>': right shift by too large amount, data loss 2024-08-07T17:29:27.8175459Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(509): 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-08-07T17:29:27.8886198Z [6895/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:27.9266789Z [6896/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\core\common.cc.obj 2024-08-07T17:29:27.9539117Z [6897/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:27.9792780Z [6898/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\vulkan\Context.cpp.obj 2024-08-07T17:29:28.0383800Z [6899/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\read_adapter_interface.cc.obj 2024-08-07T17:29:28.0571136Z [6900/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:28.0853844Z [6901/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\metal\Context.cpp.obj 2024-08-07T17:29:28.1049491Z [6902/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\file_adapter.cc.obj 2024-08-07T17:29:28.1092618Z [6903/7975] Building C object caffe2\CMakeFiles\torch_cpu.dir\__\third_party\miniz-2.1.0\miniz.c.obj 2024-08-07T17:29:28.1190302Z [6904/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\crc.cc.obj 2024-08-07T17:29:28.1254585Z [6905/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\thread_pool_guard.cpp.obj 2024-08-07T17:29:28.3011152Z [6906/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.DEFAULT.cpp.obj 2024-08-07T17:29:28.3445762Z [6907/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\istream_adapter.cc.obj 2024-08-07T17:29:28.3692094Z [6908/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\inline_container.cc.obj 2024-08-07T17:29:28.3827966Z [6909/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\string_utils.cc.obj 2024-08-07T17:29:28.4015851Z [6910/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\pthreadpool-cpp.cc.obj 2024-08-07T17:29:28.5477463Z [6911/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\proto_wrap.cc.obj 2024-08-07T17:29:28.7160404Z [6912/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\ThreadPool.cc.obj 2024-08-07T17:29:28.9998992Z [6913/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\scope.cpp.obj 2024-08-07T17:29:29.3662258Z [6914/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ViewFuncs.cpp.obj 2024-08-07T17:29:30.1402981Z [6915/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_0.cpp.obj 2024-08-07T17:29:30.2066038Z [6916/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_1.cpp.obj 2024-08-07T17:29:31.4417490Z [6917/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ADInplaceOrViewType_0.cpp.obj 2024-08-07T17:29:31.6479326Z [6918/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\Functions.cpp.obj 2024-08-07T17:29:31.6629241Z [6919/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_2.cpp.obj 2024-08-07T17:29:31.9786355Z [6920/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_0.cpp.obj 2024-08-07T17:29:32.1082620Z [6921/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_1.cpp.obj 2024-08-07T17:29:32.1308438Z [6922/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_2.cpp.obj 2024-08-07T17:29:32.2021586Z [6923/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_3.cpp.obj 2024-08-07T17:29:32.2977240Z [6924/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\generated\c_shim_cpu.cpp.obj 2024-08-07T17:29:32.8284541Z [6925/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ADInplaceOrViewType_1.cpp.obj 2024-08-07T17:29:32.9603911Z [6926/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_3.cpp.obj 2024-08-07T17:29:33.0920513Z [6927/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd.cpp.obj 2024-08-07T17:29:33.1431447Z [6928/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_4.cpp.obj 2024-08-07T17:29:33.1731418Z [6929/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\RegisterAutogradLazy.cpp.obj 2024-08-07T17:29:33.2393511Z [6930/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\RegisterLazy.cpp.obj 2024-08-07T17:29:33.5667460Z [6931/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_4.cpp.obj 2024-08-07T17:29:33.6781924Z [6932/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\anomaly_mode.cpp.obj 2024-08-07T17:29:33.9125036Z [6933/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\forward_grad.cpp.obj 2024-08-07T17:29:33.9766706Z [6934/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd_meta.cpp.obj 2024-08-07T17:29:34.0955683Z [6935/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd_not_implemented_fallback.cpp.obj 2024-08-07T17:29:34.1124350Z [6936/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\engine.cpp.obj 2024-08-07T17:29:34.2706417Z [6937/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\cpp_hook.cpp.obj 2024-08-07T17:29:34.5960428Z [6938/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\utils.cpp.obj 2024-08-07T17:29:35.5135140Z [6939/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\input_metadata.cpp.obj 2024-08-07T17:29:35.9971327Z [6940/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\LazyNativeFunctions.cpp.obj 2024-08-07T17:29:36.3643284Z [6941/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\jit_decomp_interface.cpp.obj 2024-08-07T17:29:36.7991668Z [6942/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\custom_function.cpp.obj 2024-08-07T17:29:36.9350755Z [6943/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\profiler_legacy.cpp.obj 2024-08-07T17:29:37.1828401Z [6944/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\tensor.cpp.obj 2024-08-07T17:29:37.2532524Z [6945/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\function.cpp.obj 2024-08-07T17:29:37.2656959Z [6946/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\basic_ops.cpp.obj 2024-08-07T17:29:37.2824562Z [6947/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\record_function_ops.cpp.obj 2024-08-07T17:29:37.3469034Z [6948/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\accumulate_grad.cpp.obj 2024-08-07T17:29:37.6078850Z [6949/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\input_buffer.cpp.obj 2024-08-07T17:29:37.6151853Z [6950/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\utils\warnings.cpp.obj 2024-08-07T17:29:37.7473934Z [6951/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\profiler_kineto.cpp.obj 2024-08-07T17:29:38.1161536Z [6952/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\saved_variable.cpp.obj 2024-08-07T17:29:38.1703845Z [6953/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner_cpu.cpp.obj 2024-08-07T17:29:38.2501819Z [6954/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\variable_info.cpp.obj 2024-08-07T17:29:38.5380794Z [6955/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\mkldnn_tensor.cpp.obj 2024-08-07T17:29:38.9841358Z [6956/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\tensor_converter.cpp.obj 2024-08-07T17:29:39.0558092Z [6957/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_debug_handler.cpp.obj 2024-08-07T17:29:39.4145283Z [6958/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner.cpp.obj 2024-08-07T17:29:39.4179112Z [6959/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\object.cpp.obj 2024-08-07T17:29:39.4946321Z [6960/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\shim_common.cpp.obj 2024-08-07T17:29:39.8639440Z [6961/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_debug_info.cpp.obj 2024-08-07T17:29:40.0014671Z [6962/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\oss_proxy_executor.cpp.obj 2024-08-07T17:29:40.1834895Z [6963/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\module.cpp.obj 2024-08-07T17:29:40.4043642Z [6964/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_resolver.cpp.obj 2024-08-07T17:29:40.6087278Z [6965/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\variable.cpp.obj 2024-08-07T17:29:40.7572092Z [6966/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_interface.cpp.obj 2024-08-07T17:29:41.0088282Z [6967/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\inductor_ops.cpp.obj 2024-08-07T17:29:41.2417420Z [6968/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_detail.cpp.obj 2024-08-07T17:29:42.0075733Z [6969/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\builtin_functions.cpp.obj 2024-08-07T17:29:42.7995180Z [6970/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\function_impl.cpp.obj 2024-08-07T17:29:42.8780868Z [6971/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\compiler.cpp.obj 2024-08-07T17:29:42.9538372Z [6972/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\inline_loop_condition.cpp.obj 2024-08-07T17:29:42.9781044Z [6973/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\edit_distance.cpp.obj 2024-08-07T17:29:43.5451281Z [6974/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\codegen.cpp.obj 2024-08-07T17:29:43.7938510Z [6975/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\kernel_cache.cpp.obj 2024-08-07T17:29:43.8550198Z [6976/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\canonicalize_modified_loop.cpp.obj 2024-08-07T17:29:44.0656251Z [6977/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\exit_transforms.cpp.obj 2024-08-07T17:29:44.1258841Z [6978/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\executor.cpp.obj 2024-08-07T17:29:44.1363397Z [6979/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\convert_to_ssa.cpp.obj 2024-08-07T17:29:44.1687053Z [6980/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\interface.cpp.obj 2024-08-07T17:29:44.2097058Z [6981/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\parser.cpp.obj 2024-08-07T17:29:44.3980153Z [6982/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\name_mangler.cpp.obj 2024-08-07T17:29:44.5946504Z [6983/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\ir_emitter.cpp.obj 2024-08-07T17:29:44.6355510Z [6984/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\fallback.cpp.obj 2024-08-07T17:29:44.7850774Z [6985/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\script_type_parser.cpp.obj 2024-08-07T17:29:45.1105673Z [6986/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\alias_analysis.cpp.obj 2024-08-07T17:29:45.1285424Z [6987/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\schema_matching.cpp.obj 2024-08-07T17:29:45.1677166Z [6988/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\sugared_value.cpp.obj 2024-08-07T17:29:45.2029326Z [6989/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\attributes.cpp.obj 2024-08-07T17:29:45.4001151Z [6990/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\versioned_symbols.cpp.obj 2024-08-07T17:29:45.6786563Z [6991/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\tracer.cpp.obj 2024-08-07T17:29:45.7680352Z [6992/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\node_hashing.cpp.obj 2024-08-07T17:29:46.0946126Z [6993/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\irparser.cpp.obj 2024-08-07T17:29:46.1270819Z [6994/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\graph_utils.cpp.obj 2024-08-07T17:29:46.1922134Z [6995/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\jit_opt_limit.cpp.obj 2024-08-07T17:29:46.2569664Z [6996/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\ir.cpp.obj 2024-08-07T17:29:46.3441987Z [6997/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\type_hashing.cpp.obj 2024-08-07T17:29:46.5977140Z [6998/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\runtime_compatibility.cpp.obj 2024-08-07T17:29:46.7403310Z [6999/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\subgraph_matcher.cpp.obj 2024-08-07T17:29:47.0704300Z [7000/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\jit_log.cpp.obj 2024-08-07T17:29:47.0847773Z [7001/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\model_compatibility.cpp.obj 2024-08-07T17:29:47.2622163Z [7002/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\import.cpp.obj 2024-08-07T17:29:47.4849076Z [7003/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\observer.cpp.obj 2024-08-07T17:29:47.7494253Z [7004/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\function.cpp.obj 2024-08-07T17:29:47.8335164Z [7005/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\registry.cpp.obj 2024-08-07T17:29:48.0056918Z [7006/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\backend.cpp.obj 2024-08-07T17:29:48.0403381Z [7007/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\module.cpp.obj 2024-08-07T17:29:48.3082556Z [7008/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\constants.cpp.obj 2024-08-07T17:29:48.6038979Z [7009/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\interpreter.cpp.obj 2024-08-07T17:29:48.6115728Z [7010/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\parse_bytecode.cpp.obj 2024-08-07T17:29:48.8416222Z [7011/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\prim_ops_registery.cpp.obj 2024-08-07T17:29:49.3571050Z [7012/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\quantization.cpp.obj 2024-08-07T17:29:49.5236574Z [7013/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\parse_operators.cpp.obj 2024-08-07T17:29:49.9120727Z [7014/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\context.cpp.obj 2024-08-07T17:29:49.9517031Z [7015/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\flatbuffer_loader.cpp.obj 2024-08-07T17:29:49.9704200Z [7016/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\upgraders.cpp.obj 2024-08-07T17:29:50.0009394Z [7017/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\promoted_prim_ops.cpp.obj 2024-08-07T17:29:50.0252275Z [7018/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\aot_compiler.cpp.obj 2024-08-07T17:29:50.2067927Z [7019/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\utils.cpp.obj 2024-08-07T17:29:50.2388148Z [7020/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\upgrader_mobile.cpp.obj 2024-08-07T17:29:50.3912618Z [7021/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\type_parser.cpp.obj 2024-08-07T17:29:50.4141471Z [7022/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\version_map.cpp.obj 2024-08-07T17:29:50.4943640Z [7023/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\register_ops_common_utils.cpp.obj 2024-08-07T17:29:50.9563208Z [7024/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\annotate_warns.cpp.obj 2024-08-07T17:29:51.0261960Z [7025/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\upgraders_entry.cpp.obj 2024-08-07T17:29:51.2127948Z [7026/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\canonicalize.cpp.obj 2024-08-07T17:29:51.4190039Z [7027/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\add_if_then_else.cpp.obj 2024-08-07T17:29:51.4732723Z [7028/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\common_subexpression_elimination.cpp.obj 2024-08-07T17:29:51.8978332Z [7029/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\canonicalize_graph_fuser_ops.cpp.obj 2024-08-07T17:29:52.2427126Z [7030/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\check_strict_fusion.cpp.obj 2024-08-07T17:29:52.3679191Z [7031/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\create_autodiff_subgraphs.cpp.obj 2024-08-07T17:29:52.4590485Z [7032/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\constant_pooling.cpp.obj 2024-08-07T17:29:52.8841601Z [7033/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\create_functional_graphs.cpp.obj 2024-08-07T17:29:53.2003916Z [7034/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\constant_propagation.cpp.obj 2024-08-07T17:29:53.3163426Z [7035/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\concat_opt.cpp.obj 2024-08-07T17:29:53.3424693Z [7036/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\bailout_graph.cpp.obj 2024-08-07T17:29:53.4098000Z [7037/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dbr_quantization\remove_redundant_aliases.cpp.obj 2024-08-07T17:29:53.5069972Z [7038/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\batch_mm.cpp.obj 2024-08-07T17:29:54.2024313Z [7039/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dead_code_elimination.cpp.obj 2024-08-07T17:29:54.2132485Z [7040/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\decompose_ops.cpp.obj 2024-08-07T17:29:54.2241221Z [7041/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\device_type_analysis.cpp.obj 2024-08-07T17:29:54.2562408Z [7042/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\clear_undefinedness.cpp.obj 2024-08-07T17:29:54.3180334Z [7043/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dtype_analysis.cpp.obj 2024-08-07T17:29:54.3893105Z [7044/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\clear_profiling.cpp.obj 2024-08-07T17:29:54.5424734Z [7045/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fixup_trace_scope_blocks.cpp.obj 2024-08-07T17:29:54.5753917Z [7046/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fold_conv_bn.cpp.obj 2024-08-07T17:29:55.1666180Z [7047/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\eliminate_no_ops.cpp.obj 2024-08-07T17:29:55.1836885Z [7048/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\erase_number_types.cpp.obj 2024-08-07T17:29:55.4142342Z [7049/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fold_linear_bn.cpp.obj 2024-08-07T17:29:55.4401741Z [7050/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_exceptions.cpp.obj 2024-08-07T17:29:55.4480379Z [7051/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_concat_linear.cpp.obj 2024-08-07T17:29:55.5350618Z [7052/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_conv_add_relu_fusion.cpp.obj 2024-08-07T17:29:55.5918574Z [7053/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_graph_optimizations.cpp.obj 2024-08-07T17:29:56.1160917Z [7054/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_conv_folding.cpp.obj 2024-08-07T17:29:56.1914031Z [7055/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fuse_linear.cpp.obj 2024-08-07T17:29:56.3696704Z [7056/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_linear_transpose.cpp.obj 2024-08-07T17:29:56.4927180Z [7057/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fuse_relu.cpp.obj 2024-08-07T17:29:56.6179164Z [7058/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_linear_folding.cpp.obj 2024-08-07T17:29:57.1378357Z [7059/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\graph_rewrite_helper.cpp.obj 2024-08-07T17:29:57.1697730Z [7060/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_autodiff_subgraphs.cpp.obj 2024-08-07T17:29:57.5166295Z [7061/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\hoist_conv_packed_params.cpp.obj 2024-08-07T17:29:57.6188240Z [7062/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inplace_check.cpp.obj 2024-08-07T17:29:58.0708123Z [7063/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\integer_value_refinement.cpp.obj 2024-08-07T17:29:58.3891994Z [7064/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\freeze_module.cpp.obj 2024-08-07T17:29:58.4212850Z [7065/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_fork_wait.cpp.obj 2024-08-07T17:29:58.5946831Z [7066/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_forked_closures.cpp.obj 2024-08-07T17:29:59.0741499Z [7067/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inliner.cpp.obj 2024-08-07T17:29:59.1402358Z [7068/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\graph_fuser.cpp.obj 2024-08-07T17:29:59.3352418Z [7069/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_ops_to_mkldnn.cpp.obj 2024-08-07T17:29:59.3532809Z [7070/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lift_closures.cpp.obj 2024-08-07T17:29:59.3654878Z [7071/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\loop_unrolling.cpp.obj 2024-08-07T17:29:59.8212699Z [7072/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\guard_elimination.cpp.obj 2024-08-07T17:30:00.0572485Z [7073/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_grad_of.cpp.obj 2024-08-07T17:30:00.2903404Z [7074/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\normalize_ops.cpp.obj 2024-08-07T17:30:00.3415700Z [7075/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_tuples.cpp.obj 2024-08-07T17:30:00.5187051Z [7076/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\insert_guards.cpp.obj 2024-08-07T17:30:00.7904242Z [7077/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\pass_manager.cpp.obj 2024-08-07T17:30:01.0876664Z [7078/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_alias_sensitive.cpp.obj 2024-08-07T17:30:01.2728122Z [7079/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole.cpp.obj 2024-08-07T17:30:01.3689766Z [7080/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_list_idioms.cpp.obj 2024-08-07T17:30:01.5013089Z [7081/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\dedup_module_uses.cpp.obj 2024-08-07T17:30:01.7925407Z [7082/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_dict_idioms.cpp.obj 2024-08-07T17:30:02.0372749Z [7083/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_non_tensor.cpp.obj 2024-08-07T17:30:02.2226989Z [7084/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\metal_rewrite.cpp.obj 2024-08-07T17:30:02.2915961Z [7085/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\prepack_folding.cpp.obj 2024-08-07T17:30:02.3809488Z [7086/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\insert_observers.cpp.obj 2024-08-07T17:30:02.4872620Z [7087/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\liveness.cpp.obj 2024-08-07T17:30:02.6271032Z [7088/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\helper.cpp.obj 2024-08-07T17:30:02.6329326Z [7089/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\quantization_type.cpp.obj 2024-08-07T17:30:02.7157633Z [7090/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\fusion_passes.cpp.obj 2024-08-07T17:30:03.0213165Z [7091/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\insert_quant_dequant.cpp.obj 2024-08-07T17:30:03.0482859Z [7092/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\mkldnn_rewrite.cpp.obj 2024-08-07T17:30:03.2856305Z [7093/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\refine_tuple_types.cpp.obj 2024-08-07T17:30:03.6332465Z [7094/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_dropout.cpp.obj 2024-08-07T17:30:04.6045878Z [7095/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_expands.cpp.obj 2024-08-07T17:30:05.6476037Z [7096/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_redundant_profiles.cpp.obj 2024-08-07T17:30:05.7681690Z [7097/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\finalize.cpp.obj 2024-08-07T17:30:05.8703229Z [7098/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\mem_dependency_checker.cpp.obj 2024-08-07T17:30:05.8704662Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(397): warning C4805: '==': unsafe mix of type 'c10::impl::ScalarTypeToCPPType::type' and type 'T' in operation 2024-08-07T17:30:05.8705612Z with 2024-08-07T17:30:05.8705796Z [ 2024-08-07T17:30:05.8705979Z T=int 2024-08-07T17:30:05.8706173Z ] 2024-08-07T17:30:05.8707438Z 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-08-07T17:30:05.8708786Z with 2024-08-07T17:30:05.8708979Z [ 2024-08-07T17:30:05.8709140Z T=int 2024-08-07T17:30:05.8709329Z ] 2024-08-07T17:30:06.2602820Z [7099/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\register_packed_params.cpp.obj 2024-08-07T17:30:06.4267461Z [7100/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\loopnest.cpp.obj 2024-08-07T17:30:06.4659175Z [7101/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\lowerings.cpp.obj 2024-08-07T17:30:06.4846725Z [7102/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_mutation.cpp.obj 2024-08-07T17:30:06.6329738Z [7103/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\conv2d.cpp.obj 2024-08-07T17:30:06.6897464Z [7104/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\replacement_of_old_operators.cpp.obj 2024-08-07T17:30:06.7366431Z [7105/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\loopnest_randomization.cpp.obj 2024-08-07T17:30:06.7531408Z [7106/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\restore_mutation.cpp.obj 2024-08-07T17:30:07.2786670Z [7107/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\requires_grad_analysis.cpp.obj 2024-08-07T17:30:07.3889139Z [7108/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\subgraph_rewrite.cpp.obj 2024-08-07T17:30:07.4655385Z [7109/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\shape_analysis.cpp.obj 2024-08-07T17:30:07.6145832Z [7110/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_cache.cpp.obj 2024-08-07T17:30:07.6396162Z [7111/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_analysis.cpp.obj 2024-08-07T17:30:07.7104158Z [7112/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\update_differentiable_graph_requires_grad.cpp.obj 2024-08-07T17:30:08.3863550Z [7113/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\op_registry.cpp.obj 2024-08-07T17:30:08.5054826Z [7114/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\optimization_utils.cpp.obj 2024-08-07T17:30:08.6252028Z [7115/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\subgraph_utils.cpp.obj 2024-08-07T17:30:08.6952845Z [7116/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\value_refinement_utils.cpp.obj 2024-08-07T17:30:08.7189143Z [7117/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\python\utf8_decoding_ignore.cpp.obj 2024-08-07T17:30:08.7360447Z [7118/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\memory_dag.cpp.obj 2024-08-07T17:30:08.8162391Z [7119/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\python\update_graph_executor_opt.cpp.obj 2024-08-07T17:30:09.4815572Z [7120/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\variadic_ops.cpp.obj 2024-08-07T17:30:09.7647713Z [7121/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\decomposition_registry.cpp.obj 2024-08-07T17:30:09.8783688Z [7122/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\autodiff.cpp.obj 2024-08-07T17:30:10.0225713Z [7123/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\specialize_autogradzero.cpp.obj 2024-08-07T17:30:10.2166246Z [7124/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\tensorexpr_fuser.cpp.obj 2024-08-07T17:30:10.2167430Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\passes\tensorexpr_fuser.cpp(477): warning C4805: '&=': unsafe mix of type 'bool' and type 'unsigned __int64' in operation 2024-08-07T17:30:10.2169804Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\passes\tensorexpr_fuser.cpp(477): warning C4805: '&': unsafe mix of type 'bool' and type 'unsigned __int64' in operation 2024-08-07T17:30:10.3401993Z [7125/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\instruction.cpp.obj 2024-08-07T17:30:10.5240786Z [7126/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\argument_spec.cpp.obj 2024-08-07T17:30:10.5303054Z [7127/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\jit_exception.cpp.obj 2024-08-07T17:30:10.7013979Z [7128/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\decomposition_registry_util.cpp.obj 2024-08-07T17:30:10.8190413Z [7129/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_runtime_fusion.cpp.obj 2024-08-07T17:30:11.1080527Z [7130/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\print_handler.cpp.obj 2024-08-07T17:30:11.2618285Z [7131/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter\preprocess_graph.cpp.obj 2024-08-07T17:30:11.8758011Z [7132/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\vulkan_rewrite.cpp.obj 2024-08-07T17:30:12.1047824Z [7133/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\xnnpack_rewrite.cpp.obj 2024-08-07T17:30:12.3390465Z [7134/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\logging.cpp.obj 2024-08-07T17:30:12.6704101Z [7135/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\slice_indices_adjust.cpp.obj 2024-08-07T17:30:13.5732259Z [7136/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\graph_executor.cpp.obj 2024-08-07T17:30:14.0251900Z [7137/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\jit_trace.cpp.obj 2024-08-07T17:30:14.0891816Z [7138/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter\frame.cpp.obj 2024-08-07T17:30:14.1204070Z [7139/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter.cpp.obj 2024-08-07T17:30:14.5172820Z [7140/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\profiling_record.cpp.obj 2024-08-07T17:30:14.5399711Z [7141/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\profiling_graph_executor_impl.cpp.obj 2024-08-07T17:30:15.0113860Z [7142/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\serialized_shape_function_registry.cpp.obj 2024-08-07T17:30:15.0223051Z [7143/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\script_profile.cpp.obj 2024-08-07T17:30:15.0673609Z [7144/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\operator.cpp.obj 2024-08-07T17:30:15.5371147Z [7145/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\fusion.cpp.obj 2024-08-07T17:30:15.5649650Z [7146/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\impl.cpp.obj 2024-08-07T17:30:16.0115089Z [7147/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\memory_planner.cpp.obj 2024-08-07T17:30:16.4497855Z [7148/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_ops_utils.cpp.obj 2024-08-07T17:30:16.5880759Z [7149/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_shape_registry.cpp.obj 2024-08-07T17:30:16.5999090Z [7150/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_script.cpp.obj 2024-08-07T17:30:17.1918481Z [7151/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\simple_graph_executor_impl.cpp.obj 2024-08-07T17:30:17.4960219Z [7152/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\passes.cpp.obj 2024-08-07T17:30:17.5610938Z [7153/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\callstack_debug_info_serialization.cpp.obj 2024-08-07T17:30:17.6001855Z [7154/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_shape_registry_util.cpp.obj 2024-08-07T17:30:17.7671606Z [7155/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\native_ops.cpp.obj 2024-08-07T17:30:18.4378943Z [7156/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_export_helpers.cpp.obj 2024-08-07T17:30:18.6410819Z [7157/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_read.cpp.obj 2024-08-07T17:30:18.7349315Z [7158/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\pickle.cpp.obj 2024-08-07T17:30:19.0174776Z [7159/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\ops.cpp.obj 2024-08-07T17:30:19.1349111Z [7160/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\generated_ops.cpp.obj 2024-08-07T17:30:19.4629766Z [7161/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_source.cpp.obj 2024-08-07T17:30:19.5176775Z [7162/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\te_wrapper.cpp.obj 2024-08-07T17:30:19.5350830Z [7163/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\vararg_functions.cpp.obj 2024-08-07T17:30:19.7188089Z [7164/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\python_print.cpp.obj 2024-08-07T17:30:20.0281205Z [7165/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\source_range_serialization.cpp.obj 2024-08-07T17:30:20.4676871Z [7166/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\type_name_uniquer.cpp.obj 2024-08-07T17:30:20.8416333Z [7167/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import.cpp.obj 2024-08-07T17:30:21.9912049Z [7168/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\pickler.cpp.obj 2024-08-07T17:30:22.4951296Z [7169/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\unpickler.cpp.obj 2024-08-07T17:30:22.7995098Z [7170/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\block_codegen.cpp.obj 2024-08-07T17:30:23.1471140Z [7171/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\bounds_overlap.cpp.obj 2024-08-07T17:30:23.3031708Z [7172/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\bounds_inference.cpp.obj 2024-08-07T17:30:23.3503481Z [7173/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\codegen.cpp.obj 2024-08-07T17:30:23.5185565Z [7174/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_registry.cpp.obj 2024-08-07T17:30:24.0950443Z [7175/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\expr.cpp.obj 2024-08-07T17:30:24.1533659Z [7176/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\intrinsic_symbols.cpp.obj 2024-08-07T17:30:24.6808111Z [7177/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions.cpp.obj 2024-08-07T17:30:25.1061620Z [7178/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_codegen.cpp.obj 2024-08-07T17:30:25.8973954Z [7179/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\eval.cpp.obj 2024-08-07T17:30:26.0636783Z [7180/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\cpp_codegen.cpp.obj 2024-08-07T17:30:26.2484198Z [7181/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_core.cpp.obj 2024-08-07T17:30:26.3207528Z [7182/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\llvm_codegen.cpp.obj 2024-08-07T17:30:26.3828413Z [7183/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\llvm_jit.cpp.obj 2024-08-07T17:30:26.7380659Z [7184/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\hash_provider.cpp.obj 2024-08-07T17:30:26.8743971Z [7185/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\graph_opt.cpp.obj 2024-08-07T17:30:26.9678198Z [7186/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir.cpp.obj 2024-08-07T17:30:27.5902388Z [7187/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_cloner.cpp.obj 2024-08-07T17:30:28.0225323Z [7188/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\jit.cpp.obj 2024-08-07T17:30:28.3540486Z [7189/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_simplifier.cpp.obj 2024-08-07T17:30:28.3541759Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(397): warning C4805: '==': unsafe mix of type 'c10::impl::ScalarTypeToCPPType::type' and type 'T' in operation 2024-08-07T17:30:28.3542750Z with 2024-08-07T17:30:28.3542953Z [ 2024-08-07T17:30:28.3543183Z T=int 2024-08-07T17:30:28.3543380Z ] 2024-08-07T17:30:28.3544474Z 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-08-07T17:30:28.3545666Z with 2024-08-07T17:30:28.3545839Z [ 2024-08-07T17:30:28.3546026Z T=int 2024-08-07T17:30:28.3546286Z ] 2024-08-07T17:30:28.5971848Z [7190/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\backport_manager.cpp.obj 2024-08-07T17:30:28.6458879Z [7191/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_mutator.cpp.obj 2024-08-07T17:30:28.9000570Z [7192/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\backport.cpp.obj 2024-08-07T17:30:29.2499930Z [7193/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_printer.cpp.obj 2024-08-07T17:30:29.5390430Z [7194/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_visitor.cpp.obj 2024-08-07T17:30:29.5917425Z [7195/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export_bytecode.cpp.obj 2024-08-07T17:30:29.7594535Z [7196/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\onnx.cpp.obj 2024-08-07T17:30:30.1890299Z [7197/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\kernel.cpp.obj 2024-08-07T17:30:30.3430898Z [7198/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_verifier.cpp.obj 2024-08-07T17:30:30.5940113Z [7199/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\types.cpp.obj 2024-08-07T17:30:31.5089179Z [7200/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\reduction.cpp.obj 2024-08-07T17:30:32.0170090Z [7201/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export.cpp.obj 2024-08-07T17:30:32.3459974Z [7202/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\matmul.cpp.obj 2024-08-07T17:30:32.8897237Z [7203/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\pointwise.cpp.obj 2024-08-07T17:30:33.0162982Z [7204/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\norm.cpp.obj 2024-08-07T17:30:33.1290746Z [7205/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\quantization.cpp.obj 2024-08-07T17:30:33.1433634Z [7206/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\tensor.cpp.obj 2024-08-07T17:30:33.3683383Z [7207/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\misc.cpp.obj 2024-08-07T17:30:33.8183747Z [7208/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\backend_device.cpp.obj 2024-08-07T17:30:34.0415085Z [7209/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\testing\hooks_for_testing.cpp.obj 2024-08-07T17:30:34.1654352Z [7210/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\unique_name_manager.cpp.obj 2024-08-07T17:30:34.2112952Z [7211/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\softmax.cpp.obj 2024-08-07T17:30:34.2283065Z [7212/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\backend_interface.cpp.obj 2024-08-07T17:30:34.3137335Z [7213/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\testing\file_check.cpp.obj 2024-08-07T17:30:34.3237379Z [7214/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\config.cpp.obj 2024-08-07T17:30:34.7253257Z [7215/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\lowering_context.cpp.obj 2024-08-07T17:30:34.9569411Z [7216/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\reduction.cpp.obj 2024-08-07T17:30:35.0076800Z [7217/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\hash.cpp.obj 2024-08-07T17:30:35.1560938Z [7218/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\debug_util.cpp.obj 2024-08-07T17:30:35.2088852Z [7219/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\helpers.cpp.obj 2024-08-07T17:30:35.2750280Z [7220/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_util.cpp.obj 2024-08-07T17:30:35.3401598Z [7221/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_dump_util.cpp.obj 2024-08-07T17:30:35.5436107Z [7222/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\permutation_util.cpp.obj 2024-08-07T17:30:35.5660478Z [7223/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\multi_wait.cpp.obj 2024-08-07T17:30:35.6393896Z [7224/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\metrics.cpp.obj 2024-08-07T17:30:35.7141910Z [7225/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\registerizer.cpp.obj 2024-08-07T17:30:35.7143559Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(397): warning C4805: '==': unsafe mix of type 'c10::impl::ScalarTypeToCPPType::type' and type 'T' in operation 2024-08-07T17:30:35.7144483Z with 2024-08-07T17:30:35.7144686Z [ 2024-08-07T17:30:35.7144925Z T=int 2024-08-07T17:30:35.7146003Z ] 2024-08-07T17:30:35.7147090Z 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-08-07T17:30:35.7148465Z with 2024-08-07T17:30:35.7148644Z [ 2024-08-07T17:30:35.7148846Z T=int 2024-08-07T17:30:35.7149108Z ] 2024-08-07T17:30:35.9608928Z [7226/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_metadata.cpp.obj 2024-08-07T17:30:35.9803534Z [7227/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\lazy_graph_executor.cpp.obj 2024-08-07T17:30:36.1264006Z [7228/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir.cpp.obj 2024-08-07T17:30:36.2604508Z [7229/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\shape.cpp.obj 2024-08-07T17:30:36.5633628Z [7230/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ops\utils.cpp.obj 2024-08-07T17:30:36.5740407Z [7231/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ops\arithmetic_ir_ops.cpp.obj 2024-08-07T17:30:36.5992098Z [7232/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\thread_pool.cpp.obj 2024-08-07T17:30:36.6716592Z [7233/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\trie.cpp.obj 2024-08-07T17:30:36.7274119Z [7234/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor_util.cpp.obj 2024-08-07T17:30:36.9008103Z [7235/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\monitor\counters.cpp.obj 2024-08-07T17:30:36.9996573Z [7236/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\monitor\events.cpp.obj 2024-08-07T17:30:37.1192010Z [7237/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor_impl.cpp.obj 2024-08-07T17:30:37.1467024Z [7238/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor.cpp.obj 2024-08-07T17:30:37.3036219Z [7239/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\perf.cpp.obj 2024-08-07T17:30:37.4076045Z [7240/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\combined_traceback.cpp.obj 2024-08-07T17:30:37.5281063Z [7241/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\collection.cpp.obj 2024-08-07T17:30:37.5537754Z [7242/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\data_flow.cpp.obj 2024-08-07T17:30:37.7944512Z [7243/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\kineto_client_interface.cpp.obj 2024-08-07T17:30:37.9875580Z [7244/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\python_tracer.cpp.obj 2024-08-07T17:30:38.0653661Z [7245/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\vulkan.cpp.obj 2024-08-07T17:30:38.1903040Z [7246/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\observer.cpp.obj 2024-08-07T17:30:38.3008159Z [7247/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\stubs\base.cpp.obj 2024-08-07T17:30:38.4020385Z [7248/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\itt_observer.cpp.obj 2024-08-07T17:30:38.4099639Z [7249/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\kineto_shim.cpp.obj 2024-08-07T17:30:38.4918844Z [7250/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\unwind\unwind_fb.cpp.obj 2024-08-07T17:30:38.4982058Z [7251/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\unwind\unwind.cpp.obj 2024-08-07T17:30:38.5453603Z [7252/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\privateuse1_observer.cpp.obj 2024-08-07T17:30:38.6622621Z [7253/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\cpp_stacktraces.cpp.obj 2024-08-07T17:30:38.9169204Z [7254/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\nvtx_observer.cpp.obj 2024-08-07T17:30:39.0227052Z [7255/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\execution_trace_observer.cpp.obj 2024-08-07T17:30:39.3686422Z [7256/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\util.cpp.obj 2024-08-07T17:30:39.4599923Z [7257/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\schema_info.cpp.obj 2024-08-07T17:30:39.4628171Z [7258/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\variadic.cpp.obj 2024-08-07T17:30:39.8889538Z [7259/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\shape_inference.cpp.obj 2024-08-07T17:30:39.9953888Z [7260/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_inplace_ops.cpp.obj 2024-08-07T17:30:40.0261589Z [7261/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_graph.cpp.obj 2024-08-07T17:30:40.9937583Z [7262/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_c10_ops.cpp.obj 2024-08-07T17:30:41.0191962Z [7263/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\check_alias_annotation.cpp.obj 2024-08-07T17:30:41.6839718Z [7264/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\tensor_flatten.cpp.obj 2024-08-07T17:30:42.0900877Z [7265/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\dynamic_ir.cpp.obj 2024-08-07T17:30:42.1850483Z [7266/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\autocast.cpp.obj 2024-08-07T17:30:42.2029231Z [7267/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ops\device_data.cpp.obj 2024-08-07T17:30:42.3413131Z [7268/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\config.cpp.obj 2024-08-07T17:30:42.6619856Z [7269/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\debug_info.cpp.obj 2024-08-07T17:30:42.7914694Z [7270/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_special_ops.cpp.obj 2024-08-07T17:30:42.9174545Z [7271/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\cuda\interface.cpp.obj 2024-08-07T17:30:42.9882964Z [7272/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_prim_ops_fulljit.cpp.obj 2024-08-07T17:30:43.1437300Z [7273/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ops\generic.cpp.obj 2024-08-07T17:30:43.2341654Z [7274/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\tensor_aten_ops.cpp.obj 2024-08-07T17:30:43.3999352Z [7275/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_prim_ops.cpp.obj 2024-08-07T17:30:43.6668042Z [7276/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_lowering_context.cpp.obj 2024-08-07T17:30:43.7454998Z [7277/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_autograd_functions.cpp.obj 2024-08-07T17:30:44.1764257Z [7278/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_node.cpp.obj 2024-08-07T17:30:44.6983013Z [7279/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\export_data.cpp.obj 2024-08-07T17:30:45.0613549Z [7280/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_eager_fallback.cpp.obj 2024-08-07T17:30:45.2362695Z [7281/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_backend_impl.cpp.obj 2024-08-07T17:30:45.2940433Z [7282/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\import_data.cpp.obj 2024-08-07T17:30:45.8988687Z [7283/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_node_lowering.cpp.obj 2024-08-07T17:30:46.1473728Z [7284/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\out_types.cpp.obj 2024-08-07T17:30:46.8609833Z [7285/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\TraceTypeManual.cpp.obj 2024-08-07T17:30:46.9485343Z [7286/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_native_functions.cpp.obj 2024-08-07T17:30:47.1525553Z [7287/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\stubs\itt.cpp.obj 2024-08-07T17:30:47.3313361Z [7288/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\itt_wrapper.cpp.obj 2024-08-07T17:30:47.4167881Z [7289/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\flatbuffer_serializer.cpp.obj 2024-08-07T17:30:47.5034108Z [7290/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\random.cpp.obj 2024-08-07T17:30:48.0627892Z [7291/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\xpu.cpp.obj 2024-08-07T17:30:48.0783766Z [7292/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.AVX2.cpp.obj 2024-08-07T17:30:48.0785408Z 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-08-07T17:30:48.0787423Z 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-08-07T17:30:48.0789383Z 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-08-07T17:30:48.0791349Z 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-08-07T17:30:48.0923828Z [7293/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\reduce_on_plateau_scheduler.cpp.obj 2024-08-07T17:30:48.1560022Z [7294/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\optim\sgd.cpp.obj 2024-08-07T17:30:48.4212033Z [7295/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\FunctionsManual.cpp.obj 2024-08-07T17:30:48.4363366Z [7296/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\byte_order.cpp.obj 2024-08-07T17:30:48.5010303Z [7297/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\sequential.cpp.obj 2024-08-07T17:30:49.0790694Z [7298/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\module_save.cpp.obj 2024-08-07T17:30:49.5335961Z [7299/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\VariableTypeManual.cpp.obj 2024-08-07T17:30:50.5374041Z [7300/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.AVX2.cpp.obj 2024-08-07T17:30:50.5375547Z 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-08-07T17:30:50.5377062Z 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-08-07T17:30:50.5378350Z 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-08-07T17:30:50.5379668Z 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-08-07T17:30:50.6992281Z [7301/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize\input-archive.cpp.obj 2024-08-07T17:30:50.7837461Z [7302/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Backoff.cpp.obj 2024-08-07T17:30:51.5551760Z [7303/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize\output-archive.cpp.obj 2024-08-07T17:30:51.6118102Z [7304/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_collectives\StoreCollectives.cpp.obj 2024-08-07T17:30:51.7836364Z [7305/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export_module.cpp.obj 2024-08-07T17:30:51.8139939Z [7306/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\FileStore.cpp.obj 2024-08-07T17:30:51.9466205Z [7307/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Backend.cpp.obj 2024-08-07T17:30:52.1703976Z [7308/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\GlooDeviceFactory.cpp.obj 2024-08-07T17:30:52.2430344Z [7309/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\DMAConnectivity.cpp.obj 2024-08-07T17:30:52.3071490Z [7310/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ParamCommsUtils.cpp.obj 2024-08-07T17:30:52.4254699Z [7311/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Functional.cpp.obj 2024-08-07T17:30:52.7104912Z [7312/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\cpu\fused_kernel.cpp.obj 2024-08-07T17:30:52.7532762Z [7313/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\PrefixStore.cpp.obj 2024-08-07T17:30:52.7750323Z [7314/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupMPI.cpp.obj 2024-08-07T17:30:53.2739584Z [7315/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Store.cpp.obj 2024-08-07T17:30:54.0777703Z [7316/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStoreLibUvBackend.cpp.obj 2024-08-07T17:30:55.3798455Z [7317/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\GroupRegistry.cpp.obj 2024-08-07T17:30:55.4533839Z [7318/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Ops.cpp.obj 2024-08-07T17:30:55.7998998Z [7319/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroup.cpp.obj 2024-08-07T17:30:55.9305468Z [7320/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupGloo.cpp.obj 2024-08-07T17:30:56.1818510Z [7321/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupWrapper.cpp.obj 2024-08-07T17:30:56.5485458Z [7322/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\SymmetricMemory.cpp.obj 2024-08-07T17:30:56.5777969Z [7323/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\logging.cpp.obj 2024-08-07T17:30:56.8085902Z [7324/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStore.cpp.obj 2024-08-07T17:30:57.0865533Z [7325/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\debug.cpp.obj 2024-08-07T17:30:57.4819063Z [7326/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Utils.cpp.obj 2024-08-07T17:30:57.7111947Z [7327/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\sequence_num.cpp.obj 2024-08-07T17:30:58.5486470Z [7328/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_plane\WorkerServer.cpp.obj 2024-08-07T17:30:58.9177006Z [7329/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStoreBackend.cpp.obj 2024-08-07T17:30:58.9248411Z [7330/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_plane\Handlers.cpp.obj 2024-08-07T17:30:59.3009338Z [7331/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\comm.cpp.obj 2024-08-07T17:30:59.4183803Z [7332/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\logger.cpp.obj 2024-08-07T17:30:59.4185479Z 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-08-07T17:30:59.5490179Z [7333/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\socket.cpp.obj 2024-08-07T17:30:59.7663930Z [7334/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\quantization\quantization.cpp.obj 2024-08-07T17:30:59.8903142Z [7335/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\cuda.cpp.obj 2024-08-07T17:30:59.9161242Z [7336/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\default_comm_hooks.cpp.obj 2024-08-07T17:31:00.5922421Z [7337/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Work.cpp.obj 2024-08-07T17:31:00.7772681Z [7338/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\imethod.cpp.obj 2024-08-07T17:31:00.8902667Z [7339/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\reducer.cpp.obj 2024-08-07T17:31:00.8977110Z [7340/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\enum.cpp.obj 2024-08-07T17:31:01.2710035Z [7341/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\mps.cpp.obj 2024-08-07T17:31:02.5610781Z [7342/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\datasets\mnist.cpp.obj 2024-08-07T17:31:02.8717778Z [7343/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\distributed.cpp.obj 2024-08-07T17:31:03.2900741Z [7344/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\random.cpp.obj 2024-08-07T17:31:03.5420754Z [7345/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize.cpp.obj 2024-08-07T17:31:03.9262419Z [7346/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\sequential.cpp.obj 2024-08-07T17:31:04.0341631Z [7347/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\init.cpp.obj 2024-08-07T17:31:04.4425835Z [7348/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\stream.cpp.obj 2024-08-07T17:31:04.5699466Z [7349/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\_functions.cpp.obj 2024-08-07T17:31:06.0060202Z [7350/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\adaptive.cpp.obj 2024-08-07T17:31:06.6373751Z [7351/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\module.cpp.obj 2024-08-07T17:31:06.8785716Z [7352/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\activation.cpp.obj 2024-08-07T17:31:07.4626702Z [7353/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\batchnorm.cpp.obj 2024-08-07T17:31:07.6149596Z [7354/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\normalization.cpp.obj 2024-08-07T17:31:07.9513490Z [7355/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\dropout.cpp.obj 2024-08-07T17:31:08.0581847Z [7356/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\distance.cpp.obj 2024-08-07T17:31:08.3148587Z [7357/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\instancenorm.cpp.obj 2024-08-07T17:31:09.9719932Z [7358/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\conv.cpp.obj 2024-08-07T17:31:10.0886094Z [7359/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\padding.cpp.obj 2024-08-07T17:31:10.4487259Z [7360/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\embedding.cpp.obj 2024-08-07T17:31:10.9169541Z [7361/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\fold.cpp.obj 2024-08-07T17:31:11.1134390Z [7362/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\linear.cpp.obj 2024-08-07T17:31:11.6580665Z [7363/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\pixelshuffle.cpp.obj 2024-08-07T17:31:11.7600102Z [7364/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\loss.cpp.obj 2024-08-07T17:31:12.1335790Z [7365/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\pooling.cpp.obj 2024-08-07T17:31:13.2846243Z [7366/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\rnn.cpp.obj 2024-08-07T17:31:13.6663514Z [7367/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\upsampling.cpp.obj 2024-08-07T17:31:13.7854469Z [7368/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\transformer.cpp.obj 2024-08-07T17:31:14.0597740Z [7369/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\batchnorm.cpp.obj 2024-08-07T17:31:14.3011784Z [7370/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\embedding.cpp.obj 2024-08-07T17:31:14.8493846Z [7371/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\adaptive.cpp.obj 2024-08-07T17:31:15.0470247Z [7372/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\activation.cpp.obj 2024-08-07T17:31:15.7148047Z [7373/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\container\functional.cpp.obj 2024-08-07T17:31:16.5592898Z [7374/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\instancenorm.cpp.obj 2024-08-07T17:31:16.8750116Z [7375/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\linear.cpp.obj 2024-08-07T17:31:17.0567726Z [7376/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\conv.cpp.obj 2024-08-07T17:31:17.2648269Z [7377/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\normalization.cpp.obj 2024-08-07T17:31:17.5249797Z [7378/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\dropout.cpp.obj 2024-08-07T17:31:18.1193894Z [7379/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\vision.cpp.obj 2024-08-07T17:31:18.3115382Z [7380/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\padding.cpp.obj 2024-08-07T17:31:19.3728468Z [7381/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\transformer.cpp.obj 2024-08-07T17:31:19.8530298Z [7382/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\rnn.cpp.obj 2024-08-07T17:31:20.1679873Z [7383/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\pooling.cpp.obj 2024-08-07T17:31:20.6143259Z [7384/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adam.cpp.obj 2024-08-07T17:31:20.9644738Z [7385/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adamw.cpp.obj 2024-08-07T17:31:20.9717843Z [7386/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\lr_scheduler.cpp.obj 2024-08-07T17:31:21.0889087Z [7387/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adagrad.cpp.obj 2024-08-07T17:31:21.3419424Z [7388/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\optimizer.cpp.obj 2024-08-07T17:31:21.4171981Z [7389/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\step_lr.cpp.obj 2024-08-07T17:31:21.6990450Z [7390/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.AVX2.cpp.obj 2024-08-07T17:31:21.6991626Z 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-08-07T17:31:21.6992903Z 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-08-07T17:31:21.6994745Z 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-08-07T17:31:21.6996158Z 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-08-07T17:31:21.8524467Z [7391/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\lbfgs.cpp.obj 2024-08-07T17:31:21.9216925Z [7392/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.AVX2.cpp.obj 2024-08-07T17:31:21.9218008Z 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-08-07T17:31:21.9219231Z 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-08-07T17:31:21.9220583Z 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-08-07T17:31:21.9221821Z 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-08-07T17:31:21.9319826Z [7393/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:21.9322494Z 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-08-07T17:31:21.9323732Z 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-08-07T17:31:21.9325172Z 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-08-07T17:31:21.9326737Z 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-08-07T17:31:22.0207898Z [7394/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.AVX2.cpp.obj 2024-08-07T17:31:22.0209749Z 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-08-07T17:31:22.0211842Z 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-08-07T17:31:22.0214010Z 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-08-07T17:31:22.0216139Z 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-08-07T17:31:22.5220799Z [7395/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.AVX2.cpp.obj 2024-08-07T17:31:22.5222486Z 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-08-07T17:31:22.5224532Z 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-08-07T17:31:22.5227088Z 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-08-07T17:31:22.5230001Z 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-08-07T17:31:22.5460149Z [7396/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:22.5461260Z 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-08-07T17:31:22.5462635Z 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-08-07T17:31:22.5464005Z 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-08-07T17:31:22.5466268Z 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-08-07T17:31:22.8859386Z [7397/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\rmsprop.cpp.obj 2024-08-07T17:31:22.9008880Z [7398/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:22.9010175Z 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-08-07T17:31:22.9011534Z 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-08-07T17:31:22.9012947Z 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-08-07T17:31:22.9015323Z 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-08-07T17:31:22.9044501Z [7399/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:22.9046221Z 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-08-07T17:31:22.9047558Z 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-08-07T17:31:22.9048808Z 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-08-07T17:31:22.9050104Z 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-08-07T17:31:22.9572960Z [7400/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:22.9574202Z 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-08-07T17:31:22.9575489Z 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-08-07T17:31:22.9576740Z 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-08-07T17:31:22.9578242Z 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-08-07T17:31:23.1277053Z [7401/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:23.1278241Z 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-08-07T17:31:23.1279488Z 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-08-07T17:31:23.1280853Z 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-08-07T17:31:23.1282089Z 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-08-07T17:31:23.4205534Z [7402/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\sgd.cpp.obj 2024-08-07T17:31:23.5416782Z [7403/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:23.5417875Z 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-08-07T17:31:23.5419218Z 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-08-07T17:31:23.5420575Z 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-08-07T17:31:23.5421950Z 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-08-07T17:31:23.5528909Z [7404/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.AVX2.cpp.obj 2024-08-07T17:31:23.5531160Z 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-08-07T17:31:23.5533636Z 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-08-07T17:31:23.5536083Z 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-08-07T17:31:23.5538398Z 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-08-07T17:31:23.8075843Z [7405/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:23.8076983Z 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-08-07T17:31:23.8078166Z 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-08-07T17:31:23.8080569Z 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-08-07T17:31:23.8173031Z 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-08-07T17:31:23.8175475Z [7406/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:23.8177474Z 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-08-07T17:31:23.8179859Z 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-08-07T17:31:23.8182344Z 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-08-07T17:31:23.8184878Z 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-08-07T17:31:23.9687643Z [7407/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:23.9688811Z 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-08-07T17:31:23.9692198Z 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-08-07T17:31:23.9694155Z 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-08-07T17:31:23.9697249Z 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-08-07T17:31:24.0435894Z [7408/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:24.0438026Z 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-08-07T17:31:24.0440535Z 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-08-07T17:31:24.0443004Z 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-08-07T17:31:24.0445382Z 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-08-07T17:31:24.1108807Z [7409/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:24.1110710Z 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-08-07T17:31:24.1112835Z 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-08-07T17:31:24.1115102Z 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-08-07T17:31:24.1117200Z 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-08-07T17:31:24.1859261Z [7410/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:24.1861494Z 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-08-07T17:31:24.1863768Z 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-08-07T17:31:24.1866165Z 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-08-07T17:31:24.1868623Z 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-08-07T17:31:24.4476981Z [7411/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.AVX2.cpp.obj 2024-08-07T17:31:24.4478216Z 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-08-07T17:31:24.4479520Z 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-08-07T17:31:24.4480871Z 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-08-07T17:31:24.4482249Z 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-08-07T17:31:24.5968504Z [7412/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\serialize.cpp.obj 2024-08-07T17:31:24.6890820Z [7413/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:24.6892164Z 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-08-07T17:31:24.6895063Z 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-08-07T17:31:24.6897526Z 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-08-07T17:31:24.6900000Z 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-08-07T17:31:24.7358147Z [7414/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:24.7359414Z 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-08-07T17:31:24.7360603Z 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-08-07T17:31:24.7362071Z 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-08-07T17:31:24.7363400Z 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-08-07T17:31:24.7863876Z [7415/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:24.7865130Z 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-08-07T17:31:24.7866588Z 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-08-07T17:31:24.7868071Z 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-08-07T17:31:24.7869698Z 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-08-07T17:31:24.8336246Z [7416/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:24.8337431Z 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-08-07T17:31:24.8338746Z 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-08-07T17:31:24.8340734Z 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-08-07T17:31:24.8343066Z 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-08-07T17:31:24.9576778Z [7417/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:24.9577987Z 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-08-07T17:31:24.9579171Z 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-08-07T17:31:24.9580599Z 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-08-07T17:31:24.9582053Z 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-08-07T17:31:25.2671448Z [7418/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:25.2672513Z 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-08-07T17:31:25.2673739Z 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-08-07T17:31:25.2675169Z 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-08-07T17:31:25.2676586Z 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-08-07T17:31:25.2752969Z [7419/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:25.2754155Z 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-08-07T17:31:25.2755514Z 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-08-07T17:31:25.2757274Z 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-08-07T17:31:25.2758530Z 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-08-07T17:31:25.3279093Z [7420/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:25.3280349Z 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-08-07T17:31:25.3281528Z 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-08-07T17:31:25.3282930Z 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-08-07T17:31:25.3284306Z 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-08-07T17:31:25.3985602Z [7421/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:25.3986742Z 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-08-07T17:31:25.3987992Z 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-08-07T17:31:25.3989405Z 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-08-07T17:31:25.3991051Z 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-08-07T17:31:25.4102555Z [7422/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:25.4104077Z 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-08-07T17:31:25.4105404Z 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-08-07T17:31:25.4108044Z 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-08-07T17:31:25.4109552Z 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-08-07T17:31:25.4658808Z [7423/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:25.4659979Z 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-08-07T17:31:25.4661314Z 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-08-07T17:31:25.4662801Z 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-08-07T17:31:25.4664420Z 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-08-07T17:31:25.5410166Z [7424/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:25.5411585Z 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-08-07T17:31:25.5413011Z 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-08-07T17:31:25.5414368Z 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-08-07T17:31:25.5415836Z 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-08-07T17:31:25.8490977Z [7425/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:25.8493014Z 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-08-07T17:31:25.8495375Z 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-08-07T17:31:25.8497741Z 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-08-07T17:31:25.8500232Z 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-08-07T17:31:26.1669430Z [7426/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:26.1671428Z 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-08-07T17:31:26.1674182Z 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-08-07T17:31:26.1676668Z 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-08-07T17:31:26.1679117Z 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-08-07T17:31:26.2157825Z [7427/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:26.2158945Z 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-08-07T17:31:26.2160171Z 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-08-07T17:31:26.2161471Z 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-08-07T17:31:26.2162756Z 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-08-07T17:31:26.2621816Z [7428/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:26.2623207Z 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-08-07T17:31:26.2624459Z 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-08-07T17:31:26.2625818Z 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-08-07T17:31:26.2627241Z 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-08-07T17:31:26.3079953Z [7429/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:26.3081101Z 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-08-07T17:31:26.3082388Z 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-08-07T17:31:26.3083732Z 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-08-07T17:31:26.3085066Z 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-08-07T17:31:26.3828710Z [7430/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:26.3829927Z 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-08-07T17:31:26.3831162Z 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-08-07T17:31:26.3832696Z 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-08-07T17:31:26.3834057Z 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-08-07T17:31:26.4220392Z [7431/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.AVX2.cpp.obj 2024-08-07T17:31:26.4222256Z 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-08-07T17:31:26.4224338Z 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-08-07T17:31:26.4226656Z 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-08-07T17:31:26.4229030Z 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-08-07T17:31:26.4410574Z [7432/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:26.4412024Z 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-08-07T17:31:26.4413553Z 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-08-07T17:31:26.4414951Z 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-08-07T17:31:26.4417204Z 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-08-07T17:31:26.4961978Z [7433/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:26.4963431Z 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-08-07T17:31:26.4964700Z 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-08-07T17:31:26.4966173Z 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-08-07T17:31:26.4967699Z 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-08-07T17:31:26.7945380Z [7434/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:26.7946625Z 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-08-07T17:31:26.8903588Z 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-08-07T17:31:26.8905247Z 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-08-07T17:31:26.8907683Z 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-08-07T17:31:26.8909096Z [7435/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:26.8910150Z 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-08-07T17:31:26.8911587Z 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-08-07T17:31:26.8913177Z 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-08-07T17:31:26.8915453Z 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-08-07T17:31:26.9689671Z [7436/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:26.9690853Z 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-08-07T17:31:27.0322230Z [7437/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:27.0324592Z 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-08-07T17:31:27.0327977Z 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-08-07T17:31:27.0330553Z 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-08-07T17:31:27.0333037Z 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-08-07T17:31:27.1198423Z [7438/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:27.1199666Z 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-08-07T17:31:27.1201170Z 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-08-07T17:31:27.1202552Z 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-08-07T17:31:27.1203863Z 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-08-07T17:31:27.1403110Z [7439/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:27.1405569Z 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-08-07T17:31:27.2755920Z [7440/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:27.2757983Z 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-08-07T17:31:27.2760481Z 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-08-07T17:31:27.2762881Z 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-08-07T17:31:27.2765265Z 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-08-07T17:31:27.4179668Z [7441/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:27.4180993Z 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-08-07T17:31:27.4182234Z 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-08-07T17:31:27.4183674Z 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-08-07T17:31:27.4184915Z 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-08-07T17:31:27.4412691Z [7442/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:27.4414665Z 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-08-07T17:31:27.4417347Z 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-08-07T17:31:27.4419859Z 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-08-07T17:31:27.4423144Z 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-08-07T17:31:27.8618183Z [7443/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:27.8619355Z 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-08-07T17:31:27.8907845Z [7444/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.AVX2.cpp.obj 2024-08-07T17:31:27.8908995Z 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-08-07T17:31:27.8910199Z 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-08-07T17:31:27.8911699Z 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-08-07T17:31:27.8912945Z 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-08-07T17:31:27.9521860Z [7445/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:27.9522981Z 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-08-07T17:31:27.9524468Z 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-08-07T17:31:27.9525823Z 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-08-07T17:31:27.9527105Z 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-08-07T17:31:27.9528404Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(509): warning C4333: '>>': right shift by too large amount, data loss 2024-08-07T17:31:27.9624743Z [7446/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:27.9627259Z 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-08-07T17:31:27.9629784Z 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-08-07T17:31:27.9632306Z 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-08-07T17:31:27.9634925Z 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-08-07T17:31:27.9637538Z 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-08-07T17:31:27.9640201Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(112): note: see reference to class template instantiation 'at::vec::VecReduceAllSIMD' being compiled 2024-08-07T17:31:27.9641846Z with 2024-08-07T17:31:27.9642136Z [ 2024-08-07T17:31:27.9642462Z scalar_t=float, 2024-08-07T17:31:27.9643411Z Op=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2024-08-07T17:31:27.9644400Z ] 2024-08-07T17:31:27.9646400Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(218): note: see reference to function template instantiation 'scalar_t at::vec::vec_reduce_all(Op (__cdecl &),const at::vec::AVX2::Vectorized &)' being compiled 2024-08-07T17:31:27.9648511Z with 2024-08-07T17:31:27.9648835Z [ 2024-08-07T17:31:27.9649146Z scalar_t=float, 2024-08-07T17:31:27.9650169Z ReduceOp=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &), 2024-08-07T17:31:27.9651855Z Op=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2024-08-07T17:31:27.9652849Z ] 2024-08-07T17:31:27.9656707Z 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-08-07T17:31:27.9659130Z with 2024-08-07T17:31:27.9659315Z [ 2024-08-07T17:31:27.9659485Z scalar_t=scalar_t, 2024-08-07T17:31:27.9659773Z data_t=at::vec::AVX2::Vectorized, 2024-08-07T17:31:27.9660883Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2024-08-07T17:31:27.9662124Z ReduceOp=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2024-08-07T17:31:27.9663765Z ] 2024-08-07T17:31:27.9665725Z 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-08-07T17:31:27.9669079Z with 2024-08-07T17:31:27.9669437Z [ 2024-08-07T17:31:27.9669750Z scalar_t=scalar_t 2024-08-07T17:31:27.9670163Z ] 2024-08-07T17:31:27.9673178Z 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-08-07T17:31:27.9676460Z with 2024-08-07T17:31:27.9676776Z [ 2024-08-07T17:31:27.9677100Z scalar_t=scalar_t 2024-08-07T17:31:27.9677513Z ] 2024-08-07T17:31:27.9679694Z 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-08-07T17:31:27.9682304Z with 2024-08-07T17:31:27.9682598Z [ 2024-08-07T17:31:27.9682913Z scalar_t=scalar_t 2024-08-07T17:31:27.9683325Z ] 2024-08-07T17:31:27.9685612Z 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-08-07T17:31:27.9688107Z with 2024-08-07T17:31:27.9688419Z [ 2024-08-07T17:31:27.9688741Z scalar_t=scalar_t 2024-08-07T17:31:27.9689148Z ] 2024-08-07T17:31:27.9690948Z 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-08-07T17:31:27.9917567Z [7447/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:27.9918751Z 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-08-07T17:31:28.0964128Z [7448/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:28.0966180Z 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-08-07T17:31:28.0968526Z 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-08-07T17:31:28.0971108Z 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-08-07T17:31:28.0973634Z 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-08-07T17:31:28.2838588Z [7449/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:28.2840661Z 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-08-07T17:31:28.2842996Z 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-08-07T17:31:28.2845454Z 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-08-07T17:31:28.2847940Z 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-08-07T17:31:28.3380604Z [7450/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:28.3381932Z 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-08-07T17:31:28.3383158Z 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-08-07T17:31:28.3384544Z 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-08-07T17:31:28.3386127Z 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-08-07T17:31:28.4797383Z [7451/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:28.4798540Z 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-08-07T17:31:28.4799733Z 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-08-07T17:31:28.4801180Z 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-08-07T17:31:28.4802442Z 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-08-07T17:31:28.4886493Z [7452/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:28.4887588Z 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-08-07T17:31:28.5676947Z [7453/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.AVX512.cpp.obj 2024-08-07T17:31:28.5905080Z [7454/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.AVX2.cpp.obj 2024-08-07T17:31:28.5907421Z 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-08-07T17:31:28.5909909Z 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-08-07T17:31:28.5912864Z 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-08-07T17:31:28.5915628Z 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-08-07T17:31:28.9478262Z [7455/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:28.9480016Z 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-08-07T17:31:28.9482096Z 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-08-07T17:31:28.9484193Z 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-08-07T17:31:28.9486209Z 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-08-07T17:31:29.0360889Z [7456/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.AVX2.cpp.obj 2024-08-07T17:31:29.0362436Z 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-08-07T17:31:29.0363803Z 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-08-07T17:31:29.0365611Z 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-08-07T17:31:29.0367153Z 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-08-07T17:31:29.0842967Z [7457/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.AVX512.cpp.obj 2024-08-07T17:31:29.1100879Z [7458/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.AVX2.cpp.obj 2024-08-07T17:31:29.1103020Z 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-08-07T17:31:29.1105441Z 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-08-07T17:31:29.1107960Z 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-08-07T17:31:29.1110494Z 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-08-07T17:31:29.2422541Z [7459/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.AVX512.cpp.obj 2024-08-07T17:31:29.3534567Z [7460/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.AVX512.cpp.obj 2024-08-07T17:31:29.4371932Z [7461/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:29.4537021Z [7462/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:29.5552378Z [7463/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.AVX512.cpp.obj 2024-08-07T17:31:29.6903854Z [7464/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.AVX512.cpp.obj 2024-08-07T17:31:29.9296984Z [7465/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:30.0172787Z [7466/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:30.1171203Z [7467/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:30.2067643Z [7468/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:30.2875049Z [7469/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.AVX512.cpp.obj 2024-08-07T17:31:30.3045675Z [7470/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:30.4198045Z [7471/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:30.5756181Z [7472/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:30.7297529Z [7473/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:30.8827881Z [7474/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.AVX512.cpp.obj 2024-08-07T17:31:30.9079670Z [7475/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:31.0135599Z [7476/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:31.0592063Z [7477/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:31.0807359Z [7478/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:31.3116693Z [7479/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:31.5135283Z [7480/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:31.6240906Z [7481/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:31.7446653Z [7482/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:31.8414751Z [7483/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:31.9035412Z [7484/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:31.9181130Z [7485/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:31.9337895Z [7486/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:32.0452998Z [7487/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:32.1663917Z [7488/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:32.2138737Z [7489/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:32.3696353Z [7490/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:32.7765156Z [7491/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:32.8219724Z [7492/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:32.8369744Z [7493/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:32.8462023Z [7494/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:32.8975681Z [7495/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.AVX512.cpp.obj 2024-08-07T17:31:32.9136298Z [7496/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:33.0232087Z [7497/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:33.0796174Z [7498/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:33.3646555Z [7499/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:33.3990436Z [7500/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:33.4224588Z [7501/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:33.6429822Z [7502/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:33.7270643Z [7503/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:33.9049345Z [7504/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:33.9167962Z [7505/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:34.0039153Z [7506/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:34.2053220Z [7507/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:34.2054426Z 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-08-07T17:31:34.2055913Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(112): note: see reference to class template instantiation 'at::vec::VecReduceAllSIMD' being compiled 2024-08-07T17:31:34.2056761Z with 2024-08-07T17:31:34.2056967Z [ 2024-08-07T17:31:34.2057138Z scalar_t=float, 2024-08-07T17:31:34.2057641Z Op=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2024-08-07T17:31:34.2058206Z ] 2024-08-07T17:31:34.2059258Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(218): note: see reference to function template instantiation 'scalar_t at::vec::vec_reduce_all(Op (__cdecl &),const at::vec::AVX512::Vectorized &)' being compiled 2024-08-07T17:31:34.2060436Z with 2024-08-07T17:31:34.2060598Z [ 2024-08-07T17:31:34.2060773Z scalar_t=float, 2024-08-07T17:31:34.2061536Z ReduceOp=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &), 2024-08-07T17:31:34.2062554Z Op=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2024-08-07T17:31:34.2063088Z ] 2024-08-07T17:31:34.2065072Z 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-08-07T17:31:34.2067102Z with 2024-08-07T17:31:34.2067273Z [ 2024-08-07T17:31:34.2067501Z scalar_t=scalar_t, 2024-08-07T17:31:34.2067797Z data_t=at::vec::AVX512::Vectorized, 2024-08-07T17:31:34.2068576Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2024-08-07T17:31:34.2069686Z ReduceOp=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2024-08-07T17:31:34.2070348Z ] 2024-08-07T17:31:34.2071922Z 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-08-07T17:31:34.2075042Z with 2024-08-07T17:31:34.2075241Z [ 2024-08-07T17:31:34.2075463Z scalar_t=scalar_t 2024-08-07T17:31:34.2075724Z ] 2024-08-07T17:31:34.2077349Z 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-08-07T17:31:34.2078904Z with 2024-08-07T17:31:34.2079145Z [ 2024-08-07T17:31:34.2079364Z scalar_t=scalar_t 2024-08-07T17:31:34.2079586Z ] 2024-08-07T17:31:34.2080700Z 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-08-07T17:31:34.2082057Z with 2024-08-07T17:31:34.2082223Z [ 2024-08-07T17:31:34.2082472Z scalar_t=scalar_t 2024-08-07T17:31:34.2082745Z ] 2024-08-07T17:31:34.2083884Z 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-08-07T17:31:34.2085291Z with 2024-08-07T17:31:34.2085520Z [ 2024-08-07T17:31:34.2085705Z scalar_t=scalar_t 2024-08-07T17:31:34.2085958Z ] 2024-08-07T17:31:34.2086900Z 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-08-07T17:31:34.3184715Z [7508/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:34.3691950Z [7509/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:34.4209130Z [7510/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.AVX512.cpp.obj 2024-08-07T17:31:34.5170805Z [7511/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:34.5801719Z [7512/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:34.5803876Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(509): warning C4333: '>>': right shift by too large amount, data loss 2024-08-07T17:31:34.8666937Z [7513/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:34.8935495Z [7514/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:34.9057855Z [7515/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:35.0633969Z [7516/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:35.0730683Z [7517/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:35.2246665Z [7518/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.AVX512.cpp.obj 2024-08-07T17:31:35.3298734Z [7519/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:35.3619545Z [7520/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.AVX512.cpp.obj 2024-08-07T17:31:35.7517697Z [7521/7975] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.AVX512.cpp.obj 2024-08-07T17:31:37.6853557Z [7522/7975] Building CXX object caffe2\CMakeFiles\cpu_generator_test.dir\__\aten\src\ATen\test\cpu_generator_test.cpp.obj 2024-08-07T17:31:37.7143573Z [7523/7975] Building CXX object caffe2\CMakeFiles\broadcast_test.dir\__\aten\src\ATen\test\broadcast_test.cpp.obj 2024-08-07T17:31:37.8577737Z [7524/7975] Building CXX object caffe2\CMakeFiles\cpu_allocator_test.dir\__\aten\src\ATen\test\cpu_allocator_test.cpp.obj 2024-08-07T17:31:37.9007576Z [7525/7975] Building CXX object caffe2\CMakeFiles\cpu_profiling_allocator_test.dir\__\aten\src\ATen\test\cpu_profiling_allocator_test.cpp.obj 2024-08-07T17:31:38.1472501Z [7526/7975] Building CXX object caffe2\CMakeFiles\dlconvertor_test.dir\__\aten\src\ATen\test\dlconvertor_test.cpp.obj 2024-08-07T17:31:38.2195017Z [7527/7975] Building CXX object caffe2\CMakeFiles\dispatch_key_set_test.dir\__\aten\src\ATen\test\dispatch_key_set_test.cpp.obj 2024-08-07T17:31:38.3930280Z [7528/7975] Building CXX object caffe2\CMakeFiles\cpu_rng_test.dir\__\aten\src\ATen\test\cpu_rng_test.cpp.obj 2024-08-07T17:31:38.5366834Z [7529/7975] Building CXX object caffe2\CMakeFiles\extension_backend_test.dir\__\aten\src\ATen\test\extension_backend_test.cpp.obj 2024-08-07T17:31:40.4333807Z [7530/7975] Building CXX object caffe2\CMakeFiles\half_test.dir\__\aten\src\ATen\test\half_test.cpp.obj 2024-08-07T17:31:40.6143039Z [7531/7975] Building CXX object caffe2\CMakeFiles\memory_format_test.dir\__\aten\src\ATen\test\memory_format_test.cpp.obj 2024-08-07T17:31:40.6458400Z [7532/7975] Building CXX object caffe2\CMakeFiles\lazy_tensor_test.dir\__\aten\src\ATen\test\lazy_tensor_test.cpp.obj 2024-08-07T17:31:40.7071645Z [7533/7975] Building CXX object caffe2\CMakeFiles\torch.dir\__\empty.cpp.obj 2024-08-07T17:31:40.7690165Z [7534/7975] Building CXX object caffe2\CMakeFiles\ivalue_test.dir\__\aten\src\ATen\test\ivalue_test.cpp.obj 2024-08-07T17:31:40.9420746Z [7535/7975] Building CXX object caffe2\CMakeFiles\operator_name_test.dir\__\aten\src\ATen\test\operator_name_test.cpp.obj 2024-08-07T17:31:41.1175765Z [7536/7975] Building CXX object caffe2\CMakeFiles\math_kernel_test.dir\__\aten\src\ATen\test\math_kernel_test.cpp.obj 2024-08-07T17:31:41.1678574Z [7537/7975] Building CXX object caffe2\CMakeFiles\memory_overlapping_test.dir\__\aten\src\ATen\test\memory_overlapping_test.cpp.obj 2024-08-07T17:31:41.2431566Z [7538/7975] Building CXX object caffe2\CMakeFiles\operators_test.dir\__\aten\src\ATen\test\operators_test.cpp.obj 2024-08-07T17:31:41.3122348Z [7539/7975] Building CXX object caffe2\CMakeFiles\mobile_memory_cleanup.dir\__\aten\src\ATen\test\mobile_memory_cleanup.cpp.obj 2024-08-07T17:31:41.4344262Z [7540/7975] Building CXX object caffe2\CMakeFiles\vec_test_all_types_DEFAULT.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2024-08-07T17:31:41.4865140Z [7541/7975] Building CXX object caffe2\CMakeFiles\vec_test_all_types_AVX512.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2024-08-07T17:31:41.6392453Z [7542/7975] Building CXX object caffe2\CMakeFiles\Dimname_test.dir\__\aten\src\ATen\test\Dimname_test.cpp.obj 2024-08-07T17:31:41.7174757Z [7543/7975] Building CXX object caffe2\CMakeFiles\vec_test_all_types_AVX2.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2024-08-07T17:31:41.7176698Z 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-08-07T17:31:41.7178765Z 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-08-07T17:31:41.7181337Z 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-08-07T17:31:41.7183521Z 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-08-07T17:31:43.1595614Z [7544/7975] Building CXX object caffe2\CMakeFiles\native_test.dir\__\aten\src\ATen\test\native_test.cpp.obj 2024-08-07T17:31:43.9386444Z [7545/7975] Building CXX object caffe2\CMakeFiles\Dict_test.dir\__\aten\src\ATen\test\Dict_test.cpp.obj 2024-08-07T17:31:44.0092963Z [7546/7975] Building CXX object caffe2\CMakeFiles\MaybeOwned_test.dir\__\aten\src\ATen\test\MaybeOwned_test.cpp.obj 2024-08-07T17:31:44.2077729Z [7547/7975] Building CXX object caffe2\CMakeFiles\NamedTensor_test.dir\__\aten\src\ATen\test\NamedTensor_test.cpp.obj 2024-08-07T17:31:44.2697585Z [7548/7975] Building CXX object caffe2\CMakeFiles\apply_utils_test.dir\__\aten\src\ATen\test\apply_utils_test.cpp.obj 2024-08-07T17:31:44.4281690Z [7549/7975] Building CXX object caffe2\CMakeFiles\atest.dir\__\aten\src\ATen\test\atest.cpp.obj 2024-08-07T17:31:44.5014735Z [7550/7975] Building CXX object caffe2\CMakeFiles\basic.dir\__\aten\src\ATen\test\basic.cpp.obj 2024-08-07T17:31:45.9966482Z [7551/7975] Building CXX object caffe2\CMakeFiles\packedtensoraccessor_test.dir\__\aten\src\ATen\test\packedtensoraccessor_test.cpp.obj 2024-08-07T17:31:46.7735508Z [7552/7975] Building CXX object caffe2\CMakeFiles\quantized_test.dir\__\aten\src\ATen\test\quantized_test.cpp.obj 2024-08-07T17:31:46.7980646Z [7553/7975] Building CXX object caffe2\CMakeFiles\pow_test.dir\__\aten\src\ATen\test\pow_test.cpp.obj 2024-08-07T17:31:47.0172846Z [7554/7975] Building CXX object caffe2\CMakeFiles\reportMemoryUsage_test.dir\__\aten\src\ATen\test\reportMemoryUsage_test.cpp.obj 2024-08-07T17:31:47.1377103Z [7555/7975] Building CXX object caffe2\CMakeFiles\reduce_ops_test.dir\__\aten\src\ATen\test\reduce_ops_test.cpp.obj 2024-08-07T17:31:47.1966490Z [7556/7975] Building CXX object caffe2\CMakeFiles\scalar_tensor_test.dir\__\aten\src\ATen\test\scalar_tensor_test.cpp.obj 2024-08-07T17:31:47.2895562Z [7557/7975] Building CXX object caffe2\CMakeFiles\scalar_test.dir\__\aten\src\ATen\test\scalar_test.cpp.obj 2024-08-07T17:31:47.8013928Z [7558/7975] Building CXX object caffe2\CMakeFiles\StorageUtils_test.dir\__\aten\src\ATen\test\StorageUtils_test.cpp.obj 2024-08-07T17:31:47.9597521Z [7559/7975] Building CXX object caffe2\CMakeFiles\type_ptr_test.dir\__\aten\src\ATen\test\type_ptr_test.cpp.obj 2024-08-07T17:31:49.5146228Z [7560/7975] Building CXX object caffe2\CMakeFiles\stride_properties_test.dir\__\aten\src\ATen\test\stride_properties_test.cpp.obj 2024-08-07T17:31:49.6124749Z [7561/7975] Building CXX object caffe2\CMakeFiles\tensor_iterator_test.dir\__\aten\src\ATen\test\tensor_iterator_test.cpp.obj 2024-08-07T17:31:49.8569294Z [7562/7975] Building CXX object caffe2\CMakeFiles\thread_init_test.dir\__\aten\src\ATen\test\thread_init_test.cpp.obj 2024-08-07T17:31:50.0122412Z [7563/7975] Building CXX object caffe2\CMakeFiles\undefined_tensor_test.dir\__\aten\src\ATen\test\undefined_tensor_test.cpp.obj 2024-08-07T17:31:50.1333607Z [7564/7975] Building CXX object caffe2\CMakeFiles\test_parallel.dir\__\aten\src\ATen\test\test_parallel.cpp.obj 2024-08-07T17:31:50.6997317Z [7565/7975] Building CXX object caffe2\CMakeFiles\verify_api_visibility.dir\__\aten\src\ATen\test\verify_api_visibility.cpp.obj 2024-08-07T17:31:50.9681607Z [7566/7975] Building CXX object caffe2\CMakeFiles\type_test.dir\__\aten\src\ATen\test\type_test.cpp.obj 2024-08-07T17:31:51.5332925Z [7567/7975] Building CXX object caffe2\CMakeFiles\List_test.dir\__\aten\src\ATen\core\List_test.cpp.obj 2024-08-07T17:31:51.9833489Z [7568/7975] Building CXX object caffe2\CMakeFiles\IListRef_test.dir\__\aten\src\ATen\core\IListRef_test.cpp.obj 2024-08-07T17:31:52.3072561Z [7569/7975] Building CXX object caffe2\CMakeFiles\legacy_vmap_test.dir\__\aten\src\ATen\test\legacy_vmap_test.cpp.obj 2024-08-07T17:31:52.4187164Z [7570/7975] Building CXX object caffe2\CMakeFiles\wrapdim_test.dir\__\aten\src\ATen\test\wrapdim_test.cpp.obj 2024-08-07T17:31:52.4936510Z [7571/7975] Building CXX object caffe2\CMakeFiles\kernel_function_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_function_test.cpp.obj 2024-08-07T17:31:52.6309167Z [7572/7975] Building CXX object caffe2\CMakeFiles\weakref_test.dir\__\aten\src\ATen\test\weakref_test.cpp.obj 2024-08-07T17:31:52.8029161Z [7573/7975] Building CXX object caffe2\CMakeFiles\xla_tensor_test.dir\__\aten\src\ATen\test\xla_tensor_test.cpp.obj 2024-08-07T17:31:52.9008298Z [7574/7975] Building CXX object caffe2\CMakeFiles\kernel_function_legacy_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_function_legacy_test.cpp.obj 2024-08-07T17:31:53.1601301Z [7575/7975] Building CXX object caffe2\CMakeFiles\kernel_stackbased_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_stackbased_test.cpp.obj 2024-08-07T17:31:53.1655393Z [7576/7975] Building CXX object caffe2\CMakeFiles\CppSignature_test.dir\__\aten\src\ATen\core\dispatch\CppSignature_test.cpp.obj 2024-08-07T17:31:53.3220226Z [7577/7975] Building CXX object caffe2\CMakeFiles\kernel_lambda_legacy_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_lambda_legacy_test.cpp.obj 2024-08-07T17:31:53.4317173Z [7578/7975] Building CXX object caffe2\CMakeFiles\kernel_lambda_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_lambda_test.cpp.obj 2024-08-07T17:31:53.4842256Z [7579/7975] Building CXX object caffe2\CMakeFiles\op_allowlist_test.dir\__\aten\src\ATen\core\op_registration\op_allowlist_test.cpp.obj 2024-08-07T17:31:53.6051666Z [7580/7975] 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-08-07T17:31:53.7396414Z [7581/7975] Building CXX object caffe2\CMakeFiles\inline_container_test.dir\serialize\inline_container_test.cc.obj 2024-08-07T17:31:53.7881519Z [7582/7975] Building CXX object caffe2\CMakeFiles\KernelFunction_test.dir\__\aten\src\ATen\core\boxing\KernelFunction_test.cpp.obj 2024-08-07T17:31:54.2797597Z [7583/7975] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\__\__\__\torch\csrc\jit\mobile\profiler_edge.cpp.obj 2024-08-07T17:31:54.3340024Z [7584/7975] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\test_backend_compiler_preprocess.cpp.obj 2024-08-07T17:31:54.3463858Z [7585/7975] Building CXX object caffe2\CMakeFiles\op_registration_test.dir\__\aten\src\ATen\core\op_registration\op_registration_test.cpp.obj 2024-08-07T17:31:54.4715038Z [7586/7975] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\test_backend_compiler_lib.cpp.obj 2024-08-07T17:31:54.6447399Z [7587/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\__\common\main.cpp.obj 2024-08-07T17:31:54.6614476Z [7588/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_add_if_then_else.cpp.obj 2024-08-07T17:31:55.4838789Z [7589/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_load_upgraders.cpp.obj 2024-08-07T17:31:55.6450804Z [7590/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_parser.cpp.obj 2024-08-07T17:31:55.7170365Z [7591/7975] Building CXX object caffe2\CMakeFiles\backend_fallback_test.dir\__\aten\src\ATen\core\dispatch\backend_fallback_test.cpp.obj 2024-08-07T17:31:55.7706848Z [7592/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_alias_analysis.cpp.obj 2024-08-07T17:31:56.6057878Z [7593/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_upgrader_utils.cpp.obj 2024-08-07T17:31:56.7007215Z [7594/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_op_replacement.cpp.obj 2024-08-07T17:31:57.2519235Z [7595/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_argument_spec.cpp.obj 2024-08-07T17:31:57.4707205Z [7596/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_autodiff.cpp.obj 2024-08-07T17:31:57.5145859Z [7597/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_create_autodiff_subgraphs.cpp.obj 2024-08-07T17:31:57.8696367Z [7598/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_import.cpp.obj 2024-08-07T17:31:58.1849960Z [7599/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_constant_pooling.cpp.obj 2024-08-07T17:31:58.4735275Z [7600/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_code_template.cpp.obj 2024-08-07T17:31:58.5922889Z [7601/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_concat_opt.cpp.obj 2024-08-07T17:31:58.6569586Z [7602/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_backend.cpp.obj 2024-08-07T17:31:58.7759034Z [7603/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_cleanup_passes.cpp.obj 2024-08-07T17:31:58.8089573Z [7604/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_type.cpp.obj 2024-08-07T17:31:59.0501683Z [7605/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_dce.cpp.obj 2024-08-07T17:32:00.5226147Z [7606/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_class.cpp.obj 2024-08-07T17:32:01.4009230Z [7607/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_inliner.cpp.obj 2024-08-07T17:32:01.5436003Z [7608/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_class_registrations.cpp.obj 2024-08-07T17:32:01.5765300Z [7609/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_operators.cpp.obj 2024-08-07T17:32:01.6965220Z [7610/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_fuser.cpp.obj 2024-08-07T17:32:01.8709151Z [7611/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_graph_executor.cpp.obj 2024-08-07T17:32:02.0335691Z [7612/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_interpreter.cpp.obj 2024-08-07T17:32:02.3524518Z [7613/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_interface.cpp.obj 2024-08-07T17:32:02.6456007Z [7614/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_ir.cpp.obj 2024-08-07T17:32:02.8741227Z [7615/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_irparser.cpp.obj 2024-08-07T17:32:03.2439560Z [7616/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_memory_dag.cpp.obj 2024-08-07T17:32:03.6002438Z [7617/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_jit_type.cpp.obj 2024-08-07T17:32:04.5199211Z [7618/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_graph_iterator.cpp.obj 2024-08-07T17:32:04.5548851Z [7619/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_mobile_type_parser.cpp.obj 2024-08-07T17:32:04.7163450Z [7620/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_cs_debug_info_serialization.cpp.obj 2024-08-07T17:32:04.7714100Z [7621/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_trainer.cpp.obj 2024-08-07T17:32:04.9122163Z [7622/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_qualified_name.cpp.obj 2024-08-07T17:32:05.3273993Z [7623/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_interpreter.cpp.obj 2024-08-07T17:32:05.4823789Z [7624/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_peephole_optimize.cpp.obj 2024-08-07T17:32:05.8634239Z [7625/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_matcher.cpp.obj 2024-08-07T17:32:06.0728034Z [7626/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_interpreter_direct.cpp.obj 2024-08-07T17:32:06.4529112Z [7627/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_save_load.cpp.obj 2024-08-07T17:32:06.4930898Z [7628/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_rewriter.cpp.obj 2024-08-07T17:32:07.0258842Z [7629/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_schema_matching.cpp.obj 2024-08-07T17:32:07.2776107Z [7630/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_stack_opt.cpp.obj 2024-08-07T17:32:07.3384800Z [7631/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_union.cpp.obj 2024-08-07T17:32:07.4267966Z [7632/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_utils.cpp.obj 2024-08-07T17:32:07.7661389Z [7633/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_schema_info.cpp.obj 2024-08-07T17:32:07.8432900Z [7634/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_module_api.cpp.obj 2024-08-07T17:32:07.9479084Z [7635/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_misc.cpp.obj 2024-08-07T17:32:08.0187869Z [7636/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_script_profile.cpp.obj 2024-08-07T17:32:08.0865041Z [7637/7975] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_approx.cpp.obj 2024-08-07T17:32:08.1744672Z [7638/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_file_format.cpp.obj 2024-08-07T17:32:08.2674892Z [7639/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_jit_logging_levels.cpp.obj 2024-08-07T17:32:08.4908247Z [7640/7975] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\__\common\main.cpp.obj 2024-08-07T17:32:10.1916005Z [7641/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_shape_analysis.cpp.obj 2024-08-07T17:32:10.3852889Z [7642/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_utils.cpp.obj 2024-08-07T17:32:10.5404530Z [7643/7975] Building CXX object test_inductor\CMakeFiles\aoti_custom_ops.dir\custom_ops.cpp.obj 2024-08-07T17:32:10.7440007Z [7644/7975] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\padded_buffer.cpp.obj 2024-08-07T17:32:11.0330459Z [7645/7975] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_boundsinference.cpp.obj 2024-08-07T17:32:11.0739921Z [7646/7975] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_flatbuffer.cpp.obj 2024-08-07T17:32:11.1678490Z [7647/7975] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_cpp_codegen.cpp.obj 2024-08-07T17:32:11.8567651Z [7648/7975] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ir_verifier.cpp.obj 2024-08-07T17:32:12.9553294Z [7649/7975] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_aten.cpp.obj 2024-08-07T17:32:13.5071279Z [7650/7975] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_conv.cpp.obj 2024-08-07T17:32:13.5258798Z [7651/7975] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_expr.cpp.obj 2024-08-07T17:32:13.6250844Z [7652/7975] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_dynamic_shapes.cpp.obj 2024-08-07T17:32:13.7080283Z [7653/7975] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ir_printer.cpp.obj 2024-08-07T17:32:13.9624192Z [7654/7975] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_external_calls.cpp.obj 2024-08-07T17:32:14.2925124Z [7655/7975] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_kernel.cpp.obj 2024-08-07T17:32:14.9371823Z [7656/7975] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_graph_opt.cpp.obj 2024-08-07T17:32:16.4367629Z [7657/7975] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_loopnest.cpp.obj 2024-08-07T17:32:16.5026157Z [7658/7975] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_memplanning.cpp.obj 2024-08-07T17:32:16.5848790Z [7659/7975] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ops.cpp.obj 2024-08-07T17:32:16.6531429Z [7660/7975] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_quantization.cpp.obj 2024-08-07T17:32:16.8377814Z [7661/7975] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_reductions.cpp.obj 2024-08-07T17:32:17.1514037Z [7662/7975] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_memdependency.cpp.obj 2024-08-07T17:32:17.8314465Z [7663/7975] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_registerizer.cpp.obj 2024-08-07T17:32:18.0106026Z [7664/7975] Building CXX object test_cpp_c10d\CMakeFiles\BackoffTest.dir\BackoffTest.cpp.obj 2024-08-07T17:32:18.4170154Z [7665/7975] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_type_specializations.cpp.obj 2024-08-07T17:32:18.6880056Z [7666/7975] Building CXX object test_cpp_c10d\CMakeFiles\FileStoreTest.dir\FileStoreTest.cpp.obj 2024-08-07T17:32:18.8490887Z [7667/7975] Building CXX object test_cpp_c10d\CMakeFiles\TCPStoreTest.dir\TCPStoreTest.cpp.obj 2024-08-07T17:32:18.8492580Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(3382): warning C4996: 'c10d::TCPStore::TCPStore': Use TCPStore(host, opts) instead. 2024-08-07T17:32:18.8494888Z C:\actions-runner\_work\pytorch\pytorch\test\cpp\c10d\TCPStoreTest.cpp(185): note: see reference to function template instantiation 'std::unique_ptr> std::make_unique(const char (&)[10],int &&,int &,bool &&,std::chrono::seconds &&,bool &&)' being compiled 2024-08-07T17:32:18.8496357Z with 2024-08-07T17:32:18.8496564Z [ 2024-08-07T17:32:18.8496760Z TTarget=c10d::TCPStore 2024-08-07T17:32:18.8496991Z ] 2024-08-07T17:32:19.1713331Z [7668/7975] Building CXX object test_api\CMakeFiles\test_api.dir\__\common\main.cpp.obj 2024-08-07T17:32:19.3558281Z [7669/7975] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_te_fuser_pass.cpp.obj 2024-08-07T17:32:19.4257117Z [7670/7975] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_type.cpp.obj 2024-08-07T17:32:19.4556048Z [7671/7975] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_simplify.cpp.obj 2024-08-07T17:32:19.7407605Z [7672/7975] Building CXX object test_tensorexpr\CMakeFiles\tutorial_tensorexpr.dir\tutorial.cpp.obj 2024-08-07T17:32:21.4578783Z [7673/7975] Building CXX object test_cpp_c10d\CMakeFiles\ProcessGroupGlooTest.dir\ProcessGroupGlooTest.cpp.obj 2024-08-07T17:32:21.7333854Z [7674/7975] Building CXX object test_api\CMakeFiles\test_api.dir\dataloader.cpp.obj 2024-08-07T17:32:22.3109330Z [7675/7975] Building CXX object test_api\CMakeFiles\test_api.dir\autograd.cpp.obj 2024-08-07T17:32:22.3747808Z [7676/7975] Building CXX object test_api\CMakeFiles\test_api.dir\any.cpp.obj 2024-08-07T17:32:22.4138823Z [7677/7975] Building CXX object test_api\CMakeFiles\test_api.dir\enum.cpp.obj 2024-08-07T17:32:22.4975052Z [7678/7975] Building CXX object test_api\CMakeFiles\test_api.dir\functional.cpp.obj 2024-08-07T17:32:22.7275622Z [7679/7975] Building CXX object test_api\CMakeFiles\test_api.dir\fft.cpp.obj 2024-08-07T17:32:24.4630732Z [7680/7975] Building CXX object test_api\CMakeFiles\test_api.dir\expanding-array.cpp.obj 2024-08-07T17:32:24.7708447Z [7681/7975] Building CXX object test_api\CMakeFiles\test_api.dir\memory.cpp.obj 2024-08-07T17:32:24.9743952Z [7682/7975] Building CXX object test_api\CMakeFiles\test_api.dir\init.cpp.obj 2024-08-07T17:32:25.3038532Z [7683/7975] Building CXX object test_api\CMakeFiles\test_api.dir\integration.cpp.obj 2024-08-07T17:32:25.4158642Z [7684/7975] Building CXX object test_api\CMakeFiles\test_api.dir\meta_tensor.cpp.obj 2024-08-07T17:32:25.4821005Z [7685/7975] Building CXX object test_api\CMakeFiles\test_api.dir\misc.cpp.obj 2024-08-07T17:32:25.5054136Z [7686/7975] Building CXX object test_api\CMakeFiles\test_api.dir\ivalue.cpp.obj 2024-08-07T17:32:25.7153113Z [7687/7975] Building CXX object test_api\CMakeFiles\test_api.dir\module.cpp.obj 2024-08-07T17:32:27.6773534Z [7688/7975] Building CXX object test_api\CMakeFiles\test_api.dir\jit.cpp.obj 2024-08-07T17:32:27.9671164Z [7689/7975] Building CXX object test_api\CMakeFiles\test_api.dir\parameterlist.cpp.obj 2024-08-07T17:32:28.2207402Z [7690/7975] Building CXX object test_api\CMakeFiles\test_api.dir\nested.cpp.obj 2024-08-07T17:32:28.5102320Z [7691/7975] Building CXX object test_api\CMakeFiles\test_api.dir\parameterdict.cpp.obj 2024-08-07T17:32:28.5961222Z [7692/7975] Building CXX object test_api\CMakeFiles\test_api.dir\moduledict.cpp.obj 2024-08-07T17:32:28.6458003Z [7693/7975] Building CXX object test_api\CMakeFiles\test_api.dir\modules.cpp.obj 2024-08-07T17:32:28.7340359Z [7694/7975] Building CXX object test_api\CMakeFiles\test_api.dir\modulelist.cpp.obj 2024-08-07T17:32:30.7078724Z [7695/7975] Building CXX object test_api\CMakeFiles\test_api.dir\nn_utils.cpp.obj 2024-08-07T17:32:31.0443978Z [7696/7975] Building CXX object test_api\CMakeFiles\test_api.dir\rnn.cpp.obj 2024-08-07T17:32:31.2820673Z [7697/7975] Building CXX object test_api\CMakeFiles\test_api.dir\optim.cpp.obj 2024-08-07T17:32:31.6171461Z [7698/7975] Building CXX object test_api\CMakeFiles\test_api.dir\ordered_dict.cpp.obj 2024-08-07T17:32:31.6636918Z [7699/7975] Building CXX object test_api\CMakeFiles\test_api.dir\sequential.cpp.obj 2024-08-07T17:32:31.6993356Z [7700/7975] Building CXX object test_api\CMakeFiles\test_api.dir\support.cpp.obj 2024-08-07T17:32:31.7521635Z [7701/7975] Building CXX object test_api\CMakeFiles\test_api.dir\namespace.cpp.obj 2024-08-07T17:32:33.7875225Z [7702/7975] Building CXX object test_api\CMakeFiles\test_api.dir\serialize.cpp.obj 2024-08-07T17:32:33.9803318Z [7703/7975] Building CXX object test_api\CMakeFiles\test_api.dir\transformer.cpp.obj 2024-08-07T17:32:34.3623666Z [7704/7975] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_cuda.cpp.obj 2024-08-07T17:32:34.4351461Z [7705/7975] Building CXX object test_api\CMakeFiles\test_api.dir\static.cpp.obj 2024-08-07T17:32:34.4914782Z [7706/7975] Building CXX object test_api\CMakeFiles\test_api.dir\inference_mode.cpp.obj 2024-08-07T17:32:34.6659688Z [7707/7975] Building CXX object test_api\CMakeFiles\test_api.dir\special.cpp.obj 2024-08-07T17:32:34.7180487Z [7708/7975] Building CXX object test_api\CMakeFiles\test_api.dir\torch_include.cpp.obj 2024-08-07T17:32:36.8472231Z [7709/7975] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_options_cuda.cpp.obj 2024-08-07T17:32:37.0221998Z [7710/7975] Building CXX object test_api\CMakeFiles\test_api.dir\tensor.cpp.obj 2024-08-07T17:32:37.3075122Z [7711/7975] Building CXX object test_api\CMakeFiles\parallel_benchmark.dir\parallel_benchmark.cpp.obj 2024-08-07T17:32:37.3386482Z [7712/7975] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\__\common\main.cpp.obj 2024-08-07T17:32:37.4091401Z [7713/7975] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_indexing.cpp.obj 2024-08-07T17:32:37.4659500Z [7714/7975] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_options.cpp.obj 2024-08-07T17:32:37.6181424Z [7715/7975] Building CXX object test_api\CMakeFiles\test_api.dir\operations.cpp.obj 2024-08-07T17:32:37.6834380Z [7716/7975] Building CXX object test_api\CMakeFiles\test_api.dir\grad_mode.cpp.obj 2024-08-07T17:32:37.9836261Z [7717/7975] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_permutation_util.cpp.obj 2024-08-07T17:32:38.3091017Z [7718/7975] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_ir.cpp.obj 2024-08-07T17:32:38.3839006Z [7719/7975] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_ir_util.cpp.obj 2024-08-07T17:32:38.4019719Z [7720/7975] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_misc.cpp.obj 2024-08-07T17:32:38.4177581Z [7721/7975] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_cache.cpp.obj 2024-08-07T17:32:38.8071013Z [7722/7975] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_util.cpp.obj 2024-08-07T17:32:38.9371050Z [7723/7975] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_shape.cpp.obj 2024-08-07T17:32:39.3493520Z [7724/7975] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_trie_cache.cpp.obj 2024-08-07T17:32:39.6241019Z [7725/7975] Building CXX object test_jit\CMakeFiles\jitbackend_test.dir\test_backend_lib.cpp.obj 2024-08-07T17:32:39.8953710Z [7726/7975] Building CXX object test_api\CMakeFiles\test_api.dir\nested_int.cpp.obj 2024-08-07T17:32:40.3653649Z [7727/7975] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_backend_device.cpp.obj 2024-08-07T17:32:40.4044179Z [7728/7975] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\__\out\RegisterCPUCustomOps.cpp.obj 2024-08-07T17:32:40.6941576Z [7729/7975] Building CXX object test_edge_op_registration\CMakeFiles\test_edge_op_registration.dir\test_main.cpp.obj 2024-08-07T17:32:41.3217705Z [7730/7975] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\custom_ops.cpp.obj 2024-08-07T17:32:41.4367749Z [7731/7975] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_ops_util.cpp.obj 2024-08-07T17:32:41.5173526Z [7732/7975] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_ops.cpp.obj 2024-08-07T17:32:41.6044223Z [7733/7975] Building CXX object caffe2\torch\lib\libshm_windows\CMakeFiles\shm.dir\core.cpp.obj 2024-08-07T17:32:41.6479553Z [7734/7975] Building CXX object test_jit\CMakeFiles\torchbind_test.dir\test_custom_class_registrations.cpp.obj 2024-08-07T17:32:41.9001064Z [7735/7975] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\operator_registry.cpp.obj 2024-08-07T17:32:42.4977422Z [7736/7975] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\__\out\RegisterCodegenUnboxedKernelsEverything.cpp.obj 2024-08-07T17:32:43.0861417Z [7737/7975] Building CXX object test_edge_op_registration\CMakeFiles\test_edge_op_registration.dir\test_operator_registration.cpp.obj 2024-08-07T17:32:43.2251316Z [7738/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_0.cpp.obj 2024-08-07T17:32:43.7812450Z [7739/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_2.cpp.obj 2024-08-07T17:32:44.3772616Z [7740/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_nn_functions.cpp.obj 2024-08-07T17:32:44.4579452Z [7741/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_1.cpp.obj 2024-08-07T17:32:44.8354922Z [7742/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_2.cpp.obj 2024-08-07T17:32:44.8821861Z [7743/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_3.cpp.obj 2024-08-07T17:32:44.9257722Z [7744/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_1.cpp.obj 2024-08-07T17:32:45.0178657Z [7745/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_0.cpp.obj 2024-08-07T17:32:45.5153354Z [7746/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_fft_functions.cpp.obj 2024-08-07T17:32:45.7949782Z [7747/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_return_types.cpp.obj 2024-08-07T17:32:45.8818241Z [7748/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_linalg_functions.cpp.obj 2024-08-07T17:32:46.0248147Z [7749/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_sparse_functions.cpp.obj 2024-08-07T17:32:46.0611896Z [7750/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_special_functions.cpp.obj 2024-08-07T17:32:46.1943979Z [7751/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_variable_methods.cpp.obj 2024-08-07T17:32:46.4831862Z [7752/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DataLoader.cpp.obj 2024-08-07T17:32:46.5806035Z [7753/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_nested_functions.cpp.obj 2024-08-07T17:32:46.6103426Z [7754/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_enum_tag.cpp.obj 2024-08-07T17:32:46.9856191Z [7755/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Device.cpp.obj 2024-08-07T17:32:47.1423418Z [7756/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_4.cpp.obj 2024-08-07T17:32:47.4104201Z [7757/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Dtype.cpp.obj 2024-08-07T17:32:47.4511781Z [7758/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\QScheme.cpp.obj 2024-08-07T17:32:47.4767784Z [7759/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\MemoryFormat.cpp.obj 2024-08-07T17:32:47.8654738Z [7760/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Layout.cpp.obj 2024-08-07T17:32:48.4184399Z [7761/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Size.cpp.obj 2024-08-07T17:32:49.2486405Z [7762/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DynamicTypes.cpp.obj 2024-08-07T17:32:49.3289108Z [7763/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\python_dimname.cpp.obj 2024-08-07T17:32:49.5846881Z [7764/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Exceptions.cpp.obj 2024-08-07T17:32:50.4516365Z [7765/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Generator.cpp.obj 2024-08-07T17:32:51.0098065Z [7766/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\PyInterpreter.cpp.obj 2024-08-07T17:32:51.5112545Z [7767/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Storage.cpp.obj 2024-08-07T17:32:52.5354147Z [7768/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Stream.cpp.obj 2024-08-07T17:32:52.8935123Z [7769/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\StorageMethods.cpp.obj 2024-08-07T17:32:52.9536504Z [7770/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Event.cpp.obj 2024-08-07T17:32:53.9724540Z [7771/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\profiler_python.cpp.obj 2024-08-07T17:32:54.1028115Z [7772/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\StorageSharing.cpp.obj 2024-08-07T17:32:54.2624985Z [7773/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\TypeInfo.cpp.obj 2024-08-07T17:32:54.9275151Z [7774/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\api\src\python\init.cpp.obj 2024-08-07T17:32:54.9470006Z [7775/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_anomaly_mode.cpp.obj 2024-08-07T17:32:55.2726284Z [7776/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_cpp_function.cpp.obj 2024-08-07T17:32:55.7048104Z [7777/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_saved_variable_hooks.cpp.obj 2024-08-07T17:32:56.3442882Z [7778/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\init.cpp.obj 2024-08-07T17:32:57.3296126Z [7779/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\functions\init.cpp.obj 2024-08-07T17:32:58.1443586Z [7780/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_engine.cpp.obj 2024-08-07T17:32:58.2605733Z [7781/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_hook.cpp.obj 2024-08-07T17:32:58.8230297Z [7782/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_function.cpp.obj 2024-08-07T17:32:58.9921818Z [7783/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_legacy_variable.cpp.obj 2024-08-07T17:32:59.7198294Z [7784/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cache_entry.cpp.obj 2024-08-07T17:33:00.2574015Z [7785/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_nested_functions_manual.cpp.obj 2024-08-07T17:33:00.7234528Z [7786/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\python_compiled_autograd.cpp.obj 2024-08-07T17:33:01.0219362Z [7787/7975] Building C object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\eval_frame.c.obj 2024-08-07T17:33:01.0220325Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(38): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2024-08-07T17:33:01.0221231Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2024-08-07T17:33:01.2320066Z [7788/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable_indexing.cpp.obj 2024-08-07T17:33:01.4030550Z [7789/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\framelocals_mapping.cpp.obj 2024-08-07T17:33:01.4977465Z [7790/7975] Building C object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cpython_defs.c.obj 2024-08-07T17:33:01.4978424Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(38): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2024-08-07T17:33:01.4980276Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2024-08-07T17:33:01.6070697Z [7791/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_torch_functions_manual.cpp.obj 2024-08-07T17:33:01.7352682Z [7792/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable.cpp.obj 2024-08-07T17:33:01.8765905Z [7793/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\extra_state.cpp.obj 2024-08-07T17:33:01.9136936Z [7794/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\fx\node.cpp.obj 2024-08-07T17:33:02.3443585Z [7795/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cpp_shim.cpp.obj 2024-08-07T17:33:02.7483641Z [7796/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\init.cpp.obj 2024-08-07T17:33:02.9539683Z [7797/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_runner\pybind.cpp.obj 2024-08-07T17:33:03.4407992Z [7798/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\guards.cpp.obj 2024-08-07T17:33:03.9274402Z [7799/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\resize_storage_bytes.cpp.obj 2024-08-07T17:33:04.7054374Z [7800/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\mps\Module.cpp.obj 2024-08-07T17:33:04.9158525Z [7801/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\mtia\Module.cpp.obj 2024-08-07T17:33:05.8871334Z [7802/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\functorch\init.cpp.obj 2024-08-07T17:33:06.0168842Z [7803/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_eager\kernel_holder.cpp.obj 2024-08-07T17:33:06.9678151Z [7804/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\backends\backend_init.cpp.obj 2024-08-07T17:33:07.6148483Z [7805/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\init.cpp.obj 2024-08-07T17:33:08.0324500Z [7806/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_eager\kernel_meta_info.cpp.obj 2024-08-07T17:33:08.0790160Z [7807/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\constant_fold.cpp.obj 2024-08-07T17:33:08.1959194Z [7808/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\deduplicate_initializers.cpp.obj 2024-08-07T17:33:08.5162742Z [7809/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\cast_all_constant_to_floating.cpp.obj 2024-08-07T17:33:08.7417010Z [7810/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx.cpp.obj 2024-08-07T17:33:09.1455809Z [7811/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\list_model_parameters.cpp.obj 2024-08-07T17:33:09.3643505Z [7812/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\function_substitution.cpp.obj 2024-08-07T17:33:09.6508857Z [7813/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\eliminate_unused_items.cpp.obj 2024-08-07T17:33:09.8700944Z [7814/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\eval_peephole.cpp.obj 2024-08-07T17:33:10.1750875Z [7815/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\constant_map.cpp.obj 2024-08-07T17:33:10.3885865Z [7816/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\scalar_type_analysis.cpp.obj 2024-08-07T17:33:10.6820382Z [7817/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\peephole.cpp.obj 2024-08-07T17:33:10.8171952Z [7818/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\prepare_division_for_onnx.cpp.obj 2024-08-07T17:33:11.2457518Z [7819/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\helper.cpp.obj 2024-08-07T17:33:11.3562090Z [7820/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\preprocess_for_onnx.cpp.obj 2024-08-07T17:33:11.5092309Z [7821/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\onnx_log.cpp.obj 2024-08-07T17:33:11.7665860Z [7822/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\remove_inplace_ops_for_onnx.cpp.obj 2024-08-07T17:33:11.9087058Z [7823/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\function_extraction.cpp.obj 2024-08-07T17:33:12.2270651Z [7824/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\fixup_onnx_controlflow.cpp.obj 2024-08-07T17:33:12.5817193Z [7825/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\pattern_conversion.cpp.obj 2024-08-07T17:33:12.7004138Z [7826/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\unpack_quantized_weights.cpp.obj 2024-08-07T17:33:12.7874494Z [7827/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\naming.cpp.obj 2024-08-07T17:33:13.7863654Z [7828/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\pattern_encapsulation.cpp.obj 2024-08-07T17:33:13.7935529Z [7829/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\common.cpp.obj 2024-08-07T17:33:13.7967241Z [7830/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\autograd_function_process.cpp.obj 2024-08-07T17:33:14.8254485Z [7831/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Module.cpp.obj 2024-08-07T17:33:14.8255723Z 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-08-07T17:33:14.8257133Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\Module.cpp(1790): warning C4003: not enough arguments for function-like macro invocation 'CATCH_TH_ERRORS' 2024-08-07T17:33:14.9259615Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\Module.cpp(1790): warning C4003: not enough arguments for function-like macro invocation 'CATCH_CORE_ERRORS' 2024-08-07T17:33:14.9260991Z [7832/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\shape_type_inference.cpp.obj 2024-08-07T17:33:15.0111480Z [7833/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\pybind_utils.cpp.obj 2024-08-07T17:33:15.2836155Z [7834/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\frontend\tree_views.cpp.obj 2024-08-07T17:33:15.9096103Z [7835/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_custom_class.cpp.obj 2024-08-07T17:33:17.4390012Z [7836/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_arg_flatten.cpp.obj 2024-08-07T17:33:17.4698823Z [7837/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_dict.cpp.obj 2024-08-07T17:33:17.5471289Z [7838/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_ir.cpp.obj 2024-08-07T17:33:18.1878847Z [7839/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_interpreter.cpp.obj 2024-08-07T17:33:18.2827537Z [7840/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\frontend\concrete_module_type.cpp.obj 2024-08-07T17:33:18.2829755Z 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-08-07T17:33:18.2832868Z 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-08-07T17:33:18.2835352Z with 2024-08-07T17:33:18.2835667Z [ 2024-08-07T17:33:18.2836032Z _Ty1=const pybind11::object &, 2024-08-07T17:33:18.2836534Z _Ty2=const pybind11::object & 2024-08-07T17:33:18.2836975Z ] 2024-08-07T17:33:18.2838953Z 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-08-07T17:33:18.2841363Z with 2024-08-07T17:33:18.2841681Z [ 2024-08-07T17:33:18.2842001Z _InIt1=const pybind11::object *, 2024-08-07T17:33:18.2842479Z _InIt2=const pybind11::object *, 2024-08-07T17:33:18.2843024Z _Pr=std::equal_to 2024-08-07T17:33:18.2843477Z ] 2024-08-07T17:33:18.2845553Z 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-08-07T17:33:18.2847787Z with 2024-08-07T17:33:18.2848094Z [ 2024-08-07T17:33:18.2848454Z _InIt1=const pybind11::object *, 2024-08-07T17:33:18.2848997Z _InIt2=const pybind11::object * 2024-08-07T17:33:18.2849480Z ] 2024-08-07T17:33:18.2852285Z 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-08-07T17:33:18.7033979Z [7841/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_list.cpp.obj 2024-08-07T17:33:19.2030428Z [7842/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\monitor\python_init.cpp.obj 2024-08-07T17:33:19.4915904Z [7843/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\script_init.cpp.obj 2024-08-07T17:33:19.7880587Z [7844/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_tree_views.cpp.obj 2024-08-07T17:33:20.1323071Z [7845/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\multiprocessing\init.cpp.obj 2024-08-07T17:33:20.8121569Z [7846/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_tracer.cpp.obj 2024-08-07T17:33:20.8902793Z [7847/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\runtime\static\init.cpp.obj 2024-08-07T17:33:20.9174151Z [7848/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_sugared_value.cpp.obj 2024-08-07T17:33:21.0402323Z [7849/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\profiler\python\combined_traceback.cpp.obj 2024-08-07T17:33:21.4227709Z [7850/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\tensorexpr\tensorexpr_init.cpp.obj 2024-08-07T17:33:21.8308594Z [7851/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\device_lazy_init.cpp.obj 2024-08-07T17:33:22.7453300Z [7852/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\tensor\python_tensor.cpp.obj 2024-08-07T17:33:23.0968122Z [7853/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\serialization.cpp.obj 2024-08-07T17:33:23.9734876Z [7854/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\invalid_arguments.cpp.obj 2024-08-07T17:33:24.2482683Z [7855/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\object_ptr.cpp.obj 2024-08-07T17:33:24.2671693Z [7856/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\profiler\python\init.cpp.obj 2024-08-07T17:33:24.4759806Z [7857/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\nested.cpp.obj 2024-08-07T17:33:24.5661815Z [7858/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\onnx\init.cpp.obj 2024-08-07T17:33:24.6740213Z [7859/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\init.cpp.obj 2024-08-07T17:33:24.9234244Z [7860/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\pyobject_preservation.cpp.obj 2024-08-07T17:33:25.1233159Z [7861/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils.cpp.obj 2024-08-07T17:33:25.3920915Z [7862/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\structseq.cpp.obj 2024-08-07T17:33:25.8404009Z [7863/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\pybind.cpp.obj 2024-08-07T17:33:26.1569871Z [7864/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\throughput_benchmark.cpp.obj 2024-08-07T17:33:26.2381832Z [7865/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_layouts.cpp.obj 2024-08-07T17:33:26.3240421Z [7866/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_symnode.cpp.obj 2024-08-07T17:33:26.7251258Z [7867/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_qschemes.cpp.obj 2024-08-07T17:33:27.0861351Z [7868/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_memoryformats.cpp.obj 2024-08-07T17:33:27.3326729Z [7869/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_dtypes.cpp.obj 2024-08-07T17:33:27.4930946Z [7870/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_arg_parser.cpp.obj 2024-08-07T17:33:27.8706544Z [7871/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_apply.cpp.obj 2024-08-07T17:33:27.9150922Z [7872/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_dispatch.cpp.obj 2024-08-07T17:33:27.9554494Z [7873/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\verbose.cpp.obj 2024-08-07T17:33:28.4026119Z [7874/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cpu\Module.cpp.obj 2024-08-07T17:33:28.8502219Z [7875/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\disable_torch_function.cpp.obj 2024-08-07T17:33:28.8805891Z [7876/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\itt.cpp.obj 2024-08-07T17:33:28.9531741Z [7877/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_types.cpp.obj 2024-08-07T17:33:29.4170714Z [7878/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\lazy\python\python_util.cpp.obj 2024-08-07T17:33:29.6295378Z [7879/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_list.cpp.obj 2024-08-07T17:33:30.0817648Z [7880/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_numpy.cpp.obj 2024-08-07T17:33:30.6342554Z [7881/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_new.cpp.obj 2024-08-07T17:33:32.2009145Z [7882/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\__\test\cpp\jit\torch_python_test.cpp.obj 2024-08-07T17:33:32.4094176Z [7883/7975] Building C object functorch\CMakeFiles\functorch.dir\csrc\dim\dim_opcode.c.obj 2024-08-07T17:33:32.4095098Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(38): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2024-08-07T17:33:32.4096176Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2024-08-07T17:33:32.4262200Z [7884/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\lazy\python\init.cpp.obj 2024-08-07T17:33:32.5139004Z [7885/7975] Building CXX object caffe2\torch\CMakeFiles\nnapi_backend.dir\csrc\jit\backends\nnapi\nnapi_backend_lib.cpp.obj 2024-08-07T17:33:32.8391438Z [7886/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\distributed\c10d\init.cpp.obj 2024-08-07T17:33:32.9435624Z [7887/7975] Building CXX object caffe2\torch\CMakeFiles\nnapi_backend.dir\csrc\jit\backends\nnapi\nnapi_backend_preprocess.cpp.obj 2024-08-07T17:33:33.4893061Z [7888/7975] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\distributed\c10d\python_comm_hook.cpp.obj 2024-08-07T17:33:33.5092516Z [7889/7975] Building CXX object functorch\CMakeFiles\functorch.dir\csrc\dim\dim.cpp.obj 2024-08-07T17:33:35.1252498Z [7890/7975] Building CXX object functorch\CMakeFiles\functorch.dir\csrc\init_dim_only.cpp.obj 2024-08-07T17:39:09.4528942Z [7891/7975] Linking CXX shared library bin\torch_cpu.dll 2024-08-07T17:39:09.9405973Z [7892/7975] Linking CXX shared library bin\torch.dll 2024-08-07T17:39:10.0699784Z [7893/7975] Linking CXX static library lib\unbox_lib.lib 2024-08-07T17:39:10.3904568Z [7894/7975] Linking CXX executable bin\TCPStoreTest.exe 2024-08-07T17:39:10.3940642Z [7895/7975] Linking CXX executable bin\FileStoreTest.exe 2024-08-07T17:39:10.4042572Z [7896/7975] Linking CXX executable bin\cpu_profiling_allocator_test.exe 2024-08-07T17:39:10.4097006Z [7897/7975] Linking CXX executable bin\broadcast_test.exe 2024-08-07T17:39:10.4230696Z [7898/7975] Linking CXX executable bin\basic.exe 2024-08-07T17:39:10.4379443Z [7899/7975] Linking CXX executable bin\BackoffTest.exe 2024-08-07T17:39:10.4393943Z [7900/7975] Linking CXX executable bin\ProcessGroupGlooTest.exe 2024-08-07T17:39:10.4422897Z [7901/7975] Linking CXX executable bin\cpu_allocator_test.exe 2024-08-07T17:39:10.7695564Z [7902/7975] Linking CXX executable bin\cpu_generator_test.exe 2024-08-07T17:39:10.8535520Z [7903/7975] Linking CXX executable bin\dlconvertor_test.exe 2024-08-07T17:39:10.8646190Z [7904/7975] Linking CXX executable bin\lazy_tensor_test.exe 2024-08-07T17:39:10.9306929Z [7905/7975] Linking CXX executable bin\half_test.exe 2024-08-07T17:39:10.9716588Z [7906/7975] Linking CXX executable bin\dispatch_key_set_test.exe 2024-08-07T17:39:10.9758271Z [7907/7975] Linking CXX executable bin\extension_backend_test.exe 2024-08-07T17:39:11.1982770Z [7908/7975] Linking CXX executable bin\memory_format_test.exe 2024-08-07T17:39:11.2275459Z [7909/7975] Linking CXX executable bin\ivalue_test.exe 2024-08-07T17:39:11.2285929Z [7910/7975] Linking CXX executable bin\math_kernel_test.exe 2024-08-07T17:39:11.2568782Z [7911/7975] Linking CXX executable bin\memory_overlapping_test.exe 2024-08-07T17:39:11.2684018Z [7912/7975] Linking CXX executable bin\mobile_memory_cleanup.exe 2024-08-07T17:39:11.2838161Z [7913/7975] Linking CXX executable bin\operator_name_test.exe 2024-08-07T17:39:11.3207991Z [7914/7975] Linking CXX executable bin\cpu_rng_test.exe 2024-08-07T17:39:11.3339498Z [7915/7975] Linking CXX executable bin\native_test.exe 2024-08-07T17:39:11.5655234Z [7916/7975] Linking CXX executable bin\Dimname_test.exe 2024-08-07T17:39:11.7980585Z [7917/7975] Linking CXX executable bin\NamedTensor_test.exe 2024-08-07T17:39:11.8108386Z [7918/7975] Linking CXX executable bin\apply_utils_test.exe 2024-08-07T17:39:11.9617266Z [7919/7975] Linking CXX executable bin\Dict_test.exe 2024-08-07T17:39:11.9968232Z [7920/7975] Linking CXX executable bin\MaybeOwned_test.exe 2024-08-07T17:39:12.1325939Z [7921/7975] Linking CXX executable bin\atest.exe 2024-08-07T17:39:12.3139005Z [7922/7975] Linking CXX executable bin\packedtensoraccessor_test.exe 2024-08-07T17:39:12.3459597Z [7923/7975] Linking CXX executable bin\operators_test.exe 2024-08-07T17:39:12.5004240Z [7924/7975] Linking CXX executable bin\quantized_test.exe 2024-08-07T17:39:12.6488867Z [7925/7975] Linking CXX executable bin\reduce_ops_test.exe 2024-08-07T17:39:12.6625066Z [7926/7975] Linking CXX executable bin\pow_test.exe 2024-08-07T17:39:12.7572313Z [7927/7975] Linking CXX executable bin\StorageUtils_test.exe 2024-08-07T17:39:12.9072273Z [7928/7975] Linking CXX executable bin\reportMemoryUsage_test.exe 2024-08-07T17:39:12.9346471Z [7929/7975] Linking CXX executable bin\scalar_tensor_test.exe 2024-08-07T17:39:13.1452852Z [7930/7975] Linking CXX executable bin\stride_properties_test.exe 2024-08-07T17:39:13.1829894Z [7931/7975] Linking CXX executable bin\scalar_test.exe 2024-08-07T17:39:13.2820024Z [7932/7975] Linking CXX executable bin\thread_init_test.exe 2024-08-07T17:39:13.3626673Z [7933/7975] Linking CXX executable bin\test_parallel.exe 2024-08-07T17:39:13.5177949Z [7934/7975] Linking CXX executable bin\tensor_iterator_test.exe 2024-08-07T17:39:13.5942943Z [7935/7975] Linking CXX executable bin\type_ptr_test.exe 2024-08-07T17:39:13.6788053Z [7936/7975] Linking CXX executable bin\verify_api_visibility.exe 2024-08-07T17:39:13.6821319Z [7937/7975] Linking CXX executable bin\type_test.exe 2024-08-07T17:39:13.8383069Z [7938/7975] Linking CXX executable bin\undefined_tensor_test.exe 2024-08-07T17:39:13.9732556Z [7939/7975] Linking CXX executable bin\weakref_test.exe 2024-08-07T17:39:14.1232696Z [7940/7975] Linking CXX executable bin\xla_tensor_test.exe 2024-08-07T17:39:14.1823542Z [7941/7975] Linking CXX executable bin\legacy_vmap_test.exe 2024-08-07T17:39:14.2836215Z [7942/7975] Linking CXX executable bin\wrapdim_test.exe 2024-08-07T17:39:14.5727714Z [7943/7975] Linking CXX executable bin\IListRef_test.exe 2024-08-07T17:39:14.6079650Z [7944/7975] Linking CXX executable bin\List_test.exe 2024-08-07T17:39:14.6533424Z [7945/7975] Linking CXX executable bin\KernelFunction_test.exe 2024-08-07T17:39:15.0883451Z [7946/7975] Linking CXX executable bin\vec_test_all_types_DEFAULT.exe 2024-08-07T17:39:15.1547724Z [7947/7975] Linking CXX executable bin\vec_test_all_types_AVX2.exe 2024-08-07T17:39:15.2465228Z [7948/7975] Linking CXX executable bin\kernel_function_test.exe 2024-08-07T17:39:15.3888262Z [7949/7975] Linking CXX executable bin\CppSignature_test.exe 2024-08-07T17:39:15.4477199Z [7950/7975] Linking CXX executable bin\vec_test_all_types_AVX512.exe 2024-08-07T17:39:15.5056489Z [7951/7975] Linking CXX executable bin\make_boxed_from_unboxed_functor_test.exe 2024-08-07T17:39:15.5347832Z [7952/7975] Linking CXX executable bin\kernel_stackbased_test.exe 2024-08-07T17:39:15.5380124Z [7953/7975] Linking CXX executable bin\kernel_lambda_test.exe 2024-08-07T17:39:15.6286332Z [7954/7975] Linking CXX executable bin\op_allowlist_test.exe 2024-08-07T17:39:15.7054617Z [7955/7975] Linking CXX executable bin\backend_fallback_test.exe 2024-08-07T17:39:15.7304541Z [7956/7975] Linking CXX executable bin\kernel_function_legacy_test.exe 2024-08-07T17:39:16.0407641Z [7957/7975] Linking CXX executable bin\inline_container_test.exe 2024-08-07T17:39:16.0840826Z [7958/7975] Linking CXX executable bin\tutorial_tensorexpr.exe 2024-08-07T17:39:16.2286886Z [7959/7975] Linking CXX shared library bin\aoti_custom_ops.dll 2024-08-07T17:39:16.4549263Z [7960/7975] Linking CXX shared library bin\backend_with_compiler.dll 2024-08-07T17:39:16.4697227Z [7961/7975] Linking CXX executable bin\kernel_lambda_legacy_test.exe 2024-08-07T17:39:16.4756840Z [7962/7975] Linking CXX executable bin\parallel_benchmark.exe 2024-08-07T17:39:16.6886218Z [7963/7975] Linking CXX shared library bin\shm.dll 2024-08-07T17:39:16.9222120Z [7964/7975] Linking CXX shared library bin\jitbackend_test.dll 2024-08-07T17:39:17.0205394Z [7965/7975] Linking CXX executable bin\test_edge_op_registration.exe 2024-08-07T17:39:18.0015441Z [7966/7975] Linking CXX shared library bin\torchbind_test.dll 2024-08-07T17:39:19.7075782Z [7967/7975] Linking CXX executable bin\test_lazy.exe 2024-08-07T17:39:20.2666463Z [7968/7975] Linking CXX executable bin\op_registration_test.exe 2024-08-07T17:39:22.0458811Z [7969/7975] Linking CXX executable bin\test_tensorexpr.exe 2024-08-07T17:39:24.5957407Z [7970/7975] Linking CXX executable bin\test_jit.exe 2024-08-07T17:39:25.3777806Z [7971/7975] Linking CXX executable bin\test_api.exe 2024-08-07T17:39:32.7578615Z [7972/7975] Linking CXX shared library bin\torch_python.dll 2024-08-07T17:39:33.0384283Z [7973/7975] Linking CXX shared module functorch\functorch.pyd 2024-08-07T17:39:33.0469092Z [7974/7975] Linking CXX shared library bin\nnapi_backend.dll 2024-08-07T17:39:33.0488763Z [7974/7975] Install the project... 2024-08-07T17:39:33.0990585Z -- Install configuration: "Release" 2024-08-07T17:40:26.5827425Z -- Building version 2.5.0a0+git016588f 2024-08-07T17:40:26.5830115Z cmake -GNinja -DBUILD_ENVIRONMENT=win-vs2019-cpu-py3 -DBUILD_PYTHON=True -DBUILD_TEST=True -DBUILD_TYPE=release -DBUILD_WHEEL=1 -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_GENERATOR=Ninja -DCMAKE_INSTALL_PREFIX=C:\actions-runner\_work\pytorch\pytorch\torch -DCMAKE_PREFIX_PATH=C:\Jenkins\Miniconda3\Lib\site-packages -DPython_EXECUTABLE=C:\Jenkins\Miniconda3\python.exe -DTORCH_BUILD_VERSION=2.5.0a0+git016588f -DTORCH_CUDA_ARCH_LIST=8.6 -DUSE_CUDA=0 -DUSE_NUMPY=True C:\actions-runner\_work\pytorch\pytorch 2024-08-07T17:40:26.5851397Z cmake --build . --target install --config Release -- -j 8 2024-08-07T17:40:26.5851852Z running bdist_wheel 2024-08-07T17:40:27.5800800Z running build 2024-08-07T17:40:27.5801125Z running build_py 2024-08-07T17:40:27.5912337Z creating build\lib.win-amd64-cpython-39 2024-08-07T17:40:27.5919998Z creating build\lib.win-amd64-cpython-39\functorch 2024-08-07T17:40:27.5920509Z copying functorch\__init__.py -> build\lib.win-amd64-cpython-39\functorch 2024-08-07T17:40:27.5946125Z creating build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.5953845Z copying torch\functional.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.5992257Z copying torch\hub.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.6046409Z copying torch\library.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.6080790Z copying torch\overrides.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.6123735Z copying torch\quasirandom.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.6157494Z copying torch\random.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.6175574Z copying torch\return_types.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.6185616Z copying torch\serialization.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.6227637Z copying torch\storage.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.6261766Z copying torch\torch_version.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.6272709Z copying torch\types.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.6289077Z copying torch\version.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.6301498Z copying torch\_appdirs.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.6312260Z copying torch\_classes.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.6324751Z copying torch\_compile.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.6342932Z copying torch\_custom_ops.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.6355184Z copying torch\_deploy.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.6372198Z copying torch\_guards.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.6396589Z copying torch\_jit_internal.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.6428997Z copying torch\_linalg_utils.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.6441194Z copying torch\_lobpcg.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.6602091Z copying torch\_lowrank.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.6613700Z copying torch\_meta_registrations.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.6712531Z copying torch\_namedtensor_internals.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.6727453Z copying torch\_ops.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.6762660Z copying torch\_python_dispatcher.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.6784851Z copying torch\_size_docs.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.6795915Z copying torch\_sources.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.6813920Z copying torch\_storage_docs.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.6830813Z copying torch\_streambase.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.6842765Z copying torch\_tensor.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.6882705Z copying torch\_tensor_docs.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.6953054Z copying torch\_tensor_str.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.6974572Z copying torch\_torch_docs.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.7137407Z copying torch\_utils.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.7167206Z copying torch\_utils_internal.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.7172505Z copying torch\_VF.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.7194127Z copying torch\_vmap_internals.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.7213006Z copying torch\_weights_only_unpickler.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.7224051Z copying torch\__config__.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.7231661Z copying torch\__future__.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.7241941Z copying torch\__init__.py -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:27.7621413Z creating build\lib.win-amd64-cpython-39\torchgen 2024-08-07T17:40:27.7638356Z copying torchgen\code_template.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-07T17:40:27.7639044Z copying torchgen\context.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-07T17:40:27.7639547Z copying torchgen\gen.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-07T17:40:27.7640075Z copying torchgen\gen_aoti_c_shim.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-07T17:40:27.7640653Z copying torchgen\gen_backend_stubs.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-07T17:40:27.7641436Z copying torchgen\gen_executorch.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-07T17:40:27.7672370Z copying torchgen\gen_functionalization_type.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-07T17:40:27.7705737Z copying torchgen\gen_lazy_tensor.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-07T17:40:27.7724120Z copying torchgen\gen_vmap_plumbing.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-07T17:40:27.7735838Z copying torchgen\local.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-07T17:40:27.7748286Z copying torchgen\model.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-07T17:40:27.7808842Z copying torchgen\native_function_generation.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-07T17:40:27.7826976Z copying torchgen\utils.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-07T17:40:27.7855150Z copying torchgen\yaml_utils.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-07T17:40:27.7871133Z copying torchgen\__init__.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-07T17:40:27.7878910Z creating build\lib.win-amd64-cpython-39\functorch\compile 2024-08-07T17:40:27.7881237Z copying functorch\compile\__init__.py -> build\lib.win-amd64-cpython-39\functorch\compile 2024-08-07T17:40:27.7895646Z creating build\lib.win-amd64-cpython-39\functorch\dim 2024-08-07T17:40:27.7898444Z copying functorch\dim\batch_tensor.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-08-07T17:40:27.7910099Z copying functorch\dim\delayed_mul_tensor.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-08-07T17:40:27.7927334Z copying functorch\dim\dim.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-08-07T17:40:27.7958487Z copying functorch\dim\magic_trace.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-08-07T17:40:27.7980036Z copying functorch\dim\op_properties.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-08-07T17:40:27.7992597Z copying functorch\dim\reference.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-08-07T17:40:27.8010074Z copying functorch\dim\tree_map.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-08-07T17:40:27.8016067Z copying functorch\dim\wrap_type.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-08-07T17:40:27.8028109Z copying functorch\dim\__init__.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-08-07T17:40:27.8048893Z creating build\lib.win-amd64-cpython-39\functorch\einops 2024-08-07T17:40:27.8051166Z copying functorch\einops\rearrange.py -> build\lib.win-amd64-cpython-39\functorch\einops 2024-08-07T17:40:27.8063063Z copying functorch\einops\_parsing.py -> build\lib.win-amd64-cpython-39\functorch\einops 2024-08-07T17:40:27.8075011Z copying functorch\einops\__init__.py -> build\lib.win-amd64-cpython-39\functorch\einops 2024-08-07T17:40:27.8083045Z creating build\lib.win-amd64-cpython-39\functorch\experimental 2024-08-07T17:40:27.8097296Z copying functorch\experimental\control_flow.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2024-08-07T17:40:27.8103049Z copying functorch\experimental\ops.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2024-08-07T17:40:27.8108791Z copying functorch\experimental\__init__.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2024-08-07T17:40:27.8115700Z creating build\lib.win-amd64-cpython-39\functorch\_src 2024-08-07T17:40:27.8118715Z copying functorch\_src\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src 2024-08-07T17:40:27.8125072Z creating build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd 2024-08-07T17:40:27.8127545Z copying functorch\_src\aot_autograd\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd 2024-08-07T17:40:27.8140429Z creating build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms 2024-08-07T17:40:27.8143523Z copying functorch\_src\eager_transforms\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms 2024-08-07T17:40:27.8150314Z creating build\lib.win-amd64-cpython-39\functorch\_src\make_functional 2024-08-07T17:40:27.8160153Z copying functorch\_src\make_functional\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\make_functional 2024-08-07T17:40:27.8168636Z creating build\lib.win-amd64-cpython-39\functorch\_src\vmap 2024-08-07T17:40:27.8171051Z copying functorch\_src\vmap\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\vmap 2024-08-07T17:40:27.8179095Z creating build\lib.win-amd64-cpython-39\torch\amp 2024-08-07T17:40:27.8181691Z copying torch\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\amp 2024-08-07T17:40:27.9366928Z copying torch\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\amp 2024-08-07T17:40:27.9384293Z copying torch\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\amp 2024-08-07T17:40:27.9390702Z creating build\lib.win-amd64-cpython-39\torch\ao 2024-08-07T17:40:27.9393137Z copying torch\ao\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao 2024-08-07T17:40:27.9412419Z creating build\lib.win-amd64-cpython-39\torch\autograd 2024-08-07T17:40:27.9415018Z copying torch\autograd\anomaly_mode.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-07T17:40:27.9426174Z copying torch\autograd\forward_ad.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-07T17:40:27.9437115Z copying torch\autograd\function.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-07T17:40:27.9461308Z copying torch\autograd\functional.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-07T17:40:27.9501086Z copying torch\autograd\gradcheck.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-07T17:40:27.9542670Z copying torch\autograd\grad_mode.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-07T17:40:27.9555606Z copying torch\autograd\graph.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-07T17:40:27.9580555Z copying torch\autograd\profiler.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-07T17:40:27.9604309Z copying torch\autograd\profiler_legacy.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-07T17:40:27.9616336Z copying torch\autograd\profiler_util.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-07T17:40:27.9640104Z copying torch\autograd\variable.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-07T17:40:27.9651452Z copying torch\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-07T17:40:27.9671951Z creating build\lib.win-amd64-cpython-39\torch\backends 2024-08-07T17:40:27.9674399Z copying torch\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends 2024-08-07T17:40:27.9687860Z creating build\lib.win-amd64-cpython-39\torch\compiler 2024-08-07T17:40:27.9690477Z copying torch\compiler\__init__.py -> build\lib.win-amd64-cpython-39\torch\compiler 2024-08-07T17:40:27.9703892Z creating build\lib.win-amd64-cpython-39\torch\contrib 2024-08-07T17:40:27.9706881Z copying torch\contrib\_tensorboard_vis.py -> build\lib.win-amd64-cpython-39\torch\contrib 2024-08-07T17:40:27.9719059Z copying torch\contrib\__init__.py -> build\lib.win-amd64-cpython-39\torch\contrib 2024-08-07T17:40:27.9725297Z creating build\lib.win-amd64-cpython-39\torch\cpu 2024-08-07T17:40:27.9727844Z copying torch\cpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\cpu 2024-08-07T17:40:27.9744168Z creating build\lib.win-amd64-cpython-39\torch\cuda 2024-08-07T17:40:27.9746732Z copying torch\cuda\comm.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-07T17:40:27.9752552Z copying torch\cuda\error.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-07T17:40:27.9757642Z copying torch\cuda\graphs.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-07T17:40:27.9775900Z copying torch\cuda\jiterator.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-07T17:40:27.9793605Z copying torch\cuda\memory.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-07T17:40:27.9817817Z copying torch\cuda\nccl.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-07T17:40:27.9837644Z copying torch\cuda\nvtx.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-07T17:40:27.9854086Z copying torch\cuda\profiler.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-07T17:40:27.9866648Z copying torch\cuda\random.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-07T17:40:27.9878240Z copying torch\cuda\sparse.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-07T17:40:27.9884087Z copying torch\cuda\streams.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-07T17:40:27.9896220Z copying torch\cuda\tunable.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-07T17:40:27.9908145Z copying torch\cuda\_gpu_trace.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-07T17:40:27.9920471Z copying torch\cuda\_memory_viz.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-07T17:40:27.9939492Z copying torch\cuda\_sanitizer.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-07T17:40:27.9959235Z copying torch\cuda\_utils.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-07T17:40:27.9970859Z copying torch\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-07T17:40:28.0006012Z creating build\lib.win-amd64-cpython-39\torch\distributed 2024-08-07T17:40:28.0008776Z copying torch\distributed\argparse_util.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-07T17:40:28.0019947Z copying torch\distributed\c10d_logger.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-07T17:40:28.0036292Z copying torch\distributed\collective_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-07T17:40:28.0053320Z copying torch\distributed\constants.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-07T17:40:28.0064067Z copying torch\distributed\device_mesh.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-07T17:40:28.0088852Z copying torch\distributed\distributed_c10d.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-07T17:40:28.0255972Z copying torch\distributed\launch.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-07T17:40:28.0267403Z copying torch\distributed\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-07T17:40:28.0273437Z copying torch\distributed\remote_device.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-07T17:40:28.0291101Z copying torch\distributed\rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-07T17:40:28.0303721Z copying torch\distributed\run.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-07T17:40:28.0330925Z copying torch\distributed\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-07T17:40:28.0343848Z copying torch\distributed\_checkpointable.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-07T17:40:28.0356178Z copying torch\distributed\_composable_state.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-07T17:40:28.0367848Z copying torch\distributed\_functional_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-07T17:40:28.0392094Z copying torch\distributed\_functional_collectives_impl.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-07T17:40:28.0404455Z copying torch\distributed\_state_dict_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-07T17:40:28.0427689Z copying torch\distributed\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-07T17:40:28.0449289Z creating build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0452387Z copying torch\distributions\bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0463433Z copying torch\distributions\beta.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0475592Z copying torch\distributions\binomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0492888Z copying torch\distributions\categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0514354Z copying torch\distributions\cauchy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0525499Z copying torch\distributions\chi2.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0542622Z copying torch\distributions\constraints.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0561600Z copying torch\distributions\constraint_registry.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0573970Z copying torch\distributions\continuous_bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0586354Z copying torch\distributions\dirichlet.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0599130Z copying torch\distributions\distribution.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0610402Z copying torch\distributions\exponential.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0621575Z copying torch\distributions\exp_family.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0632653Z copying torch\distributions\fishersnedecor.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0650007Z copying torch\distributions\gamma.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0661605Z copying torch\distributions\geometric.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0673533Z copying torch\distributions\gumbel.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0685593Z copying torch\distributions\half_cauchy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0702785Z copying torch\distributions\half_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0714858Z copying torch\distributions\independent.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0726900Z copying torch\distributions\inverse_gamma.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0738881Z copying torch\distributions\kl.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0762907Z copying torch\distributions\kumaraswamy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0783040Z copying torch\distributions\laplace.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0795238Z copying torch\distributions\lkj_cholesky.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0808787Z copying torch\distributions\logistic_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0826741Z copying torch\distributions\log_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0838695Z copying torch\distributions\lowrank_multivariate_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0850957Z copying torch\distributions\mixture_same_family.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0863472Z copying torch\distributions\multinomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0875458Z copying torch\distributions\multivariate_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0919199Z copying torch\distributions\negative_binomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0936152Z copying torch\distributions\normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0948196Z copying torch\distributions\one_hot_categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0966416Z copying torch\distributions\pareto.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0977854Z copying torch\distributions\poisson.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.0990446Z copying torch\distributions\relaxed_bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.1002716Z copying torch\distributions\relaxed_categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.1020098Z copying torch\distributions\studentT.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.1031856Z copying torch\distributions\transformed_distribution.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.1043899Z copying torch\distributions\transforms.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.1068310Z copying torch\distributions\uniform.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.1084642Z copying torch\distributions\utils.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.1096511Z copying torch\distributions\von_mises.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.1108489Z copying torch\distributions\weibull.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.1127315Z copying torch\distributions\wishart.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.1144012Z copying torch\distributions\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-07T17:40:28.1158568Z creating build\lib.win-amd64-cpython-39\torch\export 2024-08-07T17:40:28.1161221Z copying torch\export\custom_obj.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-07T17:40:28.1167251Z copying torch\export\dynamic_shapes.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-07T17:40:28.1191912Z copying torch\export\exported_program.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-07T17:40:28.1220856Z copying torch\export\graph_signature.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-07T17:40:28.1244900Z copying torch\export\unflatten.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-07T17:40:28.1274970Z copying torch\export\_remove_auto_functionalized_pass.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-07T17:40:28.1296284Z copying torch\export\_remove_effect_tokens_pass.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-07T17:40:28.1308282Z copying torch\export\_safeguard.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-07T17:40:28.1320406Z copying torch\export\_trace.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-07T17:40:28.1364162Z copying torch\export\_tree_utils.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-07T17:40:28.1381382Z copying torch\export\_unlift.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-07T17:40:28.1392722Z copying torch\export\__init__.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-07T17:40:28.1406332Z creating build\lib.win-amd64-cpython-39\torch\fft 2024-08-07T17:40:28.1409283Z copying torch\fft\__init__.py -> build\lib.win-amd64-cpython-39\torch\fft 2024-08-07T17:40:28.1440778Z creating build\lib.win-amd64-cpython-39\torch\func 2024-08-07T17:40:28.1443729Z copying torch\func\__init__.py -> build\lib.win-amd64-cpython-39\torch\func 2024-08-07T17:40:28.1451123Z creating build\lib.win-amd64-cpython-39\torch\futures 2024-08-07T17:40:28.1453533Z copying torch\futures\__init__.py -> build\lib.win-amd64-cpython-39\torch\futures 2024-08-07T17:40:28.1470094Z creating build\lib.win-amd64-cpython-39\torch\fx 2024-08-07T17:40:28.1473246Z copying torch\fx\annotate.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-07T17:40:28.1485680Z copying torch\fx\config.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-07T17:40:28.1491681Z copying torch\fx\graph.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-07T17:40:28.1533120Z copying torch\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-07T17:40:28.1557700Z copying torch\fx\immutable_collections.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-07T17:40:28.1580680Z copying torch\fx\interpreter.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-07T17:40:28.1599175Z copying torch\fx\node.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-07T17:40:28.1622759Z copying torch\fx\operator_schemas.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-07T17:40:28.1641904Z copying torch\fx\proxy.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-07T17:40:28.1661499Z copying torch\fx\subgraph_rewriter.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-07T17:40:28.1679287Z copying torch\fx\tensor_type.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-07T17:40:28.1690040Z copying torch\fx\traceback.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-07T17:40:28.1701373Z copying torch\fx\_compatibility.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-07T17:40:28.1712358Z copying torch\fx\_lazy_graph_module.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-07T17:40:28.1723845Z copying torch\fx\_pytree.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-07T17:40:28.1735684Z copying torch\fx\_symbolic_trace.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-07T17:40:28.1760264Z copying torch\fx\_utils.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-07T17:40:28.1772129Z copying torch\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-07T17:40:28.1794673Z creating build\lib.win-amd64-cpython-39\torch\jit 2024-08-07T17:40:28.1797860Z copying torch\jit\annotations.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-07T17:40:28.1815791Z copying torch\jit\frontend.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-07T17:40:28.1840345Z copying torch\jit\generate_bytecode.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-07T17:40:28.1852436Z copying torch\jit\quantized.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-07T17:40:28.1872362Z copying torch\jit\supported_ops.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-07T17:40:28.1885179Z copying torch\jit\unsupported_tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-07T17:40:28.1896132Z copying torch\jit\_async.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-07T17:40:28.1907644Z copying torch\jit\_await.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-07T17:40:28.1918591Z copying torch\jit\_builtins.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-07T17:40:28.1930362Z copying torch\jit\_check.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-07T17:40:28.1943203Z copying torch\jit\_dataclass_impls.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-07T17:40:28.1960575Z copying torch\jit\_decompositions.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-07T17:40:28.1974423Z copying torch\jit\_decomposition_utils.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-07T17:40:28.1985611Z copying torch\jit\_freeze.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-07T17:40:28.1999342Z copying torch\jit\_fuser.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-07T17:40:28.2010957Z copying torch\jit\_ir_utils.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-07T17:40:28.2022863Z copying torch\jit\_logging.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-07T17:40:28.2028473Z copying torch\jit\_monkeytype_config.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-07T17:40:28.2063675Z copying torch\jit\_pickle.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-07T17:40:28.2080035Z copying torch\jit\_recursive.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-07T17:40:28.2102732Z copying torch\jit\_script.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-07T17:40:28.2138345Z copying torch\jit\_serialization.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-07T17:40:28.2150223Z copying torch\jit\_shape_functions.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-07T17:40:28.2180449Z copying torch\jit\_state.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-07T17:40:28.2192202Z copying torch\jit\_trace.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-07T17:40:28.2222999Z copying torch\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-07T17:40:28.2236277Z creating build\lib.win-amd64-cpython-39\torch\linalg 2024-08-07T17:40:28.2238928Z copying torch\linalg\__init__.py -> build\lib.win-amd64-cpython-39\torch\linalg 2024-08-07T17:40:28.2294093Z creating build\lib.win-amd64-cpython-39\torch\masked 2024-08-07T17:40:28.2296383Z copying torch\masked\_docs.py -> build\lib.win-amd64-cpython-39\torch\masked 2024-08-07T17:40:28.2325858Z copying torch\masked\_ops.py -> build\lib.win-amd64-cpython-39\torch\masked 2024-08-07T17:40:28.2362770Z copying torch\masked\__init__.py -> build\lib.win-amd64-cpython-39\torch\masked 2024-08-07T17:40:28.2375453Z creating build\lib.win-amd64-cpython-39\torch\monitor 2024-08-07T17:40:28.2378042Z copying torch\monitor\__init__.py -> build\lib.win-amd64-cpython-39\torch\monitor 2024-08-07T17:40:28.2390915Z creating build\lib.win-amd64-cpython-39\torch\mps 2024-08-07T17:40:28.2404518Z copying torch\mps\event.py -> build\lib.win-amd64-cpython-39\torch\mps 2024-08-07T17:40:28.2415602Z copying torch\mps\profiler.py -> build\lib.win-amd64-cpython-39\torch\mps 2024-08-07T17:40:28.2426959Z copying torch\mps\__init__.py -> build\lib.win-amd64-cpython-39\torch\mps 2024-08-07T17:40:28.2440046Z creating build\lib.win-amd64-cpython-39\torch\mtia 2024-08-07T17:40:28.2442655Z copying torch\mtia\_utils.py -> build\lib.win-amd64-cpython-39\torch\mtia 2024-08-07T17:40:28.2454380Z copying torch\mtia\__init__.py -> build\lib.win-amd64-cpython-39\torch\mtia 2024-08-07T17:40:28.2468645Z creating build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-08-07T17:40:28.2471448Z copying torch\multiprocessing\pool.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-08-07T17:40:28.2482574Z copying torch\multiprocessing\queue.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-08-07T17:40:28.2493760Z copying torch\multiprocessing\reductions.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-08-07T17:40:28.2512276Z copying torch\multiprocessing\spawn.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-08-07T17:40:28.2524483Z copying torch\multiprocessing\_atfork.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-08-07T17:40:28.2541402Z copying torch\multiprocessing\__init__.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-08-07T17:40:28.2554639Z creating build\lib.win-amd64-cpython-39\torch\nested 2024-08-07T17:40:28.2557268Z copying torch\nested\__init__.py -> build\lib.win-amd64-cpython-39\torch\nested 2024-08-07T17:40:28.2577171Z creating build\lib.win-amd64-cpython-39\torch\nn 2024-08-07T17:40:28.2579818Z copying torch\nn\common_types.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-07T17:40:28.2591111Z copying torch\nn\cpp.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-07T17:40:28.2602823Z copying torch\nn\functional.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-07T17:40:28.2700312Z copying torch\nn\grad.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-07T17:40:28.2711483Z copying torch\nn\init.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-07T17:40:28.2735731Z copying torch\nn\parameter.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-07T17:40:28.2747847Z copying torch\nn\_reduction.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-07T17:40:28.2759960Z copying torch\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-07T17:40:28.2777558Z creating build\lib.win-amd64-cpython-39\torch\onnx 2024-08-07T17:40:28.2780046Z copying torch\onnx\errors.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-07T17:40:28.2791256Z copying torch\onnx\operators.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-07T17:40:28.2808210Z copying torch\onnx\symbolic_caffe2.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-07T17:40:28.2820780Z copying torch\onnx\symbolic_helper.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-07T17:40:28.2870799Z copying torch\onnx\symbolic_opset10.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-07T17:40:28.2900901Z copying torch\onnx\symbolic_opset11.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-07T17:40:28.2930203Z copying torch\onnx\symbolic_opset12.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-07T17:40:28.2941646Z copying torch\onnx\symbolic_opset13.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-07T17:40:28.2966043Z copying torch\onnx\symbolic_opset14.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-07T17:40:28.2978093Z copying torch\onnx\symbolic_opset15.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-07T17:40:28.2989716Z copying torch\onnx\symbolic_opset16.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-07T17:40:28.3001240Z copying torch\onnx\symbolic_opset17.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-07T17:40:28.3013069Z copying torch\onnx\symbolic_opset18.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-07T17:40:28.3028894Z copying torch\onnx\symbolic_opset19.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-07T17:40:28.3034553Z copying torch\onnx\symbolic_opset20.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-07T17:40:28.3048904Z copying torch\onnx\symbolic_opset7.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-07T17:40:28.3060483Z copying torch\onnx\symbolic_opset8.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-07T17:40:28.3072836Z copying torch\onnx\symbolic_opset9.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-07T17:40:28.3164444Z copying torch\onnx\utils.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-07T17:40:28.3205921Z copying torch\onnx\verification.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-07T17:40:28.3249423Z copying torch\onnx\_constants.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-07T17:40:28.3261198Z copying torch\onnx\_deprecation.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-07T17:40:28.3272767Z copying torch\onnx\_experimental.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-07T17:40:28.3285101Z copying torch\onnx\_exporter_states.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-07T17:40:28.3297675Z copying torch\onnx\_flags.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-07T17:40:28.3308614Z copying torch\onnx\_globals.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-07T17:40:28.3322761Z copying torch\onnx\_onnx_supported_ops.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-07T17:40:28.3336825Z copying torch\onnx\_type_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-07T17:40:28.3347986Z copying torch\onnx\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-07T17:40:28.3363827Z creating build\lib.win-amd64-cpython-39\torch\optim 2024-08-07T17:40:28.3366558Z copying torch\optim\adadelta.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-07T17:40:28.3383580Z copying torch\optim\adagrad.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-07T17:40:28.3401372Z copying torch\optim\adam.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-07T17:40:28.3420872Z copying torch\optim\adamax.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-07T17:40:28.3439245Z copying torch\optim\adamw.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-07T17:40:28.3457929Z copying torch\optim\asgd.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-07T17:40:28.3471869Z copying torch\optim\lbfgs.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-07T17:40:28.3498276Z copying torch\optim\lr_scheduler.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-07T17:40:28.3542556Z copying torch\optim\nadam.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-07T17:40:28.3561178Z copying torch\optim\optimizer.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-07T17:40:28.3584489Z copying torch\optim\radam.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-07T17:40:28.3602112Z copying torch\optim\rmsprop.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-07T17:40:28.3619787Z copying torch\optim\rprop.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-07T17:40:28.3637118Z copying torch\optim\sgd.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-07T17:40:28.3654302Z copying torch\optim\sparse_adam.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-07T17:40:28.3665379Z copying torch\optim\swa_utils.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-07T17:40:28.3683246Z copying torch\optim\_adafactor.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-07T17:40:28.3703070Z copying torch\optim\_functional.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-07T17:40:28.3717762Z copying torch\optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-07T17:40:28.3735485Z creating build\lib.win-amd64-cpython-39\torch\package 2024-08-07T17:40:28.3738808Z copying torch\package\file_structure_representation.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-07T17:40:28.3751230Z copying torch\package\find_file_dependencies.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-07T17:40:28.3763235Z copying torch\package\glob_group.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-07T17:40:28.3782695Z copying torch\package\importer.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-07T17:40:28.3794687Z copying torch\package\package_exporter.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-07T17:40:28.3824904Z copying torch\package\package_importer.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-07T17:40:28.3843216Z copying torch\package\_digraph.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-07T17:40:28.3854713Z copying torch\package\_directory_reader.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-07T17:40:28.3866629Z copying torch\package\_importlib.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-07T17:40:28.3878402Z copying torch\package\_mangling.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-07T17:40:28.3890091Z copying torch\package\_mock.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-07T17:40:28.3901485Z copying torch\package\_package_pickler.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-07T17:40:28.3913659Z copying torch\package\_package_unpickler.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-07T17:40:28.3925668Z copying torch\package\_stdlib.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-07T17:40:28.3937906Z copying torch\package\__init__.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-07T17:40:28.3946679Z creating build\lib.win-amd64-cpython-39\torch\profiler 2024-08-07T17:40:28.3949278Z copying torch\profiler\itt.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-08-07T17:40:28.3960871Z copying torch\profiler\profiler.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-08-07T17:40:28.3984361Z copying torch\profiler\python_tracer.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-08-07T17:40:28.3990354Z copying torch\profiler\_memory_profiler.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-08-07T17:40:28.4021277Z copying torch\profiler\_pattern_matcher.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-08-07T17:40:28.4043946Z copying torch\profiler\_utils.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-08-07T17:40:28.4056474Z copying torch\profiler\__init__.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-08-07T17:40:28.4071211Z creating build\lib.win-amd64-cpython-39\torch\quantization 2024-08-07T17:40:28.4074473Z copying torch\quantization\fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-07T17:40:28.4086173Z copying torch\quantization\fuser_method_mappings.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-07T17:40:28.4091627Z copying torch\quantization\fuse_modules.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-07T17:40:28.4108486Z copying torch\quantization\observer.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-07T17:40:28.4119528Z copying torch\quantization\qconfig.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-07T17:40:28.4131107Z copying torch\quantization\quantization_mappings.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-07T17:40:28.4142513Z copying torch\quantization\quantize.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-07T17:40:28.4154479Z copying torch\quantization\quantize_fx.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-07T17:40:28.4165600Z copying torch\quantization\quantize_jit.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-07T17:40:28.4176365Z copying torch\quantization\quant_type.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-07T17:40:28.4181716Z copying torch\quantization\stubs.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-07T17:40:28.4187462Z copying torch\quantization\utils.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-07T17:40:28.4198768Z copying torch\quantization\_numeric_suite.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-07T17:40:28.4233436Z copying torch\quantization\_numeric_suite_fx.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-07T17:40:28.4245387Z copying torch\quantization\_quantized_conversions.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-07T17:40:28.4282726Z copying torch\quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-07T17:40:28.4296311Z creating build\lib.win-amd64-cpython-39\torch\signal 2024-08-07T17:40:28.4299173Z copying torch\signal\__init__.py -> build\lib.win-amd64-cpython-39\torch\signal 2024-08-07T17:40:28.4307185Z creating build\lib.win-amd64-cpython-39\torch\sparse 2024-08-07T17:40:28.4310185Z copying torch\sparse\semi_structured.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-08-07T17:40:28.4330042Z copying torch\sparse\_semi_structured_conversions.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-08-07T17:40:28.4342561Z copying torch\sparse\_semi_structured_ops.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-08-07T17:40:28.4364582Z copying torch\sparse\_triton_ops.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-08-07T17:40:28.4404357Z copying torch\sparse\_triton_ops_meta.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-08-07T17:40:28.4564020Z copying torch\sparse\__init__.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-08-07T17:40:28.4583603Z creating build\lib.win-amd64-cpython-39\torch\special 2024-08-07T17:40:28.4585875Z copying torch\special\__init__.py -> build\lib.win-amd64-cpython-39\torch\special 2024-08-07T17:40:28.4611449Z creating build\lib.win-amd64-cpython-39\torch\testing 2024-08-07T17:40:28.4614074Z copying torch\testing\_comparison.py -> build\lib.win-amd64-cpython-39\torch\testing 2024-08-07T17:40:28.4643143Z copying torch\testing\_creation.py -> build\lib.win-amd64-cpython-39\torch\testing 2024-08-07T17:40:28.4654651Z copying torch\testing\_utils.py -> build\lib.win-amd64-cpython-39\torch\testing 2024-08-07T17:40:28.4665432Z copying torch\testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing 2024-08-07T17:40:28.4677646Z creating build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.4680400Z copying torch\utils\backend_registration.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.4699024Z copying torch\utils\bundled_inputs.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.4716129Z copying torch\utils\checkpoint.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.4750768Z copying torch\utils\collect_env.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.4777548Z copying torch\utils\cpp_backtrace.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.4783031Z copying torch\utils\cpp_extension.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.4835247Z copying torch\utils\deterministic.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.4846726Z copying torch\utils\dlpack.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.4858497Z copying torch\utils\file_baton.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.4870365Z copying torch\utils\flop_counter.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.4887775Z copying torch\utils\hooks.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.4899061Z copying torch\utils\mkldnn.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.4910818Z copying torch\utils\mobile_optimizer.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.4928734Z copying torch\utils\model_zoo.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.4934863Z copying torch\utils\module_tracker.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.4947990Z copying torch\utils\show_pickle.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.4959959Z copying torch\utils\throughput_benchmark.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.4977935Z copying torch\utils\weak.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.4990062Z copying torch\utils\_backport_slots.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.5002537Z copying torch\utils\_config_module.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.5015057Z copying torch\utils\_content_store.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.5033059Z copying torch\utils\_contextlib.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.5044920Z copying torch\utils\_cpp_extension_versioner.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.5056873Z copying torch\utils\_cxx_pytree.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.5081673Z copying torch\utils\_device.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.5093884Z copying torch\utils\_exposed_in.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.5105669Z copying torch\utils\_foreach_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.5118182Z copying torch\utils\_freeze.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.5130377Z copying torch\utils\_get_clean_triton.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.5143066Z copying torch\utils\_import_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.5154997Z copying torch\utils\_mode_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.5166488Z copying torch\utils\_ordered_set.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.5179020Z copying torch\utils\_python_dispatch.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.5203194Z copying torch\utils\_pytree.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.5233302Z copying torch\utils\_stats.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.5244555Z copying torch\utils\_thunk.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.5250230Z copying torch\utils\_traceback.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.5262470Z copying torch\utils\_triton.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.5274199Z copying torch\utils\_typing_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.5279957Z copying torch\utils\_zip.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.5290621Z copying torch\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:28.5309566Z creating build\lib.win-amd64-cpython-39\torch\xpu 2024-08-07T17:40:28.5312034Z copying torch\xpu\random.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-08-07T17:40:28.5324144Z copying torch\xpu\streams.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-08-07T17:40:28.5335544Z copying torch\xpu\_gpu_trace.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-08-07T17:40:28.5346687Z copying torch\xpu\_utils.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-08-07T17:40:28.5357425Z copying torch\xpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-08-07T17:40:28.5370563Z creating build\lib.win-amd64-cpython-39\torch\_awaits 2024-08-07T17:40:28.5372951Z copying torch\_awaits\__init__.py -> build\lib.win-amd64-cpython-39\torch\_awaits 2024-08-07T17:40:28.5385464Z creating build\lib.win-amd64-cpython-39\torch\_custom_op 2024-08-07T17:40:28.5388261Z copying torch\_custom_op\autograd.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2024-08-07T17:40:28.5399565Z copying torch\_custom_op\functional.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2024-08-07T17:40:28.5412076Z copying torch\_custom_op\impl.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2024-08-07T17:40:28.5430926Z copying torch\_custom_op\__init__.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2024-08-07T17:40:28.5437650Z creating build\lib.win-amd64-cpython-39\torch\_decomp 2024-08-07T17:40:28.5440443Z copying torch\_decomp\decompositions.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2024-08-07T17:40:28.5594900Z copying torch\_decomp\decompositions_for_jvp.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2024-08-07T17:40:28.5606888Z copying torch\_decomp\decompositions_for_rng.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2024-08-07T17:40:28.5633519Z copying torch\_decomp\__init__.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2024-08-07T17:40:28.5653294Z creating build\lib.win-amd64-cpython-39\torch\_dispatch 2024-08-07T17:40:28.5656290Z copying torch\_dispatch\python.py -> build\lib.win-amd64-cpython-39\torch\_dispatch 2024-08-07T17:40:28.5667451Z copying torch\_dispatch\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dispatch 2024-08-07T17:40:28.5680246Z creating build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.5683704Z copying torch\_dynamo\bytecode_analysis.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.5701446Z copying torch\_dynamo\bytecode_transformation.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.5860342Z copying torch\_dynamo\cache_size.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.5877798Z copying torch\_dynamo\callback.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.5889783Z copying torch\_dynamo\codegen.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.5908067Z copying torch\_dynamo\code_context.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.5919957Z copying torch\_dynamo\compiled_autograd.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.5932638Z copying torch\_dynamo\comptime.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.5946054Z copying torch\_dynamo\config.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.5963830Z copying torch\_dynamo\convert_frame.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.5988455Z copying torch\_dynamo\create_parameter_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.5999660Z copying torch\_dynamo\current_scope_id.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.6011486Z copying torch\_dynamo\debug_utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.6029271Z copying torch\_dynamo\decorators.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.6041232Z copying torch\_dynamo\device_interface.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.6053675Z copying torch\_dynamo\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.6065504Z copying torch\_dynamo\eval_frame.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.6100489Z copying torch\_dynamo\exc.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.6112266Z copying torch\_dynamo\external_utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.6124749Z copying torch\_dynamo\funcname_cache.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.6142496Z copying torch\_dynamo\guards.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.6219986Z copying torch\_dynamo\hooks.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.6234691Z copying torch\_dynamo\logging.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.6245492Z copying torch\_dynamo\mutation_guard.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.6256739Z copying torch\_dynamo\output_graph.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.6294193Z copying torch\_dynamo\polyfill.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.6305174Z copying torch\_dynamo\profiler.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.6316150Z copying torch\_dynamo\replay_record.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.6327788Z copying torch\_dynamo\resume_execution.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.6345898Z copying torch\_dynamo\side_effects.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.6363776Z copying torch\_dynamo\source.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.6380420Z copying torch\_dynamo\symbolic_convert.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.6438703Z copying torch\_dynamo\tensor_version_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.6458806Z copying torch\_dynamo\testing.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.6469589Z copying torch\_dynamo\test_case.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.6481529Z copying torch\_dynamo\test_minifier_common.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.6492550Z copying torch\_dynamo\trace_rules.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.6552523Z copying torch\_dynamo\types.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.6563396Z copying torch\_dynamo\utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.6603770Z copying torch\_dynamo\_trace_wrapped_higher_order_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.6615190Z copying torch\_dynamo\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-07T17:40:28.6628769Z creating build\lib.win-amd64-cpython-39\torch\_export 2024-08-07T17:40:28.6631518Z copying torch\_export\converter.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-08-07T17:40:28.6665916Z copying torch\_export\error.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-08-07T17:40:28.6695046Z copying torch\_export\non_strict_utils.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-08-07T17:40:28.6713150Z copying torch\_export\pass_base.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-08-07T17:40:28.6742660Z copying torch\_export\tools.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-08-07T17:40:28.6754199Z copying torch\_export\utils.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-08-07T17:40:28.6772193Z copying torch\_export\verifier.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-08-07T17:40:28.6791017Z copying torch\_export\wrappers.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-08-07T17:40:28.6802583Z copying torch\_export\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-08-07T17:40:28.6819847Z creating build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-07T17:40:28.6822711Z copying torch\_functorch\aot_autograd.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-07T17:40:28.6860734Z copying torch\_functorch\apis.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-07T17:40:28.6878301Z copying torch\_functorch\autograd_function.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-07T17:40:28.6896597Z copying torch\_functorch\batch_norm_replacement.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-07T17:40:28.6919140Z copying torch\_functorch\benchmark_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-07T17:40:28.6930743Z copying torch\_functorch\compilers.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-07T17:40:28.6942676Z copying torch\_functorch\compile_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-07T17:40:28.6954495Z copying torch\_functorch\config.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-07T17:40:28.6966404Z copying torch\_functorch\deprecated.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-07T17:40:28.6978388Z copying torch\_functorch\eager_transforms.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-07T17:40:28.7015043Z copying torch\_functorch\functional_call.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-07T17:40:28.7026348Z copying torch\_functorch\fx_minifier.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-07T17:40:28.7045044Z copying torch\_functorch\make_functional.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-07T17:40:28.7062341Z copying torch\_functorch\partitioners.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-07T17:40:28.7205029Z copying torch\_functorch\pyfunctorch.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-07T17:40:28.7216704Z copying torch\_functorch\python_key.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-07T17:40:28.7222607Z copying torch\_functorch\pytree_hacks.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-07T17:40:28.7234233Z copying torch\_functorch\top_operators_github_usage.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-07T17:40:28.7252194Z copying torch\_functorch\utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-07T17:40:28.7263684Z copying torch\_functorch\vmap.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-07T17:40:28.7281433Z copying torch\_functorch\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-07T17:40:28.7295408Z creating build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-07T17:40:28.7298654Z copying torch\_higher_order_ops\associative_scan.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-07T17:40:28.7310147Z copying torch\_higher_order_ops\auto_functionalize.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-07T17:40:28.7321337Z copying torch\_higher_order_ops\cond.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-07T17:40:28.7343568Z copying torch\_higher_order_ops\effects.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-07T17:40:28.7354750Z copying torch\_higher_order_ops\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-07T17:40:28.7377877Z copying torch\_higher_order_ops\map.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-07T17:40:28.7388995Z copying torch\_higher_order_ops\out_dtype.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-07T17:40:28.7402068Z copying torch\_higher_order_ops\run_const_graph.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-07T17:40:28.7414026Z copying torch\_higher_order_ops\strict_mode.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-07T17:40:28.7425575Z copying torch\_higher_order_ops\torchbind.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-07T17:40:28.7437209Z copying torch\_higher_order_ops\triton_kernel_wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-07T17:40:28.7463005Z copying torch\_higher_order_ops\utils.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-07T17:40:28.7475319Z copying torch\_higher_order_ops\while_loop.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-07T17:40:28.7488015Z copying torch\_higher_order_ops\wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-07T17:40:28.7500855Z copying torch\_higher_order_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-07T17:40:28.7515783Z creating build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.7518862Z copying torch\_inductor\aoti_eager.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.7531034Z copying torch\_inductor\async_compile.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.7542927Z copying torch\_inductor\autotune_process.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.7572101Z copying torch\_inductor\bounds.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.7584199Z copying torch\_inductor\codecache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.7647357Z copying torch\_inductor\comms.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.7666100Z copying torch\_inductor\comm_analysis.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.7678111Z copying torch\_inductor\compile_fx.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.7710013Z copying torch\_inductor\config.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.7733674Z copying torch\_inductor\constant_folding.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.7745274Z copying torch\_inductor\cpp_builder.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.7769087Z copying torch\_inductor\cpu_vec_isa.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.7781521Z copying torch\_inductor\cudagraph_trees.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.8277027Z copying torch\_inductor\cudagraph_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.8289398Z copying torch\_inductor\debug.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.8307510Z copying torch\_inductor\decomposition.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.8326886Z copying torch\_inductor\dependencies.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.8344364Z copying torch\_inductor\exc.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.8356650Z copying torch\_inductor\extern_node_serializer.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.8368697Z copying torch\_inductor\freezing.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.8381075Z copying torch\_inductor\fx_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.8393270Z copying torch\_inductor\graph.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.8434248Z copying torch\_inductor\hooks.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.8449394Z copying torch\_inductor\index_propagation.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.8461993Z copying torch\_inductor\inductor_prims.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.8474812Z copying torch\_inductor\ir.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.8696800Z copying torch\_inductor\jagged_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.8708681Z copying torch\_inductor\lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.8802899Z copying torch\_inductor\metrics.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.8815324Z copying torch\_inductor\mkldnn_ir.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.8844967Z copying torch\_inductor\mkldnn_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.8875451Z copying torch\_inductor\ops_handler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.8894409Z copying torch\_inductor\optimize_indexing.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.8906805Z copying torch\_inductor\pattern_matcher.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.8949643Z copying torch\_inductor\quantized_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.8961775Z copying torch\_inductor\remote_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.8973471Z copying torch\_inductor\scheduler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.9040031Z copying torch\_inductor\select_algorithm.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.9085468Z copying torch\_inductor\sizevars.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.9106858Z copying torch\_inductor\subgraph_lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.9118106Z copying torch\_inductor\test_case.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.9129733Z copying torch\_inductor\test_operators.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.9140411Z copying torch\_inductor\utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.9169592Z copying torch\_inductor\virtualized.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.9181730Z copying torch\_inductor\wrapper_benchmark.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.9326160Z copying torch\_inductor\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-07T17:40:28.9342400Z creating build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-07T17:40:28.9345013Z copying torch\_lazy\closure.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-07T17:40:28.9356515Z copying torch\_lazy\computation.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-07T17:40:28.9532611Z copying torch\_lazy\config.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-07T17:40:28.9537601Z copying torch\_lazy\debug.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-07T17:40:28.9548530Z copying torch\_lazy\device_context.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-07T17:40:28.9567928Z copying torch\_lazy\extract_compiled_graph.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-07T17:40:28.9579043Z copying torch\_lazy\ir_cache.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-07T17:40:28.9584161Z copying torch\_lazy\metrics.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-07T17:40:28.9589530Z copying torch\_lazy\tensor_factory_functions.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-07T17:40:28.9601629Z copying torch\_lazy\ts_backend.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-07T17:40:28.9606900Z copying torch\_lazy\__init__.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-07T17:40:28.9620370Z creating build\lib.win-amd64-cpython-39\torch\_library 2024-08-07T17:40:28.9623792Z copying torch\_library\autograd.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-08-07T17:40:28.9634768Z copying torch\_library\custom_ops.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-08-07T17:40:28.9657173Z copying torch\_library\fake_class_registry.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-08-07T17:40:28.9667988Z copying torch\_library\fake_impl.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-08-07T17:40:28.9683544Z copying torch\_library\infer_schema.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-08-07T17:40:28.9694913Z copying torch\_library\simple_registry.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-08-07T17:40:28.9706110Z copying torch\_library\triton.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-08-07T17:40:28.9717274Z copying torch\_library\utils.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-08-07T17:40:28.9729747Z copying torch\_library\__init__.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-08-07T17:40:28.9736992Z creating build\lib.win-amd64-cpython-39\torch\_logging 2024-08-07T17:40:28.9739604Z copying torch\_logging\structured.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-08-07T17:40:28.9750587Z copying torch\_logging\_internal.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-08-07T17:40:28.9782491Z copying torch\_logging\_registrations.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-08-07T17:40:28.9793473Z copying torch\_logging\__init__.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-08-07T17:40:28.9814115Z creating build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-07T17:40:28.9816700Z copying torch\_numpy\fft.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-07T17:40:28.9828034Z copying torch\_numpy\linalg.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-07T17:40:28.9839448Z copying torch\_numpy\random.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-07T17:40:28.9851218Z copying torch\_numpy\_binary_ufuncs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-07T17:40:28.9863033Z copying torch\_numpy\_casting_dicts.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-07T17:40:28.9890663Z copying torch\_numpy\_dtypes.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-07T17:40:28.9903289Z copying torch\_numpy\_dtypes_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-07T17:40:28.9915307Z copying torch\_numpy\_funcs.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-07T17:40:28.9927139Z copying torch\_numpy\_funcs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-07T17:40:28.9956275Z copying torch\_numpy\_getlimits.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-07T17:40:28.9962320Z copying torch\_numpy\_ndarray.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-07T17:40:28.9980315Z copying torch\_numpy\_normalizations.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-07T17:40:28.9991908Z copying torch\_numpy\_reductions_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-07T17:40:29.0003649Z copying torch\_numpy\_ufuncs.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-07T17:40:29.0050029Z copying torch\_numpy\_unary_ufuncs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-07T17:40:29.0062099Z copying torch\_numpy\_util.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-07T17:40:29.0073562Z copying torch\_numpy\__init__.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-07T17:40:29.0081531Z creating build\lib.win-amd64-cpython-39\torch\_prims 2024-08-07T17:40:29.0084403Z copying torch\_prims\context.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-08-07T17:40:29.0096279Z copying torch\_prims\debug_prims.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-08-07T17:40:29.0107812Z copying torch\_prims\executor.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-08-07T17:40:29.0119572Z copying torch\_prims\rng_prims.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-08-07T17:40:29.0131670Z copying torch\_prims\__init__.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-08-07T17:40:29.0190561Z creating build\lib.win-amd64-cpython-39\torch\_prims_common 2024-08-07T17:40:29.0198881Z copying torch\_prims_common\wrappers.py -> build\lib.win-amd64-cpython-39\torch\_prims_common 2024-08-07T17:40:29.0216281Z copying torch\_prims_common\__init__.py -> build\lib.win-amd64-cpython-39\torch\_prims_common 2024-08-07T17:40:29.0251598Z creating build\lib.win-amd64-cpython-39\torch\_refs 2024-08-07T17:40:29.0254064Z copying torch\_refs\fft.py -> build\lib.win-amd64-cpython-39\torch\_refs 2024-08-07T17:40:29.0270576Z copying torch\_refs\_conversions.py -> build\lib.win-amd64-cpython-39\torch\_refs 2024-08-07T17:40:29.0281043Z copying torch\_refs\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs 2024-08-07T17:40:29.0378592Z creating build\lib.win-amd64-cpython-39\torch\_strobelight 2024-08-07T17:40:29.0381994Z copying torch\_strobelight\cli_function_profiler.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2024-08-07T17:40:29.0395690Z copying torch\_strobelight\compile_time_profiler.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2024-08-07T17:40:29.0408997Z copying torch\_strobelight\__init__.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2024-08-07T17:40:29.0427091Z creating build\lib.win-amd64-cpython-39\torch\_subclasses 2024-08-07T17:40:29.0430031Z copying torch\_subclasses\fake_impls.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-08-07T17:40:29.0455547Z copying torch\_subclasses\fake_tensor.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-08-07T17:40:29.0497861Z copying torch\_subclasses\fake_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-08-07T17:40:29.0515268Z copying torch\_subclasses\functional_tensor.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-08-07T17:40:29.0537920Z copying torch\_subclasses\meta_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-08-07T17:40:29.0575084Z copying torch\_subclasses\schema_check_mode.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-08-07T17:40:29.0588108Z copying torch\_subclasses\_fake_tensor_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-08-07T17:40:29.0599564Z copying torch\_subclasses\__init__.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-08-07T17:40:29.0606292Z creating build\lib.win-amd64-cpython-39\torch\_vendor 2024-08-07T17:40:29.0608977Z copying torch\_vendor\__init__.py -> build\lib.win-amd64-cpython-39\torch\_vendor 2024-08-07T17:40:29.0614930Z creating build\lib.win-amd64-cpython-39\torch\ao\nn 2024-08-07T17:40:29.0617261Z copying torch\ao\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn 2024-08-07T17:40:29.0624160Z creating build\lib.win-amd64-cpython-39\torch\ao\ns 2024-08-07T17:40:29.0626902Z copying torch\ao\ns\_numeric_suite.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2024-08-07T17:40:29.0662608Z copying torch\ao\ns\_numeric_suite_fx.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2024-08-07T17:40:29.0683587Z copying torch\ao\ns\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2024-08-07T17:40:29.0690270Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning 2024-08-07T17:40:29.0693226Z copying torch\ao\pruning\_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning 2024-08-07T17:40:29.0703918Z copying torch\ao\pruning\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning 2024-08-07T17:40:29.0713104Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-07T17:40:29.0715903Z copying torch\ao\quantization\fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-07T17:40:29.0732718Z copying torch\ao\quantization\fuser_method_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-07T17:40:29.0744775Z copying torch\ao\quantization\fuse_modules.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-07T17:40:29.0766522Z copying torch\ao\quantization\observer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-07T17:40:29.0798339Z copying torch\ao\quantization\qconfig.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-07T17:40:29.0816229Z copying torch\ao\quantization\qconfig_mapping.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-07T17:40:29.0828887Z copying torch\ao\quantization\quantization_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-07T17:40:29.0841414Z copying torch\ao\quantization\quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-07T17:40:29.0858622Z copying torch\ao\quantization\quantize_fx.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-07T17:40:29.0890449Z copying torch\ao\quantization\quantize_jit.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-07T17:40:29.0900620Z copying torch\ao\quantization\quantize_pt2e.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-07T17:40:29.0911820Z copying torch\ao\quantization\quant_type.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-07T17:40:29.0922832Z copying torch\ao\quantization\stubs.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-07T17:40:29.0933559Z copying torch\ao\quantization\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-07T17:40:29.0951674Z copying torch\ao\quantization\_correct_bias.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-07T17:40:29.0963487Z copying torch\ao\quantization\_equalize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-07T17:40:29.0974606Z copying torch\ao\quantization\_learnable_fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-07T17:40:29.0985156Z copying torch\ao\quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-07T17:40:29.0998232Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic 2024-08-07T17:40:29.1001171Z copying torch\ao\nn\intrinsic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic 2024-08-07T17:40:29.1014413Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat 2024-08-07T17:40:29.1016717Z copying torch\ao\nn\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat 2024-08-07T17:40:29.1023531Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable 2024-08-07T17:40:29.1026022Z copying torch\ao\nn\quantizable\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable 2024-08-07T17:40:29.1032783Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2024-08-07T17:40:29.1045629Z copying torch\ao\nn\quantized\functional.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2024-08-07T17:40:29.1063161Z copying torch\ao\nn\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2024-08-07T17:40:29.1071040Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse 2024-08-07T17:40:29.1073446Z copying torch\ao\nn\sparse\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse 2024-08-07T17:40:29.1080915Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2024-08-07T17:40:29.1083930Z copying torch\ao\nn\intrinsic\modules\fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2024-08-07T17:40:29.1095934Z copying torch\ao\nn\intrinsic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2024-08-07T17:40:29.1102638Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat 2024-08-07T17:40:29.1105178Z copying torch\ao\nn\intrinsic\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat 2024-08-07T17:40:29.1112870Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized 2024-08-07T17:40:29.1115410Z copying torch\ao\nn\intrinsic\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized 2024-08-07T17:40:29.1123276Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-08-07T17:40:29.1126319Z copying torch\ao\nn\intrinsic\qat\modules\conv_fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-08-07T17:40:29.1143735Z copying torch\ao\nn\intrinsic\qat\modules\linear_fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-08-07T17:40:29.1155819Z copying torch\ao\nn\intrinsic\qat\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-08-07T17:40:29.1167482Z copying torch\ao\nn\intrinsic\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-08-07T17:40:29.1179608Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic 2024-08-07T17:40:29.1182133Z copying torch\ao\nn\intrinsic\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic 2024-08-07T17:40:29.1189529Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-08-07T17:40:29.1192116Z copying torch\ao\nn\intrinsic\quantized\modules\bn_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-08-07T17:40:29.1203682Z copying torch\ao\nn\intrinsic\quantized\modules\conv_add.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-08-07T17:40:29.1215049Z copying torch\ao\nn\intrinsic\quantized\modules\conv_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-08-07T17:40:29.1226629Z copying torch\ao\nn\intrinsic\quantized\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-08-07T17:40:29.1237952Z copying torch\ao\nn\intrinsic\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-08-07T17:40:29.1249859Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2024-08-07T17:40:29.1252859Z 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-08-07T17:40:29.1264540Z copying torch\ao\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2024-08-07T17:40:29.1271087Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic 2024-08-07T17:40:29.1273641Z copying torch\ao\nn\qat\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic 2024-08-07T17:40:29.1280991Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-08-07T17:40:29.1283571Z copying torch\ao\nn\qat\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-08-07T17:40:29.1294787Z copying torch\ao\nn\qat\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-08-07T17:40:29.1306414Z copying torch\ao\nn\qat\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-08-07T17:40:29.1317866Z copying torch\ao\nn\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-08-07T17:40:29.1359819Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2024-08-07T17:40:29.1362272Z copying torch\ao\nn\qat\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2024-08-07T17:40:29.1373431Z copying torch\ao\nn\qat\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2024-08-07T17:40:29.1380480Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2024-08-07T17:40:29.1383356Z copying torch\ao\nn\quantizable\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2024-08-07T17:40:29.1400252Z copying torch\ao\nn\quantizable\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2024-08-07T17:40:29.1417284Z copying torch\ao\nn\quantizable\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2024-08-07T17:40:29.1423805Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic 2024-08-07T17:40:29.1426230Z copying torch\ao\nn\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic 2024-08-07T17:40:29.1434299Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-07T17:40:29.1436961Z copying torch\ao\nn\quantized\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-07T17:40:29.1448853Z copying torch\ao\nn\quantized\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-07T17:40:29.1460666Z copying torch\ao\nn\quantized\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-07T17:40:29.1483881Z copying torch\ao\nn\quantized\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-07T17:40:29.1495964Z copying torch\ao\nn\quantized\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-07T17:40:29.1512885Z copying torch\ao\nn\quantized\modules\functional_modules.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-07T17:40:29.1524949Z copying torch\ao\nn\quantized\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-07T17:40:29.1536222Z copying torch\ao\nn\quantized\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-07T17:40:29.1571235Z copying torch\ao\nn\quantized\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-07T17:40:29.1582179Z copying torch\ao\nn\quantized\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-07T17:40:29.1594045Z copying torch\ao\nn\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-07T17:40:29.1607523Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference 2024-08-07T17:40:29.1615244Z copying torch\ao\nn\quantized\reference\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference 2024-08-07T17:40:29.1623519Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-08-07T17:40:29.1626516Z copying torch\ao\nn\quantized\dynamic\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-08-07T17:40:29.1645672Z copying torch\ao\nn\quantized\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-08-07T17:40:29.1657448Z copying torch\ao\nn\quantized\dynamic\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-08-07T17:40:29.1688272Z copying torch\ao\nn\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-08-07T17:40:29.1696743Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-08-07T17:40:29.1699861Z copying torch\ao\nn\quantized\reference\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-08-07T17:40:29.1712184Z copying torch\ao\nn\quantized\reference\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-08-07T17:40:29.1724321Z copying torch\ao\nn\quantized\reference\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-08-07T17:40:29.1742445Z copying torch\ao\nn\quantized\reference\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-08-07T17:40:29.1753676Z copying torch\ao\nn\quantized\reference\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-08-07T17:40:29.1765076Z copying torch\ao\nn\quantized\reference\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-08-07T17:40:29.1772035Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2024-08-07T17:40:29.1775012Z copying torch\ao\nn\sparse\quantized\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2024-08-07T17:40:29.1786200Z copying torch\ao\nn\sparse\quantized\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2024-08-07T17:40:29.1797978Z copying torch\ao\nn\sparse\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2024-08-07T17:40:29.1805224Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2024-08-07T17:40:29.1808400Z copying torch\ao\nn\sparse\quantized\dynamic\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2024-08-07T17:40:29.1820294Z copying torch\ao\nn\sparse\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2024-08-07T17:40:29.1829190Z creating build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-08-07T17:40:29.1832144Z copying torch\ao\ns\fx\graph_matcher.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-08-07T17:40:29.1850274Z copying torch\ao\ns\fx\graph_passes.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-08-07T17:40:29.1875763Z copying torch\ao\ns\fx\mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-08-07T17:40:29.1894998Z copying torch\ao\ns\fx\ns_types.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-08-07T17:40:29.1907731Z copying torch\ao\ns\fx\n_shadows_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-08-07T17:40:29.1949960Z copying torch\ao\ns\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-08-07T17:40:29.1961452Z copying torch\ao\ns\fx\qconfig_multi_mapping.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-08-07T17:40:29.1972552Z copying torch\ao\ns\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-08-07T17:40:29.1990148Z copying torch\ao\ns\fx\weight_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-08-07T17:40:29.2001223Z copying torch\ao\ns\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-08-07T17:40:29.2007548Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-08-07T17:40:29.2010365Z copying torch\ao\pruning\scheduler\base_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-08-07T17:40:29.2022480Z copying torch\ao\pruning\scheduler\cubic_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-08-07T17:40:29.2034932Z copying torch\ao\pruning\scheduler\lambda_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-08-07T17:40:29.2051593Z copying torch\ao\pruning\scheduler\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-08-07T17:40:29.2057903Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-08-07T17:40:29.2065444Z copying torch\ao\pruning\sparsifier\base_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-08-07T17:40:29.2648570Z copying torch\ao\pruning\sparsifier\nearly_diagonal_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-08-07T17:40:29.3204470Z copying torch\ao\pruning\sparsifier\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-08-07T17:40:29.3221535Z copying torch\ao\pruning\sparsifier\weight_norm_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-08-07T17:40:29.3233637Z copying torch\ao\pruning\sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-08-07T17:40:29.3239517Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental 2024-08-07T17:40:29.3242113Z copying torch\ao\pruning\_experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental 2024-08-07T17:40:29.3248867Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2024-08-07T17:40:29.3251878Z copying torch\ao\pruning\_experimental\activation_sparsifier\activation_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2024-08-07T17:40:29.3268916Z copying torch\ao\pruning\_experimental\activation_sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2024-08-07T17:40:29.3275032Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2024-08-07T17:40:29.3278159Z copying torch\ao\pruning\_experimental\data_scheduler\base_data_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2024-08-07T17:40:29.3290238Z copying torch\ao\pruning\_experimental\data_scheduler\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2024-08-07T17:40:29.3298477Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-08-07T17:40:29.3311792Z copying torch\ao\pruning\_experimental\data_sparsifier\base_data_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-08-07T17:40:29.3324053Z copying torch\ao\pruning\_experimental\data_sparsifier\data_norm_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-08-07T17:40:29.3336516Z copying torch\ao\pruning\_experimental\data_sparsifier\quantization_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-08-07T17:40:29.3354084Z copying torch\ao\pruning\_experimental\data_sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-08-07T17:40:29.3362597Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-08-07T17:40:29.3365657Z copying torch\ao\pruning\_experimental\pruner\base_structured_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-08-07T17:40:29.3377873Z copying torch\ao\pruning\_experimental\pruner\FPGM_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-08-07T17:40:29.3390350Z copying torch\ao\pruning\_experimental\pruner\lstm_saliency_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-08-07T17:40:29.3408479Z copying torch\ao\pruning\_experimental\pruner\match_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-08-07T17:40:29.3420330Z copying torch\ao\pruning\_experimental\pruner\parametrization.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-08-07T17:40:29.3432707Z copying torch\ao\pruning\_experimental\pruner\prune_functions.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-08-07T17:40:29.3450751Z copying torch\ao\pruning\_experimental\pruner\saliency_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-08-07T17:40:29.3462841Z copying torch\ao\pruning\_experimental\pruner\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-08-07T17:40:29.3470473Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning 2024-08-07T17:40:29.3518466Z copying torch\ao\pruning\_experimental\data_sparsifier\lightning\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning 2024-08-07T17:40:29.3519709Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2024-08-07T17:40:29.3520823Z 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-08-07T17:40:29.3522380Z 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-08-07T17:40:29.3523788Z 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-08-07T17:40:29.3529442Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-07T17:40:29.3532576Z copying torch\ao\quantization\backend_config\backend_config.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-07T17:40:29.3551867Z copying torch\ao\quantization\backend_config\executorch.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-07T17:40:29.3569516Z copying torch\ao\quantization\backend_config\fbgemm.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-07T17:40:29.3581625Z copying torch\ao\quantization\backend_config\native.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-07T17:40:29.3598897Z copying torch\ao\quantization\backend_config\observation_type.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-07T17:40:29.3603265Z copying torch\ao\quantization\backend_config\onednn.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-07T17:40:29.3622026Z copying torch\ao\quantization\backend_config\qnnpack.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-07T17:40:29.3633425Z copying torch\ao\quantization\backend_config\tensorrt.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-07T17:40:29.3645095Z copying torch\ao\quantization\backend_config\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-07T17:40:29.3657187Z copying torch\ao\quantization\backend_config\x86.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-07T17:40:29.3668726Z copying torch\ao\quantization\backend_config\_common_operator_config_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-07T17:40:29.3686757Z copying torch\ao\quantization\backend_config\_qnnpack_pt2e.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-07T17:40:29.3698890Z copying torch\ao\quantization\backend_config\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-07T17:40:29.3714904Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-07T17:40:29.3717703Z copying torch\ao\quantization\fx\convert.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-07T17:40:29.3753840Z copying torch\ao\quantization\fx\custom_config.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-07T17:40:29.3769218Z copying torch\ao\quantization\fx\fuse.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-07T17:40:29.3781157Z copying torch\ao\quantization\fx\fuse_handler.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-07T17:40:29.3792644Z copying torch\ao\quantization\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-07T17:40:29.3813497Z copying torch\ao\quantization\fx\lower_to_fbgemm.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-07T17:40:29.3818978Z copying torch\ao\quantization\fx\lower_to_qnnpack.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-07T17:40:29.3824648Z copying torch\ao\quantization\fx\lstm_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-07T17:40:29.3836531Z copying torch\ao\quantization\fx\match_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-07T17:40:29.3847839Z copying torch\ao\quantization\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-07T17:40:29.3859324Z copying torch\ao\quantization\fx\prepare.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-07T17:40:29.3902301Z copying torch\ao\quantization\fx\qconfig_mapping_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-07T17:40:29.3914752Z copying torch\ao\quantization\fx\quantize_handler.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-07T17:40:29.3926715Z copying torch\ao\quantization\fx\tracer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-07T17:40:29.3938840Z copying torch\ao\quantization\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-07T17:40:29.3962920Z copying torch\ao\quantization\fx\_decomposed.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-07T17:40:29.3988866Z copying torch\ao\quantization\fx\_equalize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-07T17:40:29.4014440Z copying torch\ao\quantization\fx\_lower_to_native_backend.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-07T17:40:29.4044164Z copying torch\ao\quantization\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-07T17:40:29.4053789Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-08-07T17:40:29.4056695Z copying torch\ao\quantization\pt2e\duplicate_dq_pass.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-08-07T17:40:29.4069297Z copying torch\ao\quantization\pt2e\export_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-08-07T17:40:29.4081625Z copying torch\ao\quantization\pt2e\graph_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-08-07T17:40:29.4101187Z copying torch\ao\quantization\pt2e\port_metadata_pass.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-08-07T17:40:29.4129867Z copying torch\ao\quantization\pt2e\prepare.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-08-07T17:40:29.4147412Z copying torch\ao\quantization\pt2e\qat_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-08-07T17:40:29.4168667Z copying torch\ao\quantization\pt2e\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-08-07T17:40:29.4185500Z copying torch\ao\quantization\pt2e\_numeric_debugger.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-08-07T17:40:29.4196378Z copying torch\ao\quantization\pt2e\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-08-07T17:40:29.4204277Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-08-07T17:40:29.4207339Z copying torch\ao\quantization\quantizer\composable_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-08-07T17:40:29.4218397Z copying torch\ao\quantization\quantizer\embedding_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-08-07T17:40:29.4229331Z copying torch\ao\quantization\quantizer\quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-08-07T17:40:29.4245417Z copying torch\ao\quantization\quantizer\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-08-07T17:40:29.4256920Z copying torch\ao\quantization\quantizer\x86_inductor_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-08-07T17:40:29.4292057Z copying torch\ao\quantization\quantizer\xnnpack_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-08-07T17:40:29.4304677Z copying torch\ao\quantization\quantizer\xnnpack_quantizer_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-08-07T17:40:29.4357552Z copying torch\ao\quantization\quantizer\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-08-07T17:40:29.4366273Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-08-07T17:40:29.4369089Z copying torch\ao\quantization\fx\_model_report\detector.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-08-07T17:40:29.4406026Z copying torch\ao\quantization\fx\_model_report\model_report.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-08-07T17:40:29.4425397Z copying torch\ao\quantization\fx\_model_report\model_report_observer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-08-07T17:40:29.4448228Z copying torch\ao\quantization\fx\_model_report\model_report_visualizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-08-07T17:40:29.4471916Z copying torch\ao\quantization\fx\_model_report\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-08-07T17:40:29.4479002Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2024-08-07T17:40:29.4481922Z copying torch\ao\quantization\pt2e\representation\rewrite.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2024-08-07T17:40:29.4499626Z copying torch\ao\quantization\pt2e\representation\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2024-08-07T17:40:29.4507174Z creating build\lib.win-amd64-cpython-39\torch\autograd\_functions 2024-08-07T17:40:29.4510518Z copying torch\autograd\_functions\tensor.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2024-08-07T17:40:29.4522503Z copying torch\autograd\_functions\utils.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2024-08-07T17:40:29.4533914Z copying torch\autograd\_functions\__init__.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2024-08-07T17:40:29.4541089Z creating build\lib.win-amd64-cpython-39\torch\backends\cpu 2024-08-07T17:40:29.4543609Z copying torch\backends\cpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cpu 2024-08-07T17:40:29.4551099Z creating build\lib.win-amd64-cpython-39\torch\backends\cuda 2024-08-07T17:40:29.4553543Z copying torch\backends\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cuda 2024-08-07T17:40:29.4566678Z creating build\lib.win-amd64-cpython-39\torch\backends\cudnn 2024-08-07T17:40:29.4569719Z copying torch\backends\cudnn\rnn.py -> build\lib.win-amd64-cpython-39\torch\backends\cudnn 2024-08-07T17:40:29.4581316Z copying torch\backends\cudnn\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cudnn 2024-08-07T17:40:29.4594933Z creating build\lib.win-amd64-cpython-39\torch\backends\mha 2024-08-07T17:40:29.4597707Z copying torch\backends\mha\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mha 2024-08-07T17:40:29.4610491Z creating build\lib.win-amd64-cpython-39\torch\backends\mkl 2024-08-07T17:40:29.4613079Z copying torch\backends\mkl\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mkl 2024-08-07T17:40:29.4625669Z creating build\lib.win-amd64-cpython-39\torch\backends\mkldnn 2024-08-07T17:40:29.4628789Z copying torch\backends\mkldnn\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mkldnn 2024-08-07T17:40:29.4641514Z creating build\lib.win-amd64-cpython-39\torch\backends\mps 2024-08-07T17:40:29.4650148Z copying torch\backends\mps\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mps 2024-08-07T17:40:29.4663243Z creating build\lib.win-amd64-cpython-39\torch\backends\nnpack 2024-08-07T17:40:29.4665857Z copying torch\backends\nnpack\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\nnpack 2024-08-07T17:40:29.4678842Z creating build\lib.win-amd64-cpython-39\torch\backends\openmp 2024-08-07T17:40:29.4681777Z copying torch\backends\openmp\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\openmp 2024-08-07T17:40:29.4689058Z creating build\lib.win-amd64-cpython-39\torch\backends\opt_einsum 2024-08-07T17:40:29.4691378Z copying torch\backends\opt_einsum\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\opt_einsum 2024-08-07T17:40:29.4704966Z creating build\lib.win-amd64-cpython-39\torch\backends\quantized 2024-08-07T17:40:29.4707600Z copying torch\backends\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\quantized 2024-08-07T17:40:29.4721128Z creating build\lib.win-amd64-cpython-39\torch\backends\xeon 2024-08-07T17:40:29.4724130Z copying torch\backends\xeon\run_cpu.py -> build\lib.win-amd64-cpython-39\torch\backends\xeon 2024-08-07T17:40:29.4749387Z copying torch\backends\xeon\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\xeon 2024-08-07T17:40:29.4755510Z creating build\lib.win-amd64-cpython-39\torch\backends\xnnpack 2024-08-07T17:40:29.4758795Z copying torch\backends\xnnpack\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\xnnpack 2024-08-07T17:40:29.4771615Z creating build\lib.win-amd64-cpython-39\torch\backends\_coreml 2024-08-07T17:40:29.4774220Z copying torch\backends\_coreml\preprocess.py -> build\lib.win-amd64-cpython-39\torch\backends\_coreml 2024-08-07T17:40:29.4785648Z copying torch\backends\_coreml\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\_coreml 2024-08-07T17:40:29.4792378Z creating build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2024-08-07T17:40:29.4795182Z copying torch\backends\_nnapi\prepare.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2024-08-07T17:40:29.4807223Z copying torch\backends\_nnapi\serializer.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2024-08-07T17:40:29.4853915Z copying torch\backends\_nnapi\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2024-08-07T17:40:29.4859873Z creating build\lib.win-amd64-cpython-39\torch\cpu\amp 2024-08-07T17:40:29.4862395Z copying torch\cpu\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2024-08-07T17:40:29.4873882Z copying torch\cpu\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2024-08-07T17:40:29.4884531Z copying torch\cpu\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2024-08-07T17:40:29.4891759Z creating build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-08-07T17:40:29.4895554Z copying torch\cuda\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-08-07T17:40:29.4907802Z copying torch\cuda\amp\common.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-08-07T17:40:29.4913451Z copying torch\cuda\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-08-07T17:40:29.4925430Z copying torch\cuda\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-08-07T17:40:29.4932668Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2024-08-07T17:40:29.4935908Z copying torch\distributed\algorithms\join.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2024-08-07T17:40:29.4948164Z copying torch\distributed\algorithms\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2024-08-07T17:40:29.4955289Z creating build\lib.win-amd64-cpython-39\torch\distributed\autograd 2024-08-07T17:40:29.4958135Z copying torch\distributed\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\autograd 2024-08-07T17:40:29.4975263Z creating build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-07T17:40:29.4986029Z copying torch\distributed\checkpoint\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-07T17:40:29.4997262Z copying torch\distributed\checkpoint\default_planner.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-07T17:40:29.5014967Z copying torch\distributed\checkpoint\filesystem.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-07T17:40:29.5032398Z copying torch\distributed\checkpoint\format_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-07T17:40:29.5049076Z copying torch\distributed\checkpoint\logger.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-07T17:40:29.5060341Z copying torch\distributed\checkpoint\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-07T17:40:29.5065747Z copying torch\distributed\checkpoint\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-07T17:40:29.5077203Z copying torch\distributed\checkpoint\optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-07T17:40:29.5088654Z copying torch\distributed\checkpoint\planner.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-07T17:40:29.5100080Z copying torch\distributed\checkpoint\planner_helpers.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-07T17:40:29.5111657Z copying torch\distributed\checkpoint\resharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-07T17:40:29.5122796Z copying torch\distributed\checkpoint\staging.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-07T17:40:29.5133676Z copying torch\distributed\checkpoint\stateful.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-07T17:40:29.5144873Z copying torch\distributed\checkpoint\state_dict.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-07T17:40:29.5184498Z copying torch\distributed\checkpoint\state_dict_loader.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-07T17:40:29.5196435Z copying torch\distributed\checkpoint\state_dict_saver.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-07T17:40:29.5208564Z copying torch\distributed\checkpoint\storage.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-07T17:40:29.5220479Z copying torch\distributed\checkpoint\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-07T17:40:29.5233239Z copying torch\distributed\checkpoint\_checkpointer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-07T17:40:29.5245854Z copying torch\distributed\checkpoint\_dedup_save_plans.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-07T17:40:29.5258375Z copying torch\distributed\checkpoint\_dedup_tensors.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-07T17:40:29.5269643Z copying torch\distributed\checkpoint\_fsspec_filesystem.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-07T17:40:29.5281484Z copying torch\distributed\checkpoint\_nested_dict.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-07T17:40:29.5298538Z copying torch\distributed\checkpoint\_sharded_tensor_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-07T17:40:29.5309633Z copying torch\distributed\checkpoint\_storage_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-07T17:40:29.5322735Z copying torch\distributed\checkpoint\_traverse.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-07T17:40:29.5335273Z copying torch\distributed\checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-07T17:40:29.5343692Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic 2024-08-07T17:40:29.5346912Z copying torch\distributed\elastic\control_plane.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic 2024-08-07T17:40:29.5363719Z copying torch\distributed\elastic\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic 2024-08-07T17:40:29.5380808Z creating build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-07T17:40:29.5383611Z copying torch\distributed\fsdp\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-07T17:40:29.5400712Z copying torch\distributed\fsdp\fully_sharded_data_parallel.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-07T17:40:29.5581944Z copying torch\distributed\fsdp\sharded_grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-07T17:40:29.5605178Z copying torch\distributed\fsdp\wrap.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-07T17:40:29.5626671Z copying torch\distributed\fsdp\_common_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-07T17:40:29.5652125Z copying torch\distributed\fsdp\_debug_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-07T17:40:29.5662339Z copying torch\distributed\fsdp\_dynamo_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-07T17:40:29.5672282Z copying torch\distributed\fsdp\_exec_order_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-07T17:40:29.5687772Z copying torch\distributed\fsdp\_flat_param.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-07T17:40:29.5754372Z copying torch\distributed\fsdp\_fsdp_extensions.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-07T17:40:29.5764764Z copying torch\distributed\fsdp\_init_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-07T17:40:29.5802852Z copying torch\distributed\fsdp\_limiter_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-07T17:40:29.5812454Z copying torch\distributed\fsdp\_optim_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-07T17:40:29.5848741Z copying torch\distributed\fsdp\_runtime_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-07T17:40:29.5882012Z copying torch\distributed\fsdp\_shard_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-07T17:40:29.5894328Z copying torch\distributed\fsdp\_state_dict_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-07T17:40:29.5916485Z copying torch\distributed\fsdp\_trace_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-07T17:40:29.5928249Z copying torch\distributed\fsdp\_traversal_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-07T17:40:29.5939880Z copying torch\distributed\fsdp\_unshard_param_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-07T17:40:29.5951314Z copying torch\distributed\fsdp\_wrap_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-07T17:40:29.5972069Z copying torch\distributed\fsdp\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-07T17:40:29.5985048Z creating build\lib.win-amd64-cpython-39\torch\distributed\launcher 2024-08-07T17:40:29.5987727Z copying torch\distributed\launcher\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\launcher 2024-08-07T17:40:29.5999153Z copying torch\distributed\launcher\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\launcher 2024-08-07T17:40:29.6006952Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn 2024-08-07T17:40:29.6009549Z copying torch\distributed\nn\functional.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn 2024-08-07T17:40:29.6021682Z copying torch\distributed\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn 2024-08-07T17:40:29.6031821Z creating build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-07T17:40:29.6034552Z copying torch\distributed\optim\apply_optimizer_in_backward.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-07T17:40:29.6046609Z copying torch\distributed\optim\functional_adadelta.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-07T17:40:29.6058518Z copying torch\distributed\optim\functional_adagrad.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-07T17:40:29.6075875Z copying torch\distributed\optim\functional_adam.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-07T17:40:29.6104292Z copying torch\distributed\optim\functional_adamax.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-07T17:40:29.6115663Z copying torch\distributed\optim\functional_adamw.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-07T17:40:29.6127090Z copying torch\distributed\optim\functional_rmsprop.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-07T17:40:29.6137436Z copying torch\distributed\optim\functional_rprop.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-07T17:40:29.6148018Z copying torch\distributed\optim\functional_sgd.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-07T17:40:29.6181981Z copying torch\distributed\optim\named_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-07T17:40:29.6193742Z copying torch\distributed\optim\optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-07T17:40:29.6205622Z copying torch\distributed\optim\post_localSGD_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-07T17:40:29.6216874Z copying torch\distributed\optim\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-07T17:40:29.6229362Z copying torch\distributed\optim\zero_redundancy_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-07T17:40:29.6263949Z copying torch\distributed\optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-07T17:40:29.6277596Z creating build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-08-07T17:40:29.6280893Z copying torch\distributed\pipelining\microbatch.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-08-07T17:40:29.6297739Z copying torch\distributed\pipelining\schedules.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-08-07T17:40:29.6334689Z copying torch\distributed\pipelining\stage.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-08-07T17:40:29.6362377Z copying torch\distributed\pipelining\_backward.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-08-07T17:40:29.6382623Z copying torch\distributed\pipelining\_debug.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-08-07T17:40:29.6388594Z copying torch\distributed\pipelining\_IR.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-08-07T17:40:29.6418489Z copying torch\distributed\pipelining\_unflatten.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-08-07T17:40:29.6429822Z copying torch\distributed\pipelining\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-08-07T17:40:29.6441777Z copying torch\distributed\pipelining\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-08-07T17:40:29.6450612Z creating build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-08-07T17:40:29.6453433Z copying torch\distributed\rpc\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-08-07T17:40:29.6476053Z copying torch\distributed\rpc\backend_registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-08-07T17:40:29.6494754Z copying torch\distributed\rpc\constants.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-08-07T17:40:29.6506730Z copying torch\distributed\rpc\functions.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-08-07T17:40:29.6524550Z copying torch\distributed\rpc\internal.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-08-07T17:40:29.6536464Z copying torch\distributed\rpc\options.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-08-07T17:40:29.6548053Z copying torch\distributed\rpc\rref_proxy.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-08-07T17:40:29.6560256Z copying torch\distributed\rpc\server_process_global_profiler.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-08-07T17:40:29.6571726Z copying torch\distributed\rpc\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-08-07T17:40:29.6583234Z copying torch\distributed\rpc\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-08-07T17:40:29.6595490Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-08-07T17:40:29.6598506Z copying torch\distributed\tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-08-07T17:40:29.6605610Z creating build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-08-07T17:40:29.6608394Z copying torch\distributed\_composable\checkpoint_activation.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-08-07T17:40:29.6619882Z copying torch\distributed\_composable\contract.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-08-07T17:40:29.6631679Z copying torch\distributed\_composable\fully_shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-08-07T17:40:29.6642698Z copying torch\distributed\_composable\replicate.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-08-07T17:40:29.6660029Z copying torch\distributed\_composable\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-08-07T17:40:29.6668941Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-08-07T17:40:29.6671442Z copying torch\distributed\_shard\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-08-07T17:40:29.6683353Z copying torch\distributed\_shard\common_op_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-08-07T17:40:29.6695092Z copying torch\distributed\_shard\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-08-07T17:40:29.6706397Z copying torch\distributed\_shard\op_registry_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-08-07T17:40:29.6718475Z copying torch\distributed\_shard\sharder.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-08-07T17:40:29.6735551Z copying torch\distributed\_shard\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-08-07T17:40:29.6747162Z copying torch\distributed\_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-08-07T17:40:29.6754188Z creating build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor 2024-08-07T17:40:29.6757286Z copying torch\distributed\_sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor 2024-08-07T17:40:29.6764631Z creating build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec 2024-08-07T17:40:29.6767235Z copying torch\distributed\_sharding_spec\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec 2024-08-07T17:40:29.6774678Z creating build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory 2024-08-07T17:40:29.6777395Z copying torch\distributed\_symmetric_memory\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory 2024-08-07T17:40:29.6805486Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-07T17:40:29.6808105Z copying torch\distributed\_tensor\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-07T17:40:29.6832431Z copying torch\distributed\_tensor\device_mesh.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-07T17:40:29.6838433Z copying torch\distributed\_tensor\placement_types.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-07T17:40:29.6863568Z copying torch\distributed\_tensor\random.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-07T17:40:29.6876453Z copying torch\distributed\_tensor\_collective_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-07T17:40:29.6900222Z copying torch\distributed\_tensor\_dispatch.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-07T17:40:29.6918328Z copying torch\distributed\_tensor\_op_schema.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-07T17:40:29.6937455Z copying torch\distributed\_tensor\_redistribute.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-07T17:40:29.6950634Z copying torch\distributed\_tensor\_sharding_prop.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-07T17:40:29.6968402Z copying torch\distributed\_tensor\_shards_wrapper.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-07T17:40:29.6980867Z copying torch\distributed\_tensor\_tp_conv.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-07T17:40:29.6993478Z copying torch\distributed\_tensor\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-07T17:40:29.7004695Z copying torch\distributed\_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-07T17:40:29.7019832Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-08-07T17:40:29.7022611Z copying torch\distributed\_tools\fsdp2_mem_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-08-07T17:40:29.7040670Z copying torch\distributed\_tools\memory_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-08-07T17:40:29.7052129Z copying torch\distributed\_tools\mem_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-08-07T17:40:29.7075565Z copying torch\distributed\_tools\mod_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-08-07T17:40:29.7092261Z copying torch\distributed\_tools\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-08-07T17:40:29.7100330Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-08-07T17:40:29.7103607Z copying torch\distributed\algorithms\ddp_comm_hooks\ddp_zero_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-08-07T17:40:29.7121678Z copying torch\distributed\algorithms\ddp_comm_hooks\debugging_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-08-07T17:40:29.7133401Z copying torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-08-07T17:40:29.7150273Z copying torch\distributed\algorithms\ddp_comm_hooks\mixed_precision_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-08-07T17:40:29.7161603Z copying torch\distributed\algorithms\ddp_comm_hooks\optimizer_overlap_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-08-07T17:40:29.7173390Z copying torch\distributed\algorithms\ddp_comm_hooks\post_localSGD_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-08-07T17:40:29.7184404Z copying torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-08-07T17:40:29.7208366Z copying torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-08-07T17:40:29.7220008Z copying torch\distributed\algorithms\ddp_comm_hooks\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-08-07T17:40:29.7233096Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-08-07T17:40:29.7245790Z copying torch\distributed\algorithms\model_averaging\averagers.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-08-07T17:40:29.7257007Z copying torch\distributed\algorithms\model_averaging\hierarchical_model_averager.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-08-07T17:40:29.7268645Z copying torch\distributed\algorithms\model_averaging\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-08-07T17:40:29.7285483Z copying torch\distributed\algorithms\model_averaging\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-08-07T17:40:29.7291418Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2024-08-07T17:40:29.7293996Z copying torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2024-08-07T17:40:29.7306230Z copying torch\distributed\algorithms\_checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2024-08-07T17:40:29.7312596Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2024-08-07T17:40:29.7315326Z copying torch\distributed\algorithms\_comm_hooks\default_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2024-08-07T17:40:29.7327650Z copying torch\distributed\algorithms\_comm_hooks\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2024-08-07T17:40:29.7335315Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2024-08-07T17:40:29.7338160Z copying torch\distributed\algorithms\_optimizer_overlap\optimizer_overlap.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2024-08-07T17:40:29.7350087Z copying torch\distributed\algorithms\_optimizer_overlap\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2024-08-07T17:40:29.7357228Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2024-08-07T17:40:29.7360493Z copying torch\distributed\algorithms\_quantization\quantization.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2024-08-07T17:40:29.7371961Z copying torch\distributed\algorithms\_quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2024-08-07T17:40:29.7406158Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent 2024-08-07T17:40:29.7409104Z copying torch\distributed\elastic\agent\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent 2024-08-07T17:40:29.7415044Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2024-08-07T17:40:29.7418512Z copying torch\distributed\elastic\events\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2024-08-07T17:40:29.7430282Z copying torch\distributed\elastic\events\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2024-08-07T17:40:29.7435733Z copying torch\distributed\elastic\events\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2024-08-07T17:40:29.7448896Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2024-08-07T17:40:29.7451626Z copying torch\distributed\elastic\metrics\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2024-08-07T17:40:29.7463137Z copying torch\distributed\elastic\metrics\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2024-08-07T17:40:29.7476688Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-08-07T17:40:29.7485116Z copying torch\distributed\elastic\multiprocessing\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-08-07T17:40:29.7510216Z copying torch\distributed\elastic\multiprocessing\redirects.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-08-07T17:40:29.7523150Z copying torch\distributed\elastic\multiprocessing\tail_log.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-08-07T17:40:29.7535209Z copying torch\distributed\elastic\multiprocessing\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-08-07T17:40:29.7550476Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-07T17:40:29.7553263Z copying torch\distributed\elastic\rendezvous\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-07T17:40:29.7565643Z copying torch\distributed\elastic\rendezvous\c10d_rendezvous_backend.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-07T17:40:29.7577467Z copying torch\distributed\elastic\rendezvous\dynamic_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-07T17:40:29.7613425Z copying torch\distributed\elastic\rendezvous\etcd_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-07T17:40:29.7637980Z copying torch\distributed\elastic\rendezvous\etcd_rendezvous_backend.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-07T17:40:29.7649840Z copying torch\distributed\elastic\rendezvous\etcd_server.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-07T17:40:29.7662284Z copying torch\distributed\elastic\rendezvous\etcd_store.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-07T17:40:29.7674525Z copying torch\distributed\elastic\rendezvous\registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-07T17:40:29.7686093Z copying torch\distributed\elastic\rendezvous\static_tcp_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-07T17:40:29.7697901Z copying torch\distributed\elastic\rendezvous\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-07T17:40:29.7709788Z copying torch\distributed\elastic\rendezvous\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-07T17:40:29.7723657Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-08-07T17:40:29.7726789Z copying torch\distributed\elastic\timer\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-08-07T17:40:29.7738996Z copying torch\distributed\elastic\timer\debug_info_logging.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-08-07T17:40:29.7751419Z copying torch\distributed\elastic\timer\file_based_local_timer.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-08-07T17:40:29.7763604Z copying torch\distributed\elastic\timer\local_timer.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-08-07T17:40:29.7781789Z copying torch\distributed\elastic\timer\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-08-07T17:40:29.7795322Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-08-07T17:40:29.7797983Z copying torch\distributed\elastic\utils\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-08-07T17:40:29.7809315Z copying torch\distributed\elastic\utils\distributed.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-08-07T17:40:29.7820369Z copying torch\distributed\elastic\utils\logging.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-08-07T17:40:29.7831747Z copying torch\distributed\elastic\utils\log_level.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-08-07T17:40:29.7837074Z copying torch\distributed\elastic\utils\store.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-08-07T17:40:29.7853912Z copying torch\distributed\elastic\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-08-07T17:40:29.7861449Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-08-07T17:40:29.7864066Z copying torch\distributed\elastic\agent\server\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-08-07T17:40:29.7887426Z copying torch\distributed\elastic\agent\server\health_check_server.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-08-07T17:40:29.7898760Z copying torch\distributed\elastic\agent\server\local_elastic_agent.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-08-07T17:40:29.7916744Z copying torch\distributed\elastic\agent\server\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-08-07T17:40:29.7934954Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2024-08-07T17:40:29.7947799Z copying torch\distributed\elastic\multiprocessing\errors\error_handler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2024-08-07T17:40:29.7959607Z copying torch\distributed\elastic\multiprocessing\errors\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2024-08-07T17:40:29.7965383Z copying torch\distributed\elastic\multiprocessing\errors\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2024-08-07T17:40:29.7980010Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-08-07T17:40:29.7983515Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-08-07T17:40:29.7997004Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\subprocess_handler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-08-07T17:40:29.8008429Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-08-07T17:40:29.8015570Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2024-08-07T17:40:29.8018769Z copying torch\distributed\elastic\utils\data\cycling_iterator.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2024-08-07T17:40:29.8030338Z copying torch\distributed\elastic\utils\data\elastic_distributed_sampler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2024-08-07T17:40:29.8042216Z copying torch\distributed\elastic\utils\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2024-08-07T17:40:29.8049399Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2024-08-07T17:40:29.8051889Z copying torch\distributed\nn\api\remote_module.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2024-08-07T17:40:29.8070915Z copying torch\distributed\nn\api\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2024-08-07T17:40:29.8077632Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2024-08-07T17:40:29.8080741Z copying torch\distributed\nn\jit\instantiator.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2024-08-07T17:40:29.8092612Z copying torch\distributed\nn\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2024-08-07T17:40:29.8099058Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2024-08-07T17:40:29.8102320Z copying torch\distributed\nn\jit\templates\remote_module_template.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2024-08-07T17:40:29.8114138Z copying torch\distributed\nn\jit\templates\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2024-08-07T17:40:29.8120736Z creating build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2024-08-07T17:40:29.8123565Z copying torch\distributed\rpc\_testing\faulty_agent_backend_registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2024-08-07T17:40:29.8135227Z copying torch\distributed\rpc\_testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2024-08-07T17:40:29.8144167Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-08-07T17:40:29.8147200Z copying torch\distributed\tensor\parallel\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-08-07T17:40:29.8159438Z copying torch\distributed\tensor\parallel\ddp.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-08-07T17:40:29.8171068Z copying torch\distributed\tensor\parallel\fsdp.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-08-07T17:40:29.8183311Z copying torch\distributed\tensor\parallel\input_reshard.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-08-07T17:40:29.8195538Z copying torch\distributed\tensor\parallel\loss.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-08-07T17:40:29.8212926Z copying torch\distributed\tensor\parallel\style.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-08-07T17:40:29.8241019Z copying torch\distributed\tensor\parallel\_data_parallel_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-08-07T17:40:29.8252546Z copying torch\distributed\tensor\parallel\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-08-07T17:40:29.8263942Z copying torch\distributed\tensor\parallel\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-08-07T17:40:29.8272919Z creating build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-08-07T17:40:29.8275785Z copying torch\distributed\_composable\fsdp\fully_shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-08-07T17:40:29.8293990Z copying torch\distributed\_composable\fsdp\_fsdp_api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-08-07T17:40:29.8305869Z copying torch\distributed\_composable\fsdp\_fsdp_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-08-07T17:40:29.8324001Z copying torch\distributed\_composable\fsdp\_fsdp_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-08-07T17:40:29.8341243Z copying torch\distributed\_composable\fsdp\_fsdp_init.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-08-07T17:40:29.8352695Z copying torch\distributed\_composable\fsdp\_fsdp_param.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-08-07T17:40:29.8375824Z copying torch\distributed\_composable\fsdp\_fsdp_param_group.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-08-07T17:40:29.8395388Z copying torch\distributed\_composable\fsdp\_fsdp_state.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-08-07T17:40:29.8412732Z copying torch\distributed\_composable\fsdp\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-08-07T17:40:29.8419223Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint 2024-08-07T17:40:29.8421798Z copying torch\distributed\_shard\checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint 2024-08-07T17:40:29.8428641Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2024-08-07T17:40:29.8431331Z copying torch\distributed\_shard\sharded_optim\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2024-08-07T17:40:29.8442521Z copying torch\distributed\_shard\sharded_optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2024-08-07T17:40:29.8456123Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-08-07T17:40:29.8460373Z copying torch\distributed\_shard\sharded_tensor\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-08-07T17:40:29.8496649Z copying torch\distributed\_shard\sharded_tensor\logger.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-08-07T17:40:29.8507366Z copying torch\distributed\_shard\sharded_tensor\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-08-07T17:40:29.8513005Z copying torch\distributed\_shard\sharded_tensor\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-08-07T17:40:29.8523857Z copying torch\distributed\_shard\sharded_tensor\reshard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-08-07T17:40:29.8545856Z copying torch\distributed\_shard\sharded_tensor\shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-08-07T17:40:29.8556641Z copying torch\distributed\_shard\sharded_tensor\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-08-07T17:40:29.8568093Z copying torch\distributed\_shard\sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-08-07T17:40:29.8586537Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2024-08-07T17:40:29.8589709Z copying torch\distributed\_shard\sharding_plan\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2024-08-07T17:40:29.8600704Z copying torch\distributed\_shard\sharding_plan\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2024-08-07T17:40:29.8607549Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-08-07T17:40:29.8610233Z copying torch\distributed\_shard\sharding_spec\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-08-07T17:40:29.8621643Z copying torch\distributed\_shard\sharding_spec\chunk_sharding_spec.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-08-07T17:40:29.8633228Z copying torch\distributed\_shard\sharding_spec\_internals.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-08-07T17:40:29.8645096Z copying torch\distributed\_shard\sharding_spec\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-08-07T17:40:29.8658262Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-08-07T17:40:29.8661195Z copying torch\distributed\_shard\sharded_tensor\_ops\binary_cmp.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-08-07T17:40:29.8672748Z copying torch\distributed\_shard\sharded_tensor\_ops\init.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-08-07T17:40:29.8684673Z copying torch\distributed\_shard\sharded_tensor\_ops\misc_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-08-07T17:40:29.8690428Z copying torch\distributed\_shard\sharded_tensor\_ops\tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-08-07T17:40:29.8702274Z copying torch\distributed\_shard\sharded_tensor\_ops\_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-08-07T17:40:29.8721892Z copying torch\distributed\_shard\sharded_tensor\_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-08-07T17:40:29.8729232Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2024-08-07T17:40:29.8732493Z 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-08-07T17:40:29.8745643Z 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-08-07T17:40:29.8763886Z 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-08-07T17:40:29.8782514Z 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-08-07T17:40:29.8788854Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tensor\debug 2024-08-07T17:40:29.8792161Z copying torch\distributed\_tensor\debug\comm_mode.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\debug 2024-08-07T17:40:29.8812063Z copying torch\distributed\_tensor\debug\visualize_sharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\debug 2024-08-07T17:40:29.8823763Z copying torch\distributed\_tensor\debug\_op_coverage.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\debug 2024-08-07T17:40:29.8835262Z copying torch\distributed\_tensor\debug\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\debug 2024-08-07T17:40:29.8848117Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tensor\experimental 2024-08-07T17:40:29.8851065Z copying torch\distributed\_tensor\experimental\attention.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\experimental 2024-08-07T17:40:29.8869186Z copying torch\distributed\_tensor\experimental\local_map.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\experimental 2024-08-07T17:40:29.8881149Z copying torch\distributed\_tensor\experimental\register_sharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\experimental 2024-08-07T17:40:29.8898640Z copying torch\distributed\_tensor\experimental\tp_transform.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\experimental 2024-08-07T17:40:29.8917139Z copying torch\distributed\_tensor\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\experimental 2024-08-07T17:40:29.8926710Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-07T17:40:29.8929328Z copying torch\distributed\_tensor\ops\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-07T17:40:29.8941075Z copying torch\distributed\_tensor\ops\_common_rules.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-07T17:40:29.8954411Z copying torch\distributed\_tensor\ops\_conv_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-07T17:40:29.8966127Z copying torch\distributed\_tensor\ops\_einsum_strategy.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-07T17:40:29.8983092Z copying torch\distributed\_tensor\ops\_embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-07T17:40:29.8995696Z copying torch\distributed\_tensor\ops\_experimental_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-07T17:40:29.9007313Z copying torch\distributed\_tensor\ops\_math_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-07T17:40:29.9031104Z copying torch\distributed\_tensor\ops\_matrix_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-07T17:40:29.9049507Z copying torch\distributed\_tensor\ops\_pointwise_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-07T17:40:29.9066878Z copying torch\distributed\_tensor\ops\_random_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-07T17:40:29.9078060Z copying torch\distributed\_tensor\ops\_tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-07T17:40:29.9095621Z copying torch\distributed\_tensor\ops\_view_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-07T17:40:29.9113316Z copying torch\distributed\_tensor\ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-07T17:40:29.9120770Z creating build\lib.win-amd64-cpython-39\torch\export\experimental 2024-08-07T17:40:29.9123342Z copying torch\export\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\export\experimental 2024-08-07T17:40:29.9138473Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-07T17:40:29.9141265Z copying torch\fx\experimental\accelerator_partitioner.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-07T17:40:29.9200041Z copying torch\fx\experimental\const_fold.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-07T17:40:29.9211903Z copying torch\fx\experimental\debug.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-07T17:40:29.9231642Z copying torch\fx\experimental\graph_gradual_typechecker.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-07T17:40:29.9257886Z copying torch\fx\experimental\merge_matmul.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-07T17:40:29.9295737Z copying torch\fx\experimental\meta_tracer.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-07T17:40:29.9307304Z copying torch\fx\experimental\normalize.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-07T17:40:29.9320671Z copying torch\fx\experimental\optimization.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-07T17:40:29.9338539Z copying torch\fx\experimental\partitioner_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-07T17:40:29.9350397Z copying torch\fx\experimental\proxy_tensor.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-07T17:40:29.9387469Z copying torch\fx\experimental\recording.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-07T17:40:29.9406050Z copying torch\fx\experimental\refinement_types.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-07T17:40:29.9412011Z copying torch\fx\experimental\rewriter.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-07T17:40:29.9424037Z copying torch\fx\experimental\schema_type_annotation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-07T17:40:29.9435881Z copying torch\fx\experimental\symbolic_shapes.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-07T17:40:29.9541186Z copying torch\fx\experimental\sym_node.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-07T17:40:29.9571205Z copying torch\fx\experimental\unify_refinements.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-07T17:40:29.9583125Z copying torch\fx\experimental\validator.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-07T17:40:29.9602656Z copying torch\fx\experimental\_backward_state.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-07T17:40:29.9614021Z copying torch\fx\experimental\_config.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-07T17:40:29.9625368Z copying torch\fx\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-07T17:40:29.9644937Z creating build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-07T17:40:29.9647748Z copying torch\fx\passes\annotate_getitem_nodes.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-07T17:40:29.9659592Z copying torch\fx\passes\fake_tensor_prop.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-07T17:40:29.9671447Z copying torch\fx\passes\graph_drawer.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-07T17:40:29.9689470Z copying torch\fx\passes\graph_manipulation.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-07T17:40:29.9707847Z copying torch\fx\passes\graph_transform_observer.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-07T17:40:29.9719612Z copying torch\fx\passes\net_min_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-07T17:40:29.9743965Z copying torch\fx\passes\operator_support.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-07T17:40:29.9755954Z copying torch\fx\passes\param_fetch.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-07T17:40:29.9767947Z copying torch\fx\passes\pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-07T17:40:29.9779839Z copying torch\fx\passes\reinplace.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-07T17:40:29.9805156Z copying torch\fx\passes\runtime_assert.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-07T17:40:29.9823315Z copying torch\fx\passes\shape_prop.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-07T17:40:29.9834589Z copying torch\fx\passes\splitter_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-07T17:40:29.9858527Z copying torch\fx\passes\split_module.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-07T17:40:29.9877236Z copying torch\fx\passes\split_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-07T17:40:29.9890327Z copying torch\fx\passes\tools_common.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-07T17:40:29.9902849Z copying torch\fx\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-07T17:40:29.9911403Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-08-07T17:40:29.9914576Z copying torch\fx\experimental\migrate_gradual_types\constraint.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-08-07T17:40:29.9932403Z copying torch\fx\experimental\migrate_gradual_types\constraint_generator.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-08-07T17:40:29.9956588Z copying torch\fx\experimental\migrate_gradual_types\constraint_transformation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-08-07T17:40:29.9985041Z copying torch\fx\experimental\migrate_gradual_types\operation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-08-07T17:40:29.9990554Z copying torch\fx\experimental\migrate_gradual_types\transform_to_z3.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-08-07T17:40:30.0002268Z copying torch\fx\experimental\migrate_gradual_types\util.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-08-07T17:40:30.0013375Z copying torch\fx\experimental\migrate_gradual_types\z3_types.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-08-07T17:40:30.0024285Z copying torch\fx\experimental\migrate_gradual_types\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-08-07T17:40:30.0030810Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-08-07T17:40:30.0033468Z copying torch\fx\experimental\unification\core.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-08-07T17:40:30.0044421Z copying torch\fx\experimental\unification\dispatch.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-08-07T17:40:30.0049602Z copying torch\fx\experimental\unification\match.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-08-07T17:40:30.0061042Z copying torch\fx\experimental\unification\more.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-08-07T17:40:30.0071977Z copying torch\fx\experimental\unification\unification_tools.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-08-07T17:40:30.0092408Z copying torch\fx\experimental\unification\utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-08-07T17:40:30.0105113Z copying torch\fx\experimental\unification\variable.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-08-07T17:40:30.0115974Z copying torch\fx\experimental\unification\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-08-07T17:40:30.0123348Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-08-07T17:40:30.0126141Z copying torch\fx\experimental\unification\multipledispatch\conflict.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-08-07T17:40:30.0137245Z copying torch\fx\experimental\unification\multipledispatch\core.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-08-07T17:40:30.0149500Z copying torch\fx\experimental\unification\multipledispatch\dispatcher.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-08-07T17:40:30.0162107Z copying torch\fx\experimental\unification\multipledispatch\utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-08-07T17:40:30.0174328Z copying torch\fx\experimental\unification\multipledispatch\variadic.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-08-07T17:40:30.0191637Z copying torch\fx\experimental\unification\multipledispatch\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-08-07T17:40:30.0198054Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2024-08-07T17:40:30.0200682Z copying torch\fx\passes\backends\cudagraphs.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2024-08-07T17:40:30.0211670Z copying torch\fx\passes\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2024-08-07T17:40:30.0217268Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\dialect 2024-08-07T17:40:30.0219610Z copying torch\fx\passes\dialect\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect 2024-08-07T17:40:30.0225659Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-08-07T17:40:30.0228200Z copying torch\fx\passes\infra\partitioner.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-08-07T17:40:30.0239742Z copying torch\fx\passes\infra\pass_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-08-07T17:40:30.0251193Z copying torch\fx\passes\infra\pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-08-07T17:40:30.0263008Z copying torch\fx\passes\infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-08-07T17:40:30.0275321Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2024-08-07T17:40:30.0283554Z copying torch\fx\passes\tests\test_pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2024-08-07T17:40:30.0295293Z copying torch\fx\passes\tests\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2024-08-07T17:40:30.0302547Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-08-07T17:40:30.0305098Z copying torch\fx\passes\utils\common.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-08-07T17:40:30.0317265Z copying torch\fx\passes\utils\fuser_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-08-07T17:40:30.0329141Z copying torch\fx\passes\utils\matcher_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-08-07T17:40:30.0478808Z copying torch\fx\passes\utils\matcher_with_name_node_map_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-08-07T17:40:30.0495233Z copying torch\fx\passes\utils\source_matcher_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-08-07T17:40:30.0507484Z copying torch\fx\passes\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-08-07T17:40:30.0515186Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2024-08-07T17:40:30.0517956Z copying torch\fx\passes\dialect\common\cse_pass.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2024-08-07T17:40:30.0529800Z copying torch\fx\passes\dialect\common\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2024-08-07T17:40:30.0536809Z creating build\lib.win-amd64-cpython-39\torch\jit\mobile 2024-08-07T17:40:30.0539487Z copying torch\jit\mobile\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit\mobile 2024-08-07T17:40:30.0553461Z creating build\lib.win-amd64-cpython-39\torch\jit\_passes 2024-08-07T17:40:30.0556289Z copying torch\jit\_passes\_property_propagation.py -> build\lib.win-amd64-cpython-39\torch\jit\_passes 2024-08-07T17:40:30.0567624Z copying torch\jit\_passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit\_passes 2024-08-07T17:40:30.0574645Z creating build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-08-07T17:40:30.0577536Z copying torch\masked\maskedtensor\binary.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-08-07T17:40:30.0588392Z copying torch\masked\maskedtensor\core.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-08-07T17:40:30.0601376Z copying torch\masked\maskedtensor\creation.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-08-07T17:40:30.0606842Z copying torch\masked\maskedtensor\passthrough.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-08-07T17:40:30.0619345Z copying torch\masked\maskedtensor\reductions.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-08-07T17:40:30.0639492Z copying torch\masked\maskedtensor\unary.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-08-07T17:40:30.0651064Z copying torch\masked\maskedtensor\_ops_refs.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-08-07T17:40:30.0669512Z copying torch\masked\maskedtensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-08-07T17:40:30.0676649Z creating build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-08-07T17:40:30.0679364Z copying torch\nested\_internal\nested_tensor.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-08-07T17:40:30.0696904Z copying torch\nested\_internal\ops.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-08-07T17:40:30.0728115Z copying torch\nested\_internal\sdpa.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-08-07T17:40:30.0746766Z copying torch\nested\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-08-07T17:40:30.0752806Z creating build\lib.win-amd64-cpython-39\torch\nn\attention 2024-08-07T17:40:30.0755365Z copying torch\nn\attention\bias.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2024-08-07T17:40:30.0767317Z copying torch\nn\attention\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2024-08-07T17:40:30.0790926Z copying torch\nn\attention\_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2024-08-07T17:40:30.0802018Z copying torch\nn\attention\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2024-08-07T17:40:30.0814240Z creating build\lib.win-amd64-cpython-39\torch\nn\backends 2024-08-07T17:40:30.0816816Z copying torch\nn\backends\thnn.py -> build\lib.win-amd64-cpython-39\torch\nn\backends 2024-08-07T17:40:30.0821937Z copying torch\nn\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\backends 2024-08-07T17:40:30.0827467Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic 2024-08-07T17:40:30.0830934Z copying torch\nn\intrinsic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic 2024-08-07T17:40:30.0846671Z creating build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-07T17:40:30.0849086Z copying torch\nn\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-07T17:40:30.0878426Z copying torch\nn\modules\adaptive.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-07T17:40:30.1015609Z copying torch\nn\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-07T17:40:30.1039887Z copying torch\nn\modules\channelshuffle.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-07T17:40:30.1061003Z copying torch\nn\modules\container.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-07T17:40:30.1085100Z copying torch\nn\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-07T17:40:30.1121344Z copying torch\nn\modules\distance.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-07T17:40:30.1133199Z copying torch\nn\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-07T17:40:30.1144956Z copying torch\nn\modules\flatten.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-07T17:40:30.1156270Z copying torch\nn\modules\fold.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-07T17:40:30.1168492Z copying torch\nn\modules\instancenorm.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-07T17:40:30.1186221Z copying torch\nn\modules\lazy.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-07T17:40:30.1197397Z copying torch\nn\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-07T17:40:30.1208864Z copying torch\nn\modules\loss.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-07T17:40:30.1252005Z copying torch\nn\modules\module.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-07T17:40:30.1306583Z copying torch\nn\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-07T17:40:30.1319045Z copying torch\nn\modules\padding.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-07T17:40:30.1337467Z copying torch\nn\modules\pixelshuffle.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-07T17:40:30.1349101Z copying torch\nn\modules\pooling.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-07T17:40:30.1380938Z copying torch\nn\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-07T17:40:30.1418681Z copying torch\nn\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-07T17:40:30.1436233Z copying torch\nn\modules\transformer.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-07T17:40:30.1465890Z copying torch\nn\modules\upsampling.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-07T17:40:30.1478204Z copying torch\nn\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-07T17:40:30.1489866Z copying torch\nn\modules\_functions.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-07T17:40:30.1501522Z copying torch\nn\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-07T17:40:30.1515991Z creating build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-08-07T17:40:30.1518868Z copying torch\nn\parallel\comm.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-08-07T17:40:30.1530907Z copying torch\nn\parallel\data_parallel.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-08-07T17:40:30.1542693Z copying torch\nn\parallel\distributed.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-08-07T17:40:30.1590157Z copying torch\nn\parallel\parallel_apply.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-08-07T17:40:30.1614383Z copying torch\nn\parallel\replicate.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-08-07T17:40:30.1626015Z copying torch\nn\parallel\scatter_gather.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-08-07T17:40:30.1637713Z copying torch\nn\parallel\_functions.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-08-07T17:40:30.1649084Z copying torch\nn\parallel\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-08-07T17:40:30.1662030Z creating build\lib.win-amd64-cpython-39\torch\nn\qat 2024-08-07T17:40:30.1664501Z copying torch\nn\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat 2024-08-07T17:40:30.1671183Z creating build\lib.win-amd64-cpython-39\torch\nn\quantizable 2024-08-07T17:40:30.1673677Z copying torch\nn\quantizable\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable 2024-08-07T17:40:30.1680541Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized 2024-08-07T17:40:30.1683222Z copying torch\nn\quantized\functional.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized 2024-08-07T17:40:30.1688488Z copying torch\nn\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized 2024-08-07T17:40:30.1703171Z creating build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-07T17:40:30.1705791Z copying torch\nn\utils\clip_grad.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-07T17:40:30.1717291Z copying torch\nn\utils\convert_parameters.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-07T17:40:30.1729115Z copying torch\nn\utils\fusion.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-07T17:40:30.1740804Z copying torch\nn\utils\init.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-07T17:40:30.1751885Z copying torch\nn\utils\memory_format.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-07T17:40:30.1771394Z copying torch\nn\utils\parametrizations.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-07T17:40:30.1789960Z copying torch\nn\utils\parametrize.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-07T17:40:30.1815095Z copying torch\nn\utils\prune.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-07T17:40:30.1845578Z copying torch\nn\utils\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-07T17:40:30.1863749Z copying torch\nn\utils\spectral_norm.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-07T17:40:30.1994810Z copying torch\nn\utils\stateless.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-07T17:40:30.2007291Z copying torch\nn\utils\weight_norm.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-07T17:40:30.2019892Z copying torch\nn\utils\_deprecation_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-07T17:40:30.2031915Z copying torch\nn\utils\_named_member_accessor.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-07T17:40:30.2045119Z copying torch\nn\utils\_per_sample_grad.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-07T17:40:30.2057406Z copying torch\nn\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-07T17:40:30.2070632Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2024-08-07T17:40:30.2074140Z copying torch\nn\intrinsic\modules\fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2024-08-07T17:40:30.2079950Z copying torch\nn\intrinsic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2024-08-07T17:40:30.2087144Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat 2024-08-07T17:40:30.2089345Z copying torch\nn\intrinsic\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat 2024-08-07T17:40:30.2096519Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized 2024-08-07T17:40:30.2099617Z copying torch\nn\intrinsic\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized 2024-08-07T17:40:30.2107057Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-08-07T17:40:30.2134222Z copying torch\nn\intrinsic\qat\modules\conv_fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-08-07T17:40:30.2146495Z copying torch\nn\intrinsic\qat\modules\linear_fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-08-07T17:40:30.2151869Z copying torch\nn\intrinsic\qat\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-08-07T17:40:30.2157011Z copying torch\nn\intrinsic\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-08-07T17:40:30.2176650Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic 2024-08-07T17:40:30.2179095Z copying torch\nn\intrinsic\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic 2024-08-07T17:40:30.2186063Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-08-07T17:40:30.2188609Z copying torch\nn\intrinsic\quantized\modules\bn_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-08-07T17:40:30.2193833Z copying torch\nn\intrinsic\quantized\modules\conv_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-08-07T17:40:30.2199496Z copying torch\nn\intrinsic\quantized\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-08-07T17:40:30.2204732Z copying torch\nn\intrinsic\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-08-07T17:40:30.2211450Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2024-08-07T17:40:30.2213920Z copying torch\nn\intrinsic\quantized\dynamic\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2024-08-07T17:40:30.2219174Z copying torch\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2024-08-07T17:40:30.2226001Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic 2024-08-07T17:40:30.2228780Z copying torch\nn\qat\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic 2024-08-07T17:40:30.2236741Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-08-07T17:40:30.2239190Z copying torch\nn\qat\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-08-07T17:40:30.2244953Z copying torch\nn\qat\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-08-07T17:40:30.2250700Z copying torch\nn\qat\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-08-07T17:40:30.2256301Z copying torch\nn\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-08-07T17:40:30.2263606Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2024-08-07T17:40:30.2266626Z copying torch\nn\qat\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2024-08-07T17:40:30.2272426Z copying torch\nn\qat\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2024-08-07T17:40:30.2279717Z creating build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2024-08-07T17:40:30.2282412Z copying torch\nn\quantizable\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2024-08-07T17:40:30.2288186Z copying torch\nn\quantizable\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2024-08-07T17:40:30.2293791Z copying torch\nn\quantizable\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2024-08-07T17:40:30.2300836Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic 2024-08-07T17:40:30.2303536Z copying torch\nn\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic 2024-08-07T17:40:30.2311956Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-07T17:40:30.2314992Z copying torch\nn\quantized\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-07T17:40:30.2321090Z copying torch\nn\quantized\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-07T17:40:30.2327111Z copying torch\nn\quantized\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-07T17:40:30.2332849Z copying torch\nn\quantized\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-07T17:40:30.2338820Z copying torch\nn\quantized\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-07T17:40:30.2352954Z copying torch\nn\quantized\modules\functional_modules.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-07T17:40:30.2358923Z copying torch\nn\quantized\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-07T17:40:30.2364787Z copying torch\nn\quantized\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-07T17:40:30.2376659Z copying torch\nn\quantized\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-07T17:40:30.2382381Z copying torch\nn\quantized\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-07T17:40:30.2388282Z copying torch\nn\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-07T17:40:30.2402660Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference 2024-08-07T17:40:30.2411894Z copying torch\nn\quantized\_reference\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference 2024-08-07T17:40:30.2419084Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-08-07T17:40:30.2422123Z copying torch\nn\quantized\dynamic\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-08-07T17:40:30.2428404Z copying torch\nn\quantized\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-08-07T17:40:30.2434076Z copying torch\nn\quantized\dynamic\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-08-07T17:40:30.2447612Z copying torch\nn\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-08-07T17:40:30.2462660Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-08-07T17:40:30.2466305Z copying torch\nn\quantized\_reference\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-08-07T17:40:30.2473001Z copying torch\nn\quantized\_reference\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-08-07T17:40:30.2479319Z copying torch\nn\quantized\_reference\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-08-07T17:40:30.2485291Z copying torch\nn\quantized\_reference\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-08-07T17:40:30.2491260Z copying torch\nn\quantized\_reference\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-08-07T17:40:30.2497071Z copying torch\nn\quantized\_reference\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-08-07T17:40:30.2510752Z creating build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-08-07T17:40:30.2514073Z copying torch\nn\utils\_expanded_weights\conv_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-08-07T17:40:30.2526521Z copying torch\nn\utils\_expanded_weights\conv_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-08-07T17:40:30.2538710Z copying torch\nn\utils\_expanded_weights\embedding_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-08-07T17:40:30.2556142Z copying torch\nn\utils\_expanded_weights\expanded_weights_impl.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-08-07T17:40:30.2567702Z copying torch\nn\utils\_expanded_weights\expanded_weights_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-08-07T17:40:30.2579337Z copying torch\nn\utils\_expanded_weights\group_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-08-07T17:40:30.2591518Z copying torch\nn\utils\_expanded_weights\instance_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-08-07T17:40:30.2603358Z copying torch\nn\utils\_expanded_weights\layer_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-08-07T17:40:30.2615245Z copying torch\nn\utils\_expanded_weights\linear_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-08-07T17:40:30.2748038Z copying torch\nn\utils\_expanded_weights\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-08-07T17:40:30.2756723Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-08-07T17:40:30.2766630Z copying torch\onnx\_internal\io_adapter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-08-07T17:40:30.2785465Z copying torch\onnx\_internal\jit_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-08-07T17:40:30.2797565Z copying torch\onnx\_internal\onnxruntime.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-08-07T17:40:30.2831491Z copying torch\onnx\_internal\onnx_proto_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-08-07T17:40:30.2843041Z copying torch\onnx\_internal\registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-08-07T17:40:30.2854510Z copying torch\onnx\_internal\_exporter_legacy.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-08-07T17:40:30.3109187Z copying torch\onnx\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-08-07T17:40:30.3116016Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2024-08-07T17:40:30.3119136Z copying torch\onnx\_internal\diagnostics\_diagnostic.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2024-08-07T17:40:30.3151416Z copying torch\onnx\_internal\diagnostics\_rules.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2024-08-07T17:40:30.3175177Z copying torch\onnx\_internal\diagnostics\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2024-08-07T17:40:30.3185158Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-07T17:40:30.3187915Z copying torch\onnx\_internal\fx\decomposition_skip.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-07T17:40:30.3199806Z copying torch\onnx\_internal\fx\decomposition_table.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-07T17:40:30.3211376Z copying torch\onnx\_internal\fx\diagnostics.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-07T17:40:30.3223280Z copying torch\onnx\_internal\fx\dynamo_graph_extractor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-07T17:40:30.3242096Z copying torch\onnx\_internal\fx\fx_onnx_interpreter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-07T17:40:30.3265619Z copying torch\onnx\_internal\fx\fx_symbolic_graph_extractor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-07T17:40:30.3277291Z copying torch\onnx\_internal\fx\onnxfunction_dispatcher.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-07T17:40:30.3301595Z copying torch\onnx\_internal\fx\op_validation.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-07T17:40:30.3313510Z copying torch\onnx\_internal\fx\patcher.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-07T17:40:30.3325842Z copying torch\onnx\_internal\fx\registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-07T17:40:30.3337435Z copying torch\onnx\_internal\fx\serialization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-07T17:40:30.3349494Z copying torch\onnx\_internal\fx\torch_export_graph_extractor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-07T17:40:30.3361599Z copying torch\onnx\_internal\fx\type_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-07T17:40:30.3373377Z copying torch\onnx\_internal\fx\_pass.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-07T17:40:30.3385263Z copying torch\onnx\_internal\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-07T17:40:30.3393337Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-08-07T17:40:30.3396409Z copying torch\onnx\_internal\diagnostics\infra\context.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-08-07T17:40:30.3413807Z copying torch\onnx\_internal\diagnostics\infra\decorator.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-08-07T17:40:30.3425793Z copying torch\onnx\_internal\diagnostics\infra\formatter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-08-07T17:40:30.3436676Z copying torch\onnx\_internal\diagnostics\infra\utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-08-07T17:40:30.3448095Z copying torch\onnx\_internal\diagnostics\infra\_infra.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-08-07T17:40:30.3465920Z copying torch\onnx\_internal\diagnostics\infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-08-07T17:40:30.3482993Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3486080Z copying torch\onnx\_internal\diagnostics\infra\sarif\version.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3491509Z copying torch\onnx\_internal\diagnostics\infra\sarif\_address.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3503211Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3514958Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_change.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3526804Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_content.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3549473Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3560610Z copying torch\onnx\_internal\diagnostics\infra\sarif\_attachment.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3571718Z copying torch\onnx\_internal\diagnostics\infra\sarif\_code_flow.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3582968Z copying torch\onnx\_internal\diagnostics\infra\sarif\_configuration_override.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3594062Z copying torch\onnx\_internal\diagnostics\infra\sarif\_conversion.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3605972Z copying torch\onnx\_internal\diagnostics\infra\sarif\_edge.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3617652Z copying torch\onnx\_internal\diagnostics\infra\sarif\_edge_traversal.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3629859Z copying torch\onnx\_internal\diagnostics\infra\sarif\_exception.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3641959Z copying torch\onnx\_internal\diagnostics\infra\sarif\_external_properties.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3654014Z 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-08-07T17:40:30.3665688Z 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-08-07T17:40:30.3677175Z copying torch\onnx\_internal\diagnostics\infra\sarif\_fix.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3689099Z copying torch\onnx\_internal\diagnostics\infra\sarif\_graph.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3700872Z copying torch\onnx\_internal\diagnostics\infra\sarif\_graph_traversal.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3712782Z copying torch\onnx\_internal\diagnostics\infra\sarif\_invocation.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3724685Z copying torch\onnx\_internal\diagnostics\infra\sarif\_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3743549Z copying torch\onnx\_internal\diagnostics\infra\sarif\_location_relationship.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3755187Z copying torch\onnx\_internal\diagnostics\infra\sarif\_logical_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3767438Z copying torch\onnx\_internal\diagnostics\infra\sarif\_message.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3779945Z copying torch\onnx\_internal\diagnostics\infra\sarif\_multiformat_message_string.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3792467Z copying torch\onnx\_internal\diagnostics\infra\sarif\_node.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3804797Z copying torch\onnx\_internal\diagnostics\infra\sarif\_notification.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3817535Z copying torch\onnx\_internal\diagnostics\infra\sarif\_physical_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3829590Z copying torch\onnx\_internal\diagnostics\infra\sarif\_property_bag.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3835650Z copying torch\onnx\_internal\diagnostics\infra\sarif\_rectangle.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3848006Z copying torch\onnx\_internal\diagnostics\infra\sarif\_region.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3865275Z copying torch\onnx\_internal\diagnostics\infra\sarif\_replacement.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3877017Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_configuration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3889293Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3901126Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_reference.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3913026Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_relationship.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3924920Z copying torch\onnx\_internal\diagnostics\infra\sarif\_result.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3936847Z copying torch\onnx\_internal\diagnostics\infra\sarif\_result_provenance.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3949478Z copying torch\onnx\_internal\diagnostics\infra\sarif\_run.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3963080Z copying torch\onnx\_internal\diagnostics\infra\sarif\_run_automation_details.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3975187Z copying torch\onnx\_internal\diagnostics\infra\sarif\_sarif_log.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.3992664Z copying torch\onnx\_internal\diagnostics\infra\sarif\_special_locations.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.4004291Z copying torch\onnx\_internal\diagnostics\infra\sarif\_stack.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.4016092Z copying torch\onnx\_internal\diagnostics\infra\sarif\_stack_frame.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.4027749Z copying torch\onnx\_internal\diagnostics\infra\sarif\_suppression.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.4039191Z copying torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.4051283Z copying torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.4062921Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.4074256Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool_component.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.4085987Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool_component_reference.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.4097914Z copying torch\onnx\_internal\diagnostics\infra\sarif\_translation_metadata.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.4114863Z copying torch\onnx\_internal\diagnostics\infra\sarif\_version_control_details.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.4130563Z copying torch\onnx\_internal\diagnostics\infra\sarif\_web_request.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.4142401Z copying torch\onnx\_internal\diagnostics\infra\sarif\_web_response.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.4154772Z copying torch\onnx\_internal\diagnostics\infra\sarif\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:30.4168430Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2024-08-07T17:40:30.4171535Z copying torch\onnx\_internal\fx\analysis\unsupported_nodes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2024-08-07T17:40:30.4182805Z copying torch\onnx\_internal\fx\analysis\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2024-08-07T17:40:30.4191214Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-08-07T17:40:30.4194216Z copying torch\onnx\_internal\fx\passes\decomp.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-08-07T17:40:30.4205553Z copying torch\onnx\_internal\fx\passes\functionalization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-08-07T17:40:30.4218628Z copying torch\onnx\_internal\fx\passes\modularization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-08-07T17:40:30.4254589Z copying torch\onnx\_internal\fx\passes\readability.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-08-07T17:40:30.4270587Z copying torch\onnx\_internal\fx\passes\type_promotion.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-08-07T17:40:30.4306587Z copying torch\onnx\_internal\fx\passes\virtualization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-08-07T17:40:30.4381818Z copying torch\onnx\_internal\fx\passes\_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-08-07T17:40:30.4382875Z copying torch\onnx\_internal\fx\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-08-07T17:40:30.4383527Z creating build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2024-08-07T17:40:30.4384295Z copying torch\optim\_multi_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2024-08-07T17:40:30.4384995Z creating build\lib.win-amd64-cpython-39\torch\package\analyze 2024-08-07T17:40:30.4385671Z copying torch\package\analyze\find_first_use_of_broken_modules.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2024-08-07T17:40:30.4386475Z copying torch\package\analyze\is_from_package.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2024-08-07T17:40:30.4387240Z copying torch\package\analyze\trace_dependencies.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2024-08-07T17:40:30.4403022Z copying torch\package\analyze\__init__.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2024-08-07T17:40:30.4412240Z creating build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-07T17:40:30.4415286Z copying torch\quantization\fx\convert.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-07T17:40:30.4421085Z copying torch\quantization\fx\fuse.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-07T17:40:30.4428017Z copying torch\quantization\fx\fusion_patterns.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-07T17:40:30.4433663Z copying torch\quantization\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-07T17:40:30.4439725Z copying torch\quantization\fx\match_utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-07T17:40:30.4450850Z copying torch\quantization\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-07T17:40:30.4461769Z copying torch\quantization\fx\prepare.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-07T17:40:30.4467147Z copying torch\quantization\fx\quantization_patterns.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-07T17:40:30.4479398Z copying torch\quantization\fx\quantization_types.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-07T17:40:30.4484756Z copying torch\quantization\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-07T17:40:30.4495427Z copying torch\quantization\fx\_equalize.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-07T17:40:30.4507327Z copying torch\quantization\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-07T17:40:30.4514072Z creating build\lib.win-amd64-cpython-39\torch\signal\windows 2024-08-07T17:40:30.4516574Z copying torch\signal\windows\windows.py -> build\lib.win-amd64-cpython-39\torch\signal\windows 2024-08-07T17:40:30.4533648Z copying torch\signal\windows\__init__.py -> build\lib.win-amd64-cpython-39\torch\signal\windows 2024-08-07T17:40:30.4546364Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.4556620Z copying torch\testing\_internal\autocast_test_lists.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.4593585Z copying torch\testing\_internal\autograd_function_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.4609895Z copying torch\testing\_internal\check_kernel_launches.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.4625787Z copying torch\testing\_internal\common_cuda.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.4636342Z copying torch\testing\_internal\common_device_type.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.4669859Z copying torch\testing\_internal\common_distributed.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.4698589Z copying torch\testing\_internal\common_dist_composable.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.4711099Z copying torch\testing\_internal\common_dtype.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.4724303Z copying torch\testing\_internal\common_fsdp.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.4755795Z copying torch\testing\_internal\common_jit.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.4767301Z copying torch\testing\_internal\common_methods_invocations.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.5219959Z copying torch\testing\_internal\common_mkldnn.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.5232314Z copying torch\testing\_internal\common_modules.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.5318609Z copying torch\testing\_internal\common_nn.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.5394681Z copying torch\testing\_internal\common_optimizers.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.5430898Z copying torch\testing\_internal\common_pruning.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.5443855Z copying torch\testing\_internal\common_quantization.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.5493068Z copying torch\testing\_internal\common_quantized.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.5513281Z copying torch\testing\_internal\common_subclass.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.5524525Z copying torch\testing\_internal\common_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.5622240Z copying torch\testing\_internal\composite_compliance.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.5638995Z copying torch\testing\_internal\custom_op_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.5655986Z copying torch\testing\_internal\custom_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.5666955Z copying torch\testing\_internal\dist_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.5679839Z copying torch\testing\_internal\dynamo_test_failures.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.5691264Z copying torch\testing\_internal\hop_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.5701974Z copying torch\testing\_internal\hypothesis_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.5713909Z copying torch\testing\_internal\inductor_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.5725306Z copying torch\testing\_internal\jit_metaprogramming_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.5753959Z copying torch\testing\_internal\jit_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.5777039Z copying torch\testing\_internal\logging_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.5788313Z copying torch\testing\_internal\logging_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.5800548Z copying torch\testing\_internal\quantization_torch_package_models.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.5811975Z copying torch\testing\_internal\static_module.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.5823654Z copying torch\testing\_internal\torchbind_impls.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.5835844Z copying torch\testing\_internal\triton_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.5847810Z copying torch\testing\_internal\two_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.5865595Z copying torch\testing\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-07T17:40:30.5872667Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen 2024-08-07T17:40:30.5876509Z copying torch\testing\_internal\codegen\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen 2024-08-07T17:40:30.5885076Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2024-08-07T17:40:30.7093322Z copying torch\testing\_internal\data\network1.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2024-08-07T17:40:30.7099415Z copying torch\testing\_internal\data\network2.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2024-08-07T17:40:30.7105364Z copying torch\testing\_internal\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2024-08-07T17:40:30.7114422Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-08-07T17:40:30.7117588Z copying torch\testing\_internal\distributed\checkpoint_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-08-07T17:40:30.7129825Z copying torch\testing\_internal\distributed\common_state_dict.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-08-07T17:40:30.7141589Z copying torch\testing\_internal\distributed\ddp_under_dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-08-07T17:40:30.7164924Z copying torch\testing\_internal\distributed\distributed_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-08-07T17:40:30.7490671Z copying torch\testing\_internal\distributed\distributed_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-08-07T17:40:30.7501775Z copying torch\testing\_internal\distributed\fake_pg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-08-07T17:40:30.7513463Z copying torch\testing\_internal\distributed\multi_threaded_pg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-08-07T17:40:30.7531060Z copying torch\testing\_internal\distributed\rpc_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-08-07T17:40:30.7542769Z copying torch\testing\_internal\distributed\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-08-07T17:40:30.7549730Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2024-08-07T17:40:30.7552558Z copying torch\testing\_internal\generated\annotated_fn_args.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2024-08-07T17:40:30.7759115Z copying torch\testing\_internal\generated\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2024-08-07T17:40:30.7765623Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-08-07T17:40:30.7768124Z copying torch\testing\_internal\opinfo\core.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-08-07T17:40:30.7823988Z copying torch\testing\_internal\opinfo\refs.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-08-07T17:40:30.7835155Z copying torch\testing\_internal\opinfo\utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-08-07T17:40:30.7846955Z copying torch\testing\_internal\opinfo\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-08-07T17:40:30.7854766Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-08-07T17:40:30.7857544Z copying torch\testing\_internal\optests\aot_autograd.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-08-07T17:40:30.7870130Z copying torch\testing\_internal\optests\autograd_registration.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-08-07T17:40:30.7882208Z copying torch\testing\_internal\optests\fake_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-08-07T17:40:30.7888187Z copying torch\testing\_internal\optests\generate_tests.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-08-07T17:40:30.7914111Z copying torch\testing\_internal\optests\make_fx.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-08-07T17:40:30.7925648Z copying torch\testing\_internal\optests\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-08-07T17:40:30.7933502Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2024-08-07T17:40:30.7936251Z copying torch\testing\_internal\test_module\future_div.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2024-08-07T17:40:30.7942172Z copying torch\testing\_internal\test_module\no_future_div.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2024-08-07T17:40:30.7947930Z copying torch\testing\_internal\test_module\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2024-08-07T17:40:30.7954133Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn 2024-08-07T17:40:30.7957041Z copying torch\testing\_internal\distributed\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn 2024-08-07T17:40:30.7965058Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-08-07T17:40:30.7967773Z copying torch\testing\_internal\distributed\rpc\dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-08-07T17:40:30.8015873Z copying torch\testing\_internal\distributed\rpc\dist_optimizer_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-08-07T17:40:30.8027386Z copying torch\testing\_internal\distributed\rpc\faulty_agent_rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-08-07T17:40:30.8044731Z copying torch\testing\_internal\distributed\rpc\faulty_rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-08-07T17:40:30.8056437Z copying torch\testing\_internal\distributed\rpc\rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-08-07T17:40:30.8067550Z copying torch\testing\_internal\distributed\rpc\rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-08-07T17:40:30.8166968Z copying torch\testing\_internal\distributed\rpc\tensorpipe_rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-08-07T17:40:30.8179231Z copying torch\testing\_internal\distributed\rpc\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-08-07T17:40:30.8185130Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2024-08-07T17:40:30.8187784Z copying torch\testing\_internal\distributed\_shard\test_common.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2024-08-07T17:40:30.8198967Z copying torch\testing\_internal\distributed\_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2024-08-07T17:40:30.8206124Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2024-08-07T17:40:30.8208742Z copying torch\testing\_internal\distributed\_tensor\common_dtensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2024-08-07T17:40:30.8226350Z copying torch\testing\_internal\distributed\_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2024-08-07T17:40:30.8232611Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2024-08-07T17:40:30.8235386Z copying torch\testing\_internal\distributed\nn\api\remote_module_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2024-08-07T17:40:30.8252160Z copying torch\testing\_internal\distributed\nn\api\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2024-08-07T17:40:30.8258302Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2024-08-07T17:40:30.8261737Z copying torch\testing\_internal\distributed\rpc\examples\parameter_server_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2024-08-07T17:40:30.8272713Z 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-08-07T17:40:30.8284074Z copying torch\testing\_internal\distributed\rpc\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2024-08-07T17:40:30.8290066Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-08-07T17:40:30.8292737Z copying torch\testing\_internal\distributed\rpc\jit\dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-08-07T17:40:30.8303641Z copying torch\testing\_internal\distributed\rpc\jit\rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-08-07T17:40:30.8329121Z copying torch\testing\_internal\distributed\rpc\jit\rpc_test_faulty.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-08-07T17:40:30.8341295Z copying torch\testing\_internal\distributed\rpc\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-08-07T17:40:30.8347862Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2024-08-07T17:40:30.8351151Z 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-08-07T17:40:30.8364176Z 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-08-07T17:40:30.8375641Z copying torch\testing\_internal\distributed\_shard\sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2024-08-07T17:40:30.8389728Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-08-07T17:40:30.8392683Z copying torch\testing\_internal\opinfo\definitions\fft.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-08-07T17:40:30.8412773Z copying torch\testing\_internal\opinfo\definitions\linalg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-08-07T17:40:30.8457936Z copying torch\testing\_internal\opinfo\definitions\nested.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-08-07T17:40:30.8470523Z copying torch\testing\_internal\opinfo\definitions\signal.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-08-07T17:40:30.8482744Z copying torch\testing\_internal\opinfo\definitions\sparse.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-08-07T17:40:30.8505462Z copying torch\testing\_internal\opinfo\definitions\special.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-08-07T17:40:30.8529050Z copying torch\testing\_internal\opinfo\definitions\_masked.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-08-07T17:40:30.8552455Z copying torch\testing\_internal\opinfo\definitions\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-08-07T17:40:30.8560082Z creating build\lib.win-amd64-cpython-39\torch\utils\backcompat 2024-08-07T17:40:30.8563242Z copying torch\utils\backcompat\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\backcompat 2024-08-07T17:40:30.8572493Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark 2024-08-07T17:40:30.8575164Z copying torch\utils\benchmark\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark 2024-08-07T17:40:30.8582017Z creating build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2024-08-07T17:40:30.8585394Z copying torch\utils\bottleneck\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2024-08-07T17:40:30.8590311Z copying torch\utils\bottleneck\__main__.py -> build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2024-08-07T17:40:30.8605530Z creating build\lib.win-amd64-cpython-39\torch\utils\data 2024-08-07T17:40:30.8608222Z copying torch\utils\data\backward_compatibility.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-08-07T17:40:30.8614002Z copying torch\utils\data\dataloader.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-08-07T17:40:30.8650549Z copying torch\utils\data\dataset.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-08-07T17:40:30.8669318Z copying torch\utils\data\distributed.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-08-07T17:40:30.8686098Z copying torch\utils\data\graph.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-08-07T17:40:30.8697940Z copying torch\utils\data\graph_settings.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-08-07T17:40:30.8710557Z copying torch\utils\data\sampler.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-08-07T17:40:30.8723073Z copying torch\utils\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-08-07T17:40:30.8736944Z creating build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-08-07T17:40:30.8740049Z copying torch\utils\hipify\constants.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-08-07T17:40:30.8751501Z copying torch\utils\hipify\cuda_to_hip_mappings.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-08-07T17:40:30.8886436Z copying torch\utils\hipify\hipify_python.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-08-07T17:40:30.8910665Z copying torch\utils\hipify\version.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-08-07T17:40:30.8922034Z copying torch\utils\hipify\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-08-07T17:40:30.8929628Z creating build\lib.win-amd64-cpython-39\torch\utils\jit 2024-08-07T17:40:30.8932892Z copying torch\utils\jit\log_extract.py -> build\lib.win-amd64-cpython-39\torch\utils\jit 2024-08-07T17:40:30.8974297Z copying torch\utils\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\jit 2024-08-07T17:40:30.8980894Z creating build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-08-07T17:40:30.8983520Z copying torch\utils\model_dump\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-08-07T17:40:30.9000627Z copying torch\utils\model_dump\__main__.py -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-08-07T17:40:30.9008862Z creating build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-08-07T17:40:30.9011977Z copying torch\utils\tensorboard\summary.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-08-07T17:40:30.9036288Z copying torch\utils\tensorboard\writer.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-08-07T17:40:30.9060248Z copying torch\utils\tensorboard\_convert_np.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-08-07T17:40:30.9072643Z copying torch\utils\tensorboard\_embedding.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-08-07T17:40:30.9089201Z copying torch\utils\tensorboard\_onnx_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-08-07T17:40:30.9101336Z copying torch\utils\tensorboard\_proto_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-08-07T17:40:30.9113157Z copying torch\utils\tensorboard\_pytorch_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-08-07T17:40:30.9124701Z copying torch\utils\tensorboard\_utils.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-08-07T17:40:30.9136262Z copying torch\utils\tensorboard\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-08-07T17:40:30.9143122Z creating build\lib.win-amd64-cpython-39\torch\utils\viz 2024-08-07T17:40:30.9145511Z copying torch\utils\viz\_cycles.py -> build\lib.win-amd64-cpython-39\torch\utils\viz 2024-08-07T17:40:30.9157082Z copying torch\utils\viz\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\viz 2024-08-07T17:40:30.9163332Z creating build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2024-08-07T17:40:30.9166116Z copying torch\utils\_strobelight\cli_function_profiler.py -> build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2024-08-07T17:40:30.9177326Z copying torch\utils\_strobelight\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2024-08-07T17:40:30.9184186Z creating build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-08-07T17:40:30.9186793Z copying torch\utils\_sympy\functions.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-08-07T17:40:30.9205755Z copying torch\utils\_sympy\interp.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-08-07T17:40:30.9217065Z copying torch\utils\_sympy\numbers.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-08-07T17:40:30.9229246Z copying torch\utils\_sympy\reference.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-08-07T17:40:30.9242054Z copying torch\utils\_sympy\singleton_int.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-08-07T17:40:30.9260846Z copying torch\utils\_sympy\solve.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-08-07T17:40:30.9271765Z copying torch\utils\_sympy\symbol.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-08-07T17:40:30.9282813Z copying torch\utils\_sympy\value_ranges.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-08-07T17:40:30.9352463Z copying torch\utils\_sympy\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-08-07T17:40:30.9359597Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-08-07T17:40:30.9362502Z copying torch\utils\benchmark\examples\blas_compare_setup.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-08-07T17:40:30.9374918Z copying torch\utils\benchmark\examples\compare.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-08-07T17:40:30.9387081Z copying torch\utils\benchmark\examples\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-08-07T17:40:30.9399478Z copying torch\utils\benchmark\examples\op_benchmark.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-08-07T17:40:30.9411879Z copying torch\utils\benchmark\examples\simple_timeit.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-08-07T17:40:30.9423317Z copying torch\utils\benchmark\examples\spectral_ops_fuzz_test.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-08-07T17:40:30.9435893Z copying torch\utils\benchmark\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-08-07T17:40:30.9442777Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-08-07T17:40:30.9445522Z copying torch\utils\benchmark\op_fuzzers\binary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-08-07T17:40:30.9456419Z copying torch\utils\benchmark\op_fuzzers\sparse_binary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-08-07T17:40:30.9467965Z copying torch\utils\benchmark\op_fuzzers\sparse_unary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-08-07T17:40:30.9479826Z copying torch\utils\benchmark\op_fuzzers\spectral.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-08-07T17:40:30.9497865Z copying torch\utils\benchmark\op_fuzzers\unary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-08-07T17:40:30.9509167Z copying torch\utils\benchmark\op_fuzzers\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-08-07T17:40:30.9516672Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-08-07T17:40:30.9519681Z copying torch\utils\benchmark\utils\common.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-08-07T17:40:30.9531825Z copying torch\utils\benchmark\utils\compare.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-08-07T17:40:30.9544763Z copying torch\utils\benchmark\utils\compile.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-08-07T17:40:30.9556621Z copying torch\utils\benchmark\utils\cpp_jit.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-08-07T17:40:30.9568841Z copying torch\utils\benchmark\utils\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-08-07T17:40:30.9586883Z copying torch\utils\benchmark\utils\sparse_fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-08-07T17:40:30.9608099Z copying torch\utils\benchmark\utils\timer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-08-07T17:40:30.9626613Z copying torch\utils\benchmark\utils\_stubs.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-08-07T17:40:30.9638484Z copying torch\utils\benchmark\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-08-07T17:40:30.9645079Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-08-07T17:40:30.9648022Z copying torch\utils\benchmark\utils\valgrind_wrapper\timer_interface.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-08-07T17:40:30.9674494Z copying torch\utils\benchmark\utils\valgrind_wrapper\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-08-07T17:40:30.9681459Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-08-07T17:40:30.9684268Z copying torch\utils\data\datapipes\datapipe.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-08-07T17:40:30.9703024Z copying torch\utils\data\datapipes\gen_pyi.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-08-07T17:40:30.9714602Z copying torch\utils\data\datapipes\_decorator.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-08-07T17:40:30.9726599Z copying torch\utils\data\datapipes\_hook_iterator.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-08-07T17:40:30.9746088Z copying torch\utils\data\datapipes\_typing.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-08-07T17:40:30.9763512Z copying torch\utils\data\datapipes\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-08-07T17:40:30.9770753Z creating build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-08-07T17:40:30.9773365Z copying torch\utils\data\_utils\collate.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-08-07T17:40:30.9785835Z copying torch\utils\data\_utils\fetch.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-08-07T17:40:30.9797718Z copying torch\utils\data\_utils\pin_memory.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-08-07T17:40:30.9809682Z copying torch\utils\data\_utils\signal_handling.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-08-07T17:40:30.9821059Z copying torch\utils\data\_utils\worker.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-08-07T17:40:30.9952268Z copying torch\utils\data\_utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-08-07T17:40:30.9966784Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-08-07T17:40:30.9969490Z copying torch\utils\data\datapipes\dataframe\dataframes.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-08-07T17:40:30.9981411Z copying torch\utils\data\datapipes\dataframe\dataframe_wrapper.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-08-07T17:40:30.9994145Z copying torch\utils\data\datapipes\dataframe\datapipes.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-08-07T17:40:31.0011296Z copying torch\utils\data\datapipes\dataframe\structures.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-08-07T17:40:31.0022766Z copying torch\utils\data\datapipes\dataframe\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-08-07T17:40:31.0035237Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-07T17:40:31.0036149Z copying torch\utils\data\datapipes\iter\callable.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-07T17:40:31.0048252Z copying torch\utils\data\datapipes\iter\combinatorics.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-07T17:40:31.0059662Z copying torch\utils\data\datapipes\iter\combining.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-07T17:40:31.0077947Z copying torch\utils\data\datapipes\iter\filelister.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-07T17:40:31.0099424Z copying torch\utils\data\datapipes\iter\fileopener.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-07T17:40:31.0111089Z copying torch\utils\data\datapipes\iter\grouping.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-07T17:40:31.0123254Z copying torch\utils\data\datapipes\iter\routeddecoder.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-07T17:40:31.0135552Z copying torch\utils\data\datapipes\iter\selecting.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-07T17:40:31.0147536Z copying torch\utils\data\datapipes\iter\sharding.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-07T17:40:31.0159581Z copying torch\utils\data\datapipes\iter\streamreader.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-07T17:40:31.0170825Z copying torch\utils\data\datapipes\iter\utils.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-07T17:40:31.0182762Z copying torch\utils\data\datapipes\iter\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-07T17:40:31.0197011Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-08-07T17:40:31.0199949Z copying torch\utils\data\datapipes\map\callable.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-08-07T17:40:31.0211953Z copying torch\utils\data\datapipes\map\combinatorics.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-08-07T17:40:31.0223481Z copying torch\utils\data\datapipes\map\combining.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-08-07T17:40:31.0235244Z copying torch\utils\data\datapipes\map\grouping.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-08-07T17:40:31.0247130Z copying torch\utils\data\datapipes\map\utils.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-08-07T17:40:31.0264966Z copying torch\utils\data\datapipes\map\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-08-07T17:40:31.0272811Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-08-07T17:40:31.0275399Z copying torch\utils\data\datapipes\utils\common.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-08-07T17:40:31.0287372Z copying torch\utils\data\datapipes\utils\decoder.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-08-07T17:40:31.0299346Z copying torch\utils\data\datapipes\utils\snapshot.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-08-07T17:40:31.0311372Z copying torch\utils\data\datapipes\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-08-07T17:40:31.0318995Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-07T17:40:31.0321788Z copying torch\_dynamo\backends\common.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-07T17:40:31.0332941Z copying torch\_dynamo\backends\cudagraphs.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-07T17:40:31.0345534Z copying torch\_dynamo\backends\debugging.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-07T17:40:31.0357305Z copying torch\_dynamo\backends\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-07T17:40:31.0380049Z copying torch\_dynamo\backends\inductor.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-07T17:40:31.0385511Z copying torch\_dynamo\backends\onnxrt.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-07T17:40:31.0398106Z copying torch\_dynamo\backends\registry.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-07T17:40:31.1292457Z copying torch\_dynamo\backends\tensorrt.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-07T17:40:31.1298674Z copying torch\_dynamo\backends\torchxla.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-07T17:40:31.1318538Z copying torch\_dynamo\backends\tvm.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-07T17:40:31.1337158Z copying torch\_dynamo\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-07T17:40:31.1345121Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2024-08-07T17:40:31.1348695Z copying torch\_dynamo\repro\after_aot.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2024-08-07T17:40:31.1381747Z copying torch\_dynamo\repro\after_dynamo.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2024-08-07T17:40:31.1396438Z copying torch\_dynamo\repro\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2024-08-07T17:40:31.1405356Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-07T17:40:31.1408090Z copying torch\_dynamo\variables\base.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-07T17:40:31.1421737Z copying torch\_dynamo\variables\builder.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-07T17:40:31.1466858Z copying torch\_dynamo\variables\builtin.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-07T17:40:31.1503347Z copying torch\_dynamo\variables\constant.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-07T17:40:31.1514440Z copying torch\_dynamo\variables\ctx_manager.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-07T17:40:31.1541621Z copying torch\_dynamo\variables\dicts.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-07T17:40:31.1563461Z copying torch\_dynamo\variables\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-07T17:40:31.1574832Z copying torch\_dynamo\variables\functions.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-07T17:40:31.1597722Z copying torch\_dynamo\variables\higher_order_ops.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-07T17:40:31.1630608Z copying torch\_dynamo\variables\iter.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-07T17:40:31.1642199Z copying torch\_dynamo\variables\lazy.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-07T17:40:31.1654102Z copying torch\_dynamo\variables\lists.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-07T17:40:31.1677332Z copying torch\_dynamo\variables\misc.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-07T17:40:31.1705694Z copying torch\_dynamo\variables\nn_module.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-07T17:40:31.1735436Z copying torch\_dynamo\variables\optimizer.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-07T17:40:31.1747264Z copying torch\_dynamo\variables\script_object.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-07T17:40:31.1759215Z copying torch\_dynamo\variables\sdpa.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-07T17:40:31.1770790Z copying torch\_dynamo\variables\tensor.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-07T17:40:31.1800006Z copying torch\_dynamo\variables\torch.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-07T17:40:31.1823043Z copying torch\_dynamo\variables\torch_function.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-07T17:40:31.1836766Z copying torch\_dynamo\variables\user_defined.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-07T17:40:31.1861714Z copying torch\_dynamo\variables\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-07T17:40:31.1875471Z creating build\lib.win-amd64-cpython-39\torch\_export\db 2024-08-07T17:40:31.1878614Z copying torch\_export\db\case.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2024-08-07T17:40:31.1890800Z copying torch\_export\db\gen_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2024-08-07T17:40:31.1896663Z copying torch\_export\db\logging.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2024-08-07T17:40:31.1907619Z copying torch\_export\db\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2024-08-07T17:40:31.1916453Z creating build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-07T17:40:31.1919416Z copying torch\_export\passes\add_runtime_assertions_for_constraints_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-07T17:40:31.1931185Z copying torch\_export\passes\collect_tracepoints_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-07T17:40:31.1942568Z copying torch\_export\passes\constant_folding.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-07T17:40:31.1963191Z copying torch\_export\passes\functionalize_side_effectful_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-07T17:40:31.1975026Z copying torch\_export\passes\lift_constants_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-07T17:40:31.1986881Z copying torch\_export\passes\remove_runtime_assertions.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-07T17:40:31.1998900Z copying torch\_export\passes\replace_autocast_with_hop_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-07T17:40:31.2009814Z copying torch\_export\passes\replace_set_grad_with_hop_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-07T17:40:31.2021385Z copying torch\_export\passes\replace_view_ops_with_view_copy_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-07T17:40:31.2032860Z copying torch\_export\passes\replace_with_hop_pass_util.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-07T17:40:31.2926748Z copying torch\_export\passes\_node_metadata_hook.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-07T17:40:31.2927481Z copying torch\_export\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-07T17:40:31.2928053Z creating build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2024-08-07T17:40:31.2928680Z copying torch\_export\pass_infra\node_metadata.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2024-08-07T17:40:31.2929474Z copying torch\_export\pass_infra\proxy_value.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2024-08-07T17:40:31.2930257Z copying torch\_export\pass_infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2024-08-07T17:40:31.2930825Z creating build\lib.win-amd64-cpython-39\torch\_export\serde 2024-08-07T17:40:31.2931383Z copying torch\_export\serde\aoti_schema.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-08-07T17:40:31.2932029Z copying torch\_export\serde\schema.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-08-07T17:40:31.2938913Z copying torch\_export\serde\schema_check.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-08-07T17:40:31.2939741Z copying torch\_export\serde\serialize.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-08-07T17:40:31.2940391Z copying torch\_export\serde\union.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-08-07T17:40:31.2941020Z copying torch\_export\serde\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-08-07T17:40:31.2941677Z creating build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2942346Z copying torch\_export\db\examples\assume_constant_result.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2943173Z copying torch\_export\db\examples\autograd_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2943954Z copying torch\_export\db\examples\class_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2944766Z copying torch\_export\db\examples\cond_branch_class_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2945630Z copying torch\_export\db\examples\cond_branch_nested_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2946515Z copying torch\_export\db\examples\cond_branch_nonlocal_variables.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2947435Z copying torch\_export\db\examples\cond_closed_over_variable.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2948296Z copying torch\_export\db\examples\cond_operands.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2949144Z copying torch\_export\db\examples\cond_predicate.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2949958Z copying torch\_export\db\examples\constrain_as_size_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2950848Z copying torch\_export\db\examples\constrain_as_value_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2951642Z copying torch\_export\db\examples\decorator.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2952381Z copying torch\_export\db\examples\dictionary.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2953220Z copying torch\_export\db\examples\dynamic_shape_assert.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2954114Z copying torch\_export\db\examples\dynamic_shape_constructor.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2954965Z copying torch\_export\db\examples\dynamic_shape_if_guard.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2955766Z copying torch\_export\db\examples\dynamic_shape_map.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2957441Z copying torch\_export\db\examples\dynamic_shape_round.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2958264Z copying torch\_export\db\examples\dynamic_shape_slicing.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2959070Z copying torch\_export\db\examples\dynamic_shape_view.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2959974Z copying torch\_export\db\examples\fn_with_kwargs.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2960748Z copying torch\_export\db\examples\list_contains.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2961514Z copying torch\_export\db\examples\list_unpack.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2962286Z copying torch\_export\db\examples\model_attr_mutation.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2963075Z copying torch\_export\db\examples\nested_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2964002Z copying torch\_export\db\examples\null_context_manager.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2964786Z copying torch\_export\db\examples\optional_input.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2965658Z copying torch\_export\db\examples\pytree_flatten.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2966435Z copying torch\_export\db\examples\scalar_output.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2967231Z copying torch\_export\db\examples\specialized_attribute.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2968036Z copying torch\_export\db\examples\static_for_loop.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2968785Z copying torch\_export\db\examples\static_if.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2969534Z copying torch\_export\db\examples\tensor_setattr.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2970340Z copying torch\_export\db\examples\type_reflection_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2971233Z copying torch\_export\db\examples\unsupported_operator.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2972095Z copying torch\_export\db\examples\user_input_mutation.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2972850Z copying torch\_export\db\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-07T17:40:31.2973512Z creating build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-07T17:40:31.2974897Z copying torch\_functorch\_aot_autograd\autograd_cache.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-07T17:40:31.2992609Z copying torch\_functorch\_aot_autograd\collect_metadata_analysis.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-07T17:40:31.3016724Z copying torch\_functorch\_aot_autograd\dispatch_and_compile_graph.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-07T17:40:31.3034547Z copying torch\_functorch\_aot_autograd\functional_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-07T17:40:31.3052363Z copying torch\_functorch\_aot_autograd\input_output_analysis.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-07T17:40:31.3069944Z copying torch\_functorch\_aot_autograd\jit_compile_runtime_wrappers.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-07T17:40:31.3087392Z copying torch\_functorch\_aot_autograd\logging_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-07T17:40:31.3099138Z copying torch\_functorch\_aot_autograd\runtime_wrappers.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-07T17:40:31.3140061Z copying torch\_functorch\_aot_autograd\schemas.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-07T17:40:31.3163348Z copying torch\_functorch\_aot_autograd\subclass_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-07T17:40:31.3174993Z copying torch\_functorch\_aot_autograd\traced_function_transforms.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-07T17:40:31.3198722Z copying torch\_functorch\_aot_autograd\utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-07T17:40:31.3210635Z copying torch\_functorch\_aot_autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-07T17:40:31.3218253Z creating build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-08-07T17:40:31.3221043Z copying torch\_inductor\autoheuristic\autoheuristic.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-08-07T17:40:31.3232855Z copying torch\_inductor\autoheuristic\autoheuristic_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-08-07T17:40:31.3244403Z copying torch\_inductor\autoheuristic\learnedheuristic_interface.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-08-07T17:40:31.3263307Z copying torch\_inductor\autoheuristic\learned_heuristic_controller.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-08-07T17:40:31.3275005Z copying torch\_inductor\autoheuristic\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-08-07T17:40:31.3283995Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-07T17:40:31.3286751Z copying torch\_inductor\codegen\aoti_hipify_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-07T17:40:31.3298502Z copying torch\_inductor\codegen\codegen_device_driver.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-07T17:40:31.3309537Z copying torch\_inductor\codegen\common.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-07T17:40:31.3342792Z copying torch\_inductor\codegen\cpp.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-07T17:40:31.3414271Z copying torch\_inductor\codegen\cpp_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-07T17:40:31.3443765Z copying torch\_inductor\codegen\cpp_micro_gemm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-07T17:40:31.3462484Z copying torch\_inductor\codegen\cpp_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-07T17:40:31.3474380Z copying torch\_inductor\codegen\cpp_template_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-07T17:40:31.3486209Z copying torch\_inductor\codegen\cpp_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-07T17:40:31.3630322Z copying torch\_inductor\codegen\cpp_wrapper_cpu.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-07T17:40:31.3724352Z copying torch\_inductor\codegen\cpp_wrapper_cuda.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-07T17:40:31.3740399Z copying torch\_inductor\codegen\cuda_combined_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-07T17:40:31.3757139Z copying torch\_inductor\codegen\halide.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-07T17:40:31.3803191Z copying torch\_inductor\codegen\memory_planning.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-07T17:40:31.3825862Z copying torch\_inductor\codegen\multi_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-07T17:40:31.3843344Z copying torch\_inductor\codegen\simd.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-07T17:40:31.3900566Z copying torch\_inductor\codegen\triton.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-07T17:40:31.4008165Z copying torch\_inductor\codegen\triton_combo_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-07T17:40:31.4040481Z copying torch\_inductor\codegen\triton_split_scan.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-07T17:40:31.4054159Z copying torch\_inductor\codegen\triton_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-07T17:40:31.4070149Z copying torch\_inductor\codegen\wrapper.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-07T17:40:31.4128438Z copying torch\_inductor\codegen\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-07T17:40:31.4141125Z creating build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-08-07T17:40:31.4144020Z copying torch\_inductor\compile_worker\subproc_pool.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-08-07T17:40:31.4156139Z copying torch\_inductor\compile_worker\watchdog.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-08-07T17:40:31.4194141Z copying torch\_inductor\compile_worker\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-08-07T17:40:31.4198695Z copying torch\_inductor\compile_worker\__main__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-08-07T17:40:31.4220272Z creating build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-07T17:40:31.4223235Z copying torch\_inductor\fx_passes\b2b_gemm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-07T17:40:31.4249311Z copying torch\_inductor\fx_passes\binary_folding.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-07T17:40:31.4271220Z copying torch\_inductor\fx_passes\ddp_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-07T17:40:31.4295940Z copying torch\_inductor\fx_passes\decompose_mem_bound_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-07T17:40:31.4321560Z copying torch\_inductor\fx_passes\dedupe_symint_uses.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-07T17:40:31.4336335Z copying torch\_inductor\fx_passes\efficient_conv_bn_eval.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-07T17:40:31.4353704Z copying torch\_inductor\fx_passes\freezing_patterns.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-07T17:40:31.4370097Z copying torch\_inductor\fx_passes\fuse_attention.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-07T17:40:31.4408094Z copying torch\_inductor\fx_passes\group_batch_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-07T17:40:31.4454366Z copying torch\_inductor\fx_passes\joint_graph.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-07T17:40:31.4477890Z copying torch\_inductor\fx_passes\micro_pipeline_tp.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-07T17:40:31.4500237Z copying torch\_inductor\fx_passes\misc_patterns.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-07T17:40:31.4517693Z copying torch\_inductor\fx_passes\mkldnn_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-07T17:40:31.4567665Z copying torch\_inductor\fx_passes\numeric_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-07T17:40:31.4593793Z copying torch\_inductor\fx_passes\pad_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-07T17:40:31.4620090Z copying torch\_inductor\fx_passes\post_grad.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-07T17:40:31.4651475Z copying torch\_inductor\fx_passes\pre_grad.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-07T17:40:31.4676330Z copying torch\_inductor\fx_passes\quantization.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-07T17:40:31.4740936Z copying torch\_inductor\fx_passes\reinplace.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-07T17:40:31.4774514Z copying torch\_inductor\fx_passes\replace_random.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-07T17:40:31.4800717Z copying torch\_inductor\fx_passes\split_cat.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-07T17:40:31.4857458Z copying torch\_inductor\fx_passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-07T17:40:31.4864902Z creating build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-08-07T17:40:31.4867381Z copying torch\_inductor\kernel\bmm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-08-07T17:40:31.4983099Z copying torch\_inductor\kernel\conv.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-08-07T17:40:31.5015492Z copying torch\_inductor\kernel\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-08-07T17:40:31.5058720Z copying torch\_inductor\kernel\flex_decoding.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-08-07T17:40:31.5084830Z copying torch\_inductor\kernel\mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-08-07T17:40:31.5116818Z copying torch\_inductor\kernel\mm_common.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-08-07T17:40:31.5138530Z copying torch\_inductor\kernel\mm_plus_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-08-07T17:40:31.5154663Z copying torch\_inductor\kernel\mm_scaled.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-08-07T17:40:31.5170979Z copying torch\_inductor\kernel\unpack_mixed_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-08-07T17:40:31.5185851Z copying torch\_inductor\kernel\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-08-07T17:40:31.5193963Z creating build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-08-07T17:40:31.5196782Z copying torch\_inductor\package\build_package.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-08-07T17:40:31.5202897Z copying torch\_inductor\package\package.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-08-07T17:40:31.5216408Z copying torch\_inductor\package\pt2_archive_constants.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-08-07T17:40:31.5222052Z copying torch\_inductor\package\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-08-07T17:40:31.5231175Z creating build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-08-07T17:40:31.5233851Z copying torch\_inductor\runtime\compile_tasks.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-08-07T17:40:31.5245868Z copying torch\_inductor\runtime\coordinate_descent_tuner.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-08-07T17:40:31.5262418Z copying torch\_inductor\runtime\halide_helpers.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-08-07T17:40:31.5284474Z copying torch\_inductor\runtime\hints.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-08-07T17:40:31.5297183Z copying torch\_inductor\runtime\runtime_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-08-07T17:40:31.5309689Z copying torch\_inductor\runtime\triton_helpers.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-08-07T17:40:31.5336152Z copying torch\_inductor\runtime\triton_heuristics.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-08-07T17:40:31.5398199Z copying torch\_inductor\runtime\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-08-07T17:40:31.5405121Z creating build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-08-07T17:40:31.5407961Z copying torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-08-07T17:40:31.5419882Z copying torch\_inductor\autoheuristic\artifacts\_PadMMA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-08-07T17:40:31.5435091Z copying torch\_inductor\autoheuristic\artifacts\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-08-07T17:40:31.5441995Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-08-07T17:40:31.5445232Z copying torch\_inductor\codegen\cuda\cuda_cpp_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-08-07T17:40:31.5464880Z copying torch\_inductor\codegen\cuda\cuda_env.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-08-07T17:40:31.5483010Z copying torch\_inductor\codegen\cuda\cuda_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-08-07T17:40:31.5498683Z copying torch\_inductor\codegen\cuda\cuda_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-08-07T17:40:31.5521950Z copying torch\_inductor\codegen\cuda\cutlass_epilogue_gen.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-08-07T17:40:31.5535961Z copying torch\_inductor\codegen\cuda\cutlass_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-08-07T17:40:31.5552164Z copying torch\_inductor\codegen\cuda\device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-08-07T17:40:31.5568308Z copying torch\_inductor\codegen\cuda\gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-08-07T17:40:31.5599599Z copying torch\_inductor\codegen\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-08-07T17:40:31.5607737Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-08-07T17:40:31.5610379Z copying torch\_inductor\codegen\rocm\ck_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-08-07T17:40:31.5628685Z copying torch\_inductor\codegen\rocm\ck_universal_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-08-07T17:40:31.5644275Z copying torch\_inductor\codegen\rocm\compile_command.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-08-07T17:40:31.5670880Z copying torch\_inductor\codegen\rocm\rocm_benchmark_request.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-08-07T17:40:31.5685886Z copying torch\_inductor\codegen\rocm\rocm_cpp_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-08-07T17:40:31.5702304Z copying torch\_inductor\codegen\rocm\rocm_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-08-07T17:40:31.5718370Z copying torch\_inductor\codegen\rocm\rocm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-08-07T17:40:31.5733155Z copying torch\_inductor\codegen\rocm\rocm_template_buffer.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-08-07T17:40:31.5748539Z copying torch\_inductor\codegen\rocm\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-08-07T17:40:31.5755009Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2024-08-07T17:40:31.5757847Z copying torch\_inductor\codegen\xpu\device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2024-08-07T17:40:31.5893670Z copying torch\_inductor\codegen\xpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2024-08-07T17:40:31.5900425Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2024-08-07T17:40:31.5903660Z 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-08-07T17:40:31.5917196Z copying torch\_inductor\codegen\cuda\cutlass_lib_extensions\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2024-08-07T17:40:31.5928343Z creating build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-07T17:40:31.5931599Z copying torch\_inductor\fx_passes\serialized_patterns\addmm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-07T17:40:31.5947759Z copying torch\_inductor\fx_passes\serialized_patterns\bmm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-07T17:40:31.5963747Z copying torch\_inductor\fx_passes\serialized_patterns\mm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-07T17:40:31.5989852Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_1.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-07T17:40:31.6008352Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_10.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-07T17:40:31.6024044Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_11.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-07T17:40:31.6043248Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_12.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-07T17:40:31.6062444Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_13.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-07T17:40:31.6075344Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_14.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-07T17:40:31.6091366Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_15.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-07T17:40:31.6109485Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_16.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-07T17:40:31.6150812Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_17.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-07T17:40:31.6180421Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_18.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-07T17:40:31.6224544Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_19.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-07T17:40:31.6238034Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_2.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-07T17:40:31.6253087Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_3.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-07T17:40:31.6268464Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_4.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-07T17:40:31.6287762Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_5.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-07T17:40:31.6301026Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_6.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-07T17:40:31.6324370Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_7.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-07T17:40:31.6339378Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_8.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-07T17:40:31.6356029Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_9.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-07T17:40:31.6546605Z copying torch\_inductor\fx_passes\serialized_patterns\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-07T17:40:31.6553226Z creating build\lib.win-amd64-cpython-39\torch\_numpy\testing 2024-08-07T17:40:31.6573599Z copying torch\_numpy\testing\utils.py -> build\lib.win-amd64-cpython-39\torch\_numpy\testing 2024-08-07T17:40:31.6731022Z copying torch\_numpy\testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\_numpy\testing 2024-08-07T17:40:31.6738500Z creating build\lib.win-amd64-cpython-39\torch\_refs\linalg 2024-08-07T17:40:31.6740878Z copying torch\_refs\linalg\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\linalg 2024-08-07T17:40:31.6758347Z creating build\lib.win-amd64-cpython-39\torch\_refs\nn 2024-08-07T17:40:31.6761110Z copying torch\_refs\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\nn 2024-08-07T17:40:31.6768071Z creating build\lib.win-amd64-cpython-39\torch\_refs\special 2024-08-07T17:40:31.6776718Z copying torch\_refs\special\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\special 2024-08-07T17:40:31.6790965Z creating build\lib.win-amd64-cpython-39\torch\_refs\nn\functional 2024-08-07T17:40:31.6793469Z copying torch\_refs\nn\functional\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\nn\functional 2024-08-07T17:40:31.6843714Z creating build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2024-08-07T17:40:31.6846545Z copying torch\_vendor\packaging\version.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2024-08-07T17:40:31.6868352Z copying torch\_vendor\packaging\_structures.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2024-08-07T17:40:31.6907637Z copying torch\_vendor\packaging\__init__.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2024-08-07T17:40:31.6908212Z creating build\lib.win-amd64-cpython-39\torchgen\aoti 2024-08-07T17:40:31.6908718Z copying torchgen\aoti\fallback_ops.py -> build\lib.win-amd64-cpython-39\torchgen\aoti 2024-08-07T17:40:31.6917014Z copying torchgen\aoti\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\aoti 2024-08-07T17:40:31.6924443Z creating build\lib.win-amd64-cpython-39\torchgen\api 2024-08-07T17:40:31.6927054Z copying torchgen\api\autograd.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-07T17:40:31.6975366Z copying torchgen\api\cpp.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-07T17:40:31.7012194Z copying torchgen\api\dispatcher.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-07T17:40:31.7029784Z copying torchgen\api\functionalization.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-07T17:40:31.7048965Z copying torchgen\api\lazy.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-07T17:40:31.7083630Z copying torchgen\api\meta.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-07T17:40:31.7089369Z copying torchgen\api\native.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-07T17:40:31.7109715Z copying torchgen\api\python.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-07T17:40:31.7418679Z copying torchgen\api\structured.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-07T17:40:31.7443604Z copying torchgen\api\translate.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-07T17:40:31.7478089Z copying torchgen\api\ufunc.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-07T17:40:31.7498155Z copying torchgen\api\unboxing.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-07T17:40:31.7518427Z copying torchgen\api\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-07T17:40:31.7525847Z creating build\lib.win-amd64-cpython-39\torchgen\dest 2024-08-07T17:40:31.7529352Z copying torchgen\dest\lazy_ir.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-08-07T17:40:31.7566317Z copying torchgen\dest\lazy_ts_lowering.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-08-07T17:40:31.7589034Z copying torchgen\dest\native_functions.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-08-07T17:40:31.7618584Z copying torchgen\dest\register_dispatch_key.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-08-07T17:40:31.7714559Z copying torchgen\dest\ufunc.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-08-07T17:40:31.7736107Z copying torchgen\dest\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-08-07T17:40:31.7752924Z creating build\lib.win-amd64-cpython-39\torchgen\executorch 2024-08-07T17:40:31.7755730Z copying torchgen\executorch\model.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2024-08-07T17:40:31.7769684Z copying torchgen\executorch\parse.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2024-08-07T17:40:31.7785900Z copying torchgen\executorch\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2024-08-07T17:40:31.7791855Z creating build\lib.win-amd64-cpython-39\torchgen\operator_versions 2024-08-07T17:40:31.7794645Z copying torchgen\operator_versions\gen_mobile_upgraders.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2024-08-07T17:40:31.7808461Z copying torchgen\operator_versions\gen_mobile_upgraders_constant.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2024-08-07T17:40:31.7819708Z copying torchgen\operator_versions\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2024-08-07T17:40:31.7832195Z creating build\lib.win-amd64-cpython-39\torchgen\selective_build 2024-08-07T17:40:31.7835007Z copying torchgen\selective_build\operator.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2024-08-07T17:40:31.7850157Z copying torchgen\selective_build\selector.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2024-08-07T17:40:31.7861496Z copying torchgen\selective_build\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2024-08-07T17:40:31.7868501Z creating build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-08-07T17:40:31.7871263Z copying torchgen\static_runtime\config.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-08-07T17:40:31.7884069Z copying torchgen\static_runtime\generator.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-08-07T17:40:31.7911022Z copying torchgen\static_runtime\gen_static_runtime_ops.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-08-07T17:40:31.7932862Z copying torchgen\static_runtime\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-08-07T17:40:31.7939602Z creating build\lib.win-amd64-cpython-39\torchgen\api\types 2024-08-07T17:40:31.7942187Z copying torchgen\api\types\signatures.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2024-08-07T17:40:31.7961423Z copying torchgen\api\types\types.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2024-08-07T17:40:31.7973058Z copying torchgen\api\types\types_base.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2024-08-07T17:40:31.7998673Z copying torchgen\api\types\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2024-08-07T17:40:31.8005751Z creating build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-08-07T17:40:31.8008224Z copying torchgen\executorch\api\custom_ops.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-08-07T17:40:31.8027648Z copying torchgen\executorch\api\et_cpp.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-08-07T17:40:31.8038869Z copying torchgen\executorch\api\unboxing.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-08-07T17:40:31.8054655Z copying torchgen\executorch\api\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-08-07T17:40:31.8060540Z creating build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2024-08-07T17:40:31.8063097Z copying torchgen\executorch\api\types\signatures.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2024-08-07T17:40:31.8077155Z copying torchgen\executorch\api\types\types.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2024-08-07T17:40:31.8087532Z copying torchgen\executorch\api\types\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2024-08-07T17:40:32.3594009Z copying torch\return_types.pyi -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:32.3627045Z copying torch\_VF.pyi -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:32.4389930Z copying torch\py.typed -> build\lib.win-amd64-cpython-39\torch 2024-08-07T17:40:32.4421873Z creating build\lib.win-amd64-cpython-39\torch\bin 2024-08-07T17:40:32.4424350Z copying torch\bin\asmjit.dll -> build\lib.win-amd64-cpython-39\torch\bin 2024-08-07T17:40:32.4434457Z copying torch\bin\fbgemm.dll -> build\lib.win-amd64-cpython-39\torch\bin 2024-08-07T17:40:32.4482525Z copying torch\bin\FileStoreTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-08-07T17:40:32.4491950Z copying torch\bin\protoc.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-08-07T17:40:32.4520788Z copying torch\bin\TCPStoreTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-08-07T17:40:32.4542863Z copying torch\bin\test_api.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-08-07T17:40:32.4629801Z copying torch\bin\test_edge_op_registration.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-08-07T17:40:32.4640432Z copying torch\bin\test_jit.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-08-07T17:40:32.4699942Z copying torch\bin\test_lazy.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-08-07T17:40:32.4729417Z copying torch\bin\test_tensorexpr.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-08-07T17:40:32.4787697Z copying torch\bin\tutorial_tensorexpr.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-08-07T17:40:32.4802031Z creating build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.4804507Z copying torch\test\apply_utils_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.4814345Z copying torch\test\atest.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.4825118Z copying torch\test\backend_fallback_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.4834777Z copying torch\test\basic.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.4898395Z copying torch\test\broadcast_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.4908644Z copying torch\test\c10_accumulate_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.4917995Z copying torch\test\c10_bfloat16_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.4927929Z copying torch\test\c10_Bitset_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.4937455Z copying torch\test\c10_bit_cast_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.4947043Z copying torch\test\c10_CompileTimeFunctionPointer_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.4956048Z copying torch\test\c10_complex_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.4970369Z copying torch\test\c10_complex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.4979827Z copying torch\test\c10_ConstexprCrc_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.4988843Z copying torch\test\c10_cow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.4999668Z copying torch\test\c10_DeadlockDetection_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5008593Z copying torch\test\c10_DeviceGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5017777Z copying torch\test\c10_Device_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5027054Z copying torch\test\c10_DispatchKeySet_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5167294Z copying torch\test\c10_exception_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5177864Z copying torch\test\c10_flags_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5187726Z copying torch\test\c10_generic_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5197677Z copying torch\test\c10_Half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5208119Z copying torch\test\c10_InlineDeviceGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5219206Z copying torch\test\c10_InlineStreamGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5229249Z copying torch\test\c10_intrusive_ptr_benchmark.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5239214Z copying torch\test\c10_intrusive_ptr_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5264514Z copying torch\test\c10_irange_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5274666Z copying torch\test\c10_lazy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5285336Z copying torch\test\c10_LeftRight_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5295484Z copying torch\test\c10_logging_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5305762Z copying torch\test\c10_Metaprogramming_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5316255Z copying torch\test\c10_optional_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5328075Z copying torch\test\c10_ordered_preserving_dict_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5338873Z copying torch\test\c10_registry_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5348632Z copying torch\test\c10_Scalar_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5369503Z copying torch\test\c10_SizesAndStrides_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5379629Z copying torch\test\c10_small_vector_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5395670Z copying torch\test\c10_ssize_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5405844Z copying torch\test\c10_StreamGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5415211Z copying torch\test\c10_string_util_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5425837Z copying torch\test\c10_string_view_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5436540Z copying torch\test\c10_SymInt_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5446854Z copying torch\test\c10_Synchronized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5474861Z copying torch\test\c10_tempfile_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5484112Z copying torch\test\c10_ThreadLocal_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5493460Z copying torch\test\c10_typeid_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5502946Z copying torch\test\c10_TypeIndex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5513509Z copying torch\test\c10_TypeList_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5522312Z copying torch\test\c10_TypeTraits_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5531357Z copying torch\test\CppSignature_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5540629Z copying torch\test\cpu_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5550765Z copying torch\test\cpu_generator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5570249Z copying torch\test\cpu_profiling_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5580523Z copying torch\test\cpu_rng_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5592986Z copying torch\test\Dict_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5610098Z copying torch\test\Dimname_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5619324Z copying torch\test\dispatch_key_set_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5629225Z copying torch\test\dlconvertor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5639650Z copying torch\test\extension_backend_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5650042Z copying torch\test\half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5660611Z copying torch\test\IListRef_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5680603Z copying torch\test\inline_container_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5691568Z copying torch\test\ivalue_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5737693Z copying torch\test\KernelFunction_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5749144Z copying torch\test\kernel_function_legacy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5763729Z copying torch\test\kernel_function_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5777116Z copying torch\test\kernel_lambda_legacy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5791581Z copying torch\test\kernel_lambda_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5805557Z copying torch\test\kernel_stackbased_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5875829Z copying torch\test\lazy_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5886395Z copying torch\test\legacy_vmap_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5903794Z copying torch\test\List_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5917483Z copying torch\test\make_boxed_from_unboxed_functor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5930625Z copying torch\test\math_kernel_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5941267Z copying torch\test\MaybeOwned_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5952825Z copying torch\test\memory_format_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5963306Z copying torch\test\memory_overlapping_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5973887Z copying torch\test\mobile_memory_cleanup.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5984629Z copying torch\test\NamedTensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.5995590Z copying torch\test\native_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.6007020Z copying torch\test\operators_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.6017779Z copying torch\test\operator_name_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.6027696Z copying torch\test\op_allowlist_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.6037638Z copying torch\test\op_registration_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.6062329Z copying torch\test\packedtensoraccessor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.6072576Z copying torch\test\pow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.6083633Z copying torch\test\quantized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.6106017Z copying torch\test\reduce_ops_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.6115931Z copying torch\test\reportMemoryUsage_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.6126401Z copying torch\test\scalar_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.6136534Z copying torch\test\scalar_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.6147276Z copying torch\test\StorageUtils_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.6158103Z copying torch\test\stride_properties_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.6168134Z copying torch\test\tensor_iterator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.6180108Z copying torch\test\test_parallel.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.6190217Z copying torch\test\thread_init_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.6198080Z copying torch\test\type_ptr_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.6207723Z copying torch\test\type_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.6218212Z copying torch\test\undefined_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.6228419Z copying torch\test\verify_api_visibility.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.6235746Z copying torch\test\weakref_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.6245522Z copying torch\test\wrapdim_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.6255645Z copying torch\test\xla_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-07T17:40:32.6265365Z creating build\lib.win-amd64-cpython-39\torch\_C 2024-08-07T17:40:32.6268227Z copying torch\_C\_aoti.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-07T17:40:32.6274467Z copying torch\_C\_autograd.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-07T17:40:32.6290109Z copying torch\_C\_cpu.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-07T17:40:32.6296586Z copying torch\_C\_cudnn.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-07T17:40:32.6302842Z copying torch\_C\_distributed_autograd.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-07T17:40:32.6326626Z copying torch\_C\_distributed_c10d.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-07T17:40:32.6358174Z copying torch\_C\_distributed_rpc.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-07T17:40:32.6378591Z copying torch\_C\_distributed_rpc_testing.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-07T17:40:32.6575990Z copying torch\_C\_functions.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-07T17:40:32.6582275Z copying torch\_C\_functorch.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-07T17:40:32.6597470Z copying torch\_C\_itt.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-07T17:40:32.6603591Z copying torch\_C\_lazy.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-07T17:40:32.6617134Z copying torch\_C\_lazy_ts_backend.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-07T17:40:32.6623166Z copying torch\_C\_monitor.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-07T17:40:32.6642350Z copying torch\_C\_nn.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-07T17:40:32.6656645Z copying torch\_C\_nvtx.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-07T17:40:32.6663194Z copying torch\_C\_onnx.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-07T17:40:32.6676825Z copying torch\_C\_profiler.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-07T17:40:32.6691353Z copying torch\_C\_VariableFunctions.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-07T17:40:32.7751829Z copying torch\_C\_verbose.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-07T17:40:32.7758593Z copying torch\_C\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-07T17:40:32.8045471Z copying torch\fx\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-07T17:40:32.8052246Z copying torch\jit\_script.pyi -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-07T17:40:32.8067864Z copying torch\nn\functional.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-07T17:40:32.8091229Z copying torch\nn\parameter.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-07T17:40:32.8107274Z copying torch\utils\data\datapipes\datapipe.pyi -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-08-07T17:40:32.8138934Z creating build\lib.win-amd64-cpython-39\torch\lib 2024-08-07T17:40:32.8141381Z copying torch\lib\shm.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-07T17:40:32.8148049Z copying torch\lib\shm.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-07T17:40:32.8154263Z creating build\lib.win-amd64-cpython-39\torch\include 2024-08-07T17:40:32.8157484Z copying torch\include\cpuinfo.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-07T17:40:32.8164695Z copying torch\include\dnnl.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-07T17:40:32.8171248Z copying torch\include\dnnl_config.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-07T17:40:32.8177219Z copying torch\include\dnnl_debug.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-07T17:40:32.8184156Z copying torch\include\dnnl_ocl.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-07T17:40:32.8196556Z copying torch\include\dnnl_sycl.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-07T17:40:32.8202943Z copying torch\include\dnnl_sycl_types.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-07T17:40:32.8209215Z copying torch\include\dnnl_threadpool.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-07T17:40:32.8215917Z copying torch\include\dnnl_types.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-07T17:40:32.8222440Z copying torch\include\dnnl_version.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-07T17:40:32.8228678Z copying torch\include\experiments-config.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-07T17:40:32.8234536Z copying torch\include\fp16.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-07T17:40:32.8240489Z copying torch\include\fxdiv.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-07T17:40:32.8246626Z copying torch\include\libshm.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-07T17:40:32.8252849Z copying torch\include\psimd.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-07T17:40:32.8259510Z copying torch\include\pthreadpool.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-07T17:40:32.8267037Z copying torch\include\sleef.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-07T17:40:32.8276850Z copying torch\include\xnnpack.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-07T17:40:32.8285167Z creating build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8287632Z copying torch\include\ATen\AccumulateType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8293891Z copying torch\include\ATen\ArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8306099Z copying torch\include\ATen\ATen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8773863Z copying torch\include\ATen\autocast_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8774583Z copying torch\include\ATen\Backend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8775236Z copying torch\include\ATen\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8775888Z copying torch\include\ATen\BlasBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8776594Z copying torch\include\ATen\CachedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8777282Z copying torch\include\ATen\ceil_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8777939Z copying torch\include\ATen\code_template.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8778724Z copying torch\include\ATen\CollapseDims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8779536Z copying torch\include\ATen\CompositeExplicitAutogradFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8780472Z copying torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8781485Z copying torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8782557Z copying torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8783558Z copying torch\include\ATen\CompositeImplicitAutogradFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8784483Z copying torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8785466Z copying torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8786740Z copying torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8787591Z copying torch\include\ATen\Config.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8788199Z copying torch\include\ATen\Context.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8788873Z copying torch\include\ATen\cpp_custom_type_hack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8789589Z copying torch\include\ATen\CPUApplyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8790313Z copying torch\include\ATen\CPUFixedAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8791009Z copying torch\include\ATen\CPUFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8791701Z copying torch\include\ATen\CPUFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8792402Z copying torch\include\ATen\CPUGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8793087Z copying torch\include\ATen\CUDAFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8793777Z copying torch\include\ATen\CUDAFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8794440Z copying torch\include\ATen\Device.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8795104Z copying torch\include\ATen\DeviceAccelerator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8795863Z copying torch\include\ATen\DeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8796510Z copying torch\include\ATen\Dimname.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8797152Z copying torch\include\ATen\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8797862Z copying torch\include\ATen\Dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8798506Z copying torch\include\ATen\Dispatch_v2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8799143Z copying torch\include\ATen\div_rtn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8799769Z copying torch\include\ATen\DLConvertor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8800406Z copying torch\include\ATen\dlpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8801063Z copying torch\include\ATen\DynamicLibrary.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8801740Z copying torch\include\ATen\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8802453Z copying torch\include\ATen\ExpandBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8804367Z copying torch\include\ATen\ExpandUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8810759Z copying torch\include\ATen\Formatting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8816691Z copying torch\include\ATen\FunctionalStorageImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8823506Z copying torch\include\ATen\FunctionalTensorWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8830410Z copying torch\include\ATen\Functions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8837522Z copying torch\include\ATen\FuncTorchTLS.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8843759Z copying torch\include\ATen\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8849890Z copying torch\include\ATen\InferSize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8856304Z copying torch\include\ATen\InitialTensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8941507Z copying torch\include\ATen\jiterator_macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8948190Z copying torch\include\ATen\jit_macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8954907Z copying torch\include\ATen\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8961204Z copying torch\include\ATen\LegacyBatchedFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8967840Z copying torch\include\ATen\LegacyBatchedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8980824Z copying torch\include\ATen\LegacyVmapMode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8983628Z copying torch\include\ATen\LegacyVmapTransforms.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8990474Z copying torch\include\ATen\LinalgBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.8997189Z copying torch\include\ATen\MapAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9004010Z copying torch\include\ATen\MatrixRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9102668Z copying torch\include\ATen\MemoryOverlap.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9109586Z copying torch\include\ATen\MetaFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9116336Z copying torch\include\ATen\MetaFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9123353Z copying torch\include\ATen\MethodOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9130373Z copying torch\include\ATen\NamedTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9137717Z copying torch\include\ATen\NamedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9144672Z copying torch\include\ATen\NativeFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9152561Z copying torch\include\ATen\NativeMetaFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9160666Z copying torch\include\ATen\NestedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9288531Z copying torch\include\ATen\NumericUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9295141Z copying torch\include\ATen\OpaqueTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9301212Z copying torch\include\ATen\Operators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9309013Z copying torch\include\ATen\OpMathType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9315598Z copying torch\include\ATen\PadNd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9321891Z copying torch\include\ATen\Parallel-inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9327862Z copying torch\include\ATen\Parallel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9339060Z copying torch\include\ATen\ParallelFuture.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9344743Z copying torch\include\ATen\ParallelNative.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9350332Z copying torch\include\ATen\ParallelOpenMP.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9413620Z copying torch\include\ATen\PTThreadPool.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9420974Z copying torch\include\ATen\PythonTorchFunctionTLS.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9427615Z copying torch\include\ATen\record_function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9435412Z copying torch\include\ATen\RedispatchFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9464131Z copying torch\include\ATen\RegistrationDeclarations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9484019Z copying torch\include\ATen\SavedTensorHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9490601Z copying torch\include\ATen\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9496805Z copying torch\include\ATen\ScalarOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9503394Z copying torch\include\ATen\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9515037Z copying torch\include\ATen\SequenceNumber.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9521699Z copying torch\include\ATen\SmallVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9528092Z copying torch\include\ATen\SparseCsrTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9535390Z copying torch\include\ATen\SparseCsrTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9542308Z copying torch\include\ATen\SparseTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9548941Z copying torch\include\ATen\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9555776Z copying torch\include\ATen\StorageUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9562711Z copying torch\include\ATen\Tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9568911Z copying torch\include\ATen\TensorAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9575727Z copying torch\include\ATen\TensorGeometry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9582386Z copying torch\include\ATen\TensorIndexing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9596058Z copying torch\include\ATen\TensorIterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9603852Z copying torch\include\ATen\TensorIteratorInternal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9610734Z copying torch\include\ATen\TensorMeta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9617493Z copying torch\include\ATen\TensorNames.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9624143Z copying torch\include\ATen\TensorOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9636322Z copying torch\include\ATen\TensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9643282Z copying torch\include\ATen\TensorSubclassLikeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9649724Z copying torch\include\ATen\TensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9656349Z copying torch\include\ATen\ThreadLocalPythonObjects.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9663057Z copying torch\include\ATen\ThreadLocalState.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9669844Z copying torch\include\ATen\TracerMode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9676622Z copying torch\include\ATen\TypeDefault.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9683501Z copying torch\include\ATen\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9696410Z copying torch\include\ATen\Version.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9702710Z copying torch\include\ATen\VmapGeneratedPlumbing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9725492Z copying torch\include\ATen\WrapDimUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9731595Z copying torch\include\ATen\WrapDimUtilsMulti.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-07T17:40:32.9743120Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2024-08-07T17:40:32.9745756Z copying torch\include\ATen\cpu\FlushDenormal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2024-08-07T17:40:32.9751435Z copying torch\include\ATen\cpu\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2024-08-07T17:40:32.9757180Z copying torch\include\ATen\cpu\vml.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2024-08-07T17:40:32.9762988Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-08-07T17:40:32.9764950Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-07T17:40:32.9767527Z copying torch\include\ATen\cpu\vec\vec256\missing_vld1_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-07T17:40:32.9773759Z copying torch\include\ATen\cpu\vec\vec256\missing_vst1_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-07T17:40:32.9779478Z copying torch\include\ATen\cpu\vec\vec256\vec256.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-07T17:40:32.9785664Z copying torch\include\ATen\cpu\vec\vec256\vec256_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-07T17:40:32.9900557Z copying torch\include\ATen\cpu\vec\vec256\vec256_complex_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-07T17:40:32.9907432Z copying torch\include\ATen\cpu\vec\vec256\vec256_complex_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-07T17:40:32.9914148Z copying torch\include\ATen\cpu\vec\vec256\vec256_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-07T17:40:32.9921003Z copying torch\include\ATen\cpu\vec\vec256\vec256_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-07T17:40:32.9928182Z copying torch\include\ATen\cpu\vec\vec256\vec256_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-07T17:40:32.9935580Z copying torch\include\ATen\cpu\vec\vec256\vec256_float_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-07T17:40:32.9943056Z copying torch\include\ATen\cpu\vec\vec256\vec256_half_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-07T17:40:32.9950591Z copying torch\include\ATen\cpu\vec\vec256\vec256_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-07T17:40:32.9959339Z copying torch\include\ATen\cpu\vec\vec256\vec256_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-07T17:40:32.9966350Z copying torch\include\ATen\cpu\vec\vec256\vec256_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-07T17:40:32.9972981Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2024-08-07T17:40:32.9976161Z 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-08-07T17:40:32.9983328Z 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-08-07T17:40:32.9996240Z 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-08-07T17:40:33.0066881Z 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-08-07T17:40:33.0074145Z 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-08-07T17:40:33.0081806Z 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-08-07T17:40:33.0088823Z 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-08-07T17:40:33.0095906Z 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-08-07T17:40:33.0102676Z 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-08-07T17:40:33.0109866Z 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-08-07T17:40:33.0117133Z 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-08-07T17:40:33.0124671Z 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-08-07T17:40:33.0131825Z 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-08-07T17:40:33.0143920Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\zarch 2024-08-07T17:40:33.0146940Z 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-08-07T17:40:33.0154230Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-08-07T17:40:33.0156658Z copying torch\include\ATen\cpu\vec\vec512\vec512.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-08-07T17:40:33.0163552Z copying torch\include\ATen\cpu\vec\vec512\vec512_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-08-07T17:40:33.0171690Z copying torch\include\ATen\cpu\vec\vec512\vec512_complex_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-08-07T17:40:33.0178812Z copying torch\include\ATen\cpu\vec\vec512\vec512_complex_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-08-07T17:40:33.0194385Z copying torch\include\ATen\cpu\vec\vec512\vec512_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-08-07T17:40:33.0201542Z copying torch\include\ATen\cpu\vec\vec512\vec512_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-08-07T17:40:33.0208783Z copying torch\include\ATen\cpu\vec\vec512\vec512_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-08-07T17:40:33.0216065Z copying torch\include\ATen\cpu\vec\vec512\vec512_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-08-07T17:40:33.0223705Z copying torch\include\ATen\cpu\vec\vec512\vec512_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-08-07T17:40:33.0231032Z copying torch\include\ATen\cpu\vec\vec512\vec512_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-08-07T17:40:33.0238870Z copying torch\include\ATen\cpu\vec\functional.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-08-07T17:40:33.0245191Z copying torch\include\ATen\cpu\vec\functional_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-08-07T17:40:33.0251905Z copying torch\include\ATen\cpu\vec\functional_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-08-07T17:40:33.0289348Z copying torch\include\ATen\cpu\vec\intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-08-07T17:40:33.0295839Z copying torch\include\ATen\cpu\vec\vec.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-08-07T17:40:33.0301817Z copying torch\include\ATen\cpu\vec\vec_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-08-07T17:40:33.0308562Z copying torch\include\ATen\cpu\vec\vec_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-08-07T17:40:33.0314943Z copying torch\include\ATen\cpu\vec\vec_half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-08-07T17:40:33.0321191Z copying torch\include\ATen\cpu\vec\vec_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-08-07T17:40:33.0327975Z copying torch\include\ATen\cpu\vec\vec_n.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-08-07T17:40:33.0333446Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0335917Z copying torch\include\ATen\core\alias_info.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0341908Z copying torch\include\ATen\core\Array.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0347715Z copying torch\include\ATen\core\ATenGeneral.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0353395Z copying torch\include\ATen\core\ATenOpList.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0364641Z copying torch\include\ATen\core\ATen_fwd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0370664Z copying torch\include\ATen\core\aten_interned_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0377551Z copying torch\include\ATen\core\ATen_pch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0383960Z copying torch\include\ATen\core\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0389957Z copying torch\include\ATen\core\blob.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0395998Z copying torch\include\ATen\core\builtin_function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0402231Z copying torch\include\ATen\core\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0408378Z copying torch\include\ATen\core\CheckMemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0414379Z copying torch\include\ATen\core\class_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0420559Z copying torch\include\ATen\core\custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0426553Z copying torch\include\ATen\core\DeprecatedTypeProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0432825Z copying torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0439052Z copying torch\include\ATen\core\Dict.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0445089Z copying torch\include\ATen\core\Dict_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0451188Z copying torch\include\ATen\core\Dimname.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0457259Z copying torch\include\ATen\core\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0469176Z copying torch\include\ATen\core\DistributionsHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0475256Z copying torch\include\ATen\core\dynamic_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0488314Z copying torch\include\ATen\core\enum_tag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0494055Z copying torch\include\ATen\core\enum_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0500157Z copying torch\include\ATen\core\Formatting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0506640Z copying torch\include\ATen\core\function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0512378Z copying torch\include\ATen\core\functional.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0518577Z copying torch\include\ATen\core\function_schema.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0525266Z copying torch\include\ATen\core\function_schema_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0531423Z copying torch\include\ATen\core\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0537541Z copying torch\include\ATen\core\GeneratorForPrivateuseone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0543501Z copying torch\include\ATen\core\grad_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0554950Z copying torch\include\ATen\core\IListRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0569489Z copying torch\include\ATen\core\IListRef_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0575773Z copying torch\include\ATen\core\interned_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0582912Z copying torch\include\ATen\core\interned_strings_class.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0589142Z copying torch\include\ATen\core\ivalue.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0595922Z copying torch\include\ATen\core\ivalue_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0603254Z copying torch\include\ATen\core\ivalue_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0609301Z copying torch\include\ATen\core\jit_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0622057Z copying torch\include\ATen\core\jit_type_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0628859Z copying torch\include\ATen\core\LegacyTypeDispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0634784Z copying torch\include\ATen\core\List.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0641271Z copying torch\include\ATen\core\List_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0652738Z copying torch\include\ATen\core\MT19937RNGEngine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0664400Z copying torch\include\ATen\core\NamedTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0671464Z copying torch\include\ATen\core\NestedIntSymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0677699Z copying torch\include\ATen\core\operator_name.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0684504Z copying torch\include\ATen\core\PhiloxRNGEngine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0691101Z copying torch\include\ATen\core\PythonFallbackKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0697203Z copying torch\include\ATen\core\PythonOpRegistrationTrampoline.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0704088Z copying torch\include\ATen\core\qualified_name.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0715716Z copying torch\include\ATen\core\QuantizerBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0721858Z copying torch\include\ATen\core\Range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0727647Z copying torch\include\ATen\core\Reduction.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0740970Z copying torch\include\ATen\core\rref_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0747095Z copying torch\include\ATen\core\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0752790Z copying torch\include\ATen\core\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0758707Z copying torch\include\ATen\core\stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0764787Z copying torch\include\ATen\core\symbol.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0776371Z copying torch\include\ATen\core\Tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0782616Z copying torch\include\ATen\core\TensorAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0789283Z copying torch\include\ATen\core\TensorBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0796107Z copying torch\include\ATen\core\TensorBody.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0805621Z copying torch\include\ATen\core\TorchDispatchUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0811912Z copying torch\include\ATen\core\TransformationHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0830220Z copying torch\include\ATen\core\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0835597Z copying torch\include\ATen\core\type_factory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0841897Z copying torch\include\ATen\core\type_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0848301Z copying torch\include\ATen\core\UndefinedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0854141Z copying torch\include\ATen\core\UnsafeFromTH.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0860325Z copying torch\include\ATen\core\VariableHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0872413Z copying torch\include\ATen\core\Variadic.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0878484Z copying torch\include\ATen\core\Vitals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-07T17:40:33.0884058Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.0887205Z copying torch\include\ATen\cuda\ApplyGridUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.0893950Z copying torch\include\ATen\cuda\AsmUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.0900687Z copying torch\include\ATen\cuda\Atomic.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.0907387Z copying torch\include\ATen\cuda\cub.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.0914247Z copying torch\include\ATen\cuda\cub_definitions.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.0928141Z copying torch\include\ATen\cuda\CUDAApplyUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.0935379Z copying torch\include\ATen\cuda\CUDAGraphsUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.0942136Z copying torch\include\ATen\cuda\CUDATensorMethods.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.0949046Z copying torch\include\ATen\cuda\DeviceUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.0961139Z copying torch\include\ATen\cuda\NumericLimits.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.0967744Z copying torch\include\ATen\cuda\PhiloxUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.0974602Z copying torch\include\ATen\cuda\ScanUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.0981507Z copying torch\include\ATen\cuda\ATenCUDAGeneral.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.0993324Z copying torch\include\ATen\cuda\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.1045072Z copying torch\include\ATen\cuda\cub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.1045849Z copying torch\include\ATen\cuda\CUDABlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.1050181Z copying torch\include\ATen\cuda\CUDAContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.1069487Z copying torch\include\ATen\cuda\CUDAContextLight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.1070333Z copying torch\include\ATen\cuda\CUDADataType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.1083995Z copying torch\include\ATen\cuda\CUDADevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.1084751Z copying torch\include\ATen\cuda\CUDAEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.1095713Z copying torch\include\ATen\cuda\CUDAGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.1102501Z copying torch\include\ATen\cuda\CUDAGraph.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.1109098Z copying torch\include\ATen\cuda\CUDASparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.1116030Z copying torch\include\ATen\cuda\CUDASparseBlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.1123332Z copying torch\include\ATen\cuda\CUDASparseDescriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.1130120Z copying torch\include\ATen\cuda\CUDAUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.1136683Z copying torch\include\ATen\cuda\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.1143410Z copying torch\include\ATen\cuda\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.1150106Z copying torch\include\ATen\cuda\jiterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.1162967Z copying torch\include\ATen\cuda\jiterator_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.1169959Z copying torch\include\ATen\cuda\llvm_jit_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.1176666Z copying torch\include\ATen\cuda\PeerToPeerAccess.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.1183514Z copying torch\include\ATen\cuda\PhiloxCudaState.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.1190516Z copying torch\include\ATen\cuda\PinnedMemoryAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.1196953Z copying torch\include\ATen\cuda\Sleep.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.1203483Z copying torch\include\ATen\cuda\ThrustAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-07T17:40:33.1215232Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-08-07T17:40:33.1217941Z copying torch\include\ATen\cuda\detail\IndexUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-08-07T17:40:33.1225153Z copying torch\include\ATen\cuda\detail\IntegerDivider.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-08-07T17:40:33.1231928Z copying torch\include\ATen\cuda\detail\OffsetCalculator.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-08-07T17:40:33.1244528Z copying torch\include\ATen\cuda\detail\PhiloxCudaStateRaw.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-08-07T17:40:33.1251094Z copying torch\include\ATen\cuda\detail\TensorInfo.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-08-07T17:40:33.1257316Z copying torch\include\ATen\cuda\detail\UnpackRaw.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-08-07T17:40:33.1263825Z copying torch\include\ATen\cuda\detail\CUDAHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-08-07T17:40:33.1270098Z copying torch\include\ATen\cuda\detail\DeviceThreadHandles.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-08-07T17:40:33.1276688Z copying torch\include\ATen\cuda\detail\KernelUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-08-07T17:40:33.1282913Z copying torch\include\ATen\cuda\detail\LazyNVRTC.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-08-07T17:40:33.1288439Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-08-07T17:40:33.1290947Z copying torch\include\ATen\cuda\tunable\GemmCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-08-07T17:40:33.1302253Z copying torch\include\ATen\cuda\tunable\GemmHipblaslt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-08-07T17:40:33.1309234Z copying torch\include\ATen\cuda\tunable\GemmRocblas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-08-07T17:40:33.1315446Z copying torch\include\ATen\cuda\tunable\StreamTimer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-08-07T17:40:33.1333965Z copying torch\include\ATen\cuda\tunable\Tunable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-08-07T17:40:33.1339930Z copying torch\include\ATen\cuda\tunable\TunableGemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-08-07T17:40:33.1346064Z copying torch\include\ATen\cuda\tunable\TunableOp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-08-07T17:40:33.1351824Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-08-07T17:40:33.1354375Z copying torch\include\ATen\cudnn\cudnn-wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-08-07T17:40:33.1366142Z copying torch\include\ATen\cudnn\Descriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-08-07T17:40:33.1372477Z copying torch\include\ATen\cudnn\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-08-07T17:40:33.1377551Z copying torch\include\ATen\cudnn\Handle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-08-07T17:40:33.1389275Z copying torch\include\ATen\cudnn\Handles.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-08-07T17:40:33.1400725Z copying torch\include\ATen\cudnn\Types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-08-07T17:40:33.1406336Z copying torch\include\ATen\cudnn\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-08-07T17:40:33.1412220Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-07T17:40:33.1414896Z copying torch\include\ATen\functorch\ADInterpreters.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-07T17:40:33.1420992Z copying torch\include\ATen\functorch\BatchedFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-07T17:40:33.1427254Z copying torch\include\ATen\functorch\BatchedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-07T17:40:33.1439852Z copying torch\include\ATen\functorch\BatchingMetaprogramming.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-07T17:40:33.1445940Z copying torch\include\ATen\functorch\BatchRulesHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-07T17:40:33.1452539Z copying torch\include\ATen\functorch\DynamicLayer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-07T17:40:33.1458696Z copying torch\include\ATen\functorch\FunctionalizeInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-07T17:40:33.1465273Z copying torch\include\ATen\functorch\Interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-07T17:40:33.1472214Z copying torch\include\ATen\functorch\LegacyVmapTransforms.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-07T17:40:33.1484760Z copying torch\include\ATen\functorch\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-07T17:40:33.1491420Z copying torch\include\ATen\functorch\PlumbingHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-07T17:40:33.1498403Z copying torch\include\ATen\functorch\TensorWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-07T17:40:33.1505853Z copying torch\include\ATen\functorch\VmapInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-07T17:40:33.1512120Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1514612Z copying torch\include\ATen\ops\abs.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1521230Z copying torch\include\ATen\ops\absolute.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1528088Z copying torch\include\ATen\ops\absolute_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1535160Z copying torch\include\ATen\ops\absolute_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1549848Z copying torch\include\ATen\ops\absolute_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1556701Z copying torch\include\ATen\ops\abs_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1563576Z copying torch\include\ATen\ops\abs_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1575874Z copying torch\include\ATen\ops\abs_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1582739Z copying torch\include\ATen\ops\abs_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1589566Z copying torch\include\ATen\ops\abs_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1596115Z copying torch\include\ATen\ops\acos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1602893Z copying torch\include\ATen\ops\acosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1610014Z copying torch\include\ATen\ops\acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1616505Z copying torch\include\ATen\ops\acosh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1623304Z copying torch\include\ATen\ops\acosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1630514Z copying torch\include\ATen\ops\acosh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1636774Z copying torch\include\ATen\ops\acosh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1643855Z copying torch\include\ATen\ops\acosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1650681Z copying torch\include\ATen\ops\acosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1658321Z copying torch\include\ATen\ops\acos_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1671855Z copying torch\include\ATen\ops\acos_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1677797Z copying torch\include\ATen\ops\acos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1684679Z copying torch\include\ATen\ops\acos_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1691673Z copying torch\include\ATen\ops\acos_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1698540Z copying torch\include\ATen\ops\acos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1705226Z copying torch\include\ATen\ops\acos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1711953Z copying torch\include\ATen\ops\adaptive_avg_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1724397Z copying torch\include\ATen\ops\adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1731350Z copying torch\include\ATen\ops\adaptive_avg_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1737926Z copying torch\include\ATen\ops\adaptive_avg_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1752038Z copying torch\include\ATen\ops\adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1759571Z copying torch\include\ATen\ops\adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1766226Z copying torch\include\ATen\ops\adaptive_avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1773432Z copying torch\include\ATen\ops\adaptive_avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1780342Z copying torch\include\ATen\ops\adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1787567Z copying torch\include\ATen\ops\adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1794708Z copying torch\include\ATen\ops\adaptive_avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1801788Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1816611Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1824357Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1831367Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1838312Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1845563Z copying torch\include\ATen\ops\adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1859413Z copying torch\include\ATen\ops\adaptive_avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1866416Z copying torch\include\ATen\ops\adaptive_avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1873320Z copying torch\include\ATen\ops\adaptive_avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1880516Z copying torch\include\ATen\ops\adaptive_avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1887367Z copying torch\include\ATen\ops\adaptive_max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1909640Z copying torch\include\ATen\ops\adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1916304Z copying torch\include\ATen\ops\adaptive_max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1923199Z copying torch\include\ATen\ops\adaptive_max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1930078Z copying torch\include\ATen\ops\adaptive_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1937427Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1944938Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1952135Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1959223Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1966424Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1973740Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.1980945Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2001886Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2009830Z copying torch\include\ATen\ops\adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2016702Z copying torch\include\ATen\ops\adaptive_max_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2023805Z copying torch\include\ATen\ops\adaptive_max_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2036251Z copying torch\include\ATen\ops\adaptive_max_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2043309Z copying torch\include\ATen\ops\adaptive_max_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2169936Z copying torch\include\ATen\ops\adaptive_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2176881Z copying torch\include\ATen\ops\adaptive_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2184216Z copying torch\include\ATen\ops\adaptive_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2191686Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2199725Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2207061Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2225615Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2232756Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2239763Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2247899Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2259709Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2267056Z copying torch\include\ATen\ops\adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2273583Z copying torch\include\ATen\ops\adaptive_max_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2280727Z copying torch\include\ATen\ops\adaptive_max_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2287351Z copying torch\include\ATen\ops\adaptive_max_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2294031Z copying torch\include\ATen\ops\adaptive_max_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2300328Z copying torch\include\ATen\ops\adaptive_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2307138Z copying torch\include\ATen\ops\adaptive_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2319475Z copying torch\include\ATen\ops\add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2325539Z copying torch\include\ATen\ops\addbmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2331531Z copying torch\include\ATen\ops\addbmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2337722Z copying torch\include\ATen\ops\addbmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2349992Z copying torch\include\ATen\ops\addbmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2356238Z copying torch\include\ATen\ops\addbmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2362666Z copying torch\include\ATen\ops\addbmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2369498Z copying torch\include\ATen\ops\addcdiv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2376520Z copying torch\include\ATen\ops\addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2416856Z copying torch\include\ATen\ops\addcdiv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2509602Z copying torch\include\ATen\ops\addcdiv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2547306Z copying torch\include\ATen\ops\addcdiv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2560170Z copying torch\include\ATen\ops\addcdiv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2567849Z copying torch\include\ATen\ops\addcdiv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2574721Z copying torch\include\ATen\ops\addcdiv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2581757Z copying torch\include\ATen\ops\addcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2594169Z copying torch\include\ATen\ops\addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2601243Z copying torch\include\ATen\ops\addcmul_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2608312Z copying torch\include\ATen\ops\addcmul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2615508Z copying torch\include\ATen\ops\addcmul_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2628682Z copying torch\include\ATen\ops\addcmul_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2635333Z copying torch\include\ATen\ops\addcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2642144Z copying torch\include\ATen\ops\addcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2649145Z copying torch\include\ATen\ops\addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2662034Z copying torch\include\ATen\ops\addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2669055Z copying torch\include\ATen\ops\addmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2676011Z copying torch\include\ATen\ops\addmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2682924Z copying torch\include\ATen\ops\addmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2689929Z copying torch\include\ATen\ops\addmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2696511Z copying torch\include\ATen\ops\addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2703053Z copying torch\include\ATen\ops\addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2797407Z copying torch\include\ATen\ops\addmv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2804538Z copying torch\include\ATen\ops\addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2811724Z copying torch\include\ATen\ops\addmv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2818117Z copying torch\include\ATen\ops\addmv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2824982Z copying torch\include\ATen\ops\addmv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2837338Z copying torch\include\ATen\ops\addmv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2844168Z copying torch\include\ATen\ops\addmv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2850434Z copying torch\include\ATen\ops\addmv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2857668Z copying torch\include\ATen\ops\addr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2864266Z copying torch\include\ATen\ops\addr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2870349Z copying torch\include\ATen\ops\addr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2876459Z copying torch\include\ATen\ops\addr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2883019Z copying torch\include\ATen\ops\addr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2889216Z copying torch\include\ATen\ops\addr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2896304Z copying torch\include\ATen\ops\add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2902816Z copying torch\include\ATen\ops\add_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2909194Z copying torch\include\ATen\ops\add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2916461Z copying torch\include\ATen\ops\add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2922515Z copying torch\include\ATen\ops\add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2928718Z copying torch\include\ATen\ops\add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2934890Z copying torch\include\ATen\ops\add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2942045Z copying torch\include\ATen\ops\add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2947961Z copying torch\include\ATen\ops\adjoint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2954597Z copying torch\include\ATen\ops\adjoint_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2960901Z copying torch\include\ATen\ops\adjoint_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2966879Z copying torch\include\ATen\ops\adjoint_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2973747Z copying torch\include\ATen\ops\affine_grid_generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2980025Z copying torch\include\ATen\ops\affine_grid_generator_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2987049Z copying torch\include\ATen\ops\affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.2993382Z copying torch\include\ATen\ops\affine_grid_generator_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3000275Z copying torch\include\ATen\ops\affine_grid_generator_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3006794Z copying torch\include\ATen\ops\affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3014150Z copying torch\include\ATen\ops\affine_grid_generator_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3021131Z copying torch\include\ATen\ops\affine_grid_generator_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3028153Z copying torch\include\ATen\ops\alias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3034580Z copying torch\include\ATen\ops\alias_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3041507Z copying torch\include\ATen\ops\alias_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3049042Z copying torch\include\ATen\ops\alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3056367Z copying torch\include\ATen\ops\alias_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3074135Z copying torch\include\ATen\ops\alias_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3080822Z copying torch\include\ATen\ops\alias_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3088368Z copying torch\include\ATen\ops\alias_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3095121Z copying torch\include\ATen\ops\alias_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3102754Z copying torch\include\ATen\ops\align_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3109327Z copying torch\include\ATen\ops\align_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3116494Z copying torch\include\ATen\ops\align_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3123286Z copying torch\include\ATen\ops\align_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3130464Z copying torch\include\ATen\ops\align_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3137764Z copying torch\include\ATen\ops\align_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3145519Z copying torch\include\ATen\ops\align_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3152404Z copying torch\include\ATen\ops\align_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3159445Z copying torch\include\ATen\ops\align_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3166221Z copying torch\include\ATen\ops\align_to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3172955Z copying torch\include\ATen\ops\align_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3179967Z copying torch\include\ATen\ops\align_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3186529Z copying torch\include\ATen\ops\all.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3193006Z copying torch\include\ATen\ops\allclose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3200059Z copying torch\include\ATen\ops\allclose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3207459Z copying torch\include\ATen\ops\allclose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3214154Z copying torch\include\ATen\ops\allclose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3221440Z copying torch\include\ATen\ops\all_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3229056Z copying torch\include\ATen\ops\all_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3236261Z copying torch\include\ATen\ops\all_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3243302Z copying torch\include\ATen\ops\all_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3250454Z copying torch\include\ATen\ops\all_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3257182Z copying torch\include\ATen\ops\all_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3263952Z copying torch\include\ATen\ops\all_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3271168Z copying torch\include\ATen\ops\all_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3278430Z copying torch\include\ATen\ops\all_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3285136Z copying torch\include\ATen\ops\alpha_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3292533Z copying torch\include\ATen\ops\alpha_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3299453Z copying torch\include\ATen\ops\alpha_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3306478Z copying torch\include\ATen\ops\alpha_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3314365Z copying torch\include\ATen\ops\amax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3321813Z copying torch\include\ATen\ops\amax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3328275Z copying torch\include\ATen\ops\amax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3335909Z copying torch\include\ATen\ops\amax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3344026Z copying torch\include\ATen\ops\amax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3350324Z copying torch\include\ATen\ops\amax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.3356758Z copying torch\include\ATen\ops\amax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4614738Z copying torch\include\ATen\ops\amax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4626479Z copying torch\include\ATen\ops\amin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4632642Z copying torch\include\ATen\ops\aminmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4639448Z copying torch\include\ATen\ops\aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4645707Z copying torch\include\ATen\ops\aminmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4652687Z copying torch\include\ATen\ops\aminmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4659996Z copying torch\include\ATen\ops\aminmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4667030Z copying torch\include\ATen\ops\aminmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4674175Z copying torch\include\ATen\ops\aminmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4681181Z copying torch\include\ATen\ops\aminmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4688587Z copying torch\include\ATen\ops\amin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4695652Z copying torch\include\ATen\ops\amin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4703065Z copying torch\include\ATen\ops\amin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4709929Z copying torch\include\ATen\ops\amin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4716702Z copying torch\include\ATen\ops\amin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4723644Z copying torch\include\ATen\ops\amin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4732305Z copying torch\include\ATen\ops\amin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4738754Z copying torch\include\ATen\ops\and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4745295Z copying torch\include\ATen\ops\and_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4751705Z copying torch\include\ATen\ops\and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4758376Z copying torch\include\ATen\ops\and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4764643Z copying torch\include\ATen\ops\angle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4771695Z copying torch\include\ATen\ops\angle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4777584Z copying torch\include\ATen\ops\angle_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4784485Z copying torch\include\ATen\ops\angle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4790802Z copying torch\include\ATen\ops\angle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4797274Z copying torch\include\ATen\ops\any.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4804038Z copying torch\include\ATen\ops\any_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4811475Z copying torch\include\ATen\ops\any_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4817357Z copying torch\include\ATen\ops\any_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4823964Z copying torch\include\ATen\ops\any_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4831147Z copying torch\include\ATen\ops\any_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4837576Z copying torch\include\ATen\ops\any_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4843781Z copying torch\include\ATen\ops\any_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4850086Z copying torch\include\ATen\ops\any_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4856835Z copying torch\include\ATen\ops\any_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4863040Z copying torch\include\ATen\ops\arange.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4869947Z copying torch\include\ATen\ops\arange_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4876408Z copying torch\include\ATen\ops\arange_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4883286Z copying torch\include\ATen\ops\arange_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4890499Z copying torch\include\ATen\ops\arange_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4909312Z copying torch\include\ATen\ops\arange_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4916053Z copying torch\include\ATen\ops\arange_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4923110Z copying torch\include\ATen\ops\arccos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4929718Z copying torch\include\ATen\ops\arccosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4937315Z copying torch\include\ATen\ops\arccosh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4944603Z copying torch\include\ATen\ops\arccosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4952926Z copying torch\include\ATen\ops\arccosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4959862Z copying torch\include\ATen\ops\arccos_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4966746Z copying torch\include\ATen\ops\arccos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4973646Z copying torch\include\ATen\ops\arccos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4991030Z copying torch\include\ATen\ops\arcsin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.4998035Z copying torch\include\ATen\ops\arcsinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5005863Z copying torch\include\ATen\ops\arcsinh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5017310Z copying torch\include\ATen\ops\arcsinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5024134Z copying torch\include\ATen\ops\arcsinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5031246Z copying torch\include\ATen\ops\arcsin_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5038302Z copying torch\include\ATen\ops\arcsin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5045146Z copying torch\include\ATen\ops\arcsin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5053286Z copying torch\include\ATen\ops\arctan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5060844Z copying torch\include\ATen\ops\arctan2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5068127Z copying torch\include\ATen\ops\arctan2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5074794Z copying torch\include\ATen\ops\arctan2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5081778Z copying torch\include\ATen\ops\arctan2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5088380Z copying torch\include\ATen\ops\arctanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5094891Z copying torch\include\ATen\ops\arctanh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5102463Z copying torch\include\ATen\ops\arctanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5108891Z copying torch\include\ATen\ops\arctanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5115523Z copying torch\include\ATen\ops\arctan_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5122002Z copying torch\include\ATen\ops\arctan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5128700Z copying torch\include\ATen\ops\arctan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5136004Z copying torch\include\ATen\ops\argmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5142826Z copying torch\include\ATen\ops\argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5149440Z copying torch\include\ATen\ops\argmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5156567Z copying torch\include\ATen\ops\argmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5163800Z copying torch\include\ATen\ops\argmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5171148Z copying torch\include\ATen\ops\argmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5177543Z copying torch\include\ATen\ops\argmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5183633Z copying torch\include\ATen\ops\argmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5190444Z copying torch\include\ATen\ops\argmin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5197556Z copying torch\include\ATen\ops\argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5204581Z copying torch\include\ATen\ops\argmin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5211359Z copying torch\include\ATen\ops\argmin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5217644Z copying torch\include\ATen\ops\argmin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5223972Z copying torch\include\ATen\ops\argmin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5230447Z copying torch\include\ATen\ops\argmin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5258858Z copying torch\include\ATen\ops\argmin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5265111Z copying torch\include\ATen\ops\argsort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5271670Z copying torch\include\ATen\ops\argsort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5278028Z copying torch\include\ATen\ops\argsort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5284470Z copying torch\include\ATen\ops\argsort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5291417Z copying torch\include\ATen\ops\argwhere.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5318408Z copying torch\include\ATen\ops\argwhere_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5325349Z copying torch\include\ATen\ops\argwhere_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5332789Z copying torch\include\ATen\ops\argwhere_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5340005Z copying torch\include\ATen\ops\asin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5346507Z copying torch\include\ATen\ops\asinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5353839Z copying torch\include\ATen\ops\asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5360798Z copying torch\include\ATen\ops\asinh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5367992Z copying torch\include\ATen\ops\asinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5375002Z copying torch\include\ATen\ops\asinh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5381876Z copying torch\include\ATen\ops\asinh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5389033Z copying torch\include\ATen\ops\asinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5395752Z copying torch\include\ATen\ops\asinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5403264Z copying torch\include\ATen\ops\asin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5410799Z copying torch\include\ATen\ops\asin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5418221Z copying torch\include\ATen\ops\asin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5430861Z copying torch\include\ATen\ops\asin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5437274Z copying torch\include\ATen\ops\asin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5444008Z copying torch\include\ATen\ops\asin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5450796Z copying torch\include\ATen\ops\asin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5457013Z copying torch\include\ATen\ops\as_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5464318Z copying torch\include\ATen\ops\as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5470426Z copying torch\include\ATen\ops\as_strided_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5477489Z copying torch\include\ATen\ops\as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5486379Z copying torch\include\ATen\ops\as_strided_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5505890Z copying torch\include\ATen\ops\as_strided_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5512313Z copying torch\include\ATen\ops\as_strided_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5519010Z copying torch\include\ATen\ops\as_strided_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5531905Z copying torch\include\ATen\ops\as_strided_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5539514Z copying torch\include\ATen\ops\as_strided_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5546513Z copying torch\include\ATen\ops\as_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5553645Z copying torch\include\ATen\ops\as_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5560779Z copying torch\include\ATen\ops\as_strided_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5568264Z copying torch\include\ATen\ops\as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5575654Z copying torch\include\ATen\ops\as_strided_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5583559Z copying torch\include\ATen\ops\as_strided_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5590550Z copying torch\include\ATen\ops\as_strided_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5597689Z copying torch\include\ATen\ops\atan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5604062Z copying torch\include\ATen\ops\atan2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5611130Z copying torch\include\ATen\ops\atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5618370Z copying torch\include\ATen\ops\atan2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5625310Z copying torch\include\ATen\ops\atan2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5632369Z copying torch\include\ATen\ops\atan2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5639351Z copying torch\include\ATen\ops\atan2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5646215Z copying torch\include\ATen\ops\atan2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5653394Z copying torch\include\ATen\ops\atan2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5660723Z copying torch\include\ATen\ops\atanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5668387Z copying torch\include\ATen\ops\atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5680489Z copying torch\include\ATen\ops\atanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5687791Z copying torch\include\ATen\ops\atanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5694378Z copying torch\include\ATen\ops\atanh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5701131Z copying torch\include\ATen\ops\atanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5708312Z copying torch\include\ATen\ops\atanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5715221Z copying torch\include\ATen\ops\atanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5722740Z copying torch\include\ATen\ops\atan_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5729828Z copying torch\include\ATen\ops\atan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5736140Z copying torch\include\ATen\ops\atan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5743031Z copying torch\include\ATen\ops\atan_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5749623Z copying torch\include\ATen\ops\atan_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5756438Z copying torch\include\ATen\ops\atan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5762779Z copying torch\include\ATen\ops\atan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5768765Z copying torch\include\ATen\ops\atleast_1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5775340Z copying torch\include\ATen\ops\atleast_1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5979032Z copying torch\include\ATen\ops\atleast_1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5992066Z copying torch\include\ATen\ops\atleast_1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.5999262Z copying torch\include\ATen\ops\atleast_2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6006974Z copying torch\include\ATen\ops\atleast_2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6013894Z copying torch\include\ATen\ops\atleast_2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6027559Z copying torch\include\ATen\ops\atleast_2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6034483Z copying torch\include\ATen\ops\atleast_3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6042272Z copying torch\include\ATen\ops\atleast_3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6049280Z copying torch\include\ATen\ops\atleast_3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6056227Z copying torch\include\ATen\ops\atleast_3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6063061Z copying torch\include\ATen\ops\avg_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6070138Z copying torch\include\ATen\ops\avg_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6076903Z copying torch\include\ATen\ops\avg_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6084474Z copying torch\include\ATen\ops\avg_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6091393Z copying torch\include\ATen\ops\avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6098622Z copying torch\include\ATen\ops\avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6106071Z copying torch\include\ATen\ops\avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6113073Z copying torch\include\ATen\ops\avg_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6120633Z copying torch\include\ATen\ops\avg_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6127892Z copying torch\include\ATen\ops\avg_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6135206Z copying torch\include\ATen\ops\avg_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6142160Z copying torch\include\ATen\ops\avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6149218Z copying torch\include\ATen\ops\avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6157682Z copying torch\include\ATen\ops\avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6164748Z copying torch\include\ATen\ops\avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6172090Z copying torch\include\ATen\ops\avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6178777Z copying torch\include\ATen\ops\avg_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6185832Z copying torch\include\ATen\ops\avg_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6193251Z copying torch\include\ATen\ops\avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6200453Z copying torch\include\ATen\ops\avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6207808Z copying torch\include\ATen\ops\avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6215262Z copying torch\include\ATen\ops\avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6223383Z copying torch\include\ATen\ops\avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6230626Z copying torch\include\ATen\ops\avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6237830Z copying torch\include\ATen\ops\avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6244894Z copying torch\include\ATen\ops\avg_pool3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6252521Z copying torch\include\ATen\ops\avg_pool3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6259997Z copying torch\include\ATen\ops\avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6267270Z copying torch\include\ATen\ops\avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6274746Z copying torch\include\ATen\ops\avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6281521Z copying torch\include\ATen\ops\avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6288624Z copying torch\include\ATen\ops\avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6305525Z copying torch\include\ATen\ops\avg_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6311782Z copying torch\include\ATen\ops\avg_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6318455Z copying torch\include\ATen\ops\avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6324885Z copying torch\include\ATen\ops\avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6331849Z copying torch\include\ATen\ops\baddbmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6338466Z copying torch\include\ATen\ops\baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6344808Z copying torch\include\ATen\ops\baddbmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6351771Z copying torch\include\ATen\ops\baddbmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6358280Z copying torch\include\ATen\ops\baddbmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6364897Z copying torch\include\ATen\ops\baddbmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6371472Z copying torch\include\ATen\ops\baddbmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6377780Z copying torch\include\ATen\ops\baddbmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6384485Z copying torch\include\ATen\ops\bartlett_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6392089Z copying torch\include\ATen\ops\bartlett_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6399465Z copying torch\include\ATen\ops\bartlett_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6406933Z copying torch\include\ATen\ops\bartlett_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6413741Z copying torch\include\ATen\ops\batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6420830Z copying torch\include\ATen\ops\batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6428594Z copying torch\include\ATen\ops\batch_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6435765Z copying torch\include\ATen\ops\batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6443066Z copying torch\include\ATen\ops\batch_norm_backward_elemt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6450428Z copying torch\include\ATen\ops\batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6458571Z copying torch\include\ATen\ops\batch_norm_backward_elemt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6465768Z copying torch\include\ATen\ops\batch_norm_backward_elemt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6472751Z copying torch\include\ATen\ops\batch_norm_backward_elemt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6479977Z copying torch\include\ATen\ops\batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6487186Z copying torch\include\ATen\ops\batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6494639Z copying torch\include\ATen\ops\batch_norm_backward_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6502682Z copying torch\include\ATen\ops\batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6509680Z copying torch\include\ATen\ops\batch_norm_backward_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6516739Z copying torch\include\ATen\ops\batch_norm_backward_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6524097Z copying torch\include\ATen\ops\batch_norm_backward_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6531577Z copying torch\include\ATen\ops\batch_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.6538530Z copying torch\include\ATen\ops\batch_norm_elemt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8644878Z copying torch\include\ATen\ops\batch_norm_elemt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8651982Z copying torch\include\ATen\ops\batch_norm_elemt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8659179Z copying torch\include\ATen\ops\batch_norm_elemt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8665746Z copying torch\include\ATen\ops\batch_norm_gather_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8672692Z copying torch\include\ATen\ops\batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8679642Z copying torch\include\ATen\ops\batch_norm_gather_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8686653Z copying torch\include\ATen\ops\batch_norm_gather_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8693533Z copying torch\include\ATen\ops\batch_norm_gather_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8700610Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8707628Z 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-08-07T17:40:33.8714410Z 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-08-07T17:40:33.8721567Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8728455Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8735077Z copying torch\include\ATen\ops\batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8741611Z copying torch\include\ATen\ops\batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8748398Z copying torch\include\ATen\ops\batch_norm_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8755776Z copying torch\include\ATen\ops\batch_norm_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8762970Z copying torch\include\ATen\ops\batch_norm_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8769674Z copying torch\include\ATen\ops\batch_norm_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8776336Z copying torch\include\ATen\ops\batch_norm_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8784150Z copying torch\include\ATen\ops\batch_norm_update_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8791632Z copying torch\include\ATen\ops\batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8798106Z copying torch\include\ATen\ops\batch_norm_update_stats_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8805185Z copying torch\include\ATen\ops\batch_norm_update_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8812517Z copying torch\include\ATen\ops\batch_norm_update_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8818604Z copying torch\include\ATen\ops\batch_norm_update_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8882891Z copying torch\include\ATen\ops\bernoulli.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8883878Z copying torch\include\ATen\ops\bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8884990Z copying torch\include\ATen\ops\bernoulli_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8885897Z copying torch\include\ATen\ops\bernoulli_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8886693Z copying torch\include\ATen\ops\bernoulli_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8887597Z copying torch\include\ATen\ops\bernoulli_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8888493Z copying torch\include\ATen\ops\bernoulli_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8889235Z copying torch\include\ATen\ops\bernoulli_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8891047Z copying torch\include\ATen\ops\bilinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8898061Z copying torch\include\ATen\ops\bilinear_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8904823Z copying torch\include\ATen\ops\bilinear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8911724Z copying torch\include\ATen\ops\bilinear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8918455Z copying torch\include\ATen\ops\binary_cross_entropy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8924917Z copying torch\include\ATen\ops\binary_cross_entropy_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8932056Z copying torch\include\ATen\ops\binary_cross_entropy_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8938580Z copying torch\include\ATen\ops\binary_cross_entropy_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8945045Z copying torch\include\ATen\ops\binary_cross_entropy_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8951829Z copying torch\include\ATen\ops\binary_cross_entropy_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8958931Z copying torch\include\ATen\ops\binary_cross_entropy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8965565Z copying torch\include\ATen\ops\binary_cross_entropy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8972003Z copying torch\include\ATen\ops\binary_cross_entropy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.8978568Z copying torch\include\ATen\ops\binary_cross_entropy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9008340Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9014379Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9021724Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9028895Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9035796Z copying torch\include\ATen\ops\bincount.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9042948Z copying torch\include\ATen\ops\bincount_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9050086Z copying torch\include\ATen\ops\bincount_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9058033Z copying torch\include\ATen\ops\bincount_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9065060Z copying torch\include\ATen\ops\bincount_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9072030Z copying torch\include\ATen\ops\bincount_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9078951Z copying torch\include\ATen\ops\binomial.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9086315Z copying torch\include\ATen\ops\binomial_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9093791Z copying torch\include\ATen\ops\binomial_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9100874Z copying torch\include\ATen\ops\binomial_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9107718Z copying torch\include\ATen\ops\binomial_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9114722Z copying torch\include\ATen\ops\binomial_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9121900Z copying torch\include\ATen\ops\bitwise_and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9129773Z copying torch\include\ATen\ops\bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9136846Z copying torch\include\ATen\ops\bitwise_and_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9144031Z copying torch\include\ATen\ops\bitwise_and_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9150796Z copying torch\include\ATen\ops\bitwise_and_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9157887Z copying torch\include\ATen\ops\bitwise_and_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9165551Z copying torch\include\ATen\ops\bitwise_and_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9172645Z copying torch\include\ATen\ops\bitwise_and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9179609Z copying torch\include\ATen\ops\bitwise_and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9186470Z copying torch\include\ATen\ops\bitwise_left_shift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9193855Z copying torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9201426Z copying torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9209102Z copying torch\include\ATen\ops\bitwise_left_shift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9216126Z copying torch\include\ATen\ops\bitwise_left_shift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9223016Z copying torch\include\ATen\ops\bitwise_left_shift_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9230070Z copying torch\include\ATen\ops\bitwise_left_shift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9237331Z copying torch\include\ATen\ops\bitwise_left_shift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9244695Z copying torch\include\ATen\ops\bitwise_left_shift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9252369Z copying torch\include\ATen\ops\bitwise_not.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9259757Z copying torch\include\ATen\ops\bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9266576Z copying torch\include\ATen\ops\bitwise_not_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9274076Z copying torch\include\ATen\ops\bitwise_not_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9281048Z copying torch\include\ATen\ops\bitwise_not_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9288157Z copying torch\include\ATen\ops\bitwise_not_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9295442Z copying torch\include\ATen\ops\bitwise_not_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9302694Z copying torch\include\ATen\ops\bitwise_not_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9309893Z copying torch\include\ATen\ops\bitwise_or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9318060Z copying torch\include\ATen\ops\bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9324884Z copying torch\include\ATen\ops\bitwise_or_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9331467Z copying torch\include\ATen\ops\bitwise_or_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9338193Z copying torch\include\ATen\ops\bitwise_or_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9345217Z copying torch\include\ATen\ops\bitwise_or_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9352202Z copying torch\include\ATen\ops\bitwise_or_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9358922Z copying torch\include\ATen\ops\bitwise_or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9365448Z copying torch\include\ATen\ops\bitwise_or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9372191Z copying torch\include\ATen\ops\bitwise_right_shift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9379106Z copying torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9385874Z copying torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9392744Z copying torch\include\ATen\ops\bitwise_right_shift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9399639Z copying torch\include\ATen\ops\bitwise_right_shift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9406302Z copying torch\include\ATen\ops\bitwise_right_shift_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9413143Z copying torch\include\ATen\ops\bitwise_right_shift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9419739Z copying torch\include\ATen\ops\bitwise_right_shift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9426345Z copying torch\include\ATen\ops\bitwise_right_shift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9432943Z copying torch\include\ATen\ops\bitwise_xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9440409Z copying torch\include\ATen\ops\bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9447233Z copying torch\include\ATen\ops\bitwise_xor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9453822Z copying torch\include\ATen\ops\bitwise_xor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9460502Z copying torch\include\ATen\ops\bitwise_xor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9467066Z copying torch\include\ATen\ops\bitwise_xor_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9473701Z copying torch\include\ATen\ops\bitwise_xor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9480590Z copying torch\include\ATen\ops\bitwise_xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9487124Z copying torch\include\ATen\ops\bitwise_xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9493713Z copying torch\include\ATen\ops\blackman_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9500299Z copying torch\include\ATen\ops\blackman_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9506586Z copying torch\include\ATen\ops\blackman_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9512958Z copying torch\include\ATen\ops\blackman_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9519707Z copying torch\include\ATen\ops\block_diag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9527100Z copying torch\include\ATen\ops\block_diag_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9533359Z copying torch\include\ATen\ops\block_diag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9539488Z copying torch\include\ATen\ops\block_diag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9545761Z copying torch\include\ATen\ops\bmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9552348Z copying torch\include\ATen\ops\bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9558653Z copying torch\include\ATen\ops\bmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9564949Z copying torch\include\ATen\ops\bmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9571656Z copying torch\include\ATen\ops\bmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9578583Z copying torch\include\ATen\ops\bmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9585198Z copying torch\include\ATen\ops\bmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9591354Z copying torch\include\ATen\ops\bmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9597524Z copying torch\include\ATen\ops\broadcast_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9604146Z copying torch\include\ATen\ops\broadcast_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9610427Z copying torch\include\ATen\ops\broadcast_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9616580Z copying torch\include\ATen\ops\broadcast_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9630750Z copying torch\include\ATen\ops\broadcast_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9637439Z copying torch\include\ATen\ops\broadcast_to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9644035Z copying torch\include\ATen\ops\broadcast_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9650342Z copying torch\include\ATen\ops\broadcast_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9656498Z copying torch\include\ATen\ops\bucketize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9663078Z copying torch\include\ATen\ops\bucketize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9669275Z copying torch\include\ATen\ops\bucketize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9676402Z copying torch\include\ATen\ops\bucketize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9682853Z copying torch\include\ATen\ops\bucketize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9689140Z copying torch\include\ATen\ops\bucketize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9701789Z copying torch\include\ATen\ops\can_cast.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9708010Z copying torch\include\ATen\ops\can_cast_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9714236Z copying torch\include\ATen\ops\can_cast_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9720303Z copying torch\include\ATen\ops\can_cast_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9726532Z copying torch\include\ATen\ops\cartesian_prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9739400Z copying torch\include\ATen\ops\cartesian_prod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9745452Z copying torch\include\ATen\ops\cartesian_prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9751471Z copying torch\include\ATen\ops\cartesian_prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9757732Z copying torch\include\ATen\ops\cat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9764076Z copying torch\include\ATen\ops\cat_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9776751Z copying torch\include\ATen\ops\cat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9784455Z copying torch\include\ATen\ops\cat_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9791396Z copying torch\include\ATen\ops\cat_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9798674Z copying torch\include\ATen\ops\cat_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9805135Z copying torch\include\ATen\ops\cat_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9818396Z copying torch\include\ATen\ops\cat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9825120Z copying torch\include\ATen\ops\cat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9831932Z copying torch\include\ATen\ops\cauchy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9839193Z copying torch\include\ATen\ops\cauchy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9846153Z copying torch\include\ATen\ops\cauchy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9853291Z copying torch\include\ATen\ops\cauchy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9860185Z copying torch\include\ATen\ops\cauchy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9876415Z copying torch\include\ATen\ops\cauchy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9883558Z copying torch\include\ATen\ops\cauchy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9890239Z copying torch\include\ATen\ops\ccol_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9903167Z copying torch\include\ATen\ops\ccol_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9910315Z copying torch\include\ATen\ops\ccol_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9918029Z copying torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9925052Z copying torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9931998Z copying torch\include\ATen\ops\ccol_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9944986Z copying torch\include\ATen\ops\ccol_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9952564Z copying torch\include\ATen\ops\ccol_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9978999Z copying torch\include\ATen\ops\ccol_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9986576Z copying torch\include\ATen\ops\cdist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:33.9993576Z copying torch\include\ATen\ops\cdist_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0005331Z copying torch\include\ATen\ops\cdist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0011924Z copying torch\include\ATen\ops\cdist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0018795Z copying torch\include\ATen\ops\ceil.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0025824Z copying torch\include\ATen\ops\ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0032547Z copying torch\include\ATen\ops\ceil_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0039472Z copying torch\include\ATen\ops\ceil_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0046979Z copying torch\include\ATen\ops\ceil_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0053963Z copying torch\include\ATen\ops\ceil_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0060679Z copying torch\include\ATen\ops\ceil_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0067630Z copying torch\include\ATen\ops\ceil_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0079983Z copying torch\include\ATen\ops\celu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0087477Z copying torch\include\ATen\ops\celu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0094252Z copying torch\include\ATen\ops\celu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0101477Z copying torch\include\ATen\ops\celu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0108148Z copying torch\include\ATen\ops\chain_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0121482Z copying torch\include\ATen\ops\chain_matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0128091Z copying torch\include\ATen\ops\chain_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0135057Z copying torch\include\ATen\ops\chain_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0186851Z copying torch\include\ATen\ops\chalf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0193167Z copying torch\include\ATen\ops\chalf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0199773Z copying torch\include\ATen\ops\chalf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0205865Z copying torch\include\ATen\ops\chalf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0212426Z copying torch\include\ATen\ops\channel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0219273Z copying torch\include\ATen\ops\channel_shuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0225714Z copying torch\include\ATen\ops\channel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0238350Z copying torch\include\ATen\ops\channel_shuffle_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0244753Z copying torch\include\ATen\ops\channel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0251939Z copying torch\include\ATen\ops\channel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0258842Z copying torch\include\ATen\ops\cholesky.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0265789Z copying torch\include\ATen\ops\cholesky_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0278700Z copying torch\include\ATen\ops\cholesky_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0285735Z copying torch\include\ATen\ops\cholesky_inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0292806Z copying torch\include\ATen\ops\cholesky_inverse_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0300204Z copying torch\include\ATen\ops\cholesky_inverse_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0307255Z copying torch\include\ATen\ops\cholesky_inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0319984Z copying torch\include\ATen\ops\cholesky_inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0327319Z copying torch\include\ATen\ops\cholesky_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0334048Z copying torch\include\ATen\ops\cholesky_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0350745Z copying torch\include\ATen\ops\cholesky_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0351717Z copying torch\include\ATen\ops\cholesky_solve_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0356473Z copying torch\include\ATen\ops\cholesky_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0363318Z copying torch\include\ATen\ops\cholesky_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0369886Z copying torch\include\ATen\ops\choose_qparams_optimized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0376827Z copying torch\include\ATen\ops\choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0383332Z copying torch\include\ATen\ops\choose_qparams_optimized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0402447Z copying torch\include\ATen\ops\choose_qparams_optimized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0409630Z copying torch\include\ATen\ops\chunk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0416517Z copying torch\include\ATen\ops\chunk_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0423792Z copying torch\include\ATen\ops\chunk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0430544Z copying torch\include\ATen\ops\chunk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0443476Z copying torch\include\ATen\ops\clamp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0450457Z copying torch\include\ATen\ops\clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0457260Z copying torch\include\ATen\ops\clamp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0464672Z copying torch\include\ATen\ops\clamp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0471661Z copying torch\include\ATen\ops\clamp_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0485141Z copying torch\include\ATen\ops\clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0492360Z copying torch\include\ATen\ops\clamp_max_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0499388Z copying torch\include\ATen\ops\clamp_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0506905Z copying torch\include\ATen\ops\clamp_max_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0513969Z copying torch\include\ATen\ops\clamp_max_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0521130Z copying torch\include\ATen\ops\clamp_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0527902Z copying torch\include\ATen\ops\clamp_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0539415Z copying torch\include\ATen\ops\clamp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0543157Z copying torch\include\ATen\ops\clamp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0550479Z copying torch\include\ATen\ops\clamp_min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0563562Z copying torch\include\ATen\ops\clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0570800Z copying torch\include\ATen\ops\clamp_min_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0578780Z copying torch\include\ATen\ops\clamp_min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0584925Z copying torch\include\ATen\ops\clamp_min_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0597680Z copying torch\include\ATen\ops\clamp_min_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0604237Z copying torch\include\ATen\ops\clamp_min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0611172Z copying torch\include\ATen\ops\clamp_min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0617627Z copying torch\include\ATen\ops\clamp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0624660Z copying torch\include\ATen\ops\clamp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0630995Z copying torch\include\ATen\ops\clip.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0637579Z copying torch\include\ATen\ops\clip_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0643831Z copying torch\include\ATen\ops\clip_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0650110Z copying torch\include\ATen\ops\clip_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0656592Z copying torch\include\ATen\ops\clone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0662884Z copying torch\include\ATen\ops\clone_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0669218Z copying torch\include\ATen\ops\clone_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0675744Z copying torch\include\ATen\ops\clone_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0682018Z copying torch\include\ATen\ops\coalesce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0688053Z copying torch\include\ATen\ops\coalesce_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0694210Z copying torch\include\ATen\ops\coalesce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0700278Z copying torch\include\ATen\ops\coalesce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0706599Z copying torch\include\ATen\ops\col2im.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0713255Z copying torch\include\ATen\ops\col2im_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0719938Z copying torch\include\ATen\ops\col2im_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0727318Z copying torch\include\ATen\ops\col2im_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0733707Z copying torch\include\ATen\ops\col2im_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0740140Z copying torch\include\ATen\ops\column_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0746769Z copying torch\include\ATen\ops\column_stack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0753075Z copying torch\include\ATen\ops\column_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0766146Z copying torch\include\ATen\ops\column_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0772288Z copying torch\include\ATen\ops\col_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0779038Z copying torch\include\ATen\ops\col_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0785151Z copying torch\include\ATen\ops\col_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0791806Z copying torch\include\ATen\ops\col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0798368Z copying torch\include\ATen\ops\col_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0804918Z copying torch\include\ATen\ops\col_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0812175Z copying torch\include\ATen\ops\col_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0818266Z copying torch\include\ATen\ops\col_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0824390Z copying torch\include\ATen\ops\col_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0830677Z copying torch\include\ATen\ops\combinations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0837295Z copying torch\include\ATen\ops\combinations_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0843855Z copying torch\include\ATen\ops\combinations_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0850344Z copying torch\include\ATen\ops\combinations_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0856618Z copying torch\include\ATen\ops\complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0863210Z copying torch\include\ATen\ops\complex_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0869436Z copying torch\include\ATen\ops\complex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0875750Z copying torch\include\ATen\ops\complex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0882432Z copying torch\include\ATen\ops\complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0888662Z copying torch\include\ATen\ops\complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0895073Z copying torch\include\ATen\ops\concat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0901117Z copying torch\include\ATen\ops\concatenate.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0907709Z copying torch\include\ATen\ops\concatenate_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0915171Z copying torch\include\ATen\ops\concatenate_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0922110Z copying torch\include\ATen\ops\concatenate_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0929896Z copying torch\include\ATen\ops\concat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0936709Z copying torch\include\ATen\ops\concat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0943491Z copying torch\include\ATen\ops\concat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0950405Z copying torch\include\ATen\ops\conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0957091Z copying torch\include\ATen\ops\conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0964565Z copying torch\include\ATen\ops\conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0971209Z copying torch\include\ATen\ops\conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0977854Z copying torch\include\ATen\ops\conj_physical.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0985324Z copying torch\include\ATen\ops\conj_physical_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.0992209Z copying torch\include\ATen\ops\conj_physical_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1005053Z copying torch\include\ATen\ops\conj_physical_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1012019Z copying torch\include\ATen\ops\conj_physical_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1019833Z copying torch\include\ATen\ops\conj_physical_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1026816Z copying torch\include\ATen\ops\conj_physical_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1033669Z copying torch\include\ATen\ops\constant_pad_nd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1040966Z copying torch\include\ATen\ops\constant_pad_nd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1047769Z copying torch\include\ATen\ops\constant_pad_nd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1055107Z copying torch\include\ATen\ops\constant_pad_nd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1062112Z copying torch\include\ATen\ops\contiguous.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1079418Z copying torch\include\ATen\ops\contiguous_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1086365Z copying torch\include\ATen\ops\contiguous_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1093122Z copying torch\include\ATen\ops\contiguous_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1100354Z copying torch\include\ATen\ops\conv1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1107310Z copying torch\include\ATen\ops\conv1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1114360Z copying torch\include\ATen\ops\conv1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1127716Z copying torch\include\ATen\ops\conv1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1134781Z copying torch\include\ATen\ops\conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1141779Z copying torch\include\ATen\ops\conv2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1148608Z copying torch\include\ATen\ops\conv2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1155772Z copying torch\include\ATen\ops\conv2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1163173Z copying torch\include\ATen\ops\conv3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1170105Z copying torch\include\ATen\ops\conv3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1176980Z copying torch\include\ATen\ops\conv3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1184063Z copying torch\include\ATen\ops\conv3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1191175Z copying torch\include\ATen\ops\convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1203948Z copying torch\include\ATen\ops\convolution_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1211741Z copying torch\include\ATen\ops\convolution_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1218844Z copying torch\include\ATen\ops\convolution_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1225938Z copying torch\include\ATen\ops\convolution_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1232851Z copying torch\include\ATen\ops\convolution_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1245861Z copying torch\include\ATen\ops\convolution_backward_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1253707Z copying torch\include\ATen\ops\convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1260217Z copying torch\include\ATen\ops\convolution_backward_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1266870Z copying torch\include\ATen\ops\convolution_backward_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1274173Z copying torch\include\ATen\ops\convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1286377Z copying torch\include\ATen\ops\convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1293028Z copying torch\include\ATen\ops\convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1299926Z copying torch\include\ATen\ops\convolution_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1325855Z copying torch\include\ATen\ops\convolution_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1332359Z copying torch\include\ATen\ops\convolution_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1345795Z copying torch\include\ATen\ops\convolution_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1352158Z copying torch\include\ATen\ops\conv_depthwise3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1359425Z copying torch\include\ATen\ops\conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1365980Z copying torch\include\ATen\ops\conv_depthwise3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1372470Z copying torch\include\ATen\ops\conv_depthwise3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1385654Z copying torch\include\ATen\ops\conv_depthwise3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1392445Z copying torch\include\ATen\ops\conv_tbc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1398721Z copying torch\include\ATen\ops\conv_tbc_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1405397Z copying torch\include\ATen\ops\conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1411929Z copying torch\include\ATen\ops\conv_tbc_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1418505Z copying torch\include\ATen\ops\conv_tbc_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1425646Z copying torch\include\ATen\ops\conv_tbc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1431516Z copying torch\include\ATen\ops\conv_tbc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1438106Z copying torch\include\ATen\ops\conv_tbc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1444478Z copying torch\include\ATen\ops\conv_transpose1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1457092Z copying torch\include\ATen\ops\conv_transpose1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1464355Z copying torch\include\ATen\ops\conv_transpose1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1471813Z copying torch\include\ATen\ops\conv_transpose1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1478954Z copying torch\include\ATen\ops\conv_transpose2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1486715Z copying torch\include\ATen\ops\conv_transpose2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1499313Z copying torch\include\ATen\ops\conv_transpose2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1506432Z copying torch\include\ATen\ops\conv_transpose2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1513527Z copying torch\include\ATen\ops\conv_transpose3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1521201Z copying torch\include\ATen\ops\conv_transpose3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1528535Z copying torch\include\ATen\ops\conv_transpose3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1541049Z copying torch\include\ATen\ops\conv_transpose3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1548097Z copying torch\include\ATen\ops\copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1554852Z copying torch\include\ATen\ops\copysign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1562032Z copying torch\include\ATen\ops\copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1568953Z copying torch\include\ATen\ops\copysign_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1583158Z copying torch\include\ATen\ops\copysign_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1590222Z copying torch\include\ATen\ops\copysign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1597294Z copying torch\include\ATen\ops\copysign_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1604571Z copying torch\include\ATen\ops\copysign_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1611402Z copying torch\include\ATen\ops\copysign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1619187Z copying torch\include\ATen\ops\copysign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1626825Z copying torch\include\ATen\ops\copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1634051Z copying torch\include\ATen\ops\copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1641193Z copying torch\include\ATen\ops\copy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1648113Z copying torch\include\ATen\ops\copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1655326Z copying torch\include\ATen\ops\copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1662135Z copying torch\include\ATen\ops\copy_sparse_to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1669490Z copying torch\include\ATen\ops\copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1676569Z copying torch\include\ATen\ops\copy_sparse_to_sparse_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1683894Z copying torch\include\ATen\ops\copy_sparse_to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1691622Z copying torch\include\ATen\ops\copy_sparse_to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1698597Z copying torch\include\ATen\ops\corrcoef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1705446Z copying torch\include\ATen\ops\corrcoef_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1712316Z copying torch\include\ATen\ops\corrcoef_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1719051Z copying torch\include\ATen\ops\corrcoef_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1737197Z copying torch\include\ATen\ops\cos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1744248Z copying torch\include\ATen\ops\cosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1751963Z copying torch\include\ATen\ops\cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1758954Z copying torch\include\ATen\ops\cosh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1765844Z copying torch\include\ATen\ops\cosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1772910Z copying torch\include\ATen\ops\cosh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1779855Z copying torch\include\ATen\ops\cosh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1787277Z copying torch\include\ATen\ops\cosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1794156Z copying torch\include\ATen\ops\cosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1801243Z copying torch\include\ATen\ops\cosine_embedding_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1814217Z copying torch\include\ATen\ops\cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1821164Z copying torch\include\ATen\ops\cosine_embedding_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1828463Z copying torch\include\ATen\ops\cosine_embedding_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1835623Z copying torch\include\ATen\ops\cosine_similarity.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1843153Z copying torch\include\ATen\ops\cosine_similarity_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1850625Z copying torch\include\ATen\ops\cosine_similarity_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1857240Z copying torch\include\ATen\ops\cosine_similarity_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1865018Z copying torch\include\ATen\ops\cos_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1871926Z copying torch\include\ATen\ops\cos_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1878901Z copying torch\include\ATen\ops\cos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1885726Z copying torch\include\ATen\ops\cos_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1892205Z copying torch\include\ATen\ops\cos_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1898957Z copying torch\include\ATen\ops\cos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1905927Z copying torch\include\ATen\ops\cos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1912709Z copying torch\include\ATen\ops\count_nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1926305Z copying torch\include\ATen\ops\count_nonzero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1933403Z copying torch\include\ATen\ops\count_nonzero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1940530Z copying torch\include\ATen\ops\count_nonzero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1947473Z copying torch\include\ATen\ops\count_nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1954879Z copying torch\include\ATen\ops\count_nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1962418Z copying torch\include\ATen\ops\cov.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1969386Z copying torch\include\ATen\ops\cov_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.1976178Z copying torch\include\ATen\ops\cov_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2012094Z copying torch\include\ATen\ops\cov_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2018617Z copying torch\include\ATen\ops\cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2025761Z copying torch\include\ATen\ops\cross_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2032906Z copying torch\include\ATen\ops\cross_entropy_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2040872Z copying torch\include\ATen\ops\cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2047948Z copying torch\include\ATen\ops\cross_entropy_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2054817Z copying torch\include\ATen\ops\cross_entropy_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2068695Z copying torch\include\ATen\ops\cross_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2075764Z copying torch\include\ATen\ops\cross_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2082848Z copying torch\include\ATen\ops\crow_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2089812Z copying torch\include\ATen\ops\crow_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2096620Z copying torch\include\ATen\ops\crow_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2111931Z copying torch\include\ATen\ops\crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2119213Z copying torch\include\ATen\ops\crow_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2126016Z copying torch\include\ATen\ops\crow_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2133233Z copying torch\include\ATen\ops\crow_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2140598Z copying torch\include\ATen\ops\crow_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2147426Z copying torch\include\ATen\ops\crow_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2155191Z copying torch\include\ATen\ops\ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2162113Z copying torch\include\ATen\ops\ctc_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2168782Z copying torch\include\ATen\ops\ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2175411Z copying torch\include\ATen\ops\ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2182216Z copying torch\include\ATen\ops\cudnn_affine_grid_generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2212183Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2218930Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2226151Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2232667Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2244751Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2251497Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2258610Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2265849Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2272350Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2278917Z copying torch\include\ATen\ops\cudnn_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2285407Z copying torch\include\ATen\ops\cudnn_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2292181Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2298985Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2305712Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2319029Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2326794Z copying torch\include\ATen\ops\cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2333760Z copying torch\include\ATen\ops\cudnn_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2341584Z copying torch\include\ATen\ops\cudnn_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2348414Z copying torch\include\ATen\ops\cudnn_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2355793Z copying torch\include\ATen\ops\cudnn_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2363108Z copying torch\include\ATen\ops\cudnn_convolution_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2370543Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2377925Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2385150Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2392265Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2399653Z copying torch\include\ATen\ops\cudnn_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2406833Z copying torch\include\ATen\ops\cudnn_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2414323Z copying torch\include\ATen\ops\cudnn_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2421515Z copying torch\include\ATen\ops\cudnn_convolution_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2434731Z copying torch\include\ATen\ops\cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2442006Z copying torch\include\ATen\ops\cudnn_convolution_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2449606Z copying torch\include\ATen\ops\cudnn_convolution_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2456931Z copying torch\include\ATen\ops\cudnn_convolution_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2464158Z copying torch\include\ATen\ops\cudnn_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2477705Z copying torch\include\ATen\ops\cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2484907Z copying torch\include\ATen\ops\cudnn_convolution_transpose_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2492289Z copying torch\include\ATen\ops\cudnn_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2499690Z copying torch\include\ATen\ops\cudnn_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2506652Z copying torch\include\ATen\ops\cudnn_grid_sampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2520013Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2527899Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2536084Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2542445Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2549511Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2562325Z copying torch\include\ATen\ops\cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2571987Z copying torch\include\ATen\ops\cudnn_grid_sampler_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2578928Z copying torch\include\ATen\ops\cudnn_grid_sampler_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2585892Z copying torch\include\ATen\ops\cudnn_grid_sampler_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2593914Z copying torch\include\ATen\ops\cudnn_is_acceptable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2601495Z copying torch\include\ATen\ops\cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2608456Z copying torch\include\ATen\ops\cudnn_is_acceptable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2615185Z copying torch\include\ATen\ops\cudnn_is_acceptable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2622143Z copying torch\include\ATen\ops\cummax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2629025Z copying torch\include\ATen\ops\cummaxmin_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2641642Z copying torch\include\ATen\ops\cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2648931Z copying torch\include\ATen\ops\cummaxmin_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2656114Z copying torch\include\ATen\ops\cummaxmin_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2663242Z copying torch\include\ATen\ops\cummax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2670253Z copying torch\include\ATen\ops\cummax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2683375Z copying torch\include\ATen\ops\cummax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2690548Z copying torch\include\ATen\ops\cummax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2697712Z copying torch\include\ATen\ops\cummin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2705186Z copying torch\include\ATen\ops\cummin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2712165Z copying torch\include\ATen\ops\cummin_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2719233Z copying torch\include\ATen\ops\cummin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2726479Z copying torch\include\ATen\ops\cummin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2733474Z copying torch\include\ATen\ops\cumprod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2739803Z copying torch\include\ATen\ops\cumprod_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2747214Z copying torch\include\ATen\ops\cumprod_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2753653Z copying torch\include\ATen\ops\cumprod_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2760474Z copying torch\include\ATen\ops\cumprod_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2767359Z copying torch\include\ATen\ops\cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2773973Z copying torch\include\ATen\ops\cumprod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2780998Z copying torch\include\ATen\ops\cumprod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2787413Z copying torch\include\ATen\ops\cumprod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2794611Z copying torch\include\ATen\ops\cumprod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2801157Z copying torch\include\ATen\ops\cumprod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2807610Z copying torch\include\ATen\ops\cumprod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2814069Z copying torch\include\ATen\ops\cumprod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2820464Z copying torch\include\ATen\ops\cumsum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2827230Z copying torch\include\ATen\ops\cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2833771Z copying torch\include\ATen\ops\cumsum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2840382Z copying torch\include\ATen\ops\cumsum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2848389Z copying torch\include\ATen\ops\cumsum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2854914Z copying torch\include\ATen\ops\cumsum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2861757Z copying torch\include\ATen\ops\cumsum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2869631Z copying torch\include\ATen\ops\cumsum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2877048Z copying torch\include\ATen\ops\cumsum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2884301Z copying torch\include\ATen\ops\cumulative_trapezoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2891609Z copying torch\include\ATen\ops\cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2898822Z copying torch\include\ATen\ops\cumulative_trapezoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2906341Z copying torch\include\ATen\ops\cumulative_trapezoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2913319Z copying torch\include\ATen\ops\data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2920517Z copying torch\include\ATen\ops\data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2927275Z copying torch\include\ATen\ops\data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2933930Z copying torch\include\ATen\ops\data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2940369Z copying torch\include\ATen\ops\deg2rad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2947615Z copying torch\include\ATen\ops\deg2rad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2954630Z copying torch\include\ATen\ops\deg2rad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2968401Z copying torch\include\ATen\ops\deg2rad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2975260Z copying torch\include\ATen\ops\dense_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2982323Z copying torch\include\ATen\ops\dense_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2989062Z copying torch\include\ATen\ops\dense_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.2996256Z copying torch\include\ATen\ops\dense_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3009498Z copying torch\include\ATen\ops\dequantize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3016901Z copying torch\include\ATen\ops\dequantize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3023764Z copying torch\include\ATen\ops\dequantize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3030683Z copying torch\include\ATen\ops\dequantize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3037846Z copying torch\include\ATen\ops\dequantize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3045203Z copying torch\include\ATen\ops\dequantize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3052267Z copying torch\include\ATen\ops\det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3058641Z copying torch\include\ATen\ops\detach.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3065553Z copying torch\include\ATen\ops\detach_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3072426Z copying torch\include\ATen\ops\detach_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3089189Z copying torch\include\ATen\ops\detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3095713Z copying torch\include\ATen\ops\detach_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3102589Z copying torch\include\ATen\ops\detach_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3108970Z copying torch\include\ATen\ops\detach_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3115489Z copying torch\include\ATen\ops\detach_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3122557Z copying torch\include\ATen\ops\detach_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3129515Z copying torch\include\ATen\ops\det_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3136211Z copying torch\include\ATen\ops\det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3142394Z copying torch\include\ATen\ops\det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3148661Z copying torch\include\ATen\ops\diag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3163326Z copying torch\include\ATen\ops\diagflat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3170034Z copying torch\include\ATen\ops\diagflat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3176836Z copying torch\include\ATen\ops\diagflat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3183654Z copying torch\include\ATen\ops\diagflat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3190905Z copying torch\include\ATen\ops\diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3197769Z copying torch\include\ATen\ops\diagonal_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3205148Z copying torch\include\ATen\ops\diagonal_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3212007Z copying torch\include\ATen\ops\diagonal_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3219099Z copying torch\include\ATen\ops\diagonal_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3226317Z copying torch\include\ATen\ops\diagonal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3239727Z copying torch\include\ATen\ops\diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3246577Z copying torch\include\ATen\ops\diagonal_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3253925Z copying torch\include\ATen\ops\diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3261082Z copying torch\include\ATen\ops\diagonal_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3267780Z copying torch\include\ATen\ops\diagonal_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3281346Z copying torch\include\ATen\ops\diagonal_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3288015Z copying torch\include\ATen\ops\diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3294474Z copying torch\include\ATen\ops\diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3300769Z copying torch\include\ATen\ops\diagonal_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3307805Z copying torch\include\ATen\ops\diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3315425Z copying torch\include\ATen\ops\diagonal_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3322513Z copying torch\include\ATen\ops\diagonal_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3329512Z copying torch\include\ATen\ops\diagonal_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3336871Z copying torch\include\ATen\ops\diag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3343773Z copying torch\include\ATen\ops\diag_embed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3351362Z copying torch\include\ATen\ops\diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3358557Z copying torch\include\ATen\ops\diag_embed_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3365589Z copying torch\include\ATen\ops\diag_embed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3372450Z copying torch\include\ATen\ops\diag_embed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3380043Z copying torch\include\ATen\ops\diag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3393802Z copying torch\include\ATen\ops\diag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3400710Z copying torch\include\ATen\ops\diff.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3407719Z copying torch\include\ATen\ops\diff_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3414442Z copying torch\include\ATen\ops\diff_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3421171Z copying torch\include\ATen\ops\diff_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3433457Z copying torch\include\ATen\ops\digamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3441290Z copying torch\include\ATen\ops\digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3448202Z copying torch\include\ATen\ops\digamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3455242Z copying torch\include\ATen\ops\digamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3462010Z copying torch\include\ATen\ops\digamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3477157Z copying torch\include\ATen\ops\digamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3484290Z copying torch\include\ATen\ops\digamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3491174Z copying torch\include\ATen\ops\digamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3498073Z copying torch\include\ATen\ops\dist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3504894Z copying torch\include\ATen\ops\dist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3519755Z copying torch\include\ATen\ops\dist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3526580Z copying torch\include\ATen\ops\dist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3533176Z copying torch\include\ATen\ops\div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3539785Z copying torch\include\ATen\ops\divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3546609Z copying torch\include\ATen\ops\divide_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3553657Z copying torch\include\ATen\ops\divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3560922Z copying torch\include\ATen\ops\divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3568299Z copying torch\include\ATen\ops\div_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3575412Z copying torch\include\ATen\ops\div_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3586435Z copying torch\include\ATen\ops\div_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3590767Z copying torch\include\ATen\ops\div_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3597270Z copying torch\include\ATen\ops\div_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3604886Z copying torch\include\ATen\ops\div_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3612421Z copying torch\include\ATen\ops\div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3619081Z copying torch\include\ATen\ops\div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3625822Z copying torch\include\ATen\ops\dot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3633016Z copying torch\include\ATen\ops\dot_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3640411Z copying torch\include\ATen\ops\dot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3647311Z copying torch\include\ATen\ops\dot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3654133Z copying torch\include\ATen\ops\dot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3667392Z copying torch\include\ATen\ops\dot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3673895Z copying torch\include\ATen\ops\dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3680953Z copying torch\include\ATen\ops\dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3688091Z copying torch\include\ATen\ops\dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3694991Z copying torch\include\ATen\ops\dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3701955Z copying torch\include\ATen\ops\dsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3709038Z copying torch\include\ATen\ops\dsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3716081Z copying torch\include\ATen\ops\dsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3722258Z copying torch\include\ATen\ops\dsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3728791Z copying torch\include\ATen\ops\dstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3741330Z copying torch\include\ATen\ops\dstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3747721Z copying torch\include\ATen\ops\dstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3753822Z copying torch\include\ATen\ops\dstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3760173Z copying torch\include\ATen\ops\einsum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3766279Z copying torch\include\ATen\ops\einsum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3777782Z copying torch\include\ATen\ops\einsum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3783929Z copying torch\include\ATen\ops\einsum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3790123Z copying torch\include\ATen\ops\elu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3796115Z copying torch\include\ATen\ops\elu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3803241Z copying torch\include\ATen\ops\elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3814643Z copying torch\include\ATen\ops\elu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3821043Z copying torch\include\ATen\ops\elu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3828036Z copying torch\include\ATen\ops\elu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3834649Z copying torch\include\ATen\ops\elu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3841123Z copying torch\include\ATen\ops\elu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3857725Z copying torch\include\ATen\ops\elu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3864812Z copying torch\include\ATen\ops\elu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3870920Z copying torch\include\ATen\ops\elu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3877211Z copying torch\include\ATen\ops\elu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3883687Z copying torch\include\ATen\ops\elu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3889359Z copying torch\include\ATen\ops\elu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3895776Z copying torch\include\ATen\ops\elu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3901965Z copying torch\include\ATen\ops\elu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3908039Z copying torch\include\ATen\ops\embedding.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3914587Z copying torch\include\ATen\ops\embedding_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3928236Z copying torch\include\ATen\ops\embedding_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3935865Z copying torch\include\ATen\ops\embedding_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3942918Z copying torch\include\ATen\ops\embedding_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3949833Z copying torch\include\ATen\ops\embedding_bag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3957191Z copying torch\include\ATen\ops\embedding_bag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3971418Z copying torch\include\ATen\ops\embedding_bag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3978741Z copying torch\include\ATen\ops\embedding_bag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3985978Z copying torch\include\ATen\ops\embedding_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.3993300Z copying torch\include\ATen\ops\embedding_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4023622Z copying torch\include\ATen\ops\embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4030565Z copying torch\include\ATen\ops\embedding_dense_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4037811Z copying torch\include\ATen\ops\embedding_dense_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4045081Z copying torch\include\ATen\ops\embedding_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4053110Z copying torch\include\ATen\ops\embedding_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4059954Z copying torch\include\ATen\ops\embedding_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4066989Z copying torch\include\ATen\ops\embedding_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4074419Z copying torch\include\ATen\ops\embedding_renorm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4081507Z copying torch\include\ATen\ops\embedding_renorm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4089479Z copying torch\include\ATen\ops\embedding_renorm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4096554Z copying torch\include\ATen\ops\embedding_renorm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4109140Z copying torch\include\ATen\ops\embedding_renorm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4116174Z copying torch\include\ATen\ops\embedding_renorm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4123226Z copying torch\include\ATen\ops\embedding_renorm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4130338Z copying torch\include\ATen\ops\embedding_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4138194Z copying torch\include\ATen\ops\embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4145564Z copying torch\include\ATen\ops\embedding_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4152644Z copying torch\include\ATen\ops\embedding_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4159570Z copying torch\include\ATen\ops\empty.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4166865Z copying torch\include\ATen\ops\empty_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4174224Z copying torch\include\ATen\ops\empty_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4186528Z copying torch\include\ATen\ops\empty_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4193966Z copying torch\include\ATen\ops\empty_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4200977Z copying torch\include\ATen\ops\empty_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4208276Z copying torch\include\ATen\ops\empty_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4215553Z copying torch\include\ATen\ops\empty_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4223350Z copying torch\include\ATen\ops\empty_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4230282Z copying torch\include\ATen\ops\empty_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4237247Z copying torch\include\ATen\ops\empty_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4244253Z copying torch\include\ATen\ops\empty_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4252042Z copying torch\include\ATen\ops\empty_permuted.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4259556Z copying torch\include\ATen\ops\empty_permuted_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4266377Z copying torch\include\ATen\ops\empty_permuted_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4273519Z copying torch\include\ATen\ops\empty_permuted_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4280795Z copying torch\include\ATen\ops\empty_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4287945Z copying torch\include\ATen\ops\empty_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4295184Z copying torch\include\ATen\ops\empty_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4301718Z copying torch\include\ATen\ops\empty_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4308473Z copying torch\include\ATen\ops\empty_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4315432Z copying torch\include\ATen\ops\empty_strided_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4322347Z copying torch\include\ATen\ops\empty_strided_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4328810Z copying torch\include\ATen\ops\empty_strided_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4335834Z copying torch\include\ATen\ops\empty_strided_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4342570Z copying torch\include\ATen\ops\empty_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4349023Z copying torch\include\ATen\ops\empty_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4355377Z copying torch\include\ATen\ops\eq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4361639Z copying torch\include\ATen\ops\equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4367587Z copying torch\include\ATen\ops\equal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4374414Z copying torch\include\ATen\ops\equal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4381103Z copying torch\include\ATen\ops\equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4393736Z copying torch\include\ATen\ops\equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4401689Z copying torch\include\ATen\ops\eq_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4408488Z copying torch\include\ATen\ops\eq_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4415993Z copying torch\include\ATen\ops\eq_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4424571Z copying torch\include\ATen\ops\eq_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4431770Z copying torch\include\ATen\ops\eq_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4438774Z copying torch\include\ATen\ops\eq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4445861Z copying torch\include\ATen\ops\eq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4452958Z copying torch\include\ATen\ops\erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4459606Z copying torch\include\ATen\ops\erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4466691Z copying torch\include\ATen\ops\erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4783986Z copying torch\include\ATen\ops\erfc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4790436Z copying torch\include\ATen\ops\erfc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4797264Z copying torch\include\ATen\ops\erfc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4804125Z copying torch\include\ATen\ops\erfc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4810578Z copying torch\include\ATen\ops\erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4816612Z copying torch\include\ATen\ops\erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4822819Z copying torch\include\ATen\ops\erfinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4829496Z copying torch\include\ATen\ops\erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4835812Z copying torch\include\ATen\ops\erfinv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4842552Z copying torch\include\ATen\ops\erfinv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4849000Z copying torch\include\ATen\ops\erfinv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4855540Z copying torch\include\ATen\ops\erfinv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4862312Z copying torch\include\ATen\ops\erfinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4868394Z copying torch\include\ATen\ops\erfinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4875103Z copying torch\include\ATen\ops\erf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4881397Z copying torch\include\ATen\ops\erf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4887658Z copying torch\include\ATen\ops\erf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4894164Z copying torch\include\ATen\ops\erf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4900528Z copying torch\include\ATen\ops\erf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4906454Z copying torch\include\ATen\ops\erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4919270Z copying torch\include\ATen\ops\erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4925284Z copying torch\include\ATen\ops\exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4931273Z copying torch\include\ATen\ops\exp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4938058Z copying torch\include\ATen\ops\exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4944453Z copying torch\include\ATen\ops\exp2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4956251Z copying torch\include\ATen\ops\exp2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4963688Z copying torch\include\ATen\ops\exp2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4970458Z copying torch\include\ATen\ops\exp2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4977337Z copying torch\include\ATen\ops\exp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4984223Z copying torch\include\ATen\ops\exp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4990949Z copying torch\include\ATen\ops\expand.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.4997392Z copying torch\include\ATen\ops\expand_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5005388Z copying torch\include\ATen\ops\expand_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5012409Z copying torch\include\ATen\ops\expand_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5019476Z copying torch\include\ATen\ops\expand_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5026840Z copying torch\include\ATen\ops\expand_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5033493Z copying torch\include\ATen\ops\expand_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5040977Z copying torch\include\ATen\ops\expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5048390Z copying torch\include\ATen\ops\expand_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5055345Z copying torch\include\ATen\ops\expand_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5062650Z copying torch\include\ATen\ops\expand_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5069578Z copying torch\include\ATen\ops\expand_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5076245Z copying torch\include\ATen\ops\expand_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5083580Z copying torch\include\ATen\ops\expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5090695Z copying torch\include\ATen\ops\expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5103296Z copying torch\include\ATen\ops\expm1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5110168Z copying torch\include\ATen\ops\expm1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5117049Z copying torch\include\ATen\ops\expm1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5124154Z copying torch\include\ATen\ops\expm1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5131413Z copying torch\include\ATen\ops\expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5138543Z copying torch\include\ATen\ops\expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5145607Z copying torch\include\ATen\ops\exponential.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5152910Z copying torch\include\ATen\ops\exponential_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5160145Z copying torch\include\ATen\ops\exponential_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5167447Z copying torch\include\ATen\ops\exponential_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5181108Z copying torch\include\ATen\ops\exponential_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5188223Z copying torch\include\ATen\ops\exponential_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5195396Z copying torch\include\ATen\ops\exponential_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5202646Z copying torch\include\ATen\ops\exp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5209710Z copying torch\include\ATen\ops\exp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5222428Z copying torch\include\ATen\ops\exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5229479Z copying torch\include\ATen\ops\exp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5236009Z copying torch\include\ATen\ops\exp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5243263Z copying torch\include\ATen\ops\exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5249993Z copying torch\include\ATen\ops\exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5256558Z copying torch\include\ATen\ops\eye.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5264060Z copying torch\include\ATen\ops\eye_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5271298Z copying torch\include\ATen\ops\eye_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5278856Z copying torch\include\ATen\ops\eye_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5296019Z copying torch\include\ATen\ops\eye_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5296829Z copying torch\include\ATen\ops\eye_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5300083Z copying torch\include\ATen\ops\eye_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5307057Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5314284Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5321676Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5334866Z 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-08-07T17:40:34.5342761Z 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-08-07T17:40:34.5349420Z 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-08-07T17:40:34.5357374Z 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-08-07T17:40:34.5364126Z 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-08-07T17:40:34.5376633Z 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-08-07T17:40:34.5386325Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5392034Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5398765Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5405939Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5412827Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5419418Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5426223Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5432911Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5440385Z 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-08-07T17:40:34.5447345Z 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-08-07T17:40:34.5454187Z 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-08-07T17:40:34.5461798Z 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-08-07T17:40:34.5468638Z 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-08-07T17:40:34.5475887Z 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-08-07T17:40:34.5482994Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5489879Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5496897Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5503546Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5510524Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5517193Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5527299Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5534001Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5540987Z 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-08-07T17:40:34.5547827Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5554606Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5561860Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5569055Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5576637Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5584453Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5591966Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5599995Z 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-08-07T17:40:34.5607963Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5615254Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5622334Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5635876Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5643676Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5651384Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5658603Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5665869Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5679856Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5687623Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5694778Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5701792Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5709744Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5723933Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5732510Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5740197Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5747193Z copying torch\include\ATen\ops\feature_alpha_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5754619Z copying torch\include\ATen\ops\feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5762000Z copying torch\include\ATen\ops\feature_alpha_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5769797Z copying torch\include\ATen\ops\feature_alpha_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5777311Z copying torch\include\ATen\ops\feature_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5785245Z copying torch\include\ATen\ops\feature_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5792454Z copying torch\include\ATen\ops\feature_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5804607Z copying torch\include\ATen\ops\feature_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5811751Z copying torch\include\ATen\ops\fft_fft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5818676Z copying torch\include\ATen\ops\fft_fft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5825703Z copying torch\include\ATen\ops\fft_fft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5833832Z copying torch\include\ATen\ops\fft_fft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5844959Z copying torch\include\ATen\ops\fft_fft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5851928Z copying torch\include\ATen\ops\fft_fftfreq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5859702Z copying torch\include\ATen\ops\fft_fftfreq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5866689Z copying torch\include\ATen\ops\fft_fftfreq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5873637Z copying torch\include\ATen\ops\fft_fftfreq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5885725Z copying torch\include\ATen\ops\fft_fftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5892869Z copying torch\include\ATen\ops\fft_fftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5899798Z copying torch\include\ATen\ops\fft_fftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5907191Z copying torch\include\ATen\ops\fft_fftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5914327Z copying torch\include\ATen\ops\fft_fftshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5926082Z copying torch\include\ATen\ops\fft_fftshift_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5933171Z copying torch\include\ATen\ops\fft_fftshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5939857Z copying torch\include\ATen\ops\fft_fftshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5947112Z copying torch\include\ATen\ops\fft_fft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5954103Z copying torch\include\ATen\ops\fft_fft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5962521Z copying torch\include\ATen\ops\fft_fft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5969335Z copying torch\include\ATen\ops\fft_hfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5976407Z copying torch\include\ATen\ops\fft_hfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5983686Z copying torch\include\ATen\ops\fft_hfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5990625Z copying torch\include\ATen\ops\fft_hfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.5997992Z copying torch\include\ATen\ops\fft_hfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6005239Z copying torch\include\ATen\ops\fft_hfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6012544Z copying torch\include\ATen\ops\fft_hfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6019388Z copying torch\include\ATen\ops\fft_hfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6026661Z copying torch\include\ATen\ops\fft_hfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6060256Z copying torch\include\ATen\ops\fft_hfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6067304Z copying torch\include\ATen\ops\fft_hfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6074352Z copying torch\include\ATen\ops\fft_hfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6081872Z copying torch\include\ATen\ops\fft_ifft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6088754Z copying torch\include\ATen\ops\fft_ifft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6100521Z copying torch\include\ATen\ops\fft_ifft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6107330Z copying torch\include\ATen\ops\fft_ifft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6114235Z copying torch\include\ATen\ops\fft_ifft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6121398Z copying torch\include\ATen\ops\fft_ifftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6129236Z copying torch\include\ATen\ops\fft_ifftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6141021Z copying torch\include\ATen\ops\fft_ifftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6147914Z copying torch\include\ATen\ops\fft_ifftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6155018Z copying torch\include\ATen\ops\fft_ifftshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6161899Z copying torch\include\ATen\ops\fft_ifftshift_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6168834Z copying torch\include\ATen\ops\fft_ifftshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6178563Z copying torch\include\ATen\ops\fft_ifftshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6185357Z copying torch\include\ATen\ops\fft_ifft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6191651Z copying torch\include\ATen\ops\fft_ifft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6198795Z copying torch\include\ATen\ops\fft_ifft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6205374Z copying torch\include\ATen\ops\fft_ihfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6211708Z copying torch\include\ATen\ops\fft_ihfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6218365Z copying torch\include\ATen\ops\fft_ihfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6224725Z copying torch\include\ATen\ops\fft_ihfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6231287Z copying torch\include\ATen\ops\fft_ihfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6237959Z copying torch\include\ATen\ops\fft_ihfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6248081Z copying torch\include\ATen\ops\fft_ihfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6255344Z copying torch\include\ATen\ops\fft_ihfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6261819Z copying torch\include\ATen\ops\fft_ihfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6295665Z copying torch\include\ATen\ops\fft_ihfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6302052Z copying torch\include\ATen\ops\fft_ihfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6309093Z copying torch\include\ATen\ops\fft_ihfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6315181Z copying torch\include\ATen\ops\fft_irfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6321608Z copying torch\include\ATen\ops\fft_irfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6328793Z copying torch\include\ATen\ops\fft_irfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6335427Z copying torch\include\ATen\ops\fft_irfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6342104Z copying torch\include\ATen\ops\fft_irfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6348654Z copying torch\include\ATen\ops\fft_irfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6356078Z copying torch\include\ATen\ops\fft_irfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6363780Z copying torch\include\ATen\ops\fft_irfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6370735Z copying torch\include\ATen\ops\fft_irfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6378060Z copying torch\include\ATen\ops\fft_irfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6385810Z copying torch\include\ATen\ops\fft_irfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6392821Z copying torch\include\ATen\ops\fft_irfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6400059Z copying torch\include\ATen\ops\fft_rfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6406630Z copying torch\include\ATen\ops\fft_rfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6413787Z copying torch\include\ATen\ops\fft_rfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6420539Z copying torch\include\ATen\ops\fft_rfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6428063Z copying torch\include\ATen\ops\fft_rfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6435344Z copying torch\include\ATen\ops\fft_rfftfreq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6442832Z copying torch\include\ATen\ops\fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6449864Z copying torch\include\ATen\ops\fft_rfftfreq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6456895Z copying torch\include\ATen\ops\fft_rfftfreq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6464261Z copying torch\include\ATen\ops\fft_rfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6471719Z copying torch\include\ATen\ops\fft_rfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6478887Z copying torch\include\ATen\ops\fft_rfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6486298Z copying torch\include\ATen\ops\fft_rfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6493625Z copying torch\include\ATen\ops\fft_rfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6501068Z copying torch\include\ATen\ops\fft_rfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6508135Z copying torch\include\ATen\ops\fft_rfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6515151Z copying torch\include\ATen\ops\fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6522207Z copying torch\include\ATen\ops\fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6529113Z copying torch\include\ATen\ops\fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6536408Z copying torch\include\ATen\ops\fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6543754Z copying torch\include\ATen\ops\fill_diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6550964Z copying torch\include\ATen\ops\fill_diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6582402Z copying torch\include\ATen\ops\fill_diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6589601Z copying torch\include\ATen\ops\fill_diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6597290Z copying torch\include\ATen\ops\fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6604111Z copying torch\include\ATen\ops\fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6611139Z copying torch\include\ATen\ops\fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6617890Z copying torch\include\ATen\ops\fix.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6625099Z copying torch\include\ATen\ops\fix_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6632602Z copying torch\include\ATen\ops\fix_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6640068Z copying torch\include\ATen\ops\fix_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6646808Z copying torch\include\ATen\ops\flatten.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6653980Z copying torch\include\ATen\ops\flatten_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6661209Z copying torch\include\ATen\ops\flatten_dense_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6668864Z copying torch\include\ATen\ops\flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6676110Z copying torch\include\ATen\ops\flatten_dense_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6683112Z copying torch\include\ATen\ops\flatten_dense_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6695257Z copying torch\include\ATen\ops\flatten_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6701983Z copying torch\include\ATen\ops\flatten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6708585Z copying torch\include\ATen\ops\flip.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6715134Z copying torch\include\ATen\ops\fliplr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6721534Z copying torch\include\ATen\ops\fliplr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6733133Z copying torch\include\ATen\ops\fliplr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6740000Z copying torch\include\ATen\ops\fliplr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6747019Z copying torch\include\ATen\ops\flipud.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6754299Z copying torch\include\ATen\ops\flipud_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6761544Z copying torch\include\ATen\ops\flipud_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6772574Z copying torch\include\ATen\ops\flipud_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6779400Z copying torch\include\ATen\ops\flip_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6785928Z copying torch\include\ATen\ops\flip_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6792853Z copying torch\include\ATen\ops\flip_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6799586Z copying torch\include\ATen\ops\flip_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6806081Z copying torch\include\ATen\ops\flip_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6812256Z copying torch\include\ATen\ops\float_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6819234Z copying torch\include\ATen\ops\float_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6825357Z copying torch\include\ATen\ops\float_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6832533Z copying torch\include\ATen\ops\float_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6838967Z copying torch\include\ATen\ops\floor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6845712Z copying torch\include\ATen\ops\floor_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6852204Z copying torch\include\ATen\ops\floor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6858695Z copying torch\include\ATen\ops\floor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6865230Z copying torch\include\ATen\ops\floor_divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6872061Z copying torch\include\ATen\ops\floor_divide_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6878624Z copying torch\include\ATen\ops\floor_divide_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6885213Z copying torch\include\ATen\ops\floor_divide_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6892264Z copying torch\include\ATen\ops\floor_divide_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6898824Z copying torch\include\ATen\ops\floor_divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6905557Z copying torch\include\ATen\ops\floor_divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6912071Z copying torch\include\ATen\ops\floor_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6918528Z copying torch\include\ATen\ops\floor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6924977Z copying torch\include\ATen\ops\floor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6931373Z copying torch\include\ATen\ops\floor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6937847Z copying torch\include\ATen\ops\fmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6944547Z copying torch\include\ATen\ops\fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6951147Z copying torch\include\ATen\ops\fmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6958850Z copying torch\include\ATen\ops\fmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6965121Z copying torch\include\ATen\ops\fmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6971609Z copying torch\include\ATen\ops\fmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6978158Z copying torch\include\ATen\ops\fmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6984440Z copying torch\include\ATen\ops\fmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6990754Z copying torch\include\ATen\ops\fmin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.6997285Z copying torch\include\ATen\ops\fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.7003560Z copying torch\include\ATen\ops\fmin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.7011756Z copying torch\include\ATen\ops\fmin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.7018735Z copying torch\include\ATen\ops\fmin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.7899159Z copying torch\include\ATen\ops\fmin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.7906421Z copying torch\include\ATen\ops\fmin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.7913442Z copying torch\include\ATen\ops\fmin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.7920486Z copying torch\include\ATen\ops\fmod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.7927523Z copying torch\include\ATen\ops\fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.7934543Z copying torch\include\ATen\ops\fmod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.7941802Z copying torch\include\ATen\ops\fmod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.7948876Z copying torch\include\ATen\ops\fmod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.7955831Z copying torch\include\ATen\ops\fmod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.7962871Z copying torch\include\ATen\ops\fmod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.7969825Z copying torch\include\ATen\ops\fmod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.7976643Z copying torch\include\ATen\ops\fmod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.7983486Z copying torch\include\ATen\ops\frac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8000507Z copying torch\include\ATen\ops\fractional_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8007956Z copying torch\include\ATen\ops\fractional_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8015530Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8022425Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8029774Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8037091Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8044847Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8052171Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8059201Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8072241Z copying torch\include\ATen\ops\fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8079985Z copying torch\include\ATen\ops\fractional_max_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8087385Z copying torch\include\ATen\ops\fractional_max_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8094565Z copying torch\include\ATen\ops\fractional_max_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8101756Z copying torch\include\ATen\ops\fractional_max_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8112548Z copying torch\include\ATen\ops\fractional_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8119890Z copying torch\include\ATen\ops\fractional_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8127563Z copying torch\include\ATen\ops\fractional_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8134977Z copying torch\include\ATen\ops\fractional_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8142737Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8150052Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8157321Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8165216Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8172767Z copying torch\include\ATen\ops\fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8179795Z copying torch\include\ATen\ops\fractional_max_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8187071Z copying torch\include\ATen\ops\fractional_max_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8194410Z copying torch\include\ATen\ops\fractional_max_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8202020Z copying torch\include\ATen\ops\fractional_max_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8209309Z copying torch\include\ATen\ops\fractional_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8216404Z copying torch\include\ATen\ops\fractional_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8223870Z copying torch\include\ATen\ops\frac_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8231365Z copying torch\include\ATen\ops\frac_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8238751Z copying torch\include\ATen\ops\frac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8245674Z copying torch\include\ATen\ops\frac_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8252597Z copying torch\include\ATen\ops\frac_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8259707Z copying torch\include\ATen\ops\frac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8266759Z copying torch\include\ATen\ops\frac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8273508Z copying torch\include\ATen\ops\frexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8280571Z copying torch\include\ATen\ops\frexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8287421Z copying torch\include\ATen\ops\frexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8307262Z copying torch\include\ATen\ops\frexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8314642Z copying torch\include\ATen\ops\frexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8322003Z copying torch\include\ATen\ops\frexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8329036Z copying torch\include\ATen\ops\frobenius_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8336249Z copying torch\include\ATen\ops\frobenius_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8343234Z copying torch\include\ATen\ops\frobenius_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8350515Z copying torch\include\ATen\ops\frobenius_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8357921Z copying torch\include\ATen\ops\from_blob.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8364907Z copying torch\include\ATen\ops\from_file.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8372039Z copying torch\include\ATen\ops\from_file_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8379169Z copying torch\include\ATen\ops\from_file_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8386300Z copying torch\include\ATen\ops\from_file_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8393555Z copying torch\include\ATen\ops\from_file_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8400817Z copying torch\include\ATen\ops\full.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8408137Z copying torch\include\ATen\ops\full_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8415000Z copying torch\include\ATen\ops\full_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8422165Z copying torch\include\ATen\ops\full_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8429667Z copying torch\include\ATen\ops\full_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8436632Z copying torch\include\ATen\ops\full_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8443640Z copying torch\include\ATen\ops\full_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8450502Z copying torch\include\ATen\ops\full_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8457447Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8464750Z 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-08-07T17:40:34.8472174Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8479671Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8486481Z copying torch\include\ATen\ops\gather.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8493145Z copying torch\include\ATen\ops\gather_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8500279Z copying torch\include\ATen\ops\gather_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8507140Z copying torch\include\ATen\ops\gather_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8513605Z copying torch\include\ATen\ops\gather_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8520533Z copying torch\include\ATen\ops\gather_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8527849Z copying torch\include\ATen\ops\gather_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8534356Z copying torch\include\ATen\ops\gather_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8540791Z copying torch\include\ATen\ops\gather_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8547032Z copying torch\include\ATen\ops\gather_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8554243Z copying torch\include\ATen\ops\gather_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8560855Z copying torch\include\ATen\ops\gather_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8568242Z copying torch\include\ATen\ops\gather_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8574616Z copying torch\include\ATen\ops\gcd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8581040Z copying torch\include\ATen\ops\gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8587269Z copying torch\include\ATen\ops\gcd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8593741Z copying torch\include\ATen\ops\gcd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8600074Z copying torch\include\ATen\ops\gcd_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8606000Z copying torch\include\ATen\ops\gcd_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8612778Z copying torch\include\ATen\ops\gcd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8619044Z copying torch\include\ATen\ops\gcd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8625152Z copying torch\include\ATen\ops\ge.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8631165Z copying torch\include\ATen\ops\gelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8637295Z copying torch\include\ATen\ops\gelu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8644379Z copying torch\include\ATen\ops\gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8650750Z copying torch\include\ATen\ops\gelu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8657118Z copying torch\include\ATen\ops\gelu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8664132Z copying torch\include\ATen\ops\gelu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8670764Z copying torch\include\ATen\ops\gelu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8677180Z copying torch\include\ATen\ops\gelu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8683893Z copying torch\include\ATen\ops\gelu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8690703Z copying torch\include\ATen\ops\gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8697074Z copying torch\include\ATen\ops\gelu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8703409Z copying torch\include\ATen\ops\gelu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8709760Z copying torch\include\ATen\ops\gelu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8717445Z copying torch\include\ATen\ops\gelu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8724814Z copying torch\include\ATen\ops\gelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8731643Z copying torch\include\ATen\ops\gelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8738234Z copying torch\include\ATen\ops\geometric.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8745341Z copying torch\include\ATen\ops\geometric_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8752230Z copying torch\include\ATen\ops\geometric_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8759632Z copying torch\include\ATen\ops\geometric_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8766679Z copying torch\include\ATen\ops\geometric_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8773820Z copying torch\include\ATen\ops\geometric_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8780692Z copying torch\include\ATen\ops\geometric_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8787638Z copying torch\include\ATen\ops\geqrf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8794359Z copying torch\include\ATen\ops\geqrf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8801715Z copying torch\include\ATen\ops\geqrf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8808830Z copying torch\include\ATen\ops\geqrf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8815629Z copying torch\include\ATen\ops\geqrf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8822565Z copying torch\include\ATen\ops\ger.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8829400Z copying torch\include\ATen\ops\ger_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8836315Z copying torch\include\ATen\ops\ger_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8843457Z copying torch\include\ATen\ops\ger_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8850816Z copying torch\include\ATen\ops\ge_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8857564Z copying torch\include\ATen\ops\ge_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8864507Z copying torch\include\ATen\ops\ge_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8871411Z copying torch\include\ATen\ops\ge_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8878525Z copying torch\include\ATen\ops\ge_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8885846Z copying torch\include\ATen\ops\ge_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8892739Z copying torch\include\ATen\ops\ge_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8899331Z copying torch\include\ATen\ops\glu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8905971Z copying torch\include\ATen\ops\glu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8912863Z copying torch\include\ATen\ops\glu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8919855Z copying torch\include\ATen\ops\glu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8926752Z copying torch\include\ATen\ops\glu_backward_jvp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8934500Z copying torch\include\ATen\ops\glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8941831Z copying torch\include\ATen\ops\glu_backward_jvp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8948884Z copying torch\include\ATen\ops\glu_backward_jvp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8955722Z copying torch\include\ATen\ops\glu_backward_jvp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8962845Z copying torch\include\ATen\ops\glu_backward_jvp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8970235Z copying torch\include\ATen\ops\glu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8977340Z copying torch\include\ATen\ops\glu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8984705Z copying torch\include\ATen\ops\glu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8991629Z copying torch\include\ATen\ops\glu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.8998580Z copying torch\include\ATen\ops\glu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9005934Z copying torch\include\ATen\ops\glu_jvp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9013073Z copying torch\include\ATen\ops\glu_jvp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9039036Z copying torch\include\ATen\ops\glu_jvp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9045889Z copying torch\include\ATen\ops\glu_jvp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9052985Z copying torch\include\ATen\ops\glu_jvp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9060452Z copying torch\include\ATen\ops\glu_jvp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9067431Z copying torch\include\ATen\ops\glu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9074034Z copying torch\include\ATen\ops\glu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9080883Z copying torch\include\ATen\ops\glu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9087660Z copying torch\include\ATen\ops\glu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9094254Z copying torch\include\ATen\ops\gradient.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9101316Z copying torch\include\ATen\ops\gradient_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9114021Z copying torch\include\ATen\ops\gradient_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9121322Z copying torch\include\ATen\ops\gradient_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9128301Z copying torch\include\ATen\ops\greater.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9135822Z copying torch\include\ATen\ops\greater_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9145648Z copying torch\include\ATen\ops\greater_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9152617Z copying torch\include\ATen\ops\greater_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9159698Z copying torch\include\ATen\ops\greater_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9166372Z copying torch\include\ATen\ops\greater_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9173398Z copying torch\include\ATen\ops\greater_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9180229Z copying torch\include\ATen\ops\greater_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9187152Z copying torch\include\ATen\ops\grid_sampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9193671Z copying torch\include\ATen\ops\grid_sampler_2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9200468Z copying torch\include\ATen\ops\grid_sampler_2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9207514Z copying torch\include\ATen\ops\grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9214225Z copying torch\include\ATen\ops\grid_sampler_2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9221211Z copying torch\include\ATen\ops\grid_sampler_2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9228228Z copying torch\include\ATen\ops\grid_sampler_2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9235074Z copying torch\include\ATen\ops\grid_sampler_2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9242161Z copying torch\include\ATen\ops\grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9250136Z copying torch\include\ATen\ops\grid_sampler_2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9256717Z copying torch\include\ATen\ops\grid_sampler_2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9263455Z copying torch\include\ATen\ops\grid_sampler_2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9270441Z copying torch\include\ATen\ops\grid_sampler_2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9277241Z copying torch\include\ATen\ops\grid_sampler_3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9283888Z copying torch\include\ATen\ops\grid_sampler_3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9290932Z copying torch\include\ATen\ops\grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9297687Z copying torch\include\ATen\ops\grid_sampler_3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9304498Z copying torch\include\ATen\ops\grid_sampler_3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9311496Z copying torch\include\ATen\ops\grid_sampler_3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9318157Z copying torch\include\ATen\ops\grid_sampler_3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9324996Z copying torch\include\ATen\ops\grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9331599Z copying torch\include\ATen\ops\grid_sampler_3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9338438Z copying torch\include\ATen\ops\grid_sampler_3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9345051Z copying torch\include\ATen\ops\grid_sampler_3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9351800Z copying torch\include\ATen\ops\grid_sampler_3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9358762Z copying torch\include\ATen\ops\grid_sampler_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9365296Z copying torch\include\ATen\ops\grid_sampler_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9372136Z copying torch\include\ATen\ops\grid_sampler_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9378778Z copying torch\include\ATen\ops\group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9385577Z copying torch\include\ATen\ops\group_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9392409Z copying torch\include\ATen\ops\group_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9399324Z copying torch\include\ATen\ops\group_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9410894Z copying torch\include\ATen\ops\gru.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9417076Z copying torch\include\ATen\ops\gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9423632Z copying torch\include\ATen\ops\gru_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9430158Z copying torch\include\ATen\ops\gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9436564Z copying torch\include\ATen\ops\gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9447780Z copying torch\include\ATen\ops\gru_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9454185Z copying torch\include\ATen\ops\gru_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9460747Z copying torch\include\ATen\ops\gru_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9466961Z copying torch\include\ATen\ops\gt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9473603Z copying torch\include\ATen\ops\gt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9480022Z copying torch\include\ATen\ops\gt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9486502Z copying torch\include\ATen\ops\gt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9493307Z copying torch\include\ATen\ops\gt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9499621Z copying torch\include\ATen\ops\gt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9506069Z copying torch\include\ATen\ops\gt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9512573Z copying torch\include\ATen\ops\gt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9519222Z copying torch\include\ATen\ops\hamming_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9526048Z copying torch\include\ATen\ops\hamming_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9532510Z copying torch\include\ATen\ops\hamming_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9539061Z copying torch\include\ATen\ops\hamming_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9549505Z copying torch\include\ATen\ops\hann_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9556309Z copying torch\include\ATen\ops\hann_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9562903Z copying torch\include\ATen\ops\hann_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9569796Z copying torch\include\ATen\ops\hann_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9576252Z copying torch\include\ATen\ops\hardshrink.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9582761Z copying torch\include\ATen\ops\hardshrink_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9589849Z copying torch\include\ATen\ops\hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9596415Z copying torch\include\ATen\ops\hardshrink_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9603242Z copying torch\include\ATen\ops\hardshrink_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9610049Z copying torch\include\ATen\ops\hardshrink_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9616925Z copying torch\include\ATen\ops\hardshrink_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9623739Z copying torch\include\ATen\ops\hardshrink_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9630350Z copying torch\include\ATen\ops\hardshrink_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9638039Z copying torch\include\ATen\ops\hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9651425Z copying torch\include\ATen\ops\hardshrink_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9658128Z copying torch\include\ATen\ops\hardshrink_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9664923Z copying torch\include\ATen\ops\hardshrink_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9671620Z copying torch\include\ATen\ops\hardshrink_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9678286Z copying torch\include\ATen\ops\hardshrink_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9684785Z copying torch\include\ATen\ops\hardshrink_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9696183Z copying torch\include\ATen\ops\hardsigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9702735Z copying torch\include\ATen\ops\hardsigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9709904Z copying torch\include\ATen\ops\hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9716828Z copying torch\include\ATen\ops\hardsigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9723606Z copying torch\include\ATen\ops\hardsigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9735020Z copying torch\include\ATen\ops\hardsigmoid_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9741913Z copying torch\include\ATen\ops\hardsigmoid_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9748674Z copying torch\include\ATen\ops\hardsigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9755238Z copying torch\include\ATen\ops\hardsigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9762586Z copying torch\include\ATen\ops\hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9768973Z copying torch\include\ATen\ops\hardsigmoid_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9775954Z copying torch\include\ATen\ops\hardsigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9782328Z copying torch\include\ATen\ops\hardsigmoid_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9788851Z copying torch\include\ATen\ops\hardsigmoid_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9795300Z copying torch\include\ATen\ops\hardsigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9805841Z copying torch\include\ATen\ops\hardsigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9812978Z copying torch\include\ATen\ops\hardswish.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9819613Z copying torch\include\ATen\ops\hardswish_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9826301Z copying torch\include\ATen\ops\hardswish_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9832650Z copying torch\include\ATen\ops\hardswish_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9843905Z copying torch\include\ATen\ops\hardswish_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9850388Z copying torch\include\ATen\ops\hardswish_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9856990Z copying torch\include\ATen\ops\hardswish_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9863618Z copying torch\include\ATen\ops\hardswish_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9870345Z copying torch\include\ATen\ops\hardswish_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9877001Z copying torch\include\ATen\ops\hardswish_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9883672Z copying torch\include\ATen\ops\hardswish_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9890972Z copying torch\include\ATen\ops\hardswish_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9897510Z copying torch\include\ATen\ops\hardtanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9903682Z copying torch\include\ATen\ops\hardtanh_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9914159Z copying torch\include\ATen\ops\hardtanh_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9920933Z copying torch\include\ATen\ops\hardtanh_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9927484Z copying torch\include\ATen\ops\hardtanh_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9934016Z copying torch\include\ATen\ops\hardtanh_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9940538Z copying torch\include\ATen\ops\hardtanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9951658Z copying torch\include\ATen\ops\hardtanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9958366Z copying torch\include\ATen\ops\hardtanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9965218Z copying torch\include\ATen\ops\hardtanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9972071Z copying torch\include\ATen\ops\hardtanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9978634Z copying torch\include\ATen\ops\heaviside.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9985620Z copying torch\include\ATen\ops\heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9992269Z copying torch\include\ATen\ops\heaviside_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:34.9999240Z copying torch\include\ATen\ops\heaviside_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0005692Z copying torch\include\ATen\ops\heaviside_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0012630Z copying torch\include\ATen\ops\heaviside_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0019082Z copying torch\include\ATen\ops\heaviside_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0025615Z copying torch\include\ATen\ops\heaviside_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0032399Z copying torch\include\ATen\ops\hinge_embedding_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0038966Z copying torch\include\ATen\ops\hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0072139Z copying torch\include\ATen\ops\hinge_embedding_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0078847Z copying torch\include\ATen\ops\hinge_embedding_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0085575Z copying torch\include\ATen\ops\histc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0091973Z copying torch\include\ATen\ops\histc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0098560Z copying torch\include\ATen\ops\histc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0104967Z copying torch\include\ATen\ops\histc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0111456Z copying torch\include\ATen\ops\histc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0118064Z copying torch\include\ATen\ops\histogram.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0124553Z copying torch\include\ATen\ops\histogramdd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0131506Z copying torch\include\ATen\ops\histogramdd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0138376Z copying torch\include\ATen\ops\histogramdd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0145248Z copying torch\include\ATen\ops\histogramdd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0152246Z copying torch\include\ATen\ops\histogram_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0158864Z copying torch\include\ATen\ops\histogram_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0165397Z copying torch\include\ATen\ops\histogram_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0171902Z copying torch\include\ATen\ops\hsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0178538Z copying torch\include\ATen\ops\hsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0184877Z copying torch\include\ATen\ops\hsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0191441Z copying torch\include\ATen\ops\hsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0197962Z copying torch\include\ATen\ops\hspmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0204099Z copying torch\include\ATen\ops\hspmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0220752Z copying torch\include\ATen\ops\hspmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0227122Z copying torch\include\ATen\ops\hstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0233608Z copying torch\include\ATen\ops\hstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0239915Z copying torch\include\ATen\ops\hstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0246023Z copying torch\include\ATen\ops\hstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0252362Z copying torch\include\ATen\ops\huber_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0258923Z copying torch\include\ATen\ops\huber_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0265599Z copying torch\include\ATen\ops\huber_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0272011Z copying torch\include\ATen\ops\huber_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0278527Z copying torch\include\ATen\ops\huber_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0285210Z copying torch\include\ATen\ops\huber_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0291626Z copying torch\include\ATen\ops\huber_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0298649Z copying torch\include\ATen\ops\huber_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0305366Z copying torch\include\ATen\ops\huber_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0311994Z copying torch\include\ATen\ops\huber_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0318255Z copying torch\include\ATen\ops\huber_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0324453Z copying torch\include\ATen\ops\hypot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0330860Z copying torch\include\ATen\ops\hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0337129Z copying torch\include\ATen\ops\hypot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0343761Z copying torch\include\ATen\ops\hypot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0350254Z copying torch\include\ATen\ops\hypot_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0356633Z copying torch\include\ATen\ops\hypot_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0363171Z copying torch\include\ATen\ops\hypot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0369981Z copying torch\include\ATen\ops\hypot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0376010Z copying torch\include\ATen\ops\i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0382491Z copying torch\include\ATen\ops\i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0388766Z copying torch\include\ATen\ops\i0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0395645Z copying torch\include\ATen\ops\i0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0402142Z copying torch\include\ATen\ops\i0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0408266Z copying torch\include\ATen\ops\i0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0414928Z copying torch\include\ATen\ops\i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0421313Z copying torch\include\ATen\ops\i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0427738Z copying torch\include\ATen\ops\igamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0433911Z copying torch\include\ATen\ops\igammac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0441384Z copying torch\include\ATen\ops\igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0448023Z copying torch\include\ATen\ops\igammac_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0454805Z copying torch\include\ATen\ops\igammac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0461645Z copying torch\include\ATen\ops\igammac_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0468707Z copying torch\include\ATen\ops\igammac_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0475614Z copying torch\include\ATen\ops\igammac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0482706Z copying torch\include\ATen\ops\igammac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0489831Z copying torch\include\ATen\ops\igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0496940Z copying torch\include\ATen\ops\igamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0503434Z copying torch\include\ATen\ops\igamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0510486Z copying torch\include\ATen\ops\igamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0517455Z copying torch\include\ATen\ops\igamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0523979Z copying torch\include\ATen\ops\igamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0530733Z copying torch\include\ATen\ops\igamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0537300Z copying torch\include\ATen\ops\im2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0543964Z copying torch\include\ATen\ops\im2col_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0550887Z copying torch\include\ATen\ops\im2col_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0557699Z copying torch\include\ATen\ops\im2col_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0564852Z copying torch\include\ATen\ops\im2col_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0571236Z copying torch\include\ATen\ops\imag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0577630Z copying torch\include\ATen\ops\imag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0584112Z copying torch\include\ATen\ops\imag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0590577Z copying torch\include\ATen\ops\imag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0596753Z copying torch\include\ATen\ops\index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0603091Z copying torch\include\ATen\ops\index_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0610101Z copying torch\include\ATen\ops\index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0617104Z copying torch\include\ATen\ops\index_add_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0623654Z copying torch\include\ATen\ops\index_add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0630324Z copying torch\include\ATen\ops\index_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0637393Z copying torch\include\ATen\ops\index_add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0644050Z copying torch\include\ATen\ops\index_add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0650956Z copying torch\include\ATen\ops\index_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0657428Z copying torch\include\ATen\ops\index_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0664742Z copying torch\include\ATen\ops\index_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0671077Z copying torch\include\ATen\ops\index_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0678433Z copying torch\include\ATen\ops\index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0684954Z copying torch\include\ATen\ops\index_copy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0691572Z copying torch\include\ATen\ops\index_copy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0698158Z copying torch\include\ATen\ops\index_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0704896Z copying torch\include\ATen\ops\index_copy_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0711746Z copying torch\include\ATen\ops\index_copy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0718431Z copying torch\include\ATen\ops\index_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0725670Z copying torch\include\ATen\ops\index_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0732352Z copying torch\include\ATen\ops\index_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0739168Z copying torch\include\ATen\ops\index_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0745809Z copying torch\include\ATen\ops\index_fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0752798Z copying torch\include\ATen\ops\index_fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0759996Z copying torch\include\ATen\ops\index_fill_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0766606Z copying torch\include\ATen\ops\index_fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0773234Z copying torch\include\ATen\ops\index_fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0779890Z copying torch\include\ATen\ops\index_fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0786465Z copying torch\include\ATen\ops\index_fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0793104Z copying torch\include\ATen\ops\index_fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0800132Z copying torch\include\ATen\ops\index_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0806834Z copying torch\include\ATen\ops\index_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0813477Z copying torch\include\ATen\ops\index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0820537Z copying torch\include\ATen\ops\index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0827043Z copying torch\include\ATen\ops\index_put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0834031Z copying torch\include\ATen\ops\index_put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0840663Z copying torch\include\ATen\ops\index_put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0847373Z copying torch\include\ATen\ops\index_put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0880032Z copying torch\include\ATen\ops\index_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0887101Z copying torch\include\ATen\ops\index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0894112Z copying torch\include\ATen\ops\index_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0900669Z copying torch\include\ATen\ops\index_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0907647Z copying torch\include\ATen\ops\index_reduce_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0914405Z copying torch\include\ATen\ops\index_reduce_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0920996Z copying torch\include\ATen\ops\index_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0927808Z copying torch\include\ATen\ops\index_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0934528Z copying torch\include\ATen\ops\index_select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0941117Z copying torch\include\ATen\ops\index_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0948037Z copying torch\include\ATen\ops\index_select_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0954693Z copying torch\include\ATen\ops\index_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0961539Z copying torch\include\ATen\ops\index_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0968385Z copying torch\include\ATen\ops\index_select_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0975272Z copying torch\include\ATen\ops\index_select_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0981714Z copying torch\include\ATen\ops\index_select_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0988389Z copying torch\include\ATen\ops\index_select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.0994669Z copying torch\include\ATen\ops\index_select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1001098Z copying torch\include\ATen\ops\indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1009100Z copying torch\include\ATen\ops\indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1015921Z copying torch\include\ATen\ops\indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1022702Z copying torch\include\ATen\ops\indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1029198Z copying torch\include\ATen\ops\indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1035511Z copying torch\include\ATen\ops\indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1041968Z copying torch\include\ATen\ops\indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1048438Z copying torch\include\ATen\ops\indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1054518Z copying torch\include\ATen\ops\indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1061529Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1068401Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1075053Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1081723Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1087996Z copying torch\include\ATen\ops\inner.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1094491Z copying torch\include\ATen\ops\inner_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1100910Z copying torch\include\ATen\ops\inner_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1107290Z copying torch\include\ATen\ops\inner_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1113681Z copying torch\include\ATen\ops\instance_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1120757Z copying torch\include\ATen\ops\instance_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1127108Z copying torch\include\ATen\ops\instance_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1133429Z copying torch\include\ATen\ops\instance_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1139823Z copying torch\include\ATen\ops\int_repr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1146423Z copying torch\include\ATen\ops\int_repr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1152879Z copying torch\include\ATen\ops\int_repr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1159117Z copying torch\include\ATen\ops\int_repr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1165471Z copying torch\include\ATen\ops\inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1172014Z copying torch\include\ATen\ops\inverse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1178429Z copying torch\include\ATen\ops\inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1184698Z copying torch\include\ATen\ops\inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1191100Z copying torch\include\ATen\ops\isclose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1198072Z copying torch\include\ATen\ops\isclose_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1204707Z copying torch\include\ATen\ops\isclose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1210965Z copying torch\include\ATen\ops\isclose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1217458Z copying torch\include\ATen\ops\isfinite.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1225528Z copying torch\include\ATen\ops\isfinite_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1232288Z copying torch\include\ATen\ops\isfinite_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1239614Z copying torch\include\ATen\ops\isfinite_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1246542Z copying torch\include\ATen\ops\isin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1253453Z copying torch\include\ATen\ops\isinf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1277345Z copying torch\include\ATen\ops\isinf_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1284725Z copying torch\include\ATen\ops\isinf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1291683Z copying torch\include\ATen\ops\isinf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1299025Z copying torch\include\ATen\ops\isin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1305851Z copying torch\include\ATen\ops\isin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1312709Z copying torch\include\ATen\ops\isin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1320146Z copying torch\include\ATen\ops\isin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1327483Z copying torch\include\ATen\ops\isin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1334292Z copying torch\include\ATen\ops\isin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1341206Z copying torch\include\ATen\ops\isin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1347817Z copying torch\include\ATen\ops\isnan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1354636Z copying torch\include\ATen\ops\isnan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1361934Z copying torch\include\ATen\ops\isnan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1369141Z copying torch\include\ATen\ops\isnan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1376482Z copying torch\include\ATen\ops\isnan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1384012Z copying torch\include\ATen\ops\isnan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1390794Z copying torch\include\ATen\ops\isneginf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1398138Z copying torch\include\ATen\ops\isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1405313Z copying torch\include\ATen\ops\isneginf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1412311Z copying torch\include\ATen\ops\isneginf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1419186Z copying torch\include\ATen\ops\isneginf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1425991Z copying torch\include\ATen\ops\isneginf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1433157Z copying torch\include\ATen\ops\isneginf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1440623Z copying torch\include\ATen\ops\isneginf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1447642Z copying torch\include\ATen\ops\isposinf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1454854Z copying torch\include\ATen\ops\isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1461697Z copying torch\include\ATen\ops\isposinf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1468718Z copying torch\include\ATen\ops\isposinf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1475955Z copying torch\include\ATen\ops\isposinf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1483160Z copying torch\include\ATen\ops\isposinf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1490426Z copying torch\include\ATen\ops\isposinf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1497384Z copying torch\include\ATen\ops\isposinf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1504397Z copying torch\include\ATen\ops\isreal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1511175Z copying torch\include\ATen\ops\isreal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1518059Z copying torch\include\ATen\ops\isreal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1525010Z copying torch\include\ATen\ops\isreal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1532385Z copying torch\include\ATen\ops\istft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1539526Z copying torch\include\ATen\ops\istft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1546463Z copying torch\include\ATen\ops\istft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1553356Z copying torch\include\ATen\ops\istft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1560655Z copying torch\include\ATen\ops\is_coalesced.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1567889Z copying torch\include\ATen\ops\is_coalesced_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1574930Z copying torch\include\ATen\ops\is_coalesced_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1581686Z copying torch\include\ATen\ops\is_coalesced_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1588710Z copying torch\include\ATen\ops\is_complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1596019Z copying torch\include\ATen\ops\is_complex_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1603211Z copying torch\include\ATen\ops\is_complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1609706Z copying torch\include\ATen\ops\is_complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1616811Z copying torch\include\ATen\ops\is_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1623029Z copying torch\include\ATen\ops\is_conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1629815Z copying torch\include\ATen\ops\is_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1636261Z copying torch\include\ATen\ops\is_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1643015Z copying torch\include\ATen\ops\is_distributed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1649755Z copying torch\include\ATen\ops\is_distributed_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1656030Z copying torch\include\ATen\ops\is_distributed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1662781Z copying torch\include\ATen\ops\is_distributed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1669224Z copying torch\include\ATen\ops\is_floating_point.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1676042Z copying torch\include\ATen\ops\is_floating_point_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1682707Z copying torch\include\ATen\ops\is_floating_point_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1689074Z copying torch\include\ATen\ops\is_floating_point_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1695484Z copying torch\include\ATen\ops\is_inference.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1702183Z copying torch\include\ATen\ops\is_inference_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1708620Z copying torch\include\ATen\ops\is_inference_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1714819Z copying torch\include\ATen\ops\is_inference_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1721826Z copying torch\include\ATen\ops\is_leaf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1728118Z copying torch\include\ATen\ops\is_leaf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1734601Z copying torch\include\ATen\ops\is_leaf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1740638Z copying torch\include\ATen\ops\is_leaf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1746988Z copying torch\include\ATen\ops\is_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1753387Z copying torch\include\ATen\ops\is_neg_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1759731Z copying torch\include\ATen\ops\is_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1765818Z copying torch\include\ATen\ops\is_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1772184Z copying torch\include\ATen\ops\is_nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1778834Z copying torch\include\ATen\ops\is_nonzero_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1785335Z copying torch\include\ATen\ops\is_nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1791529Z copying torch\include\ATen\ops\is_nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1804857Z copying torch\include\ATen\ops\is_pinned.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1811238Z copying torch\include\ATen\ops\is_pinned_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1817495Z copying torch\include\ATen\ops\is_pinned_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1824390Z copying torch\include\ATen\ops\is_pinned_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1831155Z copying torch\include\ATen\ops\is_same_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1837831Z copying torch\include\ATen\ops\is_same_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1844412Z copying torch\include\ATen\ops\is_same_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1850835Z copying torch\include\ATen\ops\is_same_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1857310Z copying torch\include\ATen\ops\is_set_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1863406Z copying torch\include\ATen\ops\is_set_to_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1869726Z copying torch\include\ATen\ops\is_set_to_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1876471Z copying torch\include\ATen\ops\is_set_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1882769Z copying torch\include\ATen\ops\is_set_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1910990Z copying torch\include\ATen\ops\is_signed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1912002Z copying torch\include\ATen\ops\is_signed_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1913014Z copying torch\include\ATen\ops\is_signed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1913752Z copying torch\include\ATen\ops\is_signed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1914990Z copying torch\include\ATen\ops\is_vulkan_available.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1923046Z copying torch\include\ATen\ops\is_vulkan_available_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1929799Z copying torch\include\ATen\ops\is_vulkan_available_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1936809Z copying torch\include\ATen\ops\is_vulkan_available_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1943922Z copying torch\include\ATen\ops\item.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1950808Z copying torch\include\ATen\ops\item_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1957815Z copying torch\include\ATen\ops\item_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1964528Z copying torch\include\ATen\ops\item_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1971249Z copying torch\include\ATen\ops\kaiser_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1978718Z copying torch\include\ATen\ops\kaiser_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1986504Z copying torch\include\ATen\ops\kaiser_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.1993582Z copying torch\include\ATen\ops\kaiser_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2000596Z copying torch\include\ATen\ops\kl_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2007403Z copying torch\include\ATen\ops\kl_div_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2014178Z copying torch\include\ATen\ops\kl_div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2020829Z copying torch\include\ATen\ops\kl_div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2027734Z copying torch\include\ATen\ops\kron.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2035037Z copying torch\include\ATen\ops\kron_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2042253Z copying torch\include\ATen\ops\kron_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2049532Z copying torch\include\ATen\ops\kron_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2056245Z copying torch\include\ATen\ops\kthvalue.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2063079Z copying torch\include\ATen\ops\kthvalue_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2070289Z copying torch\include\ATen\ops\kthvalue_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2077536Z copying torch\include\ATen\ops\kthvalue_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2084652Z copying torch\include\ATen\ops\kthvalue_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2091771Z copying torch\include\ATen\ops\kthvalue_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2098758Z copying torch\include\ATen\ops\kthvalue_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2106585Z copying torch\include\ATen\ops\l1_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2113698Z copying torch\include\ATen\ops\l1_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2121060Z copying torch\include\ATen\ops\l1_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2127795Z copying torch\include\ATen\ops\l1_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2134905Z copying torch\include\ATen\ops\layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2141990Z copying torch\include\ATen\ops\layer_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2149210Z copying torch\include\ATen\ops\layer_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2156307Z copying torch\include\ATen\ops\layer_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2163322Z copying torch\include\ATen\ops\lcm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2170403Z copying torch\include\ATen\ops\lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2176979Z copying torch\include\ATen\ops\lcm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2183875Z copying torch\include\ATen\ops\lcm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2190600Z copying torch\include\ATen\ops\lcm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2197501Z copying torch\include\ATen\ops\lcm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2204815Z copying torch\include\ATen\ops\lcm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2211681Z copying torch\include\ATen\ops\lcm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2218222Z copying torch\include\ATen\ops\ldexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2225141Z copying torch\include\ATen\ops\ldexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2231869Z copying torch\include\ATen\ops\ldexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2238954Z copying torch\include\ATen\ops\ldexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2246108Z copying torch\include\ATen\ops\le.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2252742Z copying torch\include\ATen\ops\leaky_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2259839Z copying torch\include\ATen\ops\leaky_relu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2267549Z copying torch\include\ATen\ops\leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2274045Z copying torch\include\ATen\ops\leaky_relu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2281237Z copying torch\include\ATen\ops\leaky_relu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2287921Z copying torch\include\ATen\ops\leaky_relu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2295052Z copying torch\include\ATen\ops\leaky_relu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2301590Z copying torch\include\ATen\ops\leaky_relu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2308348Z copying torch\include\ATen\ops\leaky_relu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2315131Z copying torch\include\ATen\ops\leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2321913Z copying torch\include\ATen\ops\leaky_relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2342109Z copying torch\include\ATen\ops\leaky_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2348458Z copying torch\include\ATen\ops\leaky_relu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2354937Z copying torch\include\ATen\ops\leaky_relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2361684Z copying torch\include\ATen\ops\leaky_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2368089Z copying torch\include\ATen\ops\leaky_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2374828Z copying torch\include\ATen\ops\lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2381855Z copying torch\include\ATen\ops\lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2388156Z copying torch\include\ATen\ops\lerp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2394564Z copying torch\include\ATen\ops\lerp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2401056Z copying torch\include\ATen\ops\lerp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2407450Z copying torch\include\ATen\ops\lerp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2414087Z copying torch\include\ATen\ops\lerp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2420443Z copying torch\include\ATen\ops\lerp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2426469Z copying torch\include\ATen\ops\less.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2432701Z copying torch\include\ATen\ops\less_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2438997Z copying torch\include\ATen\ops\less_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2445756Z copying torch\include\ATen\ops\less_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2452101Z copying torch\include\ATen\ops\less_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2458442Z copying torch\include\ATen\ops\less_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2464909Z copying torch\include\ATen\ops\less_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2471160Z copying torch\include\ATen\ops\less_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2477749Z copying torch\include\ATen\ops\le_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2484719Z copying torch\include\ATen\ops\le_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2491977Z copying torch\include\ATen\ops\le_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2498828Z copying torch\include\ATen\ops\le_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2505699Z copying torch\include\ATen\ops\le_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2512648Z copying torch\include\ATen\ops\le_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2519746Z copying torch\include\ATen\ops\le_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2526279Z copying torch\include\ATen\ops\lgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2533747Z copying torch\include\ATen\ops\lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2540720Z copying torch\include\ATen\ops\lgamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2547795Z copying torch\include\ATen\ops\lgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2554857Z copying torch\include\ATen\ops\lgamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2561831Z copying torch\include\ATen\ops\lgamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2568719Z copying torch\include\ATen\ops\lgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2576417Z copying torch\include\ATen\ops\lgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2583410Z copying torch\include\ATen\ops\lift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2590428Z copying torch\include\ATen\ops\lift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2597460Z copying torch\include\ATen\ops\lift_fresh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2604593Z copying torch\include\ATen\ops\lift_fresh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2611636Z copying torch\include\ATen\ops\lift_fresh_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2620286Z copying torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2627333Z copying torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2634292Z copying torch\include\ATen\ops\lift_fresh_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2641422Z copying torch\include\ATen\ops\lift_fresh_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2648919Z copying torch\include\ATen\ops\lift_fresh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2655850Z copying torch\include\ATen\ops\lift_fresh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2683850Z copying torch\include\ATen\ops\lift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2690545Z copying torch\include\ATen\ops\lift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2697280Z copying torch\include\ATen\ops\linalg_cholesky.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2705133Z copying torch\include\ATen\ops\linalg_cholesky_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2711953Z copying torch\include\ATen\ops\linalg_cholesky_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2719937Z copying torch\include\ATen\ops\linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2727142Z copying torch\include\ATen\ops\linalg_cholesky_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2734345Z copying torch\include\ATen\ops\linalg_cholesky_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2741448Z copying torch\include\ATen\ops\linalg_cholesky_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2748639Z copying torch\include\ATen\ops\linalg_cholesky_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2756358Z copying torch\include\ATen\ops\linalg_cholesky_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2763508Z copying torch\include\ATen\ops\linalg_cholesky_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2770579Z copying torch\include\ATen\ops\linalg_cholesky_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2777751Z copying torch\include\ATen\ops\linalg_cholesky_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2784921Z copying torch\include\ATen\ops\linalg_cond.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2793028Z copying torch\include\ATen\ops\linalg_cond_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2800098Z copying torch\include\ATen\ops\linalg_cond_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2807405Z copying torch\include\ATen\ops\linalg_cond_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2817921Z copying torch\include\ATen\ops\linalg_cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2824023Z copying torch\include\ATen\ops\linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2830526Z copying torch\include\ATen\ops\linalg_cross_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2837595Z copying torch\include\ATen\ops\linalg_cross_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2844576Z copying torch\include\ATen\ops\linalg_cross_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2851137Z copying torch\include\ATen\ops\linalg_cross_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2857818Z copying torch\include\ATen\ops\linalg_cross_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2864494Z copying torch\include\ATen\ops\linalg_cross_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2871149Z copying torch\include\ATen\ops\linalg_det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2878311Z copying torch\include\ATen\ops\linalg_det_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2884829Z copying torch\include\ATen\ops\linalg_det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2897737Z copying torch\include\ATen\ops\linalg_det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2904402Z copying torch\include\ATen\ops\linalg_diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2911196Z copying torch\include\ATen\ops\linalg_diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2917620Z copying torch\include\ATen\ops\linalg_diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2924137Z copying torch\include\ATen\ops\linalg_diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2930624Z copying torch\include\ATen\ops\linalg_eig.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2937235Z copying torch\include\ATen\ops\linalg_eigh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2944333Z copying torch\include\ATen\ops\linalg_eigh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2950692Z copying torch\include\ATen\ops\linalg_eigh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2957387Z copying torch\include\ATen\ops\linalg_eigh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2963896Z copying torch\include\ATen\ops\linalg_eigvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2970389Z copying torch\include\ATen\ops\linalg_eigvalsh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2977212Z copying torch\include\ATen\ops\linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2984578Z copying torch\include\ATen\ops\linalg_eigvalsh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2992015Z copying torch\include\ATen\ops\linalg_eigvalsh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.2998650Z copying torch\include\ATen\ops\linalg_eigvals_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3005423Z copying torch\include\ATen\ops\linalg_eigvals_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3011864Z copying torch\include\ATen\ops\linalg_eigvals_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3018393Z copying torch\include\ATen\ops\linalg_eigvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3024443Z copying torch\include\ATen\ops\linalg_eigvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3030903Z copying torch\include\ATen\ops\linalg_eig_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3037632Z copying torch\include\ATen\ops\linalg_eig_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3044201Z copying torch\include\ATen\ops\linalg_eig_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3050586Z copying torch\include\ATen\ops\linalg_eig_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3057171Z copying torch\include\ATen\ops\linalg_householder_product.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3063821Z copying torch\include\ATen\ops\linalg_householder_product_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3070594Z copying torch\include\ATen\ops\linalg_householder_product_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3077261Z copying torch\include\ATen\ops\linalg_householder_product_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3084565Z copying torch\include\ATen\ops\linalg_householder_product_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3090712Z copying torch\include\ATen\ops\linalg_inv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3097507Z copying torch\include\ATen\ops\linalg_inv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3103812Z copying torch\include\ATen\ops\linalg_inv_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3110590Z copying torch\include\ATen\ops\linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3116847Z copying torch\include\ATen\ops\linalg_inv_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3124162Z copying torch\include\ATen\ops\linalg_inv_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3130551Z copying torch\include\ATen\ops\linalg_inv_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3137091Z copying torch\include\ATen\ops\linalg_inv_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3143576Z copying torch\include\ATen\ops\linalg_inv_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3149971Z copying torch\include\ATen\ops\linalg_inv_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3156558Z copying torch\include\ATen\ops\linalg_inv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3162863Z copying torch\include\ATen\ops\linalg_inv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3169540Z copying torch\include\ATen\ops\linalg_ldl_factor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3176416Z copying torch\include\ATen\ops\linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3182958Z copying torch\include\ATen\ops\linalg_ldl_factor_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3190172Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3196859Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3203659Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3210556Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3217322Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3223973Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3230848Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3237697Z copying torch\include\ATen\ops\linalg_ldl_factor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3244345Z copying torch\include\ATen\ops\linalg_ldl_factor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3251128Z copying torch\include\ATen\ops\linalg_ldl_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3258244Z copying torch\include\ATen\ops\linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3264947Z copying torch\include\ATen\ops\linalg_ldl_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3271680Z copying torch\include\ATen\ops\linalg_ldl_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3278486Z copying torch\include\ATen\ops\linalg_ldl_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3285364Z copying torch\include\ATen\ops\linalg_ldl_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3292497Z copying torch\include\ATen\ops\linalg_ldl_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3299215Z copying torch\include\ATen\ops\linalg_ldl_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3305788Z copying torch\include\ATen\ops\linalg_lstsq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3312830Z copying torch\include\ATen\ops\linalg_lstsq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3319522Z copying torch\include\ATen\ops\linalg_lstsq_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3326294Z copying torch\include\ATen\ops\linalg_lstsq_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3332893Z copying torch\include\ATen\ops\linalg_lstsq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3340058Z copying torch\include\ATen\ops\linalg_lstsq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3347116Z copying torch\include\ATen\ops\linalg_lu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3355025Z copying torch\include\ATen\ops\linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3361759Z copying torch\include\ATen\ops\linalg_lu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3368516Z copying torch\include\ATen\ops\linalg_lu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3375261Z copying torch\include\ATen\ops\linalg_lu_factor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3382475Z copying torch\include\ATen\ops\linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3389691Z copying torch\include\ATen\ops\linalg_lu_factor_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3396837Z copying torch\include\ATen\ops\linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3403636Z copying torch\include\ATen\ops\linalg_lu_factor_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3420179Z copying torch\include\ATen\ops\linalg_lu_factor_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3426827Z copying torch\include\ATen\ops\linalg_lu_factor_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3433570Z copying torch\include\ATen\ops\linalg_lu_factor_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3440565Z copying torch\include\ATen\ops\linalg_lu_factor_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3447234Z copying torch\include\ATen\ops\linalg_lu_factor_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3453890Z copying torch\include\ATen\ops\linalg_lu_factor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3460539Z copying torch\include\ATen\ops\linalg_lu_factor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3467166Z copying torch\include\ATen\ops\linalg_lu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3474051Z copying torch\include\ATen\ops\linalg_lu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3480742Z copying torch\include\ATen\ops\linalg_lu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3487586Z copying torch\include\ATen\ops\linalg_lu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3494372Z copying torch\include\ATen\ops\linalg_lu_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3501525Z copying torch\include\ATen\ops\linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3508194Z copying torch\include\ATen\ops\linalg_lu_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3514822Z copying torch\include\ATen\ops\linalg_lu_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3521627Z copying torch\include\ATen\ops\linalg_lu_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3528475Z copying torch\include\ATen\ops\linalg_lu_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3535441Z copying torch\include\ATen\ops\linalg_lu_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3542019Z copying torch\include\ATen\ops\linalg_lu_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3548836Z copying torch\include\ATen\ops\linalg_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3556151Z copying torch\include\ATen\ops\linalg_matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3562427Z copying torch\include\ATen\ops\linalg_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3573160Z copying torch\include\ATen\ops\linalg_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3579671Z copying torch\include\ATen\ops\linalg_matrix_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3586846Z copying torch\include\ATen\ops\linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3593867Z copying torch\include\ATen\ops\linalg_matrix_exp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3600568Z copying torch\include\ATen\ops\linalg_matrix_exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3606986Z copying torch\include\ATen\ops\linalg_matrix_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3613636Z copying torch\include\ATen\ops\linalg_matrix_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3620189Z copying torch\include\ATen\ops\linalg_matrix_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3626900Z copying torch\include\ATen\ops\linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3633575Z copying torch\include\ATen\ops\linalg_matrix_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3640175Z copying torch\include\ATen\ops\linalg_matrix_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3646903Z copying torch\include\ATen\ops\linalg_matrix_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3653771Z copying torch\include\ATen\ops\linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3660236Z copying torch\include\ATen\ops\linalg_matrix_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3666822Z copying torch\include\ATen\ops\linalg_matrix_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3673980Z copying torch\include\ATen\ops\linalg_matrix_rank.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3680818Z copying torch\include\ATen\ops\linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3687431Z copying torch\include\ATen\ops\linalg_matrix_rank_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3694036Z copying torch\include\ATen\ops\linalg_matrix_rank_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3701142Z copying torch\include\ATen\ops\linalg_multi_dot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3707429Z copying torch\include\ATen\ops\linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3714180Z copying torch\include\ATen\ops\linalg_multi_dot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3720680Z copying torch\include\ATen\ops\linalg_multi_dot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3727242Z copying torch\include\ATen\ops\linalg_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3733962Z copying torch\include\ATen\ops\linalg_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3740373Z copying torch\include\ATen\ops\linalg_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3746931Z copying torch\include\ATen\ops\linalg_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3753455Z copying torch\include\ATen\ops\linalg_pinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3760690Z copying torch\include\ATen\ops\linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3767356Z copying torch\include\ATen\ops\linalg_pinv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3774205Z copying torch\include\ATen\ops\linalg_pinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3780951Z copying torch\include\ATen\ops\linalg_pinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3787639Z copying torch\include\ATen\ops\linalg_pinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3794405Z copying torch\include\ATen\ops\linalg_qr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3802049Z copying torch\include\ATen\ops\linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3808200Z copying torch\include\ATen\ops\linalg_qr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3814908Z copying torch\include\ATen\ops\linalg_qr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3821416Z copying torch\include\ATen\ops\linalg_qr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3828506Z copying torch\include\ATen\ops\linalg_qr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3835119Z copying torch\include\ATen\ops\linalg_qr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3842077Z copying torch\include\ATen\ops\linalg_qr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3849053Z copying torch\include\ATen\ops\linalg_slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3856000Z copying torch\include\ATen\ops\linalg_slogdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3862555Z copying torch\include\ATen\ops\linalg_slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3869268Z copying torch\include\ATen\ops\linalg_slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3875866Z copying torch\include\ATen\ops\linalg_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3882958Z copying torch\include\ATen\ops\linalg_solve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3889936Z copying torch\include\ATen\ops\linalg_solve_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3897015Z copying torch\include\ATen\ops\linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3903937Z copying torch\include\ATen\ops\linalg_solve_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3910155Z copying torch\include\ATen\ops\linalg_solve_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3916781Z copying torch\include\ATen\ops\linalg_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3923723Z copying torch\include\ATen\ops\linalg_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3930135Z copying torch\include\ATen\ops\linalg_solve_triangular.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3953550Z copying torch\include\ATen\ops\linalg_solve_triangular_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3960686Z copying torch\include\ATen\ops\linalg_solve_triangular_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3967480Z copying torch\include\ATen\ops\linalg_solve_triangular_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3974100Z copying torch\include\ATen\ops\linalg_solve_triangular_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3980574Z copying torch\include\ATen\ops\linalg_svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3987145Z copying torch\include\ATen\ops\linalg_svdvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.3994077Z copying torch\include\ATen\ops\linalg_svdvals_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4001077Z copying torch\include\ATen\ops\linalg_svdvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4008077Z copying torch\include\ATen\ops\linalg_svdvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4015023Z copying torch\include\ATen\ops\linalg_svd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4021617Z copying torch\include\ATen\ops\linalg_svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4028217Z copying torch\include\ATen\ops\linalg_svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4034895Z copying torch\include\ATen\ops\linalg_tensorinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4042192Z copying torch\include\ATen\ops\linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4049023Z copying torch\include\ATen\ops\linalg_tensorinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4055726Z copying torch\include\ATen\ops\linalg_tensorinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4062432Z copying torch\include\ATen\ops\linalg_tensorsolve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4069376Z copying torch\include\ATen\ops\linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4076419Z copying torch\include\ATen\ops\linalg_tensorsolve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4083415Z copying torch\include\ATen\ops\linalg_tensorsolve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4090075Z copying torch\include\ATen\ops\linalg_vander.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4097268Z copying torch\include\ATen\ops\linalg_vander_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4104038Z copying torch\include\ATen\ops\linalg_vander_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4110532Z copying torch\include\ATen\ops\linalg_vander_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4117183Z copying torch\include\ATen\ops\linalg_vecdot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4124030Z copying torch\include\ATen\ops\linalg_vecdot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4130651Z copying torch\include\ATen\ops\linalg_vecdot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4137176Z copying torch\include\ATen\ops\linalg_vecdot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4143917Z copying torch\include\ATen\ops\linalg_vector_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4151037Z copying torch\include\ATen\ops\linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4157733Z copying torch\include\ATen\ops\linalg_vector_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4164335Z copying torch\include\ATen\ops\linalg_vector_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4170857Z copying torch\include\ATen\ops\linalg_vector_norm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4177648Z copying torch\include\ATen\ops\linalg_vector_norm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4184405Z copying torch\include\ATen\ops\linalg_vector_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4191014Z copying torch\include\ATen\ops\linalg_vector_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4197480Z copying torch\include\ATen\ops\linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4228500Z copying torch\include\ATen\ops\linear_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4235413Z copying torch\include\ATen\ops\linear_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4241909Z copying torch\include\ATen\ops\linear_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4248356Z copying torch\include\ATen\ops\linear_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4255241Z copying torch\include\ATen\ops\linear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4261916Z copying torch\include\ATen\ops\linear_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4268392Z copying torch\include\ATen\ops\linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4274895Z copying torch\include\ATen\ops\linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4281502Z copying torch\include\ATen\ops\linspace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4287954Z copying torch\include\ATen\ops\linspace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4294370Z copying torch\include\ATen\ops\linspace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4301161Z copying torch\include\ATen\ops\linspace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4307557Z copying torch\include\ATen\ops\linspace_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4313928Z copying torch\include\ATen\ops\linspace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4320759Z copying torch\include\ATen\ops\linspace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4327338Z copying torch\include\ATen\ops\log.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4333980Z copying torch\include\ATen\ops\log10.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4340679Z copying torch\include\ATen\ops\log10_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4347104Z copying torch\include\ATen\ops\log10_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4353909Z copying torch\include\ATen\ops\log10_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4360514Z copying torch\include\ATen\ops\log10_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4366957Z copying torch\include\ATen\ops\log10_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4373711Z copying torch\include\ATen\ops\log10_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4380992Z copying torch\include\ATen\ops\log10_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4387512Z copying torch\include\ATen\ops\log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4394236Z copying torch\include\ATen\ops\log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4400977Z copying torch\include\ATen\ops\log1p_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4407623Z copying torch\include\ATen\ops\log1p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4414127Z copying torch\include\ATen\ops\log1p_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4420563Z copying torch\include\ATen\ops\log1p_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4427961Z copying torch\include\ATen\ops\log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4434649Z copying torch\include\ATen\ops\log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4441408Z copying torch\include\ATen\ops\log2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4448117Z copying torch\include\ATen\ops\log2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4454672Z copying torch\include\ATen\ops\log2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4461266Z copying torch\include\ATen\ops\log2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4467900Z copying torch\include\ATen\ops\log2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4474516Z copying torch\include\ATen\ops\log2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4506003Z copying torch\include\ATen\ops\log2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4519881Z copying torch\include\ATen\ops\log2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4526493Z copying torch\include\ATen\ops\logaddexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4533179Z copying torch\include\ATen\ops\logaddexp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4540285Z copying torch\include\ATen\ops\logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4547076Z copying torch\include\ATen\ops\logaddexp2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4554164Z copying torch\include\ATen\ops\logaddexp2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4560539Z copying torch\include\ATen\ops\logaddexp2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4567366Z copying torch\include\ATen\ops\logaddexp2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4573892Z copying torch\include\ATen\ops\logaddexp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4580783Z copying torch\include\ATen\ops\logaddexp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4587499Z copying torch\include\ATen\ops\logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4594295Z copying torch\include\ATen\ops\logaddexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4601520Z copying torch\include\ATen\ops\logaddexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4608205Z copying torch\include\ATen\ops\logaddexp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4614954Z copying torch\include\ATen\ops\logaddexp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4621532Z copying torch\include\ATen\ops\logaddexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4628306Z copying torch\include\ATen\ops\logaddexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4640165Z copying torch\include\ATen\ops\logcumsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4645748Z copying torch\include\ATen\ops\logcumsumexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4652471Z copying torch\include\ATen\ops\logcumsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4659040Z copying torch\include\ATen\ops\logcumsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4666948Z copying torch\include\ATen\ops\logcumsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4674420Z copying torch\include\ATen\ops\logdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4680809Z copying torch\include\ATen\ops\logdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4688006Z copying torch\include\ATen\ops\logdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4694315Z copying torch\include\ATen\ops\logdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4700985Z copying torch\include\ATen\ops\logical_and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4707623Z copying torch\include\ATen\ops\logical_and_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4713981Z copying torch\include\ATen\ops\logical_and_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4721089Z copying torch\include\ATen\ops\logical_and_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4727800Z copying torch\include\ATen\ops\logical_and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4734438Z copying torch\include\ATen\ops\logical_and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4740878Z copying torch\include\ATen\ops\logical_not.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4747687Z copying torch\include\ATen\ops\logical_not_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4754236Z copying torch\include\ATen\ops\logical_not_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4761033Z copying torch\include\ATen\ops\logical_not_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4767639Z copying torch\include\ATen\ops\logical_not_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4774873Z copying torch\include\ATen\ops\logical_not_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4781520Z copying torch\include\ATen\ops\logical_or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4789106Z copying torch\include\ATen\ops\logical_or_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4795587Z copying torch\include\ATen\ops\logical_or_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4802251Z copying torch\include\ATen\ops\logical_or_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4808832Z copying torch\include\ATen\ops\logical_or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4815361Z copying torch\include\ATen\ops\logical_or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4821915Z copying torch\include\ATen\ops\logical_xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4829332Z copying torch\include\ATen\ops\logical_xor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4836663Z copying torch\include\ATen\ops\logical_xor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4843743Z copying torch\include\ATen\ops\logical_xor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4849931Z copying torch\include\ATen\ops\logical_xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4856322Z copying torch\include\ATen\ops\logical_xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4863562Z copying torch\include\ATen\ops\logit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4869979Z copying torch\include\ATen\ops\logit_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4877241Z copying torch\include\ATen\ops\logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4886012Z copying torch\include\ATen\ops\logit_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4893000Z copying torch\include\ATen\ops\logit_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4900207Z copying torch\include\ATen\ops\logit_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4907365Z copying torch\include\ATen\ops\logit_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4915061Z copying torch\include\ATen\ops\logit_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4922657Z copying torch\include\ATen\ops\logit_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4929922Z copying torch\include\ATen\ops\logit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4936948Z copying torch\include\ATen\ops\logit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4943997Z copying torch\include\ATen\ops\logit_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4951971Z copying torch\include\ATen\ops\logit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4959875Z copying torch\include\ATen\ops\logit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4967087Z copying torch\include\ATen\ops\logspace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4974189Z copying torch\include\ATen\ops\logspace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4981568Z copying torch\include\ATen\ops\logspace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4989335Z copying torch\include\ATen\ops\logspace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.4997046Z copying torch\include\ATen\ops\logspace_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5004123Z copying torch\include\ATen\ops\logspace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5011502Z copying torch\include\ATen\ops\logspace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5018984Z copying torch\include\ATen\ops\logsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5026655Z copying torch\include\ATen\ops\logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5034415Z copying torch\include\ATen\ops\logsumexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5042167Z copying torch\include\ATen\ops\logsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5049641Z copying torch\include\ATen\ops\logsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5056686Z copying torch\include\ATen\ops\logsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5079404Z copying torch\include\ATen\ops\log_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5086368Z copying torch\include\ATen\ops\log_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5093709Z copying torch\include\ATen\ops\log_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5100519Z copying torch\include\ATen\ops\log_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5107153Z copying torch\include\ATen\ops\log_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5115000Z copying torch\include\ATen\ops\log_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5121986Z copying torch\include\ATen\ops\log_normal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5129169Z copying torch\include\ATen\ops\log_normal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5136447Z copying torch\include\ATen\ops\log_normal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5144407Z copying torch\include\ATen\ops\log_normal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5151676Z copying torch\include\ATen\ops\log_normal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5158730Z copying torch\include\ATen\ops\log_normal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5165715Z copying torch\include\ATen\ops\log_normal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5173447Z copying torch\include\ATen\ops\log_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5179887Z copying torch\include\ATen\ops\log_sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5188013Z copying torch\include\ATen\ops\log_sigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5195328Z copying torch\include\ATen\ops\log_sigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5202557Z copying torch\include\ATen\ops\log_sigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5209960Z copying torch\include\ATen\ops\log_sigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5217714Z copying torch\include\ATen\ops\log_sigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5224952Z copying torch\include\ATen\ops\log_sigmoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5231500Z copying torch\include\ATen\ops\log_sigmoid_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5239098Z copying torch\include\ATen\ops\log_sigmoid_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5245840Z copying torch\include\ATen\ops\log_sigmoid_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5252945Z copying torch\include\ATen\ops\log_sigmoid_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5259540Z copying torch\include\ATen\ops\log_sigmoid_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5266035Z copying torch\include\ATen\ops\log_sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5272916Z copying torch\include\ATen\ops\log_sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5279651Z copying torch\include\ATen\ops\log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5286881Z copying torch\include\ATen\ops\log_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5313473Z copying torch\include\ATen\ops\log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5320485Z copying torch\include\ATen\ops\log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5327307Z copying torch\include\ATen\ops\log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5333705Z copying torch\include\ATen\ops\lshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5340200Z copying torch\include\ATen\ops\lshift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5351177Z copying torch\include\ATen\ops\lshift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5357964Z copying torch\include\ATen\ops\lshift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5364759Z copying torch\include\ATen\ops\lshift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5371299Z copying torch\include\ATen\ops\lshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5378396Z copying torch\include\ATen\ops\lshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5385131Z copying torch\include\ATen\ops\lstm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5391258Z copying torch\include\ATen\ops\lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5398370Z copying torch\include\ATen\ops\lstm_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5404770Z copying torch\include\ATen\ops\lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5411260Z copying torch\include\ATen\ops\lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5418017Z copying torch\include\ATen\ops\lstm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5424422Z copying torch\include\ATen\ops\lstm_mps_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5431652Z copying torch\include\ATen\ops\lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5438707Z copying torch\include\ATen\ops\lstm_mps_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5445236Z copying torch\include\ATen\ops\lstm_mps_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5452522Z copying torch\include\ATen\ops\lstm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5458758Z copying torch\include\ATen\ops\lstm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5464445Z copying torch\include\ATen\ops\lt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5470816Z copying torch\include\ATen\ops\lt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5477207Z copying torch\include\ATen\ops\lt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5483480Z copying torch\include\ATen\ops\lt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5489727Z copying torch\include\ATen\ops\lt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5495908Z copying torch\include\ATen\ops\lt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5502284Z copying torch\include\ATen\ops\lt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5508740Z copying torch\include\ATen\ops\lt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5515074Z copying torch\include\ATen\ops\lu_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5522019Z copying torch\include\ATen\ops\lu_solve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5529085Z copying torch\include\ATen\ops\lu_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5535910Z copying torch\include\ATen\ops\lu_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5542773Z copying torch\include\ATen\ops\lu_unpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5549979Z copying torch\include\ATen\ops\lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5557712Z copying torch\include\ATen\ops\lu_unpack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5564925Z copying torch\include\ATen\ops\lu_unpack_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5571838Z copying torch\include\ATen\ops\lu_unpack_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5578842Z copying torch\include\ATen\ops\lu_unpack_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5586584Z copying torch\include\ATen\ops\lu_unpack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5593819Z copying torch\include\ATen\ops\lu_unpack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5600953Z copying torch\include\ATen\ops\margin_ranking_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5608241Z copying torch\include\ATen\ops\margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5615600Z copying torch\include\ATen\ops\margin_ranking_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5622567Z copying torch\include\ATen\ops\margin_ranking_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5629690Z copying torch\include\ATen\ops\masked_fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5637258Z copying torch\include\ATen\ops\masked_fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5653627Z copying torch\include\ATen\ops\masked_fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5660907Z copying torch\include\ATen\ops\masked_fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5668278Z copying torch\include\ATen\ops\masked_fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5675613Z copying torch\include\ATen\ops\masked_fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5683089Z copying torch\include\ATen\ops\masked_fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5690442Z copying torch\include\ATen\ops\masked_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5697734Z copying torch\include\ATen\ops\masked_scatter_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5705463Z copying torch\include\ATen\ops\masked_scatter_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5712330Z copying torch\include\ATen\ops\masked_scatter_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5720058Z copying torch\include\ATen\ops\masked_scatter_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5727625Z copying torch\include\ATen\ops\masked_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5734720Z copying torch\include\ATen\ops\masked_scatter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5742109Z copying torch\include\ATen\ops\masked_scatter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5748936Z copying torch\include\ATen\ops\masked_scatter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5756290Z copying torch\include\ATen\ops\masked_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5763950Z copying torch\include\ATen\ops\masked_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5771050Z copying torch\include\ATen\ops\masked_select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5778149Z copying torch\include\ATen\ops\masked_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5785760Z copying torch\include\ATen\ops\masked_select_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5793561Z copying torch\include\ATen\ops\masked_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5800481Z copying torch\include\ATen\ops\masked_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5807588Z copying torch\include\ATen\ops\masked_select_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5814875Z copying torch\include\ATen\ops\masked_select_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5822327Z copying torch\include\ATen\ops\masked_select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5829660Z copying torch\include\ATen\ops\masked_select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5836815Z copying torch\include\ATen\ops\matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5843950Z copying torch\include\ATen\ops\matmul_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5851944Z copying torch\include\ATen\ops\matmul_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5858847Z copying torch\include\ATen\ops\matmul_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5866578Z copying torch\include\ATen\ops\matmul_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5873811Z copying torch\include\ATen\ops\matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5880859Z copying torch\include\ATen\ops\matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5887867Z copying torch\include\ATen\ops\matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5895124Z copying torch\include\ATen\ops\matrix_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5901638Z copying torch\include\ATen\ops\matrix_exp_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5908940Z copying torch\include\ATen\ops\matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5916106Z copying torch\include\ATen\ops\matrix_exp_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5922550Z copying torch\include\ATen\ops\matrix_exp_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5929237Z copying torch\include\ATen\ops\matrix_exp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5935835Z copying torch\include\ATen\ops\matrix_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5942630Z copying torch\include\ATen\ops\matrix_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5949066Z copying torch\include\ATen\ops\matrix_H.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5955097Z copying torch\include\ATen\ops\matrix_H_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5961799Z copying torch\include\ATen\ops\matrix_H_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5968006Z copying torch\include\ATen\ops\matrix_H_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5975603Z copying torch\include\ATen\ops\matrix_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5982461Z copying torch\include\ATen\ops\matrix_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5988918Z copying torch\include\ATen\ops\matrix_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.5995759Z copying torch\include\ATen\ops\matrix_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6002807Z copying torch\include\ATen\ops\max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6008867Z copying torch\include\ATen\ops\maximum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6015803Z copying torch\include\ATen\ops\maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6022068Z copying torch\include\ATen\ops\maximum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6028593Z copying torch\include\ATen\ops\maximum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6034938Z copying torch\include\ATen\ops\maximum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6041644Z copying torch\include\ATen\ops\maximum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6048122Z copying torch\include\ATen\ops\maximum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6054576Z copying torch\include\ATen\ops\maximum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6061387Z copying torch\include\ATen\ops\max_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6068176Z copying torch\include\ATen\ops\max_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6074894Z copying torch\include\ATen\ops\max_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6081767Z copying torch\include\ATen\ops\max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6088466Z copying torch\include\ATen\ops\max_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6094703Z copying torch\include\ATen\ops\max_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6101660Z copying torch\include\ATen\ops\max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6108588Z copying torch\include\ATen\ops\max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6115634Z copying torch\include\ATen\ops\max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6123769Z copying torch\include\ATen\ops\max_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6131145Z copying torch\include\ATen\ops\max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6138411Z copying torch\include\ATen\ops\max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6145210Z copying torch\include\ATen\ops\max_pool1d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6153165Z copying torch\include\ATen\ops\max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6160307Z copying torch\include\ATen\ops\max_pool1d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6168021Z copying torch\include\ATen\ops\max_pool1d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6174653Z copying torch\include\ATen\ops\max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6181731Z copying torch\include\ATen\ops\max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6189935Z copying torch\include\ATen\ops\max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6203182Z copying torch\include\ATen\ops\max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6209664Z copying torch\include\ATen\ops\max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6216879Z copying torch\include\ATen\ops\max_pool2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6223587Z copying torch\include\ATen\ops\max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6230281Z copying torch\include\ATen\ops\max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6237169Z copying torch\include\ATen\ops\max_pool2d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6244116Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6251398Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6258287Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6265418Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6271952Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6279158Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6286017Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6292699Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6300152Z copying torch\include\ATen\ops\max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6306987Z copying torch\include\ATen\ops\max_pool2d_with_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6314287Z copying torch\include\ATen\ops\max_pool2d_with_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6321203Z copying torch\include\ATen\ops\max_pool2d_with_indices_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6328510Z copying torch\include\ATen\ops\max_pool2d_with_indices_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6335479Z copying torch\include\ATen\ops\max_pool2d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6343436Z copying torch\include\ATen\ops\max_pool2d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6367421Z copying torch\include\ATen\ops\max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6374462Z copying torch\include\ATen\ops\max_pool3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6381141Z copying torch\include\ATen\ops\max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6387970Z copying torch\include\ATen\ops\max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6394746Z copying torch\include\ATen\ops\max_pool3d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6401902Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6408912Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6415845Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6422689Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6429479Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6436582Z copying torch\include\ATen\ops\max_pool3d_with_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6443586Z copying torch\include\ATen\ops\max_pool3d_with_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6450249Z copying torch\include\ATen\ops\max_pool3d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6457103Z copying torch\include\ATen\ops\max_pool3d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6463752Z copying torch\include\ATen\ops\max_unpool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6470393Z copying torch\include\ATen\ops\max_unpool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6477027Z copying torch\include\ATen\ops\max_unpool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6484039Z copying torch\include\ATen\ops\max_unpool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6491112Z copying torch\include\ATen\ops\max_unpool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6497846Z copying torch\include\ATen\ops\max_unpool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6504710Z copying torch\include\ATen\ops\max_unpool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6511459Z copying torch\include\ATen\ops\max_unpool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6518812Z copying torch\include\ATen\ops\max_unpool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6525706Z copying torch\include\ATen\ops\max_unpool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6532455Z copying torch\include\ATen\ops\mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6544628Z copying torch\include\ATen\ops\mean_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6549784Z copying torch\include\ATen\ops\mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6556517Z copying torch\include\ATen\ops\mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6563236Z copying torch\include\ATen\ops\mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6569913Z copying torch\include\ATen\ops\mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6576789Z copying torch\include\ATen\ops\mean_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6584313Z copying torch\include\ATen\ops\mean_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6590774Z copying torch\include\ATen\ops\mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6597409Z copying torch\include\ATen\ops\mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6603826Z copying torch\include\ATen\ops\median.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6610967Z copying torch\include\ATen\ops\median_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6617268Z copying torch\include\ATen\ops\median_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6623966Z copying torch\include\ATen\ops\median_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6630767Z copying torch\include\ATen\ops\median_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6637729Z copying torch\include\ATen\ops\median_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6644557Z copying torch\include\ATen\ops\median_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6651386Z copying torch\include\ATen\ops\meshgrid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6658196Z copying torch\include\ATen\ops\meshgrid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6664742Z copying torch\include\ATen\ops\meshgrid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6671316Z copying torch\include\ATen\ops\meshgrid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6677777Z copying torch\include\ATen\ops\mH.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6684451Z copying torch\include\ATen\ops\mH_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6690893Z copying torch\include\ATen\ops\mH_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6697233Z copying torch\include\ATen\ops\mH_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6703595Z copying torch\include\ATen\ops\min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6709903Z copying torch\include\ATen\ops\minimum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6716622Z copying torch\include\ATen\ops\minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6723156Z copying torch\include\ATen\ops\minimum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6729855Z copying torch\include\ATen\ops\minimum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6736692Z copying torch\include\ATen\ops\minimum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6743565Z copying torch\include\ATen\ops\minimum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6750267Z copying torch\include\ATen\ops\minimum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6756818Z copying torch\include\ATen\ops\minimum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6763973Z copying torch\include\ATen\ops\min_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6782262Z copying torch\include\ATen\ops\min_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6788709Z copying torch\include\ATen\ops\min_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6795236Z copying torch\include\ATen\ops\min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6802016Z copying torch\include\ATen\ops\min_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6808325Z copying torch\include\ATen\ops\min_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6815215Z copying torch\include\ATen\ops\min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6821978Z copying torch\include\ATen\ops\min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6828167Z copying torch\include\ATen\ops\miopen_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6835003Z copying torch\include\ATen\ops\miopen_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6841889Z copying torch\include\ATen\ops\miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6848650Z copying torch\include\ATen\ops\miopen_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6855254Z copying torch\include\ATen\ops\miopen_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6861770Z copying torch\include\ATen\ops\miopen_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6869224Z copying torch\include\ATen\ops\miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6876552Z copying torch\include\ATen\ops\miopen_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6883606Z copying torch\include\ATen\ops\miopen_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6891716Z copying torch\include\ATen\ops\miopen_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6898786Z copying torch\include\ATen\ops\miopen_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6905959Z copying torch\include\ATen\ops\miopen_convolution_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6913136Z copying torch\include\ATen\ops\miopen_convolution_add_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6920759Z copying torch\include\ATen\ops\miopen_convolution_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6928137Z copying torch\include\ATen\ops\miopen_convolution_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6935604Z copying torch\include\ATen\ops\miopen_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6942968Z copying torch\include\ATen\ops\miopen_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6950396Z copying torch\include\ATen\ops\miopen_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6958118Z copying torch\include\ATen\ops\miopen_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6965371Z copying torch\include\ATen\ops\miopen_convolution_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6972830Z copying torch\include\ATen\ops\miopen_convolution_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6980520Z copying torch\include\ATen\ops\miopen_convolution_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6987871Z copying torch\include\ATen\ops\miopen_convolution_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.6995453Z copying torch\include\ATen\ops\miopen_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7003147Z copying torch\include\ATen\ops\miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7010370Z copying torch\include\ATen\ops\miopen_convolution_transpose_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7018292Z copying torch\include\ATen\ops\miopen_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7025614Z copying torch\include\ATen\ops\miopen_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7032860Z copying torch\include\ATen\ops\miopen_depthwise_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7040465Z copying torch\include\ATen\ops\miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7048218Z copying torch\include\ATen\ops\miopen_depthwise_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7055487Z copying torch\include\ATen\ops\miopen_depthwise_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7063183Z copying torch\include\ATen\ops\miopen_depthwise_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7070762Z copying torch\include\ATen\ops\miopen_rnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7078442Z copying torch\include\ATen\ops\miopen_rnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7085928Z copying torch\include\ATen\ops\miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7094683Z copying torch\include\ATen\ops\miopen_rnn_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7102660Z copying torch\include\ATen\ops\miopen_rnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7110507Z copying torch\include\ATen\ops\miopen_rnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7118327Z copying torch\include\ATen\ops\miopen_rnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7125873Z copying torch\include\ATen\ops\miopen_rnn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7133082Z copying torch\include\ATen\ops\miopen_rnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7140752Z copying torch\include\ATen\ops\miopen_rnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7147652Z copying torch\include\ATen\ops\mish.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7155314Z copying torch\include\ATen\ops\mish_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7163138Z copying torch\include\ATen\ops\mish_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7170138Z copying torch\include\ATen\ops\mish_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7177287Z copying torch\include\ATen\ops\mish_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7184647Z copying torch\include\ATen\ops\mish_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7214032Z copying torch\include\ATen\ops\mish_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7221918Z copying torch\include\ATen\ops\mish_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7229090Z copying torch\include\ATen\ops\mish_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7236247Z copying torch\include\ATen\ops\mish_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7242756Z copying torch\include\ATen\ops\mish_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7249119Z copying torch\include\ATen\ops\mish_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7255524Z copying torch\include\ATen\ops\mish_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7261936Z copying torch\include\ATen\ops\mish_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7268967Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7275245Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7282569Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7289004Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7295804Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7302358Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7308891Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7317440Z copying torch\include\ATen\ops\mkldnn_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7324895Z copying torch\include\ATen\ops\mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7331490Z copying torch\include\ATen\ops\mkldnn_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7337961Z copying torch\include\ATen\ops\mkldnn_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7344601Z copying torch\include\ATen\ops\mkldnn_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7365286Z copying torch\include\ATen\ops\mkldnn_linear_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7372172Z copying torch\include\ATen\ops\mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7378773Z copying torch\include\ATen\ops\mkldnn_linear_backward_input.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7385852Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7392398Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7399283Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7405837Z copying torch\include\ATen\ops\mkldnn_linear_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7412358Z copying torch\include\ATen\ops\mkldnn_linear_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7418914Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7427854Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7435636Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7444357Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7452807Z copying torch\include\ATen\ops\mkldnn_linear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7459657Z copying torch\include\ATen\ops\mkldnn_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7466938Z copying torch\include\ATen\ops\mkldnn_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7477206Z copying torch\include\ATen\ops\mkldnn_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7487368Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7497992Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7506891Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7514108Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7521810Z copying torch\include\ATen\ops\mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7529112Z copying torch\include\ATen\ops\mkldnn_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7536360Z copying torch\include\ATen\ops\mkldnn_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7543286Z copying torch\include\ATen\ops\mkldnn_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7549902Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7557503Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7564153Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7570825Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7577724Z copying torch\include\ATen\ops\mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7585492Z copying torch\include\ATen\ops\mkldnn_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7591999Z copying torch\include\ATen\ops\mkldnn_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7598727Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7605649Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7612341Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7619037Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7625926Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7632801Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7639971Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7647194Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.7654259Z copying torch\include\ATen\ops\mkldnn_rnn_layer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8225242Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8226492Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8227531Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8229487Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8230469Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8231431Z copying torch\include\ATen\ops\mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8232447Z copying torch\include\ATen\ops\mkldnn_rnn_layer_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8233268Z copying torch\include\ATen\ops\mkldnn_rnn_layer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8234991Z copying torch\include\ATen\ops\mkldnn_rnn_layer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8235693Z copying torch\include\ATen\ops\mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8236539Z copying torch\include\ATen\ops\mm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8237552Z copying torch\include\ATen\ops\mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8238447Z copying torch\include\ATen\ops\mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8239150Z copying torch\include\ATen\ops\mm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8240775Z copying torch\include\ATen\ops\mm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8241485Z copying torch\include\ATen\ops\mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8242158Z copying torch\include\ATen\ops\mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8242796Z copying torch\include\ATen\ops\mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8244210Z copying torch\include\ATen\ops\mode_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8246720Z copying torch\include\ATen\ops\mode_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8247931Z copying torch\include\ATen\ops\mode_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8248913Z copying torch\include\ATen\ops\mode_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8249888Z copying torch\include\ATen\ops\mode_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8250660Z copying torch\include\ATen\ops\mode_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8252253Z copying torch\include\ATen\ops\moveaxis.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8253159Z copying torch\include\ATen\ops\moveaxis_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8254049Z copying torch\include\ATen\ops\moveaxis_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8254783Z copying torch\include\ATen\ops\moveaxis_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8255469Z copying torch\include\ATen\ops\movedim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8256304Z copying torch\include\ATen\ops\movedim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8258091Z copying torch\include\ATen\ops\movedim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8258807Z copying torch\include\ATen\ops\movedim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8259569Z copying torch\include\ATen\ops\mps_convolution_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8260623Z copying torch\include\ATen\ops\mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8261663Z copying torch\include\ATen\ops\mps_convolution_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8263368Z copying torch\include\ATen\ops\mps_convolution_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8264246Z copying torch\include\ATen\ops\mps_convolution_transpose_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8265347Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8266445Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8267376Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8269156Z copying torch\include\ATen\ops\mse_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8269890Z copying torch\include\ATen\ops\mse_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8270686Z copying torch\include\ATen\ops\mse_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8271590Z copying torch\include\ATen\ops\mse_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8278712Z copying torch\include\ATen\ops\mse_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8285184Z copying torch\include\ATen\ops\mse_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8292322Z copying torch\include\ATen\ops\mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8298983Z copying torch\include\ATen\ops\mse_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8306272Z copying torch\include\ATen\ops\mse_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8312917Z copying torch\include\ATen\ops\mse_loss_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8320031Z copying torch\include\ATen\ops\mse_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8326866Z copying torch\include\ATen\ops\mse_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8333637Z copying torch\include\ATen\ops\mse_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8340294Z copying torch\include\ATen\ops\msort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8346808Z copying torch\include\ATen\ops\msort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8353342Z copying torch\include\ATen\ops\msort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8360628Z copying torch\include\ATen\ops\msort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8367389Z copying torch\include\ATen\ops\mT.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8373808Z copying torch\include\ATen\ops\mT_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8380184Z copying torch\include\ATen\ops\mT_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8386509Z copying torch\include\ATen\ops\mT_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8394021Z copying torch\include\ATen\ops\mul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8401024Z copying torch\include\ATen\ops\multilabel_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8407984Z copying torch\include\ATen\ops\multilabel_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8414305Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8421453Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8428134Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8434719Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8441613Z copying torch\include\ATen\ops\multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8448124Z copying torch\include\ATen\ops\multilabel_margin_loss_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8455406Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8462090Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8468721Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8475748Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8482440Z copying torch\include\ATen\ops\multilabel_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8489002Z copying torch\include\ATen\ops\multilabel_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8495703Z copying torch\include\ATen\ops\multinomial.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8502207Z copying torch\include\ATen\ops\multinomial_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8532332Z copying torch\include\ATen\ops\multinomial_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8538904Z copying torch\include\ATen\ops\multinomial_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8545811Z copying torch\include\ATen\ops\multinomial_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8552388Z copying torch\include\ATen\ops\multiply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8559329Z copying torch\include\ATen\ops\multiply_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8565817Z copying torch\include\ATen\ops\multiply_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8572159Z copying torch\include\ATen\ops\multiply_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8578827Z copying torch\include\ATen\ops\multi_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8585771Z copying torch\include\ATen\ops\multi_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8592470Z copying torch\include\ATen\ops\multi_margin_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8599077Z copying torch\include\ATen\ops\multi_margin_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8605817Z copying torch\include\ATen\ops\multi_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8613057Z copying torch\include\ATen\ops\multi_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8620412Z copying torch\include\ATen\ops\multi_margin_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8627017Z copying torch\include\ATen\ops\multi_margin_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8633733Z copying torch\include\ATen\ops\multi_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8640458Z copying torch\include\ATen\ops\multi_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8647405Z copying torch\include\ATen\ops\mul_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8654625Z copying torch\include\ATen\ops\mul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8661144Z copying torch\include\ATen\ops\mul_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8668199Z copying torch\include\ATen\ops\mul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8674675Z copying torch\include\ATen\ops\mul_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8680949Z copying torch\include\ATen\ops\mul_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8687384Z copying torch\include\ATen\ops\mul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8693956Z copying torch\include\ATen\ops\mul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8700195Z copying torch\include\ATen\ops\mv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8707030Z copying torch\include\ATen\ops\mvlgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8713829Z copying torch\include\ATen\ops\mvlgamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8720218Z copying torch\include\ATen\ops\mvlgamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8727543Z copying torch\include\ATen\ops\mvlgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8733873Z copying torch\include\ATen\ops\mvlgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8740467Z copying torch\include\ATen\ops\mvlgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8747399Z copying torch\include\ATen\ops\mv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8753812Z copying torch\include\ATen\ops\mv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8785622Z copying torch\include\ATen\ops\mv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8792139Z copying torch\include\ATen\ops\nanmean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8799145Z copying torch\include\ATen\ops\nanmean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8820112Z copying torch\include\ATen\ops\nanmean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8826861Z copying torch\include\ATen\ops\nanmean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8834125Z copying torch\include\ATen\ops\nanmedian.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8842001Z copying torch\include\ATen\ops\nanmedian_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8849312Z copying torch\include\ATen\ops\nanmedian_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8856379Z copying torch\include\ATen\ops\nanmedian_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8863900Z copying torch\include\ATen\ops\nanmedian_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8871021Z copying torch\include\ATen\ops\nanmedian_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8878464Z copying torch\include\ATen\ops\nanmedian_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8885436Z copying torch\include\ATen\ops\nanquantile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8892785Z copying torch\include\ATen\ops\nanquantile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8900782Z copying torch\include\ATen\ops\nanquantile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8908039Z copying torch\include\ATen\ops\nanquantile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8915071Z copying torch\include\ATen\ops\nansum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8922163Z copying torch\include\ATen\ops\nansum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8929206Z copying torch\include\ATen\ops\nansum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8936209Z copying torch\include\ATen\ops\nansum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8943156Z copying torch\include\ATen\ops\nansum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8949660Z copying torch\include\ATen\ops\nan_to_num.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8956450Z copying torch\include\ATen\ops\nan_to_num_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8963466Z copying torch\include\ATen\ops\nan_to_num_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8969969Z copying torch\include\ATen\ops\nan_to_num_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8976417Z copying torch\include\ATen\ops\nan_to_num_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8983174Z copying torch\include\ATen\ops\nan_to_num_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8990114Z copying torch\include\ATen\ops\narrow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.8996641Z copying torch\include\ATen\ops\narrow_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9003208Z copying torch\include\ATen\ops\narrow_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9010466Z copying torch\include\ATen\ops\narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9016724Z copying torch\include\ATen\ops\narrow_copy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9023169Z copying torch\include\ATen\ops\narrow_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9029640Z copying torch\include\ATen\ops\narrow_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9036280Z copying torch\include\ATen\ops\narrow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9042738Z copying torch\include\ATen\ops\narrow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9049801Z copying torch\include\ATen\ops\native_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9056466Z copying torch\include\ATen\ops\native_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9063605Z copying torch\include\ATen\ops\native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9070158Z copying torch\include\ATen\ops\native_batch_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9076736Z copying torch\include\ATen\ops\native_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9083338Z copying torch\include\ATen\ops\native_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9089949Z copying torch\include\ATen\ops\native_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9096743Z copying torch\include\ATen\ops\native_batch_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9103346Z copying torch\include\ATen\ops\native_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9110137Z copying torch\include\ATen\ops\native_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9116846Z copying torch\include\ATen\ops\native_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9123384Z copying torch\include\ATen\ops\native_channel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9130254Z copying torch\include\ATen\ops\native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9137413Z copying torch\include\ATen\ops\native_channel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9144075Z copying torch\include\ATen\ops\native_channel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9151191Z copying torch\include\ATen\ops\native_channel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9158932Z copying torch\include\ATen\ops\native_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9166517Z copying torch\include\ATen\ops\native_dropout_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9174115Z copying torch\include\ATen\ops\native_dropout_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9181424Z copying torch\include\ATen\ops\native_dropout_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9189035Z copying torch\include\ATen\ops\native_dropout_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9196466Z copying torch\include\ATen\ops\native_dropout_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9203759Z copying torch\include\ATen\ops\native_dropout_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9211160Z copying torch\include\ATen\ops\native_dropout_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9218561Z copying torch\include\ATen\ops\native_dropout_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9226404Z copying torch\include\ATen\ops\native_dropout_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9233499Z copying torch\include\ATen\ops\native_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9240688Z copying torch\include\ATen\ops\native_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9247816Z copying torch\include\ATen\ops\native_group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9256073Z copying torch\include\ATen\ops\native_group_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9263766Z copying torch\include\ATen\ops\native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9270983Z copying torch\include\ATen\ops\native_group_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9278307Z copying torch\include\ATen\ops\native_group_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9286045Z copying torch\include\ATen\ops\native_group_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9293311Z copying torch\include\ATen\ops\native_group_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9300752Z copying torch\include\ATen\ops\native_group_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9307914Z copying torch\include\ATen\ops\native_group_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9315915Z copying torch\include\ATen\ops\native_group_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9323360Z copying torch\include\ATen\ops\native_group_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9330492Z copying torch\include\ATen\ops\native_group_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9338419Z copying torch\include\ATen\ops\native_layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9346240Z copying torch\include\ATen\ops\native_layer_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9354046Z copying torch\include\ATen\ops\native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9361540Z copying torch\include\ATen\ops\native_layer_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9368761Z copying torch\include\ATen\ops\native_layer_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9382512Z copying torch\include\ATen\ops\native_layer_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9389914Z copying torch\include\ATen\ops\native_layer_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9397429Z copying torch\include\ATen\ops\native_layer_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9404461Z copying torch\include\ATen\ops\native_layer_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9413167Z copying torch\include\ATen\ops\native_layer_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9420031Z copying torch\include\ATen\ops\native_layer_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9426887Z copying torch\include\ATen\ops\native_layer_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9433768Z copying torch\include\ATen\ops\native_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9441270Z copying torch\include\ATen\ops\native_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9448009Z copying torch\include\ATen\ops\native_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9454958Z copying torch\include\ATen\ops\native_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9461532Z copying torch\include\ATen\ops\ne.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9468093Z copying torch\include\ATen\ops\neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9474687Z copying torch\include\ATen\ops\negative.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9481894Z copying torch\include\ATen\ops\negative_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9488522Z copying torch\include\ATen\ops\negative_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9495022Z copying torch\include\ATen\ops\negative_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9502354Z copying torch\include\ATen\ops\neg_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9509052Z copying torch\include\ATen\ops\neg_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9515914Z copying torch\include\ATen\ops\neg_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9522554Z copying torch\include\ATen\ops\neg_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9528747Z copying torch\include\ATen\ops\neg_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9535389Z copying torch\include\ATen\ops\neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9542181Z copying torch\include\ATen\ops\neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9548510Z copying torch\include\ATen\ops\nested_to_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9555648Z copying torch\include\ATen\ops\nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9562557Z copying torch\include\ATen\ops\nested_to_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9569103Z copying torch\include\ATen\ops\nested_to_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9575638Z copying torch\include\ATen\ops\new_empty.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9582577Z copying torch\include\ATen\ops\new_empty_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9589123Z copying torch\include\ATen\ops\new_empty_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9595475Z copying torch\include\ATen\ops\new_empty_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9602261Z copying torch\include\ATen\ops\new_empty_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9609578Z copying torch\include\ATen\ops\new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9616546Z copying torch\include\ATen\ops\new_empty_strided_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9623023Z copying torch\include\ATen\ops\new_empty_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9629862Z copying torch\include\ATen\ops\new_empty_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9636576Z copying torch\include\ATen\ops\new_full.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9643237Z copying torch\include\ATen\ops\new_full_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9649773Z copying torch\include\ATen\ops\new_full_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9656447Z copying torch\include\ATen\ops\new_full_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9664360Z copying torch\include\ATen\ops\new_ones.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9670796Z copying torch\include\ATen\ops\new_ones_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9678070Z copying torch\include\ATen\ops\new_ones_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9684498Z copying torch\include\ATen\ops\new_ones_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9691032Z copying torch\include\ATen\ops\new_zeros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9697700Z copying torch\include\ATen\ops\new_zeros_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9704466Z copying torch\include\ATen\ops\new_zeros_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9711008Z copying torch\include\ATen\ops\new_zeros_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9717766Z copying torch\include\ATen\ops\nextafter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9724751Z copying torch\include\ATen\ops\nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9731202Z copying torch\include\ATen\ops\nextafter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9737846Z copying torch\include\ATen\ops\nextafter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9744407Z copying torch\include\ATen\ops\nextafter_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9751370Z copying torch\include\ATen\ops\nextafter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9758004Z copying torch\include\ATen\ops\nextafter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9764456Z copying torch\include\ATen\ops\nextafter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9771949Z copying torch\include\ATen\ops\ne_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9778631Z copying torch\include\ATen\ops\ne_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9785300Z copying torch\include\ATen\ops\ne_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9791428Z copying torch\include\ATen\ops\ne_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9797936Z copying torch\include\ATen\ops\ne_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9804571Z copying torch\include\ATen\ops\ne_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9811100Z copying torch\include\ATen\ops\ne_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9817394Z copying torch\include\ATen\ops\nll_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9823623Z copying torch\include\ATen\ops\nll_loss2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9830011Z copying torch\include\ATen\ops\nll_loss2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9836311Z copying torch\include\ATen\ops\nll_loss2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9842977Z copying torch\include\ATen\ops\nll_loss2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9849360Z copying torch\include\ATen\ops\nll_loss2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9856938Z copying torch\include\ATen\ops\nll_loss2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9863725Z copying torch\include\ATen\ops\nll_loss2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9870585Z copying torch\include\ATen\ops\nll_loss2d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9878389Z copying torch\include\ATen\ops\nll_loss2d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9885463Z copying torch\include\ATen\ops\nll_loss2d_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9892721Z copying torch\include\ATen\ops\nll_loss2d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9900329Z copying torch\include\ATen\ops\nll_loss2d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9907317Z copying torch\include\ATen\ops\nll_loss2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9914711Z copying torch\include\ATen\ops\nll_loss2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9921677Z copying torch\include\ATen\ops\nll_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9929830Z copying torch\include\ATen\ops\nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9946441Z copying torch\include\ATen\ops\nll_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9952763Z copying torch\include\ATen\ops\nll_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9959755Z copying torch\include\ATen\ops\nll_loss_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9966579Z copying torch\include\ATen\ops\nll_loss_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9973975Z copying torch\include\ATen\ops\nll_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9980998Z copying torch\include\ATen\ops\nll_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9987606Z copying torch\include\ATen\ops\nll_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:35.9994385Z copying torch\include\ATen\ops\nll_loss_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0003194Z copying torch\include\ATen\ops\nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0010055Z copying torch\include\ATen\ops\nll_loss_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0016907Z copying torch\include\ATen\ops\nll_loss_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0024047Z copying torch\include\ATen\ops\nll_loss_forward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0031244Z copying torch\include\ATen\ops\nll_loss_forward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0038294Z copying torch\include\ATen\ops\nll_loss_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0045433Z copying torch\include\ATen\ops\nll_loss_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0052366Z copying torch\include\ATen\ops\nll_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0058769Z copying torch\include\ATen\ops\nll_loss_nd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0065711Z copying torch\include\ATen\ops\nll_loss_nd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0072583Z copying torch\include\ATen\ops\nll_loss_nd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0079592Z copying torch\include\ATen\ops\nll_loss_nd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0086197Z copying torch\include\ATen\ops\nll_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0092916Z copying torch\include\ATen\ops\nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0099625Z copying torch\include\ATen\ops\nonzero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0106356Z copying torch\include\ATen\ops\nonzero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0113441Z copying torch\include\ATen\ops\nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0120137Z copying torch\include\ATen\ops\nonzero_numpy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0127235Z copying torch\include\ATen\ops\nonzero_numpy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0134586Z copying torch\include\ATen\ops\nonzero_numpy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0141108Z copying torch\include\ATen\ops\nonzero_numpy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0148077Z copying torch\include\ATen\ops\nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0154619Z copying torch\include\ATen\ops\nonzero_static.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0161571Z copying torch\include\ATen\ops\nonzero_static_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0169558Z copying torch\include\ATen\ops\nonzero_static_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0175424Z copying torch\include\ATen\ops\nonzero_static_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0181963Z copying torch\include\ATen\ops\norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0189471Z copying torch\include\ATen\ops\normal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0196955Z copying torch\include\ATen\ops\normal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0204441Z copying torch\include\ATen\ops\normal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0211742Z copying torch\include\ATen\ops\normal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0218889Z copying torch\include\ATen\ops\normal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0225977Z copying torch\include\ATen\ops\normal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0232818Z copying torch\include\ATen\ops\normal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0246754Z copying torch\include\ATen\ops\norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0249044Z copying torch\include\ATen\ops\norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0256272Z copying torch\include\ATen\ops\norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0262871Z copying torch\include\ATen\ops\norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0269428Z copying torch\include\ATen\ops\norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0275878Z copying torch\include\ATen\ops\norm_except_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0283290Z copying torch\include\ATen\ops\norm_except_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0290029Z copying torch\include\ATen\ops\norm_except_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0296079Z copying torch\include\ATen\ops\norm_except_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0302900Z copying torch\include\ATen\ops\norm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0309302Z copying torch\include\ATen\ops\norm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0315772Z copying torch\include\ATen\ops\norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0322872Z copying torch\include\ATen\ops\norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0329068Z copying torch\include\ATen\ops\not_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0335782Z copying torch\include\ATen\ops\not_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0342755Z copying torch\include\ATen\ops\not_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0349295Z copying torch\include\ATen\ops\not_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0377829Z copying torch\include\ATen\ops\nuclear_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0384620Z copying torch\include\ATen\ops\nuclear_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0391455Z copying torch\include\ATen\ops\nuclear_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0398038Z copying torch\include\ATen\ops\nuclear_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0404953Z copying torch\include\ATen\ops\numpy_T.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0411278Z copying torch\include\ATen\ops\numpy_T_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0417541Z copying torch\include\ATen\ops\numpy_T_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0423884Z copying torch\include\ATen\ops\numpy_T_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0430842Z copying torch\include\ATen\ops\ones.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0438322Z copying torch\include\ATen\ops\ones_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0443595Z copying torch\include\ATen\ops\ones_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0450139Z copying torch\include\ATen\ops\ones_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0456559Z copying torch\include\ATen\ops\ones_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0463229Z copying torch\include\ATen\ops\ones_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0469640Z copying torch\include\ATen\ops\ones_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0476550Z copying torch\include\ATen\ops\ones_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0483004Z copying torch\include\ATen\ops\one_hot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0489820Z copying torch\include\ATen\ops\one_hot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0496139Z copying torch\include\ATen\ops\one_hot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0502558Z copying torch\include\ATen\ops\one_hot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0532302Z copying torch\include\ATen\ops\or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0538525Z copying torch\include\ATen\ops\orgqr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0545840Z copying torch\include\ATen\ops\orgqr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0551983Z copying torch\include\ATen\ops\orgqr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0558658Z copying torch\include\ATen\ops\orgqr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0565003Z copying torch\include\ATen\ops\ormqr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0571662Z copying torch\include\ATen\ops\ormqr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0577973Z copying torch\include\ATen\ops\ormqr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0584254Z copying torch\include\ATen\ops\ormqr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0590601Z copying torch\include\ATen\ops\ormqr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0597163Z copying torch\include\ATen\ops\or_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0604533Z copying torch\include\ATen\ops\or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0611000Z copying torch\include\ATen\ops\or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0617171Z copying torch\include\ATen\ops\outer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0623977Z copying torch\include\ATen\ops\outer_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0630395Z copying torch\include\ATen\ops\outer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0636723Z copying torch\include\ATen\ops\outer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0644877Z copying torch\include\ATen\ops\output_nr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0652330Z copying torch\include\ATen\ops\output_nr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0659102Z copying torch\include\ATen\ops\output_nr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0665886Z copying torch\include\ATen\ops\output_nr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0672408Z copying torch\include\ATen\ops\pad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0679252Z copying torch\include\ATen\ops\pad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0687000Z copying torch\include\ATen\ops\pad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0695125Z copying torch\include\ATen\ops\pad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0702552Z copying torch\include\ATen\ops\pad_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0710295Z copying torch\include\ATen\ops\pad_sequence_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0718368Z copying torch\include\ATen\ops\pad_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0726346Z copying torch\include\ATen\ops\pad_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0733896Z copying torch\include\ATen\ops\pairwise_distance.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0742248Z copying torch\include\ATen\ops\pairwise_distance_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0749681Z copying torch\include\ATen\ops\pairwise_distance_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0757248Z copying torch\include\ATen\ops\pairwise_distance_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0765088Z copying torch\include\ATen\ops\pdist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0772937Z copying torch\include\ATen\ops\pdist_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0781067Z copying torch\include\ATen\ops\pdist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0787955Z copying torch\include\ATen\ops\pdist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0795565Z copying torch\include\ATen\ops\permute.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0803436Z copying torch\include\ATen\ops\permute_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0810703Z copying torch\include\ATen\ops\permute_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0818243Z copying torch\include\ATen\ops\permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0825164Z copying torch\include\ATen\ops\permute_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0832239Z copying torch\include\ATen\ops\permute_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0839481Z copying torch\include\ATen\ops\permute_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0846846Z copying torch\include\ATen\ops\permute_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0854020Z copying torch\include\ATen\ops\permute_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0860855Z copying torch\include\ATen\ops\pinverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0867159Z copying torch\include\ATen\ops\pinverse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0874756Z copying torch\include\ATen\ops\pinverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0882479Z copying torch\include\ATen\ops\pinverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0890744Z copying torch\include\ATen\ops\pin_memory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0898328Z copying torch\include\ATen\ops\pin_memory_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0905527Z copying torch\include\ATen\ops\pin_memory_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0913429Z copying torch\include\ATen\ops\pin_memory_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0921290Z copying torch\include\ATen\ops\pixel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0929493Z copying torch\include\ATen\ops\pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0937895Z copying torch\include\ATen\ops\pixel_shuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0945651Z copying torch\include\ATen\ops\pixel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0953377Z copying torch\include\ATen\ops\pixel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0962120Z copying torch\include\ATen\ops\pixel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0968781Z copying torch\include\ATen\ops\pixel_unshuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0976168Z copying torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0985217Z copying torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0991510Z copying torch\include\ATen\ops\pixel_unshuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.0999610Z copying torch\include\ATen\ops\pixel_unshuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1007373Z copying torch\include\ATen\ops\pixel_unshuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1015048Z copying torch\include\ATen\ops\poisson.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1022214Z copying torch\include\ATen\ops\poisson_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1029924Z copying torch\include\ATen\ops\poisson_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1037685Z copying torch\include\ATen\ops\poisson_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1044524Z copying torch\include\ATen\ops\poisson_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1051746Z copying torch\include\ATen\ops\poisson_nll_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1059322Z copying torch\include\ATen\ops\poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1067428Z copying torch\include\ATen\ops\poisson_nll_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1074654Z copying torch\include\ATen\ops\poisson_nll_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1082530Z copying torch\include\ATen\ops\poisson_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1089891Z copying torch\include\ATen\ops\polar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1096876Z copying torch\include\ATen\ops\polar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1103649Z copying torch\include\ATen\ops\polar_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1111498Z copying torch\include\ATen\ops\polar_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1119040Z copying torch\include\ATen\ops\polar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1126148Z copying torch\include\ATen\ops\polar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1133101Z copying torch\include\ATen\ops\polygamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1141040Z copying torch\include\ATen\ops\polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1147970Z copying torch\include\ATen\ops\polygamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1154769Z copying torch\include\ATen\ops\polygamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1161522Z copying torch\include\ATen\ops\polygamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1168105Z copying torch\include\ATen\ops\polygamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1174746Z copying torch\include\ATen\ops\polygamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1181424Z copying torch\include\ATen\ops\polygamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1188068Z copying torch\include\ATen\ops\polygamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1194996Z copying torch\include\ATen\ops\positive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1201480Z copying torch\include\ATen\ops\positive_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1207811Z copying torch\include\ATen\ops\positive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1214358Z copying torch\include\ATen\ops\positive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1221843Z copying torch\include\ATen\ops\pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1229360Z copying torch\include\ATen\ops\pow_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1235556Z copying torch\include\ATen\ops\pow_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1242670Z copying torch\include\ATen\ops\pow_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1249103Z copying torch\include\ATen\ops\pow_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1255602Z copying torch\include\ATen\ops\pow_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1262195Z copying torch\include\ATen\ops\pow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1269348Z copying torch\include\ATen\ops\pow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1275803Z copying torch\include\ATen\ops\prelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1282534Z copying torch\include\ATen\ops\prelu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1289100Z copying torch\include\ATen\ops\prelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1297404Z copying torch\include\ATen\ops\prelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1304348Z copying torch\include\ATen\ops\prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1311412Z copying torch\include\ATen\ops\prod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1318341Z copying torch\include\ATen\ops\prod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1325202Z copying torch\include\ATen\ops\prod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1333338Z copying torch\include\ATen\ops\prod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1341233Z copying torch\include\ATen\ops\prod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1348579Z copying torch\include\ATen\ops\prod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1356149Z copying torch\include\ATen\ops\prod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1363703Z copying torch\include\ATen\ops\prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1370846Z copying torch\include\ATen\ops\prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1378225Z copying torch\include\ATen\ops\promote_types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1386087Z copying torch\include\ATen\ops\promote_types_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1393635Z copying torch\include\ATen\ops\promote_types_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1401866Z copying torch\include\ATen\ops\promote_types_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1409581Z copying torch\include\ATen\ops\put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1416523Z copying torch\include\ATen\ops\put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1424366Z copying torch\include\ATen\ops\put_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1431957Z copying torch\include\ATen\ops\put_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1439420Z copying torch\include\ATen\ops\put_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1446582Z copying torch\include\ATen\ops\put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1454967Z copying torch\include\ATen\ops\put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1462311Z copying torch\include\ATen\ops\qr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1470042Z copying torch\include\ATen\ops\qr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1477353Z copying torch\include\ATen\ops\qr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1484641Z copying torch\include\ATen\ops\qr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1492121Z copying torch\include\ATen\ops\qscheme.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1499401Z copying torch\include\ATen\ops\qscheme_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1506721Z copying torch\include\ATen\ops\qscheme_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1514686Z copying torch\include\ATen\ops\quantile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1521489Z copying torch\include\ATen\ops\quantile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1529121Z copying torch\include\ATen\ops\quantile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1537572Z copying torch\include\ATen\ops\quantile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1545421Z copying torch\include\ATen\ops\quantized_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1553549Z copying torch\include\ATen\ops\quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1562247Z copying torch\include\ATen\ops\quantized_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1569832Z copying torch\include\ATen\ops\quantized_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1577673Z copying torch\include\ATen\ops\quantized_gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1585663Z copying torch\include\ATen\ops\quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1593338Z copying torch\include\ATen\ops\quantized_gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1600767Z copying torch\include\ATen\ops\quantized_gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1608678Z copying torch\include\ATen\ops\quantized_lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1617621Z copying torch\include\ATen\ops\quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1624916Z copying torch\include\ATen\ops\quantized_lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1633139Z copying torch\include\ATen\ops\quantized_lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1641012Z copying torch\include\ATen\ops\quantized_max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1649296Z copying torch\include\ATen\ops\quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1656448Z copying torch\include\ATen\ops\quantized_max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1677899Z copying torch\include\ATen\ops\quantized_max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1684329Z copying torch\include\ATen\ops\quantized_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1691018Z copying torch\include\ATen\ops\quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1697704Z copying torch\include\ATen\ops\quantized_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1704241Z copying torch\include\ATen\ops\quantized_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1710858Z copying torch\include\ATen\ops\quantized_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1717858Z copying torch\include\ATen\ops\quantized_max_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1724298Z copying torch\include\ATen\ops\quantized_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1730877Z copying torch\include\ATen\ops\quantized_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1737443Z copying torch\include\ATen\ops\quantized_rnn_relu_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1744380Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1750788Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1757634Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1764198Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1771132Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1778458Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1785665Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1792730Z copying torch\include\ATen\ops\quantize_per_channel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1800222Z copying torch\include\ATen\ops\quantize_per_channel_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1807660Z copying torch\include\ATen\ops\quantize_per_channel_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1815045Z copying torch\include\ATen\ops\quantize_per_channel_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1822482Z copying torch\include\ATen\ops\quantize_per_channel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1829587Z copying torch\include\ATen\ops\quantize_per_channel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1836505Z copying torch\include\ATen\ops\quantize_per_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1844583Z copying torch\include\ATen\ops\quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1851885Z copying torch\include\ATen\ops\quantize_per_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1859009Z copying torch\include\ATen\ops\quantize_per_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1866115Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1874145Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1881608Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1888940Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1896171Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1903403Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1911101Z copying torch\include\ATen\ops\quantize_per_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1918254Z copying torch\include\ATen\ops\quantize_per_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1925291Z copying torch\include\ATen\ops\q_per_channel_axis.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1932235Z copying torch\include\ATen\ops\q_per_channel_axis_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1938919Z copying torch\include\ATen\ops\q_per_channel_axis_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1946337Z copying torch\include\ATen\ops\q_per_channel_scales.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1953826Z copying torch\include\ATen\ops\q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1961252Z copying torch\include\ATen\ops\q_per_channel_scales_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1968337Z copying torch\include\ATen\ops\q_per_channel_scales_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1975474Z copying torch\include\ATen\ops\q_per_channel_zero_points.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1983506Z copying torch\include\ATen\ops\q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1990645Z copying torch\include\ATen\ops\q_per_channel_zero_points_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.1998295Z copying torch\include\ATen\ops\q_per_channel_zero_points_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2005493Z copying torch\include\ATen\ops\q_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2012225Z copying torch\include\ATen\ops\q_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2019128Z copying torch\include\ATen\ops\q_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2031777Z copying torch\include\ATen\ops\q_zero_point.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2038722Z copying torch\include\ATen\ops\q_zero_point_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2044698Z copying torch\include\ATen\ops\q_zero_point_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2051746Z copying torch\include\ATen\ops\rad2deg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2058278Z copying torch\include\ATen\ops\rad2deg_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2064860Z copying torch\include\ATen\ops\rad2deg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2071249Z copying torch\include\ATen\ops\rad2deg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2077778Z copying torch\include\ATen\ops\rand.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2084774Z copying torch\include\ATen\ops\randint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2091656Z copying torch\include\ATen\ops\randint_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2098085Z copying torch\include\ATen\ops\randint_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2104985Z copying torch\include\ATen\ops\randint_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2111780Z copying torch\include\ATen\ops\randint_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2118863Z copying torch\include\ATen\ops\randint_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2125410Z copying torch\include\ATen\ops\randint_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2131878Z copying torch\include\ATen\ops\randint_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2138316Z copying torch\include\ATen\ops\randn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2145429Z copying torch\include\ATen\ops\randn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2151912Z copying torch\include\ATen\ops\randn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2158302Z copying torch\include\ATen\ops\randn_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2165123Z copying torch\include\ATen\ops\randn_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2172009Z copying torch\include\ATen\ops\randn_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2178453Z copying torch\include\ATen\ops\randn_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2184890Z copying torch\include\ATen\ops\randn_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2191401Z copying torch\include\ATen\ops\randn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2198341Z copying torch\include\ATen\ops\randn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2204443Z copying torch\include\ATen\ops\random.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2210905Z copying torch\include\ATen\ops\random_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2217169Z copying torch\include\ATen\ops\random_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2224139Z copying torch\include\ATen\ops\random_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2230332Z copying torch\include\ATen\ops\random_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2236805Z copying torch\include\ATen\ops\random_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2243958Z copying torch\include\ATen\ops\random_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2277919Z copying torch\include\ATen\ops\randperm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2285148Z copying torch\include\ATen\ops\randperm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2292381Z copying torch\include\ATen\ops\randperm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2299813Z copying torch\include\ATen\ops\randperm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2307509Z copying torch\include\ATen\ops\randperm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2314519Z copying torch\include\ATen\ops\randperm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2321972Z copying torch\include\ATen\ops\rand_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2329343Z copying torch\include\ATen\ops\rand_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2336028Z copying torch\include\ATen\ops\rand_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2344077Z copying torch\include\ATen\ops\rand_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2351020Z copying torch\include\ATen\ops\rand_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2358262Z copying torch\include\ATen\ops\rand_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2365334Z copying torch\include\ATen\ops\rand_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2372242Z copying torch\include\ATen\ops\rand_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2379143Z copying torch\include\ATen\ops\range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2386352Z copying torch\include\ATen\ops\range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2393663Z copying torch\include\ATen\ops\range_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2400733Z copying torch\include\ATen\ops\range_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2407940Z copying torch\include\ATen\ops\range_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2415122Z copying torch\include\ATen\ops\range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2422429Z copying torch\include\ATen\ops\range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2429761Z copying torch\include\ATen\ops\ravel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2436426Z copying torch\include\ATen\ops\ravel_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2443441Z copying torch\include\ATen\ops\ravel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2450433Z copying torch\include\ATen\ops\ravel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2457842Z copying torch\include\ATen\ops\real.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2464947Z copying torch\include\ATen\ops\real_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2471731Z copying torch\include\ATen\ops\real_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2478895Z copying torch\include\ATen\ops\real_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2485598Z copying torch\include\ATen\ops\reciprocal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2493095Z copying torch\include\ATen\ops\reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2500392Z copying torch\include\ATen\ops\reciprocal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2507613Z copying torch\include\ATen\ops\reciprocal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2515193Z copying torch\include\ATen\ops\reciprocal_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2522746Z copying torch\include\ATen\ops\reciprocal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2529915Z copying torch\include\ATen\ops\reciprocal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2537231Z copying torch\include\ATen\ops\reciprocal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2544344Z copying torch\include\ATen\ops\record_stream.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2551179Z copying torch\include\ATen\ops\record_stream_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2558370Z copying torch\include\ATen\ops\record_stream_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2565364Z copying torch\include\ATen\ops\record_stream_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2576832Z copying torch\include\ATen\ops\refine_names.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2584041Z copying torch\include\ATen\ops\refine_names_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2591470Z copying torch\include\ATen\ops\refine_names_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2598368Z copying torch\include\ATen\ops\refine_names_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2605524Z copying torch\include\ATen\ops\reflection_pad1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2616373Z copying torch\include\ATen\ops\reflection_pad1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2624198Z copying torch\include\ATen\ops\reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2631240Z copying torch\include\ATen\ops\reflection_pad1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2639280Z copying torch\include\ATen\ops\reflection_pad1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2646704Z copying torch\include\ATen\ops\reflection_pad1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2653865Z copying torch\include\ATen\ops\reflection_pad1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2660661Z copying torch\include\ATen\ops\reflection_pad1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2667821Z copying torch\include\ATen\ops\reflection_pad1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2674794Z copying torch\include\ATen\ops\reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2681833Z copying torch\include\ATen\ops\reflection_pad1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2688539Z copying torch\include\ATen\ops\reflection_pad1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2695058Z copying torch\include\ATen\ops\reflection_pad1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2701847Z copying torch\include\ATen\ops\reflection_pad1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2708636Z copying torch\include\ATen\ops\reflection_pad1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2715531Z copying torch\include\ATen\ops\reflection_pad1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2722338Z copying torch\include\ATen\ops\reflection_pad2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2729002Z copying torch\include\ATen\ops\reflection_pad2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2735722Z copying torch\include\ATen\ops\reflection_pad2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2742453Z copying torch\include\ATen\ops\reflection_pad2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2749756Z copying torch\include\ATen\ops\reflection_pad2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2756218Z copying torch\include\ATen\ops\reflection_pad2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2762857Z copying torch\include\ATen\ops\reflection_pad2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2770067Z copying torch\include\ATen\ops\reflection_pad2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2778438Z copying torch\include\ATen\ops\reflection_pad2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2785528Z copying torch\include\ATen\ops\reflection_pad2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2792643Z copying torch\include\ATen\ops\reflection_pad3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2800103Z copying torch\include\ATen\ops\reflection_pad3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2808571Z copying torch\include\ATen\ops\reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2815795Z copying torch\include\ATen\ops\reflection_pad3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2823068Z copying torch\include\ATen\ops\reflection_pad3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2830725Z copying torch\include\ATen\ops\reflection_pad3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2838351Z copying torch\include\ATen\ops\reflection_pad3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2845759Z copying torch\include\ATen\ops\reflection_pad3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2852935Z copying torch\include\ATen\ops\reflection_pad3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2875110Z copying torch\include\ATen\ops\reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2881683Z copying torch\include\ATen\ops\reflection_pad3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2888541Z copying torch\include\ATen\ops\reflection_pad3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2895808Z copying torch\include\ATen\ops\reflection_pad3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2902494Z copying torch\include\ATen\ops\reflection_pad3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2909238Z copying torch\include\ATen\ops\reflection_pad3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2915882Z copying torch\include\ATen\ops\reflection_pad3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2922604Z copying torch\include\ATen\ops\relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2928888Z copying torch\include\ATen\ops\relu6.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2935453Z copying torch\include\ATen\ops\relu6_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2942489Z copying torch\include\ATen\ops\relu6_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2953210Z copying torch\include\ATen\ops\relu6_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2961100Z copying torch\include\ATen\ops\relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2967831Z copying torch\include\ATen\ops\relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2974849Z copying torch\include\ATen\ops\relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2981863Z copying torch\include\ATen\ops\relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2989117Z copying torch\include\ATen\ops\relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.2996304Z copying torch\include\ATen\ops\relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3003234Z copying torch\include\ATen\ops\remainder.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3010828Z copying torch\include\ATen\ops\remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3017841Z copying torch\include\ATen\ops\remainder_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3044740Z copying torch\include\ATen\ops\remainder_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3051845Z copying torch\include\ATen\ops\remainder_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3059179Z copying torch\include\ATen\ops\remainder_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3066570Z copying torch\include\ATen\ops\remainder_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3074115Z copying torch\include\ATen\ops\remainder_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3081360Z copying torch\include\ATen\ops\remainder_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3088381Z copying torch\include\ATen\ops\rename.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3095008Z copying torch\include\ATen\ops\rename_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3101914Z copying torch\include\ATen\ops\rename_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3109404Z copying torch\include\ATen\ops\rename_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3116388Z copying torch\include\ATen\ops\renorm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3123761Z copying torch\include\ATen\ops\renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3130303Z copying torch\include\ATen\ops\renorm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3137224Z copying torch\include\ATen\ops\renorm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3143560Z copying torch\include\ATen\ops\renorm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3150617Z copying torch\include\ATen\ops\renorm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3157155Z copying torch\include\ATen\ops\renorm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3163635Z copying torch\include\ATen\ops\renorm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3170347Z copying torch\include\ATen\ops\repeat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3176798Z copying torch\include\ATen\ops\repeat_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3183789Z copying torch\include\ATen\ops\repeat_interleave.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3190604Z copying torch\include\ATen\ops\repeat_interleave_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3197438Z copying torch\include\ATen\ops\repeat_interleave_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3203925Z copying torch\include\ATen\ops\repeat_interleave_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3210467Z copying torch\include\ATen\ops\repeat_interleave_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3217214Z copying torch\include\ATen\ops\repeat_interleave_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3223707Z copying torch\include\ATen\ops\repeat_interleave_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3230166Z copying torch\include\ATen\ops\repeat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3237223Z copying torch\include\ATen\ops\repeat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3243765Z copying torch\include\ATen\ops\replication_pad1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3250324Z copying torch\include\ATen\ops\replication_pad1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3258005Z copying torch\include\ATen\ops\replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3265149Z copying torch\include\ATen\ops\replication_pad1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3271912Z copying torch\include\ATen\ops\replication_pad1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3278592Z copying torch\include\ATen\ops\replication_pad1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3285280Z copying torch\include\ATen\ops\replication_pad1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3291946Z copying torch\include\ATen\ops\replication_pad1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3298829Z copying torch\include\ATen\ops\replication_pad1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3306080Z copying torch\include\ATen\ops\replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3312529Z copying torch\include\ATen\ops\replication_pad1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3319357Z copying torch\include\ATen\ops\replication_pad1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3325911Z copying torch\include\ATen\ops\replication_pad1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3333049Z copying torch\include\ATen\ops\replication_pad1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3340284Z copying torch\include\ATen\ops\replication_pad1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3347569Z copying torch\include\ATen\ops\replication_pad1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3355462Z copying torch\include\ATen\ops\replication_pad2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3362834Z copying torch\include\ATen\ops\replication_pad2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3370106Z copying torch\include\ATen\ops\replication_pad2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3377272Z copying torch\include\ATen\ops\replication_pad2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3384623Z copying torch\include\ATen\ops\replication_pad2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3392385Z copying torch\include\ATen\ops\replication_pad2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3400058Z copying torch\include\ATen\ops\replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3407046Z copying torch\include\ATen\ops\replication_pad2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3414207Z copying torch\include\ATen\ops\replication_pad2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3421740Z copying torch\include\ATen\ops\replication_pad2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3429087Z copying torch\include\ATen\ops\replication_pad2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3436503Z copying torch\include\ATen\ops\replication_pad2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3443789Z copying torch\include\ATen\ops\replication_pad2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3452156Z copying torch\include\ATen\ops\replication_pad3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3459536Z copying torch\include\ATen\ops\replication_pad3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3470728Z copying torch\include\ATen\ops\replication_pad3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3478059Z copying torch\include\ATen\ops\replication_pad3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3485216Z copying torch\include\ATen\ops\replication_pad3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3492654Z copying torch\include\ATen\ops\replication_pad3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3500655Z copying torch\include\ATen\ops\replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3508325Z copying torch\include\ATen\ops\replication_pad3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3515435Z copying torch\include\ATen\ops\replication_pad3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3522605Z copying torch\include\ATen\ops\replication_pad3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3530552Z copying torch\include\ATen\ops\replication_pad3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3537763Z copying torch\include\ATen\ops\replication_pad3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3545383Z copying torch\include\ATen\ops\replication_pad3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3552534Z copying torch\include\ATen\ops\requires_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3559889Z copying torch\include\ATen\ops\requires_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3567183Z copying torch\include\ATen\ops\requires_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3573991Z copying torch\include\ATen\ops\requires_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3581253Z copying torch\include\ATen\ops\reshape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3588203Z copying torch\include\ATen\ops\reshape_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3595345Z copying torch\include\ATen\ops\reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3603496Z copying torch\include\ATen\ops\reshape_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3610549Z copying torch\include\ATen\ops\reshape_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3617739Z copying torch\include\ATen\ops\reshape_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3625260Z copying torch\include\ATen\ops\reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3633676Z copying torch\include\ATen\ops\reshape_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3640708Z copying torch\include\ATen\ops\reshape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3647712Z copying torch\include\ATen\ops\reshape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3654662Z copying torch\include\ATen\ops\resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3661384Z copying torch\include\ATen\ops\resize_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3669077Z copying torch\include\ATen\ops\resize_as_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3676003Z copying torch\include\ATen\ops\resize_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3683586Z copying torch\include\ATen\ops\resize_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3690207Z copying torch\include\ATen\ops\resize_as_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3698218Z copying torch\include\ATen\ops\resize_as_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3705394Z copying torch\include\ATen\ops\resize_as_sparse_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3712589Z copying torch\include\ATen\ops\resize_as_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3719775Z copying torch\include\ATen\ops\resize_as_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3727375Z copying torch\include\ATen\ops\resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3734809Z copying torch\include\ATen\ops\resize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3741990Z copying torch\include\ATen\ops\resize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3749080Z copying torch\include\ATen\ops\resize_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3756087Z copying torch\include\ATen\ops\resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3763206Z copying torch\include\ATen\ops\resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3774827Z copying torch\include\ATen\ops\resolve_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3778749Z copying torch\include\ATen\ops\resolve_conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3786071Z copying torch\include\ATen\ops\resolve_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3792863Z copying torch\include\ATen\ops\resolve_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3800517Z copying torch\include\ATen\ops\resolve_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3808071Z copying torch\include\ATen\ops\resolve_neg_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3815107Z copying torch\include\ATen\ops\resolve_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3821883Z copying torch\include\ATen\ops\resolve_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3829448Z copying torch\include\ATen\ops\result_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3836861Z copying torch\include\ATen\ops\result_type_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3844557Z copying torch\include\ATen\ops\result_type_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3851583Z copying torch\include\ATen\ops\result_type_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3858756Z copying torch\include\ATen\ops\retains_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3866113Z copying torch\include\ATen\ops\retains_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3873177Z copying torch\include\ATen\ops\retains_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3880077Z copying torch\include\ATen\ops\retains_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3887141Z copying torch\include\ATen\ops\retain_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3894425Z copying torch\include\ATen\ops\retain_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3902392Z copying torch\include\ATen\ops\retain_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3908841Z copying torch\include\ATen\ops\retain_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3915947Z copying torch\include\ATen\ops\rms_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3922998Z copying torch\include\ATen\ops\rms_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3929907Z copying torch\include\ATen\ops\rms_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3937070Z copying torch\include\ATen\ops\rms_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3944564Z copying torch\include\ATen\ops\rnn_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3965691Z copying torch\include\ATen\ops\rnn_relu_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3966680Z copying torch\include\ATen\ops\rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3967634Z copying torch\include\ATen\ops\rnn_relu_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3972904Z copying torch\include\ATen\ops\rnn_relu_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3980629Z copying torch\include\ATen\ops\rnn_relu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3988000Z copying torch\include\ATen\ops\rnn_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.3994669Z copying torch\include\ATen\ops\rnn_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4002059Z copying torch\include\ATen\ops\rnn_tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4008435Z copying torch\include\ATen\ops\rnn_tanh_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4015385Z copying torch\include\ATen\ops\rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4022316Z copying torch\include\ATen\ops\rnn_tanh_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4040481Z copying torch\include\ATen\ops\rnn_tanh_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4047404Z copying torch\include\ATen\ops\rnn_tanh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4054356Z copying torch\include\ATen\ops\rnn_tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4061022Z copying torch\include\ATen\ops\rnn_tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4067415Z copying torch\include\ATen\ops\roll.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4074048Z copying torch\include\ATen\ops\roll_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4080574Z copying torch\include\ATen\ops\roll_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4087087Z copying torch\include\ATen\ops\roll_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4093602Z copying torch\include\ATen\ops\roll_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4100969Z copying torch\include\ATen\ops\roll_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4107547Z copying torch\include\ATen\ops\rot90.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4114125Z copying torch\include\ATen\ops\rot90_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4120737Z copying torch\include\ATen\ops\rot90_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4127187Z copying torch\include\ATen\ops\rot90_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4133494Z copying torch\include\ATen\ops\round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4140037Z copying torch\include\ATen\ops\round_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4146269Z copying torch\include\ATen\ops\round_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4152648Z copying torch\include\ATen\ops\round_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4177313Z copying torch\include\ATen\ops\round_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4184014Z copying torch\include\ATen\ops\round_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4190569Z copying torch\include\ATen\ops\round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4197619Z copying torch\include\ATen\ops\round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4204085Z copying torch\include\ATen\ops\row_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4210468Z copying torch\include\ATen\ops\row_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4216856Z copying torch\include\ATen\ops\row_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4223719Z copying torch\include\ATen\ops\row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4230560Z copying torch\include\ATen\ops\row_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4236970Z copying torch\include\ATen\ops\row_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4243592Z copying torch\include\ATen\ops\row_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4250094Z copying torch\include\ATen\ops\row_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4256636Z copying torch\include\ATen\ops\row_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4263856Z copying torch\include\ATen\ops\row_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4271168Z copying torch\include\ATen\ops\row_stack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4282762Z copying torch\include\ATen\ops\row_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4289523Z copying torch\include\ATen\ops\row_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4296464Z copying torch\include\ATen\ops\rrelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4303469Z copying torch\include\ATen\ops\rrelu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4310212Z copying torch\include\ATen\ops\rrelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4318048Z copying torch\include\ATen\ops\rrelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4325256Z copying torch\include\ATen\ops\rrelu_with_noise.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4332409Z copying torch\include\ATen\ops\rrelu_with_noise_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4340077Z copying torch\include\ATen\ops\rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4347635Z copying torch\include\ATen\ops\rrelu_with_noise_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4354918Z copying torch\include\ATen\ops\rrelu_with_noise_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4362927Z copying torch\include\ATen\ops\rrelu_with_noise_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4370002Z copying torch\include\ATen\ops\rrelu_with_noise_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4377457Z copying torch\include\ATen\ops\rrelu_with_noise_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4384969Z copying torch\include\ATen\ops\rrelu_with_noise_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4392191Z copying torch\include\ATen\ops\rrelu_with_noise_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4399278Z copying torch\include\ATen\ops\rshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4406263Z copying torch\include\ATen\ops\rshift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4413678Z copying torch\include\ATen\ops\rshift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4421083Z copying torch\include\ATen\ops\rshift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4432669Z copying torch\include\ATen\ops\rshift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4440015Z copying torch\include\ATen\ops\rshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4447122Z copying torch\include\ATen\ops\rshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4454091Z copying torch\include\ATen\ops\rsqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4461219Z copying torch\include\ATen\ops\rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4468538Z copying torch\include\ATen\ops\rsqrt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4475706Z copying torch\include\ATen\ops\rsqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4482867Z copying torch\include\ATen\ops\rsqrt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4489730Z copying torch\include\ATen\ops\rsqrt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4496852Z copying torch\include\ATen\ops\rsqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4504275Z copying torch\include\ATen\ops\rsqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4511456Z copying torch\include\ATen\ops\rsub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4518638Z copying torch\include\ATen\ops\rsub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4525522Z copying torch\include\ATen\ops\rsub_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4532568Z copying torch\include\ATen\ops\rsub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4540270Z copying torch\include\ATen\ops\rsub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4547328Z copying torch\include\ATen\ops\rsub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4554400Z copying torch\include\ATen\ops\scalar_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4561842Z copying torch\include\ATen\ops\scalar_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4568746Z copying torch\include\ATen\ops\scalar_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4576157Z copying torch\include\ATen\ops\scalar_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4583603Z copying torch\include\ATen\ops\scaled_dot_product_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4591019Z copying torch\include\ATen\ops\scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4598354Z copying torch\include\ATen\ops\scaled_dot_product_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4605357Z copying torch\include\ATen\ops\scaled_dot_product_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4616866Z copying torch\include\ATen\ops\scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4635441Z copying torch\include\ATen\ops\scatter_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4642766Z copying torch\include\ATen\ops\scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4649297Z copying torch\include\ATen\ops\scatter_add_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4656333Z copying torch\include\ATen\ops\scatter_add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4663215Z copying torch\include\ATen\ops\scatter_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4669710Z copying torch\include\ATen\ops\scatter_add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4676223Z copying torch\include\ATen\ops\scatter_add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4683456Z copying torch\include\ATen\ops\scatter_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4690045Z copying torch\include\ATen\ops\scatter_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4696903Z copying torch\include\ATen\ops\scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4703664Z copying torch\include\ATen\ops\scatter_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4710560Z copying torch\include\ATen\ops\scatter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4717634Z copying torch\include\ATen\ops\scatter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4724121Z copying torch\include\ATen\ops\scatter_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4730612Z copying torch\include\ATen\ops\scatter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4737206Z copying torch\include\ATen\ops\scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4744938Z copying torch\include\ATen\ops\scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4751267Z copying torch\include\ATen\ops\scatter_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4758426Z copying torch\include\ATen\ops\scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4765158Z copying torch\include\ATen\ops\scatter_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4771807Z copying torch\include\ATen\ops\scatter_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4779538Z copying torch\include\ATen\ops\scatter_reduce_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4785941Z copying torch\include\ATen\ops\scatter_reduce_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4792906Z copying torch\include\ATen\ops\scatter_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4803076Z copying torch\include\ATen\ops\scatter_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4809547Z copying torch\include\ATen\ops\searchsorted.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4816091Z copying torch\include\ATen\ops\searchsorted_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4822616Z copying torch\include\ATen\ops\searchsorted_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4829315Z copying torch\include\ATen\ops\searchsorted_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4835802Z copying torch\include\ATen\ops\searchsorted_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4842981Z copying torch\include\ATen\ops\segment_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4850311Z copying torch\include\ATen\ops\segment_reduce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4857820Z copying torch\include\ATen\ops\segment_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4865192Z copying torch\include\ATen\ops\segment_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4872305Z copying torch\include\ATen\ops\segment_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4879450Z copying torch\include\ATen\ops\segment_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4890414Z copying torch\include\ATen\ops\select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4897922Z copying torch\include\ATen\ops\select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4905311Z copying torch\include\ATen\ops\select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4924417Z copying torch\include\ATen\ops\select_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4931946Z copying torch\include\ATen\ops\select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4939759Z copying torch\include\ATen\ops\select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4946593Z copying torch\include\ATen\ops\select_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4954283Z copying torch\include\ATen\ops\select_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4961625Z copying torch\include\ATen\ops\select_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4969922Z copying torch\include\ATen\ops\select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4977158Z copying torch\include\ATen\ops\select_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4984424Z copying torch\include\ATen\ops\select_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4991555Z copying torch\include\ATen\ops\select_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.4998906Z copying torch\include\ATen\ops\select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5006672Z copying torch\include\ATen\ops\select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5014101Z copying torch\include\ATen\ops\select_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5021919Z copying torch\include\ATen\ops\select_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5029167Z copying torch\include\ATen\ops\select_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5039963Z copying torch\include\ATen\ops\select_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5047959Z copying torch\include\ATen\ops\select_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5055068Z copying torch\include\ATen\ops\selu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5061931Z copying torch\include\ATen\ops\selu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5069261Z copying torch\include\ATen\ops\selu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5076363Z copying torch\include\ATen\ops\selu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5120459Z copying torch\include\ATen\ops\set.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5251339Z copying torch\include\ATen\ops\set_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5375598Z copying torch\include\ATen\ops\set_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5382944Z copying torch\include\ATen\ops\set_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5389733Z copying torch\include\ATen\ops\set_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5396466Z copying torch\include\ATen\ops\set_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5403052Z copying torch\include\ATen\ops\set_data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5409520Z copying torch\include\ATen\ops\set_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5415928Z copying torch\include\ATen\ops\set_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5422583Z copying torch\include\ATen\ops\set_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5428908Z copying torch\include\ATen\ops\set_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5435344Z copying torch\include\ATen\ops\set_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5442608Z copying torch\include\ATen\ops\sgn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5449610Z copying torch\include\ATen\ops\sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5456963Z copying torch\include\ATen\ops\sgn_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5464058Z copying torch\include\ATen\ops\sgn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5471427Z copying torch\include\ATen\ops\sgn_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5477981Z copying torch\include\ATen\ops\sgn_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5484824Z copying torch\include\ATen\ops\sgn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5515324Z copying torch\include\ATen\ops\sgn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5521899Z copying torch\include\ATen\ops\sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5528036Z copying torch\include\ATen\ops\sigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5535459Z copying torch\include\ATen\ops\sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5543006Z copying torch\include\ATen\ops\sigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5549740Z copying torch\include\ATen\ops\sigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5556483Z copying torch\include\ATen\ops\sigmoid_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5563372Z copying torch\include\ATen\ops\sigmoid_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5570168Z copying torch\include\ATen\ops\sigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5576868Z copying torch\include\ATen\ops\sigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5587781Z copying torch\include\ATen\ops\sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5594835Z copying torch\include\ATen\ops\sigmoid_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5601443Z copying torch\include\ATen\ops\sigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5608078Z copying torch\include\ATen\ops\sigmoid_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5614653Z copying torch\include\ATen\ops\sigmoid_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5621389Z copying torch\include\ATen\ops\sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5628437Z copying torch\include\ATen\ops\sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5634996Z copying torch\include\ATen\ops\sign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5642900Z copying torch\include\ATen\ops\signbit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5649514Z copying torch\include\ATen\ops\signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5656075Z copying torch\include\ATen\ops\signbit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5662919Z copying torch\include\ATen\ops\signbit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5669246Z copying torch\include\ATen\ops\signbit_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5675794Z copying torch\include\ATen\ops\signbit_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5683551Z copying torch\include\ATen\ops\signbit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5690284Z copying torch\include\ATen\ops\signbit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5697843Z copying torch\include\ATen\ops\sign_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5704711Z copying torch\include\ATen\ops\sign_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5711894Z copying torch\include\ATen\ops\sign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5718364Z copying torch\include\ATen\ops\sign_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5728527Z copying torch\include\ATen\ops\sign_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5735256Z copying torch\include\ATen\ops\sign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5742740Z copying torch\include\ATen\ops\sign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5750885Z copying torch\include\ATen\ops\silu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5759764Z copying torch\include\ATen\ops\silu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5768791Z copying torch\include\ATen\ops\silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5780261Z copying torch\include\ATen\ops\silu_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5792086Z copying torch\include\ATen\ops\silu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5802046Z copying torch\include\ATen\ops\silu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5809009Z copying torch\include\ATen\ops\silu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5816140Z copying torch\include\ATen\ops\silu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5822988Z copying torch\include\ATen\ops\silu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5830283Z copying torch\include\ATen\ops\silu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5837691Z copying torch\include\ATen\ops\silu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5844332Z copying torch\include\ATen\ops\silu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5851258Z copying torch\include\ATen\ops\silu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5858744Z copying torch\include\ATen\ops\silu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5865247Z copying torch\include\ATen\ops\silu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5871715Z copying torch\include\ATen\ops\silu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5878421Z copying torch\include\ATen\ops\silu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5885349Z copying torch\include\ATen\ops\sin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5891538Z copying torch\include\ATen\ops\sinc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5898630Z copying torch\include\ATen\ops\sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5905006Z copying torch\include\ATen\ops\sinc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5915983Z copying torch\include\ATen\ops\sinc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5922508Z copying torch\include\ATen\ops\sinc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5928726Z copying torch\include\ATen\ops\sinc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5937000Z copying torch\include\ATen\ops\sinc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5946686Z copying torch\include\ATen\ops\sinc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5952990Z copying torch\include\ATen\ops\sinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.5960002Z copying torch\include\ATen\ops\sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6010712Z copying torch\include\ATen\ops\sinh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6017126Z copying torch\include\ATen\ops\sinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6023444Z copying torch\include\ATen\ops\sinh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6030292Z copying torch\include\ATen\ops\sinh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6036919Z copying torch\include\ATen\ops\sinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6044165Z copying torch\include\ATen\ops\sinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6051355Z copying torch\include\ATen\ops\sin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6058284Z copying torch\include\ATen\ops\sin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6065350Z copying torch\include\ATen\ops\sin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6072766Z copying torch\include\ATen\ops\sin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6079499Z copying torch\include\ATen\ops\sin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6086761Z copying torch\include\ATen\ops\sin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6093784Z copying torch\include\ATen\ops\sin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6100605Z copying torch\include\ATen\ops\size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6107843Z copying torch\include\ATen\ops\size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6115788Z copying torch\include\ATen\ops\size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6127598Z copying torch\include\ATen\ops\size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6134262Z copying torch\include\ATen\ops\slice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6141343Z copying torch\include\ATen\ops\slice_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6148789Z copying torch\include\ATen\ops\slice_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6155797Z copying torch\include\ATen\ops\slice_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6166578Z copying torch\include\ATen\ops\slice_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6173516Z copying torch\include\ATen\ops\slice_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6180948Z copying torch\include\ATen\ops\slice_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6188530Z copying torch\include\ATen\ops\slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6196024Z copying torch\include\ATen\ops\slice_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6203369Z copying torch\include\ATen\ops\slice_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6210769Z copying torch\include\ATen\ops\slice_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6217992Z copying torch\include\ATen\ops\slice_inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6225925Z copying torch\include\ATen\ops\slice_inverse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6232591Z copying torch\include\ATen\ops\slice_inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6239787Z copying torch\include\ATen\ops\slice_inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6247581Z copying torch\include\ATen\ops\slice_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6254889Z copying torch\include\ATen\ops\slice_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6261739Z copying torch\include\ATen\ops\slice_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6269545Z copying torch\include\ATen\ops\slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6280976Z copying torch\include\ATen\ops\slice_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6287834Z copying torch\include\ATen\ops\slice_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6295479Z copying torch\include\ATen\ops\slice_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6302811Z copying torch\include\ATen\ops\slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6309849Z copying torch\include\ATen\ops\slogdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6317273Z copying torch\include\ATen\ops\slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6323984Z copying torch\include\ATen\ops\slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6331711Z copying torch\include\ATen\ops\slow_conv3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6339013Z copying torch\include\ATen\ops\slow_conv3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6346152Z copying torch\include\ATen\ops\slow_conv3d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6353163Z copying torch\include\ATen\ops\slow_conv3d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6360431Z copying torch\include\ATen\ops\slow_conv3d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6368035Z copying torch\include\ATen\ops\slow_conv3d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6375167Z copying torch\include\ATen\ops\slow_conv3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6382692Z copying torch\include\ATen\ops\slow_conv3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6389823Z copying torch\include\ATen\ops\slow_conv_dilated2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6397756Z copying torch\include\ATen\ops\slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6429285Z copying torch\include\ATen\ops\slow_conv_dilated2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6436391Z copying torch\include\ATen\ops\slow_conv_dilated2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6443444Z copying torch\include\ATen\ops\slow_conv_dilated2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6450755Z copying torch\include\ATen\ops\slow_conv_dilated2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6457142Z copying torch\include\ATen\ops\slow_conv_dilated3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6464553Z copying torch\include\ATen\ops\slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6471386Z copying torch\include\ATen\ops\slow_conv_dilated3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6478268Z copying torch\include\ATen\ops\slow_conv_dilated3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6488574Z copying torch\include\ATen\ops\slow_conv_dilated3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6495599Z copying torch\include\ATen\ops\slow_conv_dilated3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6502142Z copying torch\include\ATen\ops\slow_conv_transpose2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6509204Z copying torch\include\ATen\ops\slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6515816Z copying torch\include\ATen\ops\slow_conv_transpose2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6522904Z copying torch\include\ATen\ops\slow_conv_transpose2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6529345Z copying torch\include\ATen\ops\slow_conv_transpose2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6535964Z copying torch\include\ATen\ops\slow_conv_transpose2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6542583Z copying torch\include\ATen\ops\slow_conv_transpose2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6549695Z copying torch\include\ATen\ops\slow_conv_transpose2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6556846Z copying torch\include\ATen\ops\slow_conv_transpose3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6564714Z copying torch\include\ATen\ops\slow_conv_transpose3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6572455Z copying torch\include\ATen\ops\slow_conv_transpose3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6579406Z copying torch\include\ATen\ops\slow_conv_transpose3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6586475Z copying torch\include\ATen\ops\slow_conv_transpose3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6593475Z copying torch\include\ATen\ops\smm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6600302Z copying torch\include\ATen\ops\smm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6607628Z copying torch\include\ATen\ops\smm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6615041Z copying torch\include\ATen\ops\smm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6621715Z copying torch\include\ATen\ops\smooth_l1_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6628799Z copying torch\include\ATen\ops\smooth_l1_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6636030Z copying torch\include\ATen\ops\smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6643713Z copying torch\include\ATen\ops\smooth_l1_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6651070Z copying torch\include\ATen\ops\smooth_l1_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6658422Z copying torch\include\ATen\ops\smooth_l1_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6665542Z copying torch\include\ATen\ops\smooth_l1_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6673427Z copying torch\include\ATen\ops\smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6680927Z copying torch\include\ATen\ops\smooth_l1_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6688107Z copying torch\include\ATen\ops\smooth_l1_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6695193Z copying torch\include\ATen\ops\smooth_l1_loss_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6702296Z copying torch\include\ATen\ops\smooth_l1_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6709715Z copying torch\include\ATen\ops\smooth_l1_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6717488Z copying torch\include\ATen\ops\smooth_l1_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6724763Z copying torch\include\ATen\ops\softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6731867Z copying torch\include\ATen\ops\softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6739014Z copying torch\include\ATen\ops\softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6746237Z copying torch\include\ATen\ops\softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6753548Z copying torch\include\ATen\ops\softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6761167Z copying torch\include\ATen\ops\softplus.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6768719Z copying torch\include\ATen\ops\softplus_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6776594Z copying torch\include\ATen\ops\softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6783778Z copying torch\include\ATen\ops\softplus_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6791111Z copying torch\include\ATen\ops\softplus_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6798666Z copying torch\include\ATen\ops\softplus_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6806361Z copying torch\include\ATen\ops\softplus_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6813889Z copying torch\include\ATen\ops\softplus_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6821023Z copying torch\include\ATen\ops\softplus_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6828674Z copying torch\include\ATen\ops\softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6835914Z copying torch\include\ATen\ops\softplus_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6843781Z copying torch\include\ATen\ops\softplus_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6850913Z copying torch\include\ATen\ops\softplus_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6858374Z copying torch\include\ATen\ops\softplus_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6865493Z copying torch\include\ATen\ops\softplus_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6872793Z copying torch\include\ATen\ops\softplus_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6880106Z copying torch\include\ATen\ops\softshrink.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6892185Z copying torch\include\ATen\ops\softshrink_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6899042Z copying torch\include\ATen\ops\softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6905691Z copying torch\include\ATen\ops\softshrink_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6913007Z copying torch\include\ATen\ops\softshrink_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6919878Z copying torch\include\ATen\ops\softshrink_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6930748Z copying torch\include\ATen\ops\softshrink_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6937264Z copying torch\include\ATen\ops\softshrink_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6944001Z copying torch\include\ATen\ops\softshrink_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6951175Z copying torch\include\ATen\ops\softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6958028Z copying torch\include\ATen\ops\softshrink_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6964750Z copying torch\include\ATen\ops\softshrink_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6971347Z copying torch\include\ATen\ops\softshrink_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6978330Z copying torch\include\ATen\ops\softshrink_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6984992Z copying torch\include\ATen\ops\softshrink_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6991955Z copying torch\include\ATen\ops\softshrink_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.6998610Z copying torch\include\ATen\ops\soft_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7005089Z copying torch\include\ATen\ops\soft_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7012951Z copying torch\include\ATen\ops\soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7019534Z copying torch\include\ATen\ops\soft_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7026308Z copying torch\include\ATen\ops\soft_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7036704Z copying torch\include\ATen\ops\soft_margin_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7043488Z copying torch\include\ATen\ops\soft_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7050455Z copying torch\include\ATen\ops\soft_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7057137Z copying torch\include\ATen\ops\sort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7064005Z copying torch\include\ATen\ops\sort_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7070822Z copying torch\include\ATen\ops\sort_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7077720Z copying torch\include\ATen\ops\sort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7084758Z copying torch\include\ATen\ops\sort_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7091438Z copying torch\include\ATen\ops\sort_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7098459Z copying torch\include\ATen\ops\sort_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7105106Z copying torch\include\ATen\ops\sort_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7111742Z copying torch\include\ATen\ops\sort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7118393Z copying torch\include\ATen\ops\sort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7124820Z copying torch\include\ATen\ops\sparse_bsc_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7132288Z copying torch\include\ATen\ops\sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7138700Z copying torch\include\ATen\ops\sparse_bsc_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7145642Z copying torch\include\ATen\ops\sparse_bsc_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7152456Z copying torch\include\ATen\ops\sparse_bsr_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7159722Z copying torch\include\ATen\ops\sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7166431Z copying torch\include\ATen\ops\sparse_bsr_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7173137Z copying torch\include\ATen\ops\sparse_bsr_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7179857Z copying torch\include\ATen\ops\sparse_compressed_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7187000Z copying torch\include\ATen\ops\sparse_compressed_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7194218Z copying torch\include\ATen\ops\sparse_compressed_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7201024Z copying torch\include\ATen\ops\sparse_compressed_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7208168Z copying torch\include\ATen\ops\sparse_coo_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7215237Z copying torch\include\ATen\ops\sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7222295Z copying torch\include\ATen\ops\sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7229137Z copying torch\include\ATen\ops\sparse_coo_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7235855Z copying torch\include\ATen\ops\sparse_coo_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7247074Z copying torch\include\ATen\ops\sparse_csc_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7254732Z copying torch\include\ATen\ops\sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7261896Z copying torch\include\ATen\ops\sparse_csc_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7269799Z copying torch\include\ATen\ops\sparse_csc_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7276883Z copying torch\include\ATen\ops\sparse_csr_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7287564Z copying torch\include\ATen\ops\sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7295037Z copying torch\include\ATen\ops\sparse_csr_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7302070Z copying torch\include\ATen\ops\sparse_csr_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7318027Z copying torch\include\ATen\ops\sparse_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7325311Z copying torch\include\ATen\ops\sparse_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7332282Z copying torch\include\ATen\ops\sparse_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7339279Z copying torch\include\ATen\ops\sparse_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7346410Z copying torch\include\ATen\ops\sparse_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7354304Z copying torch\include\ATen\ops\sparse_mask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7361471Z copying torch\include\ATen\ops\sparse_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7368964Z copying torch\include\ATen\ops\sparse_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7376025Z copying torch\include\ATen\ops\sparse_resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7383422Z copying torch\include\ATen\ops\sparse_resize_and_clear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7391180Z copying torch\include\ATen\ops\sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7398799Z copying torch\include\ATen\ops\sparse_resize_and_clear_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7406192Z copying torch\include\ATen\ops\sparse_resize_and_clear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7413601Z copying torch\include\ATen\ops\sparse_resize_and_clear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7421500Z copying torch\include\ATen\ops\sparse_resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7428673Z copying torch\include\ATen\ops\sparse_resize_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7435967Z copying torch\include\ATen\ops\sparse_resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7443240Z copying torch\include\ATen\ops\sparse_resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7450060Z copying torch\include\ATen\ops\sparse_sampled_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7458282Z copying torch\include\ATen\ops\sparse_sampled_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7465454Z copying torch\include\ATen\ops\sparse_sampled_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7472050Z copying torch\include\ATen\ops\special_airy_ai.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7479389Z copying torch\include\ATen\ops\special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7485525Z copying torch\include\ATen\ops\special_airy_ai_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7492930Z copying torch\include\ATen\ops\special_airy_ai_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7499307Z copying torch\include\ATen\ops\special_airy_ai_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7505861Z copying torch\include\ATen\ops\special_airy_ai_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7512348Z copying torch\include\ATen\ops\special_airy_ai_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7519054Z copying torch\include\ATen\ops\special_airy_ai_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7525518Z copying torch\include\ATen\ops\special_bessel_j0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7532407Z copying torch\include\ATen\ops\special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7539017Z copying torch\include\ATen\ops\special_bessel_j0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7545941Z copying torch\include\ATen\ops\special_bessel_j0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7552722Z copying torch\include\ATen\ops\special_bessel_j0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7559998Z copying torch\include\ATen\ops\special_bessel_j0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7566530Z copying torch\include\ATen\ops\special_bessel_j0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7573193Z copying torch\include\ATen\ops\special_bessel_j0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7579920Z copying torch\include\ATen\ops\special_bessel_j1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7586901Z copying torch\include\ATen\ops\special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7594174Z copying torch\include\ATen\ops\special_bessel_j1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7600450Z copying torch\include\ATen\ops\special_bessel_j1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7606914Z copying torch\include\ATen\ops\special_bessel_j1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7613666Z copying torch\include\ATen\ops\special_bessel_j1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7620333Z copying torch\include\ATen\ops\special_bessel_j1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7627464Z copying torch\include\ATen\ops\special_bessel_j1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7658925Z copying torch\include\ATen\ops\special_bessel_y0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7666763Z copying torch\include\ATen\ops\special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7678616Z copying torch\include\ATen\ops\special_bessel_y0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7685701Z copying torch\include\ATen\ops\special_bessel_y0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7693161Z copying torch\include\ATen\ops\special_bessel_y0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7700333Z copying torch\include\ATen\ops\special_bessel_y0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7708082Z copying torch\include\ATen\ops\special_bessel_y0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7715281Z copying torch\include\ATen\ops\special_bessel_y0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7722423Z copying torch\include\ATen\ops\special_bessel_y1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7730020Z copying torch\include\ATen\ops\special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7738372Z copying torch\include\ATen\ops\special_bessel_y1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7745663Z copying torch\include\ATen\ops\special_bessel_y1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7752939Z copying torch\include\ATen\ops\special_bessel_y1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7760211Z copying torch\include\ATen\ops\special_bessel_y1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7767692Z copying torch\include\ATen\ops\special_bessel_y1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7774952Z copying torch\include\ATen\ops\special_bessel_y1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7782183Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7790074Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7797761Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7805327Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7812728Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7820097Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7831308Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7838638Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7846150Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7853609Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7861647Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7868863Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7876355Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7884072Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7891427Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7923740Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7931028Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7937885Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7944931Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7952452Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7959548Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7966742Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7973638Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7980566Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7987399Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.7994536Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8001961Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8009077Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8015970Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8022965Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8029681Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8040885Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8047385Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8054083Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8060757Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8067416Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8074158Z copying torch\include\ATen\ops\special_digamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8081158Z copying torch\include\ATen\ops\special_digamma_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8087737Z copying torch\include\ATen\ops\special_digamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8094775Z copying torch\include\ATen\ops\special_digamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8101052Z copying torch\include\ATen\ops\special_entr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8108100Z copying torch\include\ATen\ops\special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8114730Z copying torch\include\ATen\ops\special_entr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8121729Z copying torch\include\ATen\ops\special_entr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8128638Z copying torch\include\ATen\ops\special_entr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8134936Z copying torch\include\ATen\ops\special_entr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8141418Z copying torch\include\ATen\ops\special_entr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8148094Z copying torch\include\ATen\ops\special_entr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8154569Z copying torch\include\ATen\ops\special_erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8161384Z copying torch\include\ATen\ops\special_erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8168037Z copying torch\include\ATen\ops\special_erfcx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8175209Z copying torch\include\ATen\ops\special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8181926Z copying torch\include\ATen\ops\special_erfcx_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8188198Z copying torch\include\ATen\ops\special_erfcx_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8194947Z copying torch\include\ATen\ops\special_erfcx_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8201622Z copying torch\include\ATen\ops\special_erfcx_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8213314Z copying torch\include\ATen\ops\special_erfcx_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8221062Z copying torch\include\ATen\ops\special_erfcx_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8228834Z copying torch\include\ATen\ops\special_erfc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8236639Z copying torch\include\ATen\ops\special_erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8243140Z copying torch\include\ATen\ops\special_erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8250411Z copying torch\include\ATen\ops\special_erfinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8257701Z copying torch\include\ATen\ops\special_erfinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8265111Z copying torch\include\ATen\ops\special_erfinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8273084Z copying torch\include\ATen\ops\special_erfinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8280605Z copying torch\include\ATen\ops\special_erf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8287548Z copying torch\include\ATen\ops\special_erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8294510Z copying torch\include\ATen\ops\special_erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8301867Z copying torch\include\ATen\ops\special_exp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8309282Z copying torch\include\ATen\ops\special_exp2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8316331Z copying torch\include\ATen\ops\special_exp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8323490Z copying torch\include\ATen\ops\special_exp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8331142Z copying torch\include\ATen\ops\special_expit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8356773Z copying torch\include\ATen\ops\special_expit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8363907Z copying torch\include\ATen\ops\special_expit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8370633Z copying torch\include\ATen\ops\special_expit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8377821Z copying torch\include\ATen\ops\special_expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8385593Z copying torch\include\ATen\ops\special_expm1_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8392839Z copying torch\include\ATen\ops\special_expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8399815Z copying torch\include\ATen\ops\special_expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8407093Z copying torch\include\ATen\ops\special_gammainc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8414037Z copying torch\include\ATen\ops\special_gammaincc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8421831Z copying torch\include\ATen\ops\special_gammaincc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8428987Z copying torch\include\ATen\ops\special_gammaincc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8436035Z copying torch\include\ATen\ops\special_gammaincc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8443942Z copying torch\include\ATen\ops\special_gammainc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8451441Z copying torch\include\ATen\ops\special_gammainc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8458597Z copying torch\include\ATen\ops\special_gammainc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8465586Z copying torch\include\ATen\ops\special_gammaln.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8472934Z copying torch\include\ATen\ops\special_gammaln_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8480199Z copying torch\include\ATen\ops\special_gammaln_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8488055Z copying torch\include\ATen\ops\special_gammaln_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8495268Z copying torch\include\ATen\ops\special_hermite_polynomial_h.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8502455Z copying torch\include\ATen\ops\special_hermite_polynomial_he.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8510669Z copying torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8518658Z copying torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8529162Z copying torch\include\ATen\ops\special_hermite_polynomial_he_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8536771Z copying torch\include\ATen\ops\special_hermite_polynomial_he_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8544048Z copying torch\include\ATen\ops\special_hermite_polynomial_he_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8551255Z copying torch\include\ATen\ops\special_hermite_polynomial_he_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8558544Z copying torch\include\ATen\ops\special_hermite_polynomial_he_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8568931Z copying torch\include\ATen\ops\special_hermite_polynomial_he_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8576844Z copying torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8583837Z copying torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8590367Z copying torch\include\ATen\ops\special_hermite_polynomial_h_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8597087Z copying torch\include\ATen\ops\special_hermite_polynomial_h_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8603775Z copying torch\include\ATen\ops\special_hermite_polynomial_h_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8611426Z copying torch\include\ATen\ops\special_hermite_polynomial_h_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8618226Z copying torch\include\ATen\ops\special_hermite_polynomial_h_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8624936Z copying torch\include\ATen\ops\special_hermite_polynomial_h_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8631547Z copying torch\include\ATen\ops\special_i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8645901Z copying torch\include\ATen\ops\special_i0e.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8652872Z copying torch\include\ATen\ops\special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8659572Z copying torch\include\ATen\ops\special_i0e_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8666661Z copying torch\include\ATen\ops\special_i0e_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8673227Z copying torch\include\ATen\ops\special_i0e_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8679939Z copying torch\include\ATen\ops\special_i0e_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8686381Z copying torch\include\ATen\ops\special_i0e_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8693022Z copying torch\include\ATen\ops\special_i0e_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8699962Z copying torch\include\ATen\ops\special_i0_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8706706Z copying torch\include\ATen\ops\special_i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8713024Z copying torch\include\ATen\ops\special_i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8720164Z copying torch\include\ATen\ops\special_i1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8726706Z copying torch\include\ATen\ops\special_i1e.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8733693Z copying torch\include\ATen\ops\special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8740238Z copying torch\include\ATen\ops\special_i1e_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8746827Z copying torch\include\ATen\ops\special_i1e_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8753480Z copying torch\include\ATen\ops\special_i1e_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8760559Z copying torch\include\ATen\ops\special_i1e_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8767760Z copying torch\include\ATen\ops\special_i1e_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8775178Z copying torch\include\ATen\ops\special_i1e_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8782853Z copying torch\include\ATen\ops\special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8789851Z copying torch\include\ATen\ops\special_i1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8797054Z copying torch\include\ATen\ops\special_i1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8804649Z copying torch\include\ATen\ops\special_i1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8812298Z copying torch\include\ATen\ops\special_i1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8824940Z copying torch\include\ATen\ops\special_i1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8832052Z copying torch\include\ATen\ops\special_i1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8839371Z copying torch\include\ATen\ops\special_laguerre_polynomial_l.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8847415Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8855032Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8862319Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8869564Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8877276Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8884796Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8892222Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8903687Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8910899Z copying torch\include\ATen\ops\special_legendre_polynomial_p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8918752Z copying torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8926618Z copying torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8934300Z copying torch\include\ATen\ops\special_legendre_polynomial_p_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8945503Z copying torch\include\ATen\ops\special_legendre_polynomial_p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8952783Z copying torch\include\ATen\ops\special_legendre_polynomial_p_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8960209Z copying torch\include\ATen\ops\special_legendre_polynomial_p_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8968017Z copying torch\include\ATen\ops\special_legendre_polynomial_p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8975325Z copying torch\include\ATen\ops\special_legendre_polynomial_p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8982741Z copying torch\include\ATen\ops\special_log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8990541Z copying torch\include\ATen\ops\special_log1p_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.8997877Z copying torch\include\ATen\ops\special_log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9004947Z copying torch\include\ATen\ops\special_log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9012159Z copying torch\include\ATen\ops\special_logit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9023640Z copying torch\include\ATen\ops\special_logit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9031328Z copying torch\include\ATen\ops\special_logit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9039183Z copying torch\include\ATen\ops\special_logit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9046410Z copying torch\include\ATen\ops\special_logsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9053980Z copying torch\include\ATen\ops\special_logsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9061324Z copying torch\include\ATen\ops\special_logsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9068950Z copying torch\include\ATen\ops\special_logsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9075977Z copying torch\include\ATen\ops\special_log_ndtr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9084050Z copying torch\include\ATen\ops\special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9091125Z copying torch\include\ATen\ops\special_log_ndtr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9098423Z copying torch\include\ATen\ops\special_log_ndtr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9106103Z copying torch\include\ATen\ops\special_log_ndtr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9113461Z copying torch\include\ATen\ops\special_log_ndtr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9121221Z copying torch\include\ATen\ops\special_log_ndtr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9128347Z copying torch\include\ATen\ops\special_log_ndtr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9140675Z copying torch\include\ATen\ops\special_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9148411Z copying torch\include\ATen\ops\special_log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9154979Z copying torch\include\ATen\ops\special_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9162149Z copying torch\include\ATen\ops\special_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9168868Z copying torch\include\ATen\ops\special_modified_bessel_i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9176052Z copying torch\include\ATen\ops\special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9182860Z copying torch\include\ATen\ops\special_modified_bessel_i0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9189567Z copying torch\include\ATen\ops\special_modified_bessel_i0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9197059Z copying torch\include\ATen\ops\special_modified_bessel_i0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9203666Z copying torch\include\ATen\ops\special_modified_bessel_i0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9210307Z copying torch\include\ATen\ops\special_modified_bessel_i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9217304Z copying torch\include\ATen\ops\special_modified_bessel_i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9223943Z copying torch\include\ATen\ops\special_modified_bessel_i1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9231207Z copying torch\include\ATen\ops\special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9238253Z copying torch\include\ATen\ops\special_modified_bessel_i1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9245103Z copying torch\include\ATen\ops\special_modified_bessel_i1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9252138Z copying torch\include\ATen\ops\special_modified_bessel_i1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9259276Z copying torch\include\ATen\ops\special_modified_bessel_i1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9266200Z copying torch\include\ATen\ops\special_modified_bessel_i1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9272856Z copying torch\include\ATen\ops\special_modified_bessel_i1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9279641Z copying torch\include\ATen\ops\special_modified_bessel_k0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9286738Z copying torch\include\ATen\ops\special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9293564Z copying torch\include\ATen\ops\special_modified_bessel_k0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9300257Z copying torch\include\ATen\ops\special_modified_bessel_k0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9306918Z copying torch\include\ATen\ops\special_modified_bessel_k0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9313757Z copying torch\include\ATen\ops\special_modified_bessel_k0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9320656Z copying torch\include\ATen\ops\special_modified_bessel_k0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9327250Z copying torch\include\ATen\ops\special_modified_bessel_k0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9334095Z copying torch\include\ATen\ops\special_modified_bessel_k1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9341224Z copying torch\include\ATen\ops\special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9347929Z copying torch\include\ATen\ops\special_modified_bessel_k1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9355280Z copying torch\include\ATen\ops\special_modified_bessel_k1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9363395Z copying torch\include\ATen\ops\special_modified_bessel_k1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9370841Z copying torch\include\ATen\ops\special_modified_bessel_k1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9378402Z copying torch\include\ATen\ops\special_modified_bessel_k1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9385260Z copying torch\include\ATen\ops\special_modified_bessel_k1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9393044Z copying torch\include\ATen\ops\special_multigammaln.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9401068Z copying torch\include\ATen\ops\special_multigammaln_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9408429Z copying torch\include\ATen\ops\special_multigammaln_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9415646Z copying torch\include\ATen\ops\special_multigammaln_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9423039Z copying torch\include\ATen\ops\special_ndtr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9430391Z copying torch\include\ATen\ops\special_ndtri.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9437978Z copying torch\include\ATen\ops\special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9444996Z copying torch\include\ATen\ops\special_ndtri_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9452461Z copying torch\include\ATen\ops\special_ndtri_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9459721Z copying torch\include\ATen\ops\special_ndtri_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9467170Z copying torch\include\ATen\ops\special_ndtri_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9474299Z copying torch\include\ATen\ops\special_ndtri_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9484242Z copying torch\include\ATen\ops\special_ndtri_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9491852Z copying torch\include\ATen\ops\special_ndtr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9498336Z copying torch\include\ATen\ops\special_ndtr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9505253Z copying torch\include\ATen\ops\special_ndtr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9512326Z copying torch\include\ATen\ops\special_polygamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9519717Z copying torch\include\ATen\ops\special_polygamma_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9526348Z copying torch\include\ATen\ops\special_polygamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9533058Z copying torch\include\ATen\ops\special_polygamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9539688Z copying torch\include\ATen\ops\special_psi.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9546782Z copying torch\include\ATen\ops\special_psi_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9553486Z copying torch\include\ATen\ops\special_psi_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9560066Z copying torch\include\ATen\ops\special_psi_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9567072Z copying torch\include\ATen\ops\special_round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9574365Z copying torch\include\ATen\ops\special_round_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9581080Z copying torch\include\ATen\ops\special_round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9587745Z copying torch\include\ATen\ops\special_round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9594602Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9602003Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9609099Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9616124Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9623114Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9630248Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9637636Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9644037Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9650861Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9658146Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9665796Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9672332Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9679359Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9686322Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9693637Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9709693Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9716313Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9724071Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9730861Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9738281Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9745690Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9752800Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9759636Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9766351Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9773145Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9779934Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9787345Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9794994Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9803069Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9810457Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9817992Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9825393Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9833123Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9840844Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9848498Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9856091Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9864470Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9871919Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9879692Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9886970Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9894889Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9902216Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9909584Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9917432Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9925905Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9933684Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9941271Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9949353Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9956509Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9964240Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9972170Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9980314Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9987530Z copying torch\include\ATen\ops\special_sinc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:36.9995470Z copying torch\include\ATen\ops\special_sinc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0003199Z copying torch\include\ATen\ops\special_sinc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0010087Z copying torch\include\ATen\ops\special_sinc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0017338Z copying torch\include\ATen\ops\special_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0025034Z copying torch\include\ATen\ops\special_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0032717Z copying torch\include\ATen\ops\special_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0039788Z copying torch\include\ATen\ops\special_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0047180Z copying torch\include\ATen\ops\special_spherical_bessel_j0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0055166Z copying torch\include\ATen\ops\special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0062648Z copying torch\include\ATen\ops\special_spherical_bessel_j0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0070239Z copying torch\include\ATen\ops\special_spherical_bessel_j0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0077381Z copying torch\include\ATen\ops\special_spherical_bessel_j0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0084658Z copying torch\include\ATen\ops\special_spherical_bessel_j0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0096340Z copying torch\include\ATen\ops\special_spherical_bessel_j0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0104216Z copying torch\include\ATen\ops\special_spherical_bessel_j0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0111474Z copying torch\include\ATen\ops\special_xlog1py.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0119322Z copying torch\include\ATen\ops\special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0126687Z copying torch\include\ATen\ops\special_xlog1py_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0134498Z copying torch\include\ATen\ops\special_xlog1py_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0141450Z copying torch\include\ATen\ops\special_xlog1py_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0148225Z copying torch\include\ATen\ops\special_xlog1py_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0155495Z copying torch\include\ATen\ops\special_xlog1py_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0162184Z copying torch\include\ATen\ops\special_xlog1py_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0172610Z copying torch\include\ATen\ops\special_xlog1py_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0179296Z copying torch\include\ATen\ops\special_xlogy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0186742Z copying torch\include\ATen\ops\special_xlogy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0193461Z copying torch\include\ATen\ops\special_xlogy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0200236Z copying torch\include\ATen\ops\special_xlogy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0210621Z copying torch\include\ATen\ops\special_zeta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0217558Z copying torch\include\ATen\ops\special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0224306Z copying torch\include\ATen\ops\special_zeta_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0230941Z copying torch\include\ATen\ops\special_zeta_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0238521Z copying torch\include\ATen\ops\special_zeta_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0245648Z copying torch\include\ATen\ops\special_zeta_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0253111Z copying torch\include\ATen\ops\special_zeta_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0260811Z copying torch\include\ATen\ops\special_zeta_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0293198Z copying torch\include\ATen\ops\special_zeta_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0300573Z copying torch\include\ATen\ops\split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0307973Z copying torch\include\ATen\ops\split_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0315605Z copying torch\include\ATen\ops\split_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0322653Z copying torch\include\ATen\ops\split_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0338395Z copying torch\include\ATen\ops\split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0345946Z copying torch\include\ATen\ops\split_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0352867Z copying torch\include\ATen\ops\split_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0360081Z copying torch\include\ATen\ops\split_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0367512Z copying torch\include\ATen\ops\split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0375202Z copying torch\include\ATen\ops\split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0382097Z copying torch\include\ATen\ops\split_with_sizes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0389517Z copying torch\include\ATen\ops\split_with_sizes_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0396456Z copying torch\include\ATen\ops\split_with_sizes_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0405059Z copying torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0412358Z copying torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0419682Z copying torch\include\ATen\ops\split_with_sizes_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0427318Z copying torch\include\ATen\ops\split_with_sizes_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0434620Z copying torch\include\ATen\ops\split_with_sizes_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0442089Z copying torch\include\ATen\ops\split_with_sizes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0449129Z copying torch\include\ATen\ops\split_with_sizes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0456162Z copying torch\include\ATen\ops\sqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0463297Z copying torch\include\ATen\ops\sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0470816Z copying torch\include\ATen\ops\sqrt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0477999Z copying torch\include\ATen\ops\sqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0485771Z copying torch\include\ATen\ops\sqrt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0492647Z copying torch\include\ATen\ops\sqrt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0499815Z copying torch\include\ATen\ops\sqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0506924Z copying torch\include\ATen\ops\sqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0513900Z copying torch\include\ATen\ops\square.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0520714Z copying torch\include\ATen\ops\square_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0527773Z copying torch\include\ATen\ops\square_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0535107Z copying torch\include\ATen\ops\square_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0542369Z copying torch\include\ATen\ops\squeeze.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0549578Z copying torch\include\ATen\ops\squeeze_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0556937Z copying torch\include\ATen\ops\squeeze_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0563947Z copying torch\include\ATen\ops\squeeze_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0571273Z copying torch\include\ATen\ops\squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0578619Z copying torch\include\ATen\ops\squeeze_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0585607Z copying torch\include\ATen\ops\squeeze_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0592416Z copying torch\include\ATen\ops\squeeze_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0598758Z copying torch\include\ATen\ops\squeeze_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0605714Z copying torch\include\ATen\ops\squeeze_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0612175Z copying torch\include\ATen\ops\sspaddmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0618724Z copying torch\include\ATen\ops\sspaddmm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0625127Z copying torch\include\ATen\ops\sspaddmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0632256Z copying torch\include\ATen\ops\sspaddmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0638986Z copying torch\include\ATen\ops\sspaddmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0645970Z copying torch\include\ATen\ops\sspaddmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0652005Z copying torch\include\ATen\ops\stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0658427Z copying torch\include\ATen\ops\stack_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0664766Z copying torch\include\ATen\ops\stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0670925Z copying torch\include\ATen\ops\stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0677306Z copying torch\include\ATen\ops\std.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0683777Z copying torch\include\ATen\ops\std_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0690616Z copying torch\include\ATen\ops\std_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0697018Z copying torch\include\ATen\ops\std_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0709439Z copying torch\include\ATen\ops\std_mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0725575Z copying torch\include\ATen\ops\std_mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0726710Z copying torch\include\ATen\ops\std_mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0729270Z copying torch\include\ATen\ops\std_mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0735678Z copying torch\include\ATen\ops\std_mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0742156Z copying torch\include\ATen\ops\std_mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0748743Z copying torch\include\ATen\ops\std_mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0755209Z copying torch\include\ATen\ops\std_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0761632Z copying torch\include\ATen\ops\std_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0767943Z copying torch\include\ATen\ops\stft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0777797Z copying torch\include\ATen\ops\stft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0784757Z copying torch\include\ATen\ops\stft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0791633Z copying torch\include\ATen\ops\stft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0798545Z copying torch\include\ATen\ops\stride.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0805349Z copying torch\include\ATen\ops\stride_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0812842Z copying torch\include\ATen\ops\stride_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0819664Z copying torch\include\ATen\ops\stride_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0826628Z copying torch\include\ATen\ops\sub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0833824Z copying torch\include\ATen\ops\subtract.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0840568Z copying torch\include\ATen\ops\subtract_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0847538Z copying torch\include\ATen\ops\subtract_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0854973Z copying torch\include\ATen\ops\subtract_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0862517Z copying torch\include\ATen\ops\sub_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0869634Z copying torch\include\ATen\ops\sub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0876545Z copying torch\include\ATen\ops\sub_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0887689Z copying torch\include\ATen\ops\sub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0894724Z copying torch\include\ATen\ops\sub_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0906963Z copying torch\include\ATen\ops\sub_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0914398Z copying torch\include\ATen\ops\sub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0921510Z copying torch\include\ATen\ops\sub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0928264Z copying torch\include\ATen\ops\sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0935416Z copying torch\include\ATen\ops\sum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0942705Z copying torch\include\ATen\ops\sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0950133Z copying torch\include\ATen\ops\sum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0957645Z copying torch\include\ATen\ops\sum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0964736Z copying torch\include\ATen\ops\sum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0971601Z copying torch\include\ATen\ops\sum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0978201Z copying torch\include\ATen\ops\sum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0985032Z copying torch\include\ATen\ops\sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0992629Z copying torch\include\ATen\ops\sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.0999725Z copying torch\include\ATen\ops\sum_to_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1006933Z copying torch\include\ATen\ops\sum_to_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1014194Z copying torch\include\ATen\ops\sum_to_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1020870Z copying torch\include\ATen\ops\sum_to_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1027784Z copying torch\include\ATen\ops\svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1035120Z copying torch\include\ATen\ops\svd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1042314Z copying torch\include\ATen\ops\svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1049745Z copying torch\include\ATen\ops\svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1056300Z copying torch\include\ATen\ops\swapaxes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1063015Z copying torch\include\ATen\ops\swapaxes_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1070127Z copying torch\include\ATen\ops\swapaxes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1077442Z copying torch\include\ATen\ops\swapaxes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1084626Z copying torch\include\ATen\ops\swapdims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1091545Z copying torch\include\ATen\ops\swapdims_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1098294Z copying torch\include\ATen\ops\swapdims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1105229Z copying torch\include\ATen\ops\swapdims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1112348Z copying torch\include\ATen\ops\sym_constrain_range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1120460Z copying torch\include\ATen\ops\sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1127415Z copying torch\include\ATen\ops\sym_constrain_range_for_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1134300Z copying torch\include\ATen\ops\sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1141484Z copying torch\include\ATen\ops\sym_constrain_range_for_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1148160Z copying torch\include\ATen\ops\sym_constrain_range_for_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1155427Z copying torch\include\ATen\ops\sym_constrain_range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1162350Z copying torch\include\ATen\ops\sym_constrain_range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1168794Z copying torch\include\ATen\ops\sym_numel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1175598Z copying torch\include\ATen\ops\sym_numel_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1181912Z copying torch\include\ATen\ops\sym_numel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1188664Z copying torch\include\ATen\ops\sym_numel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1195175Z copying torch\include\ATen\ops\sym_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1201657Z copying torch\include\ATen\ops\sym_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1208158Z copying torch\include\ATen\ops\sym_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1214289Z copying torch\include\ATen\ops\sym_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1220942Z copying torch\include\ATen\ops\sym_storage_offset.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1227487Z copying torch\include\ATen\ops\sym_storage_offset_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1233813Z copying torch\include\ATen\ops\sym_storage_offset_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1240904Z copying torch\include\ATen\ops\sym_storage_offset_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1247256Z copying torch\include\ATen\ops\sym_stride.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1254515Z copying torch\include\ATen\ops\sym_stride_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1260963Z copying torch\include\ATen\ops\sym_stride_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1267117Z copying torch\include\ATen\ops\sym_stride_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1273537Z copying torch\include\ATen\ops\t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1279444Z copying torch\include\ATen\ops\take.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1285784Z copying torch\include\ATen\ops\take_along_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1292397Z copying torch\include\ATen\ops\take_along_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1298979Z copying torch\include\ATen\ops\take_along_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1305701Z copying torch\include\ATen\ops\take_along_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1312349Z copying torch\include\ATen\ops\take_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1318806Z copying torch\include\ATen\ops\take_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1325118Z copying torch\include\ATen\ops\take_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1331504Z copying torch\include\ATen\ops\take_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1337539Z copying torch\include\ATen\ops\tan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1344115Z copying torch\include\ATen\ops\tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1350963Z copying torch\include\ATen\ops\tanh_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1358894Z copying torch\include\ATen\ops\tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1365907Z copying torch\include\ATen\ops\tanh_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1373213Z copying torch\include\ATen\ops\tanh_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1379997Z copying torch\include\ATen\ops\tanh_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1387091Z copying torch\include\ATen\ops\tanh_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1394151Z copying torch\include\ATen\ops\tanh_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1402208Z copying torch\include\ATen\ops\tanh_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1418122Z copying torch\include\ATen\ops\tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1424860Z copying torch\include\ATen\ops\tanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1432068Z copying torch\include\ATen\ops\tanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1439242Z copying torch\include\ATen\ops\tanh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1446087Z copying torch\include\ATen\ops\tanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1453294Z copying torch\include\ATen\ops\tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1464522Z copying torch\include\ATen\ops\tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1471636Z copying torch\include\ATen\ops\tan_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1478795Z copying torch\include\ATen\ops\tan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1485950Z copying torch\include\ATen\ops\tan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1493105Z copying torch\include\ATen\ops\tan_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1499659Z copying torch\include\ATen\ops\tan_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1506488Z copying torch\include\ATen\ops\tan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1513554Z copying torch\include\ATen\ops\tan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1520358Z copying torch\include\ATen\ops\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1527093Z copying torch\include\ATen\ops\tensordot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1534567Z copying torch\include\ATen\ops\tensordot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1541988Z copying torch\include\ATen\ops\tensordot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1549223Z copying torch\include\ATen\ops\tensordot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1556423Z copying torch\include\ATen\ops\tensor_split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1563542Z copying torch\include\ATen\ops\tensor_split_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1570727Z copying torch\include\ATen\ops\tensor_split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1578061Z copying torch\include\ATen\ops\tensor_split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1585509Z copying torch\include\ATen\ops\thnn_conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1592471Z copying torch\include\ATen\ops\thnn_conv2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1599454Z copying torch\include\ATen\ops\thnn_conv2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1606646Z copying torch\include\ATen\ops\thnn_conv2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1613874Z copying torch\include\ATen\ops\threshold.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1620889Z copying torch\include\ATen\ops\threshold_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1628340Z copying torch\include\ATen\ops\threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1635385Z copying torch\include\ATen\ops\threshold_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1642642Z copying torch\include\ATen\ops\threshold_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1650007Z copying torch\include\ATen\ops\threshold_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1657637Z copying torch\include\ATen\ops\threshold_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1664916Z copying torch\include\ATen\ops\threshold_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1672149Z copying torch\include\ATen\ops\threshold_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1680207Z copying torch\include\ATen\ops\threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1687615Z copying torch\include\ATen\ops\threshold_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1694681Z copying torch\include\ATen\ops\threshold_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1701596Z copying torch\include\ATen\ops\threshold_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1708352Z copying torch\include\ATen\ops\threshold_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1715088Z copying torch\include\ATen\ops\threshold_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1721680Z copying torch\include\ATen\ops\threshold_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1728519Z copying torch\include\ATen\ops\tile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1735103Z copying torch\include\ATen\ops\tile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1741475Z copying torch\include\ATen\ops\tile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1747460Z copying torch\include\ATen\ops\tile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1754216Z copying torch\include\ATen\ops\to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1760687Z copying torch\include\ATen\ops\topk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1767286Z copying torch\include\ATen\ops\topk_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1790251Z copying torch\include\ATen\ops\topk_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1796615Z copying torch\include\ATen\ops\topk_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1803197Z copying torch\include\ATen\ops\topk_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1810291Z copying torch\include\ATen\ops\topk_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1817484Z copying torch\include\ATen\ops\topk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1823679Z copying torch\include\ATen\ops\topk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1830101Z copying torch\include\ATen\ops\to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1836348Z copying torch\include\ATen\ops\to_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1842550Z copying torch\include\ATen\ops\to_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1849105Z copying torch\include\ATen\ops\to_dense_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1855877Z copying torch\include\ATen\ops\to_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1862050Z copying torch\include\ATen\ops\to_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1869004Z copying torch\include\ATen\ops\to_dense_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1875076Z copying torch\include\ATen\ops\to_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1881571Z copying torch\include\ATen\ops\to_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1887981Z copying torch\include\ATen\ops\to_mkldnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1894408Z copying torch\include\ATen\ops\to_mkldnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1901403Z copying torch\include\ATen\ops\to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1907760Z copying torch\include\ATen\ops\to_mkldnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1914574Z copying torch\include\ATen\ops\to_mkldnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1921924Z copying torch\include\ATen\ops\to_mkldnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1928045Z copying torch\include\ATen\ops\to_mkldnn_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1934397Z copying torch\include\ATen\ops\to_mkldnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1941044Z copying torch\include\ATen\ops\to_mkldnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1947441Z copying torch\include\ATen\ops\to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1953708Z copying torch\include\ATen\ops\to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1960116Z copying torch\include\ATen\ops\to_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1966753Z copying torch\include\ATen\ops\to_padded_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1973109Z copying torch\include\ATen\ops\to_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1979632Z copying torch\include\ATen\ops\to_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1986237Z copying torch\include\ATen\ops\to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1992873Z copying torch\include\ATen\ops\to_sparse_bsc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.1999153Z copying torch\include\ATen\ops\to_sparse_bsc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2005580Z copying torch\include\ATen\ops\to_sparse_bsc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2011634Z copying torch\include\ATen\ops\to_sparse_bsc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2033336Z copying torch\include\ATen\ops\to_sparse_bsr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2041179Z copying torch\include\ATen\ops\to_sparse_bsr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2048337Z copying torch\include\ATen\ops\to_sparse_bsr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2055408Z copying torch\include\ATen\ops\to_sparse_bsr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2063078Z copying torch\include\ATen\ops\to_sparse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2070700Z copying torch\include\ATen\ops\to_sparse_csc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2078078Z copying torch\include\ATen\ops\to_sparse_csc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2085131Z copying torch\include\ATen\ops\to_sparse_csc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2092233Z copying torch\include\ATen\ops\to_sparse_csc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2099189Z copying torch\include\ATen\ops\to_sparse_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2107404Z copying torch\include\ATen\ops\to_sparse_csr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2114648Z copying torch\include\ATen\ops\to_sparse_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2121517Z copying torch\include\ATen\ops\to_sparse_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2128484Z copying torch\include\ATen\ops\to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2155301Z copying torch\include\ATen\ops\to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2162555Z copying torch\include\ATen\ops\trace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2169241Z copying torch\include\ATen\ops\trace_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2176674Z copying torch\include\ATen\ops\trace_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2184075Z copying torch\include\ATen\ops\trace_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2191118Z copying torch\include\ATen\ops\trace_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2198695Z copying torch\include\ATen\ops\trace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2205804Z copying torch\include\ATen\ops\trace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2212820Z copying torch\include\ATen\ops\trace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2220207Z copying torch\include\ATen\ops\trace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2227594Z copying torch\include\ATen\ops\trace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2234678Z copying torch\include\ATen\ops\transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2242126Z copying torch\include\ATen\ops\transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2249313Z copying torch\include\ATen\ops\transpose_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2256616Z copying torch\include\ATen\ops\transpose_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2264238Z copying torch\include\ATen\ops\transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2271681Z copying torch\include\ATen\ops\transpose_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2278918Z copying torch\include\ATen\ops\transpose_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2285906Z copying torch\include\ATen\ops\transpose_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2293426Z copying torch\include\ATen\ops\transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2300441Z copying torch\include\ATen\ops\transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2307555Z copying torch\include\ATen\ops\trapezoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2315233Z copying torch\include\ATen\ops\trapezoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2322086Z copying torch\include\ATen\ops\trapezoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2330227Z copying torch\include\ATen\ops\trapezoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2337238Z copying torch\include\ATen\ops\trapz.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2344406Z copying torch\include\ATen\ops\trapz_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2351105Z copying torch\include\ATen\ops\trapz_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2358623Z copying torch\include\ATen\ops\trapz_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2365703Z copying torch\include\ATen\ops\triangular_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2372574Z copying torch\include\ATen\ops\triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2379271Z copying torch\include\ATen\ops\triangular_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2386296Z copying torch\include\ATen\ops\triangular_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2392794Z copying torch\include\ATen\ops\triangular_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2399589Z copying torch\include\ATen\ops\triangular_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2406157Z copying torch\include\ATen\ops\triangular_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2413654Z copying torch\include\ATen\ops\triangular_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2420302Z copying torch\include\ATen\ops\tril.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2427029Z copying torch\include\ATen\ops\tril_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2433291Z copying torch\include\ATen\ops\tril_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2439866Z copying torch\include\ATen\ops\tril_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2446230Z copying torch\include\ATen\ops\tril_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2452939Z copying torch\include\ATen\ops\tril_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2459334Z copying torch\include\ATen\ops\tril_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2466677Z copying torch\include\ATen\ops\tril_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2474143Z copying torch\include\ATen\ops\tril_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2480675Z copying torch\include\ATen\ops\tril_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2487874Z copying torch\include\ATen\ops\tril_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2495194Z copying torch\include\ATen\ops\tril_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2501677Z copying torch\include\ATen\ops\tril_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2508587Z copying torch\include\ATen\ops\tril_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2515238Z copying torch\include\ATen\ops\triplet_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2521969Z copying torch\include\ATen\ops\triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2528291Z copying torch\include\ATen\ops\triplet_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2534936Z copying torch\include\ATen\ops\triplet_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2541890Z copying torch\include\ATen\ops\triu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2548874Z copying torch\include\ATen\ops\triu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2555879Z copying torch\include\ATen\ops\triu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2562285Z copying torch\include\ATen\ops\triu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2569160Z copying torch\include\ATen\ops\triu_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2576808Z copying torch\include\ATen\ops\triu_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2584033Z copying torch\include\ATen\ops\triu_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2591996Z copying torch\include\ATen\ops\triu_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2621113Z copying torch\include\ATen\ops\triu_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2628739Z copying torch\include\ATen\ops\triu_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2636012Z copying torch\include\ATen\ops\triu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2643137Z copying torch\include\ATen\ops\triu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2650606Z copying torch\include\ATen\ops\triu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2657511Z copying torch\include\ATen\ops\triu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2664626Z copying torch\include\ATen\ops\true_divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2672029Z copying torch\include\ATen\ops\true_divide_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2679356Z copying torch\include\ATen\ops\true_divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2687218Z copying torch\include\ATen\ops\true_divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2694815Z copying torch\include\ATen\ops\trunc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2702093Z copying torch\include\ATen\ops\trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2709219Z copying torch\include\ATen\ops\trunc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2716500Z copying torch\include\ATen\ops\trunc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2743284Z copying torch\include\ATen\ops\trunc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2750102Z copying torch\include\ATen\ops\trunc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2756814Z copying torch\include\ATen\ops\trunc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2763658Z copying torch\include\ATen\ops\trunc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2770331Z copying torch\include\ATen\ops\type_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2776681Z copying torch\include\ATen\ops\type_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2783460Z copying torch\include\ATen\ops\type_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2790205Z copying torch\include\ATen\ops\type_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2797151Z copying torch\include\ATen\ops\t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2805062Z copying torch\include\ATen\ops\t_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2811924Z copying torch\include\ATen\ops\t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2823811Z copying torch\include\ATen\ops\t_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2831520Z copying torch\include\ATen\ops\t_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2838911Z copying torch\include\ATen\ops\t_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2845495Z copying torch\include\ATen\ops\t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2852151Z copying torch\include\ATen\ops\t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2859146Z copying torch\include\ATen\ops\unbind.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2866405Z copying torch\include\ATen\ops\unbind_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2873874Z copying torch\include\ATen\ops\unbind_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2880822Z copying torch\include\ATen\ops\unbind_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2888698Z copying torch\include\ATen\ops\unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2896493Z copying torch\include\ATen\ops\unbind_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2903860Z copying torch\include\ATen\ops\unbind_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2914645Z copying torch\include\ATen\ops\unbind_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2921863Z copying torch\include\ATen\ops\unbind_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2929127Z copying torch\include\ATen\ops\unbind_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2936027Z copying torch\include\ATen\ops\unflatten.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2943360Z copying torch\include\ATen\ops\unflatten_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2950933Z copying torch\include\ATen\ops\unflatten_dense_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2958531Z copying torch\include\ATen\ops\unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2965955Z copying torch\include\ATen\ops\unflatten_dense_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2972663Z copying torch\include\ATen\ops\unflatten_dense_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2979934Z copying torch\include\ATen\ops\unflatten_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2987012Z copying torch\include\ATen\ops\unflatten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.2994040Z copying torch\include\ATen\ops\unfold.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3004137Z copying torch\include\ATen\ops\unfold_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3011708Z copying torch\include\ATen\ops\unfold_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3018961Z copying torch\include\ATen\ops\unfold_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3026190Z copying torch\include\ATen\ops\unfold_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3033484Z copying torch\include\ATen\ops\unfold_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3041078Z copying torch\include\ATen\ops\unfold_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3048195Z copying torch\include\ATen\ops\unfold_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3055227Z copying torch\include\ATen\ops\unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3062725Z copying torch\include\ATen\ops\unfold_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3069190Z copying torch\include\ATen\ops\unfold_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3076316Z copying torch\include\ATen\ops\unfold_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3082949Z copying torch\include\ATen\ops\unfold_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3089580Z copying torch\include\ATen\ops\unfold_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3099539Z copying torch\include\ATen\ops\unfold_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3106907Z copying torch\include\ATen\ops\unfold_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3113642Z copying torch\include\ATen\ops\unfold_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3120242Z copying torch\include\ATen\ops\uniform.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3126687Z copying torch\include\ATen\ops\uniform_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3133183Z copying torch\include\ATen\ops\uniform_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3139558Z copying torch\include\ATen\ops\uniform_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3145965Z copying torch\include\ATen\ops\uniform_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3152362Z copying torch\include\ATen\ops\uniform_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3159017Z copying torch\include\ATen\ops\uniform_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3166413Z copying torch\include\ATen\ops\unique_consecutive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3174176Z copying torch\include\ATen\ops\unique_consecutive_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3181133Z copying torch\include\ATen\ops\unique_consecutive_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3188410Z copying torch\include\ATen\ops\unique_consecutive_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3195534Z copying torch\include\ATen\ops\unique_consecutive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3203123Z copying torch\include\ATen\ops\unique_consecutive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3211523Z copying torch\include\ATen\ops\unique_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3230119Z copying torch\include\ATen\ops\unique_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3237321Z copying torch\include\ATen\ops\unique_dim_consecutive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3248385Z copying torch\include\ATen\ops\unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3255334Z copying torch\include\ATen\ops\unique_dim_consecutive_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3262497Z copying torch\include\ATen\ops\unique_dim_consecutive_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3269979Z copying torch\include\ATen\ops\unique_dim_consecutive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3276697Z copying torch\include\ATen\ops\unique_dim_consecutive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3283623Z copying torch\include\ATen\ops\unique_dim_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3290651Z copying torch\include\ATen\ops\unique_dim_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3297385Z copying torch\include\ATen\ops\unique_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3304496Z copying torch\include\ATen\ops\unique_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3311228Z copying torch\include\ATen\ops\unsafe_chunk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3318428Z copying torch\include\ATen\ops\unsafe_chunk_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3325128Z copying torch\include\ATen\ops\unsafe_chunk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3331601Z copying torch\include\ATen\ops\unsafe_chunk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3338873Z copying torch\include\ATen\ops\unsafe_split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3345998Z copying torch\include\ATen\ops\unsafe_split_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3353214Z copying torch\include\ATen\ops\unsafe_split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3359930Z copying torch\include\ATen\ops\unsafe_split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3367409Z copying torch\include\ATen\ops\unsafe_split_with_sizes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3374250Z copying torch\include\ATen\ops\unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3381343Z copying torch\include\ATen\ops\unsafe_split_with_sizes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3387818Z copying torch\include\ATen\ops\unsafe_split_with_sizes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3394419Z copying torch\include\ATen\ops\unsqueeze.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3401617Z copying torch\include\ATen\ops\unsqueeze_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3408600Z copying torch\include\ATen\ops\unsqueeze_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3415977Z copying torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3422695Z copying torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3429520Z copying torch\include\ATen\ops\unsqueeze_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3436414Z copying torch\include\ATen\ops\unsqueeze_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3446518Z copying torch\include\ATen\ops\unsqueeze_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3453635Z copying torch\include\ATen\ops\unsqueeze_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3460296Z copying torch\include\ATen\ops\upsample_bicubic2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3467182Z copying torch\include\ATen\ops\upsample_bicubic2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3474709Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3481617Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3504688Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3511978Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3518923Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3526224Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3533642Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3540468Z copying torch\include\ATen\ops\upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3554393Z copying torch\include\ATen\ops\upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3561130Z copying torch\include\ATen\ops\upsample_bicubic2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3567934Z copying torch\include\ATen\ops\upsample_bicubic2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3574967Z copying torch\include\ATen\ops\upsample_bicubic2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3581591Z copying torch\include\ATen\ops\upsample_bicubic2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3588383Z copying torch\include\ATen\ops\upsample_bicubic2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3595316Z copying torch\include\ATen\ops\upsample_bicubic2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3602127Z copying torch\include\ATen\ops\upsample_bilinear2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3609960Z copying torch\include\ATen\ops\upsample_bilinear2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3617056Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3623555Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3630466Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3640749Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3647497Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3654081Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3660688Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3667663Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3674413Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3681305Z copying torch\include\ATen\ops\upsample_bilinear2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3688513Z copying torch\include\ATen\ops\upsample_bilinear2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3695418Z copying torch\include\ATen\ops\upsample_bilinear2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3702054Z copying torch\include\ATen\ops\upsample_bilinear2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3709141Z copying torch\include\ATen\ops\upsample_bilinear2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3716431Z copying torch\include\ATen\ops\upsample_bilinear2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3727400Z copying torch\include\ATen\ops\upsample_linear1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3734399Z copying torch\include\ATen\ops\upsample_linear1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3741627Z copying torch\include\ATen\ops\upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3748731Z copying torch\include\ATen\ops\upsample_linear1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3755571Z copying torch\include\ATen\ops\upsample_linear1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3762734Z copying torch\include\ATen\ops\upsample_linear1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3774092Z copying torch\include\ATen\ops\upsample_linear1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3782001Z copying torch\include\ATen\ops\upsample_linear1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3788856Z copying torch\include\ATen\ops\upsample_linear1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3796042Z copying torch\include\ATen\ops\upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3803199Z copying torch\include\ATen\ops\upsample_linear1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3809955Z copying torch\include\ATen\ops\upsample_linear1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3820296Z copying torch\include\ATen\ops\upsample_linear1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3848703Z copying torch\include\ATen\ops\upsample_linear1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3916119Z copying torch\include\ATen\ops\upsample_linear1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3923534Z copying torch\include\ATen\ops\upsample_linear1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3931093Z copying torch\include\ATen\ops\upsample_linear1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3938833Z copying torch\include\ATen\ops\upsample_nearest1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3953915Z copying torch\include\ATen\ops\upsample_nearest1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3961975Z copying torch\include\ATen\ops\upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3969141Z copying torch\include\ATen\ops\upsample_nearest1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3976467Z copying torch\include\ATen\ops\upsample_nearest1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3984031Z copying torch\include\ATen\ops\upsample_nearest1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.3991864Z copying torch\include\ATen\ops\upsample_nearest1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4002966Z copying torch\include\ATen\ops\upsample_nearest1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4010234Z copying torch\include\ATen\ops\upsample_nearest1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4017774Z copying torch\include\ATen\ops\upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4025014Z copying torch\include\ATen\ops\upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4032925Z copying torch\include\ATen\ops\upsample_nearest1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4040274Z copying torch\include\ATen\ops\upsample_nearest1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4060612Z copying torch\include\ATen\ops\upsample_nearest1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4067951Z copying torch\include\ATen\ops\upsample_nearest1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4074583Z copying torch\include\ATen\ops\upsample_nearest1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4081472Z copying torch\include\ATen\ops\upsample_nearest1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4088313Z copying torch\include\ATen\ops\upsample_nearest2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4094940Z copying torch\include\ATen\ops\upsample_nearest2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4106851Z copying torch\include\ATen\ops\upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4113510Z copying torch\include\ATen\ops\upsample_nearest2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4120291Z copying torch\include\ATen\ops\upsample_nearest2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4126921Z copying torch\include\ATen\ops\upsample_nearest2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4133820Z copying torch\include\ATen\ops\upsample_nearest2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4140415Z copying torch\include\ATen\ops\upsample_nearest2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4147023Z copying torch\include\ATen\ops\upsample_nearest2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4154649Z copying torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4161540Z copying torch\include\ATen\ops\upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4193386Z copying torch\include\ATen\ops\upsample_nearest2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4200232Z copying torch\include\ATen\ops\upsample_nearest2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4206913Z copying torch\include\ATen\ops\upsample_nearest2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4218041Z copying torch\include\ATen\ops\upsample_nearest2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4224689Z copying torch\include\ATen\ops\upsample_nearest2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4232208Z copying torch\include\ATen\ops\upsample_nearest2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4239162Z copying torch\include\ATen\ops\upsample_nearest3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4246055Z copying torch\include\ATen\ops\upsample_nearest3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4253604Z copying torch\include\ATen\ops\upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4260315Z copying torch\include\ATen\ops\upsample_nearest3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4267062Z copying torch\include\ATen\ops\upsample_nearest3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4273770Z copying torch\include\ATen\ops\upsample_nearest3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4281492Z copying torch\include\ATen\ops\upsample_nearest3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4287913Z copying torch\include\ATen\ops\upsample_nearest3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4294414Z copying torch\include\ATen\ops\upsample_nearest3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4301658Z copying torch\include\ATen\ops\upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4308563Z copying torch\include\ATen\ops\upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4315122Z copying torch\include\ATen\ops\upsample_nearest3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4322105Z copying torch\include\ATen\ops\upsample_nearest3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4328647Z copying torch\include\ATen\ops\upsample_nearest3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4335381Z copying torch\include\ATen\ops\upsample_nearest3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4341991Z copying torch\include\ATen\ops\upsample_nearest3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4348578Z copying torch\include\ATen\ops\upsample_nearest3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4355329Z copying torch\include\ATen\ops\upsample_trilinear3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4362648Z copying torch\include\ATen\ops\upsample_trilinear3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4371214Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4378943Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4386422Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4393881Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4402107Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4410064Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4417419Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4425440Z copying torch\include\ATen\ops\upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4433398Z copying torch\include\ATen\ops\upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4440705Z copying torch\include\ATen\ops\upsample_trilinear3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4448140Z copying torch\include\ATen\ops\upsample_trilinear3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4455375Z copying torch\include\ATen\ops\upsample_trilinear3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4463227Z copying torch\include\ATen\ops\upsample_trilinear3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4470502Z copying torch\include\ATen\ops\upsample_trilinear3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4478125Z copying torch\include\ATen\ops\upsample_trilinear3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4485220Z copying torch\include\ATen\ops\values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4492818Z copying torch\include\ATen\ops\values_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4499790Z copying torch\include\ATen\ops\values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4507256Z copying torch\include\ATen\ops\values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4514537Z copying torch\include\ATen\ops\values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4521639Z copying torch\include\ATen\ops\values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4528963Z copying torch\include\ATen\ops\values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4553686Z copying torch\include\ATen\ops\values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4561083Z copying torch\include\ATen\ops\values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4568329Z copying torch\include\ATen\ops\value_selecting_reduction_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4576467Z copying torch\include\ATen\ops\value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4583641Z copying torch\include\ATen\ops\value_selecting_reduction_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4590692Z copying torch\include\ATen\ops\value_selecting_reduction_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4598026Z copying torch\include\ATen\ops\vander.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4604993Z copying torch\include\ATen\ops\vander_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4612490Z copying torch\include\ATen\ops\vander_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4619379Z copying torch\include\ATen\ops\vander_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4626495Z copying torch\include\ATen\ops\var.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4633520Z copying torch\include\ATen\ops\var_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4640769Z copying torch\include\ATen\ops\var_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4647804Z copying torch\include\ATen\ops\var_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4655256Z copying torch\include\ATen\ops\var_mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4662254Z copying torch\include\ATen\ops\var_mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4673028Z copying torch\include\ATen\ops\var_mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4679764Z copying torch\include\ATen\ops\var_mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4686461Z copying torch\include\ATen\ops\var_mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4692983Z copying torch\include\ATen\ops\var_mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4699476Z copying torch\include\ATen\ops\var_mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4706232Z copying torch\include\ATen\ops\var_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4716238Z copying torch\include\ATen\ops\var_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4722384Z copying torch\include\ATen\ops\vdot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4728749Z copying torch\include\ATen\ops\vdot_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4735108Z copying torch\include\ATen\ops\vdot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4741582Z copying torch\include\ATen\ops\vdot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4748318Z copying torch\include\ATen\ops\vdot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4754625Z copying torch\include\ATen\ops\vdot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4760873Z copying torch\include\ATen\ops\view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4767161Z copying torch\include\ATen\ops\view_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4773286Z copying torch\include\ATen\ops\view_as_complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4779729Z copying torch\include\ATen\ops\view_as_complex_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4786787Z copying torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4793462Z copying torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4800188Z copying torch\include\ATen\ops\view_as_complex_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4807142Z copying torch\include\ATen\ops\view_as_complex_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4814122Z copying torch\include\ATen\ops\view_as_complex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4820822Z copying torch\include\ATen\ops\view_as_complex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4827670Z copying torch\include\ATen\ops\view_as_complex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4834307Z copying torch\include\ATen\ops\view_as_complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4841424Z copying torch\include\ATen\ops\view_as_complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4848405Z copying torch\include\ATen\ops\view_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4855205Z copying torch\include\ATen\ops\view_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4861555Z copying torch\include\ATen\ops\view_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4868024Z copying torch\include\ATen\ops\view_as_real.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4874629Z copying torch\include\ATen\ops\view_as_real_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4881830Z copying torch\include\ATen\ops\view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4888705Z copying torch\include\ATen\ops\view_as_real_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4895284Z copying torch\include\ATen\ops\view_as_real_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4902179Z copying torch\include\ATen\ops\view_as_real_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4908744Z copying torch\include\ATen\ops\view_as_real_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4915588Z copying torch\include\ATen\ops\view_as_real_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4922327Z copying torch\include\ATen\ops\view_as_real_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4929065Z copying torch\include\ATen\ops\view_as_real_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4935803Z copying torch\include\ATen\ops\view_as_real_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4942655Z copying torch\include\ATen\ops\view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4949641Z copying torch\include\ATen\ops\view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4960480Z copying torch\include\ATen\ops\view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4967351Z copying torch\include\ATen\ops\view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4973939Z copying torch\include\ATen\ops\view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4980691Z copying torch\include\ATen\ops\view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4987814Z copying torch\include\ATen\ops\view_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.4994597Z copying torch\include\ATen\ops\view_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5011092Z copying torch\include\ATen\ops\view_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5017663Z copying torch\include\ATen\ops\view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5024217Z copying torch\include\ATen\ops\view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5030416Z copying torch\include\ATen\ops\vsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5037029Z copying torch\include\ATen\ops\vsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5043533Z copying torch\include\ATen\ops\vsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5049852Z copying torch\include\ATen\ops\vsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5056418Z copying torch\include\ATen\ops\vstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5063067Z copying torch\include\ATen\ops\vstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5069430Z copying torch\include\ATen\ops\vstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5075627Z copying torch\include\ATen\ops\vstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5082510Z copying torch\include\ATen\ops\where.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5088976Z copying torch\include\ATen\ops\where_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5095561Z copying torch\include\ATen\ops\where_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5102400Z copying torch\include\ATen\ops\where_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5123980Z copying torch\include\ATen\ops\where_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5130240Z copying torch\include\ATen\ops\where_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5137255Z copying torch\include\ATen\ops\xlogy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5143822Z copying torch\include\ATen\ops\xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5150914Z copying torch\include\ATen\ops\xlogy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5157462Z copying torch\include\ATen\ops\xlogy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5164031Z copying torch\include\ATen\ops\xlogy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5170936Z copying torch\include\ATen\ops\xlogy_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5177660Z copying torch\include\ATen\ops\xlogy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5184601Z copying torch\include\ATen\ops\xlogy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5191042Z copying torch\include\ATen\ops\xlogy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5197554Z copying torch\include\ATen\ops\xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5203989Z copying torch\include\ATen\ops\xor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5210262Z copying torch\include\ATen\ops\xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5216855Z copying torch\include\ATen\ops\xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5222725Z copying torch\include\ATen\ops\zero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5232199Z copying torch\include\ATen\ops\zeros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5237879Z copying torch\include\ATen\ops\zeros_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5244031Z copying torch\include\ATen\ops\zeros_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5251227Z copying torch\include\ATen\ops\zeros_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5257959Z copying torch\include\ATen\ops\zeros_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5268283Z copying torch\include\ATen\ops\zeros_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5274765Z copying torch\include\ATen\ops\zeros_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5281829Z copying torch\include\ATen\ops\zeros_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5288213Z copying torch\include\ATen\ops\zeros_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5294956Z copying torch\include\ATen\ops\zero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5301302Z copying torch\include\ATen\ops\zero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5307771Z copying torch\include\ATen\ops\zero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5314151Z copying torch\include\ATen\ops\zero_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5320624Z copying torch\include\ATen\ops\zero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5326867Z copying torch\include\ATen\ops\zero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5333782Z copying torch\include\ATen\ops\_adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5340562Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5351020Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5357728Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5364308Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5371051Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5377727Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5384779Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5395173Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5401888Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5408532Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5415148Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5421897Z copying torch\include\ATen\ops\_adaptive_avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5428613Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5435539Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5442859Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5449748Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5456612Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5463270Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5470204Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5479840Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5486502Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5493512Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5500336Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5506914Z copying torch\include\ATen\ops\_addmm_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5513770Z copying torch\include\ATen\ops\_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5526052Z copying torch\include\ATen\ops\_addmm_activation_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5532399Z copying torch\include\ATen\ops\_addmm_activation_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5539502Z copying torch\include\ATen\ops\_addmm_activation_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5546501Z copying torch\include\ATen\ops\_addmm_activation_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5553093Z copying torch\include\ATen\ops\_addmm_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5559721Z copying torch\include\ATen\ops\_addmm_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5566281Z copying torch\include\ATen\ops\_add_batch_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5573061Z copying torch\include\ATen\ops\_add_batch_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5579516Z copying torch\include\ATen\ops\_add_batch_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5585877Z copying torch\include\ATen\ops\_add_batch_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5592436Z copying torch\include\ATen\ops\_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5599196Z copying torch\include\ATen\ops\_add_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5612741Z copying torch\include\ATen\ops\_add_relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5619527Z copying torch\include\ATen\ops\_add_relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5625958Z copying torch\include\ATen\ops\_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5632590Z copying torch\include\ATen\ops\_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5640205Z copying torch\include\ATen\ops\_aminmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5647306Z copying torch\include\ATen\ops\_aminmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5654824Z copying torch\include\ATen\ops\_aminmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5662054Z copying torch\include\ATen\ops\_aminmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5669461Z copying torch\include\ATen\ops\_aminmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5676660Z copying torch\include\ATen\ops\_aminmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5702240Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5709842Z 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-08-07T17:40:37.5717772Z 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-08-07T17:40:37.5725159Z 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-08-07T17:40:37.5732933Z 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-08-07T17:40:37.5739997Z 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-08-07T17:40:37.5747793Z copying torch\include\ATen\ops\_amp_update_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5755073Z copying torch\include\ATen\ops\_amp_update_scale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5765542Z copying torch\include\ATen\ops\_amp_update_scale_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5773406Z copying torch\include\ATen\ops\_amp_update_scale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5780425Z copying torch\include\ATen\ops\_amp_update_scale_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5787719Z copying torch\include\ATen\ops\_amp_update_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5795674Z copying torch\include\ATen\ops\_amp_update_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5803111Z copying torch\include\ATen\ops\_assert_async.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5810283Z copying torch\include\ATen\ops\_assert_async_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5817602Z copying torch\include\ATen\ops\_assert_async_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5825024Z copying torch\include\ATen\ops\_assert_async_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5832219Z copying torch\include\ATen\ops\_assert_async_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5839333Z copying torch\include\ATen\ops\_assert_scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5846685Z copying torch\include\ATen\ops\_assert_scalar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5854189Z copying torch\include\ATen\ops\_assert_scalar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5861420Z copying torch\include\ATen\ops\_assert_scalar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5868628Z copying torch\include\ATen\ops\_assert_tensor_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5876077Z copying torch\include\ATen\ops\_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5883360Z copying torch\include\ATen\ops\_assert_tensor_metadata_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5890667Z copying torch\include\ATen\ops\_assert_tensor_metadata_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5898433Z copying torch\include\ATen\ops\_autocast_to_full_precision.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5905536Z copying torch\include\ATen\ops\_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5912662Z copying torch\include\ATen\ops\_autocast_to_full_precision_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5919510Z copying torch\include\ATen\ops\_autocast_to_full_precision_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5926915Z copying torch\include\ATen\ops\_autocast_to_reduced_precision.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5934682Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5941749Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5948978Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5955938Z copying torch\include\ATen\ops\_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5963646Z copying torch\include\ATen\ops\_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5971111Z copying torch\include\ATen\ops\_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5977827Z copying torch\include\ATen\ops\_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5985156Z copying torch\include\ATen\ops\_batch_norm_impl_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.5992285Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6000508Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6007728Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6015011Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6022559Z copying torch\include\ATen\ops\_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6030382Z copying torch\include\ATen\ops\_batch_norm_impl_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6037577Z copying torch\include\ATen\ops\_batch_norm_impl_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6044646Z copying torch\include\ATen\ops\_batch_norm_no_update.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6052103Z copying torch\include\ATen\ops\_batch_norm_no_update_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6059730Z copying torch\include\ATen\ops\_batch_norm_no_update_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6067028Z copying torch\include\ATen\ops\_batch_norm_no_update_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6078497Z copying torch\include\ATen\ops\_batch_norm_with_update.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6105527Z copying torch\include\ATen\ops\_batch_norm_with_update_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6113143Z copying torch\include\ATen\ops\_batch_norm_with_update_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6121133Z copying torch\include\ATen\ops\_batch_norm_with_update_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6128289Z copying torch\include\ATen\ops\_batch_norm_with_update_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6135260Z copying torch\include\ATen\ops\_batch_norm_with_update_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6142774Z copying torch\include\ATen\ops\_cast_Byte.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6150391Z copying torch\include\ATen\ops\_cast_Byte_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6157291Z copying torch\include\ATen\ops\_cast_Byte_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6164159Z copying torch\include\ATen\ops\_cast_Byte_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6171105Z copying torch\include\ATen\ops\_cast_Char.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6178824Z copying torch\include\ATen\ops\_cast_Char_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6189903Z copying torch\include\ATen\ops\_cast_Char_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6217843Z copying torch\include\ATen\ops\_cast_Char_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6224290Z copying torch\include\ATen\ops\_cast_Double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6231666Z copying torch\include\ATen\ops\_cast_Double_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6238249Z copying torch\include\ATen\ops\_cast_Double_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6244629Z copying torch\include\ATen\ops\_cast_Double_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6251174Z copying torch\include\ATen\ops\_cast_Float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6258006Z copying torch\include\ATen\ops\_cast_Float_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6265166Z copying torch\include\ATen\ops\_cast_Float_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6271486Z copying torch\include\ATen\ops\_cast_Float_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6278011Z copying torch\include\ATen\ops\_cast_Half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6284646Z copying torch\include\ATen\ops\_cast_Half_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6291307Z copying torch\include\ATen\ops\_cast_Half_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6297539Z copying torch\include\ATen\ops\_cast_Half_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6303948Z copying torch\include\ATen\ops\_cast_Int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6310716Z copying torch\include\ATen\ops\_cast_Int_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6317753Z copying torch\include\ATen\ops\_cast_Int_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6331645Z copying torch\include\ATen\ops\_cast_Int_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6338409Z copying torch\include\ATen\ops\_cast_Long.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6345232Z copying torch\include\ATen\ops\_cast_Long_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6351679Z copying torch\include\ATen\ops\_cast_Long_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6358187Z copying torch\include\ATen\ops\_cast_Long_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6364533Z copying torch\include\ATen\ops\_cast_Short.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6371708Z copying torch\include\ATen\ops\_cast_Short_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6378167Z copying torch\include\ATen\ops\_cast_Short_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6384268Z copying torch\include\ATen\ops\_cast_Short_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6390668Z copying torch\include\ATen\ops\_cdist_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6397420Z copying torch\include\ATen\ops\_cdist_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6403863Z copying torch\include\ATen\ops\_cdist_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6410408Z copying torch\include\ATen\ops\_cdist_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6417571Z copying torch\include\ATen\ops\_cdist_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6424895Z copying torch\include\ATen\ops\_cdist_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6432131Z copying torch\include\ATen\ops\_cdist_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6439588Z copying torch\include\ATen\ops\_cdist_forward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6447071Z copying torch\include\ATen\ops\_cdist_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6454589Z copying torch\include\ATen\ops\_cdist_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6465298Z copying torch\include\ATen\ops\_cdist_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6472696Z copying torch\include\ATen\ops\_cdist_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6479951Z copying torch\include\ATen\ops\_cholesky_solve_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6487302Z copying torch\include\ATen\ops\_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6494286Z copying torch\include\ATen\ops\_cholesky_solve_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6501670Z copying torch\include\ATen\ops\_cholesky_solve_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6509382Z copying torch\include\ATen\ops\_cholesky_solve_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6516488Z copying torch\include\ATen\ops\_cholesky_solve_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6523716Z copying torch\include\ATen\ops\_choose_qparams_per_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6531000Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6538360Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6545602Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6553252Z copying torch\include\ATen\ops\_chunk_cat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6560419Z copying torch\include\ATen\ops\_chunk_cat_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6567359Z copying torch\include\ATen\ops\_chunk_cat_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6575053Z copying torch\include\ATen\ops\_chunk_cat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6582076Z copying torch\include\ATen\ops\_chunk_cat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6589121Z copying torch\include\ATen\ops\_coalesce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6596065Z copying torch\include\ATen\ops\_coalesced.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6603392Z copying torch\include\ATen\ops\_coalesced_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6611272Z copying torch\include\ATen\ops\_coalesced_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6618198Z copying torch\include\ATen\ops\_coalesced_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6625239Z copying torch\include\ATen\ops\_coalesced_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6632517Z copying torch\include\ATen\ops\_coalesce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6639684Z copying torch\include\ATen\ops\_coalesce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6647242Z copying torch\include\ATen\ops\_coalesce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6654652Z copying torch\include\ATen\ops\_compute_linear_combination.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6662408Z copying torch\include\ATen\ops\_compute_linear_combination_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6669241Z copying torch\include\ATen\ops\_compute_linear_combination_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6676559Z copying torch\include\ATen\ops\_compute_linear_combination_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6687758Z copying torch\include\ATen\ops\_compute_linear_combination_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6695643Z copying torch\include\ATen\ops\_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6702399Z copying torch\include\ATen\ops\_conj_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6709691Z copying torch\include\ATen\ops\_conj_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6717449Z copying torch\include\ATen\ops\_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6724801Z copying torch\include\ATen\ops\_conj_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6732191Z copying torch\include\ATen\ops\_conj_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6739075Z copying torch\include\ATen\ops\_conj_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6746132Z copying torch\include\ATen\ops\_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6752932Z copying torch\include\ATen\ops\_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6760336Z copying torch\include\ATen\ops\_conj_physical.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6768282Z copying torch\include\ATen\ops\_conj_physical_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6775646Z copying torch\include\ATen\ops\_conj_physical_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6782544Z copying torch\include\ATen\ops\_conj_physical_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6789594Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6797735Z 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-08-07T17:40:37.6805309Z 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-08-07T17:40:37.6812695Z 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-08-07T17:40:37.6819824Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6827575Z 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-08-07T17:40:37.6835147Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6842144Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6849496Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6856531Z 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-08-07T17:40:37.6867662Z 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-08-07T17:40:37.6874368Z 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-08-07T17:40:37.6881391Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6888224Z 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-08-07T17:40:37.6895962Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6902598Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6909967Z copying torch\include\ATen\ops\_convert_weight_to_int4pack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6916567Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6923473Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6930116Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6936835Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6944083Z copying torch\include\ATen\ops\_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6951318Z copying torch\include\ATen\ops\_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6958267Z copying torch\include\ATen\ops\_convolution_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6965209Z copying torch\include\ATen\ops\_convolution_double_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6972419Z copying torch\include\ATen\ops\_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6978830Z copying torch\include\ATen\ops\_convolution_double_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6985450Z copying torch\include\ATen\ops\_convolution_double_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6992197Z copying torch\include\ATen\ops\_convolution_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.6999186Z copying torch\include\ATen\ops\_convolution_mode_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7005611Z copying torch\include\ATen\ops\_convolution_mode_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7012197Z copying torch\include\ATen\ops\_convolution_mode_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7018840Z copying torch\include\ATen\ops\_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7025276Z copying torch\include\ATen\ops\_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7031763Z copying torch\include\ATen\ops\_conv_depthwise2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7038642Z copying torch\include\ATen\ops\_conv_depthwise2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7046743Z copying torch\include\ATen\ops\_conv_depthwise2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7054249Z copying torch\include\ATen\ops\_conv_depthwise2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7062857Z copying torch\include\ATen\ops\_copy_from.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7071922Z copying torch\include\ATen\ops\_copy_from_and_resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7079107Z copying torch\include\ATen\ops\_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7086178Z copying torch\include\ATen\ops\_copy_from_and_resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7092981Z copying torch\include\ATen\ops\_copy_from_and_resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7100413Z copying torch\include\ATen\ops\_copy_from_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7108383Z copying torch\include\ATen\ops\_copy_from_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7114080Z copying torch\include\ATen\ops\_copy_from_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7120817Z copying torch\include\ATen\ops\_cslt_compress.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7127704Z copying torch\include\ATen\ops\_cslt_compress_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7134849Z copying torch\include\ATen\ops\_cslt_compress_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7142164Z copying torch\include\ATen\ops\_cslt_compress_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7148468Z copying torch\include\ATen\ops\_cslt_sparse_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7155324Z copying torch\include\ATen\ops\_cslt_sparse_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7166055Z copying torch\include\ATen\ops\_cslt_sparse_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7173623Z copying torch\include\ATen\ops\_cslt_sparse_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7181551Z copying torch\include\ATen\ops\_cslt_sparse_mm_search.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7189016Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7196534Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7203889Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7215512Z copying torch\include\ATen\ops\_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7223224Z copying torch\include\ATen\ops\_ctc_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7230795Z copying torch\include\ATen\ops\_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7238316Z copying torch\include\ATen\ops\_ctc_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7245870Z copying torch\include\ATen\ops\_ctc_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7253393Z copying torch\include\ATen\ops\_ctc_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7272531Z copying torch\include\ATen\ops\_ctc_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7280578Z copying torch\include\ATen\ops\_ctc_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7287909Z copying torch\include\ATen\ops\_ctc_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7297101Z copying torch\include\ATen\ops\_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7304846Z copying torch\include\ATen\ops\_ctc_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7312013Z copying torch\include\ATen\ops\_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7319257Z copying torch\include\ATen\ops\_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7327108Z copying torch\include\ATen\ops\_cudnn_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7334855Z copying torch\include\ATen\ops\_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7342571Z copying torch\include\ATen\ops\_cudnn_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7349739Z copying torch\include\ATen\ops\_cudnn_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7357252Z copying torch\include\ATen\ops\_cudnn_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7364963Z copying torch\include\ATen\ops\_cudnn_init_dropout_state.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7372629Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7379855Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7387286Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7394791Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7401530Z copying torch\include\ATen\ops\_cudnn_rnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7408032Z copying torch\include\ATen\ops\_cudnn_rnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7416180Z copying torch\include\ATen\ops\_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7422782Z copying torch\include\ATen\ops\_cudnn_rnn_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7429372Z copying torch\include\ATen\ops\_cudnn_rnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7436064Z copying torch\include\ATen\ops\_cudnn_rnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7443656Z copying torch\include\ATen\ops\_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7450257Z copying torch\include\ATen\ops\_cudnn_rnn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7456933Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7463891Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7470573Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7477758Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7498791Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7505228Z copying torch\include\ATen\ops\_cudnn_rnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7511788Z copying torch\include\ATen\ops\_cudnn_rnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7518517Z copying torch\include\ATen\ops\_cufft_clear_plan_cache.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7525302Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7531893Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7538272Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7544972Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7551844Z 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-08-07T17:40:37.7558467Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7565172Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7582283Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7582927Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7585989Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7592829Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7600099Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7607800Z 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-08-07T17:40:37.7615328Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7622613Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7629783Z copying torch\include\ATen\ops\_cummax_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7637174Z copying torch\include\ATen\ops\_cummax_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7644012Z copying torch\include\ATen\ops\_cummax_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7651886Z copying torch\include\ATen\ops\_cummax_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7659272Z copying torch\include\ATen\ops\_cummax_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7666409Z copying torch\include\ATen\ops\_cummin_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7673471Z copying torch\include\ATen\ops\_cummin_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7680716Z copying torch\include\ATen\ops\_cummin_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7688333Z copying torch\include\ATen\ops\_cummin_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7695567Z copying torch\include\ATen\ops\_cummin_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7702808Z copying torch\include\ATen\ops\_debug_has_internal_overlap.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7714118Z copying torch\include\ATen\ops\_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7721407Z copying torch\include\ATen\ops\_debug_has_internal_overlap_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7728278Z copying torch\include\ATen\ops\_debug_has_internal_overlap_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7736348Z copying torch\include\ATen\ops\_dimI.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7743077Z copying torch\include\ATen\ops\_dimI_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7749811Z copying torch\include\ATen\ops\_dimI_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7760838Z copying torch\include\ATen\ops\_dimV.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7768282Z copying torch\include\ATen\ops\_dimV_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7777640Z copying torch\include\ATen\ops\_dimV_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7787950Z copying torch\include\ATen\ops\_dim_arange.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7795607Z copying torch\include\ATen\ops\_dim_arange_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7803128Z copying torch\include\ATen\ops\_dim_arange_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7813624Z copying torch\include\ATen\ops\_dim_arange_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7821027Z copying torch\include\ATen\ops\_dirichlet_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7828483Z copying torch\include\ATen\ops\_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7835253Z copying torch\include\ATen\ops\_dirichlet_grad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7841906Z copying torch\include\ATen\ops\_dirichlet_grad_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7849151Z copying torch\include\ATen\ops\_dirichlet_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7859134Z copying torch\include\ATen\ops\_dirichlet_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7865673Z copying torch\include\ATen\ops\_efficientzerotensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7873149Z copying torch\include\ATen\ops\_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7879988Z copying torch\include\ATen\ops\_efficientzerotensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7886720Z copying torch\include\ATen\ops\_efficientzerotensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7893302Z copying torch\include\ATen\ops\_efficientzerotensor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7903449Z copying torch\include\ATen\ops\_efficientzerotensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7910221Z copying torch\include\ATen\ops\_efficientzerotensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7916781Z copying torch\include\ATen\ops\_efficient_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7924097Z copying torch\include\ATen\ops\_efficient_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7931425Z copying torch\include\ATen\ops\_efficient_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7938344Z copying torch\include\ATen\ops\_efficient_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7945143Z copying torch\include\ATen\ops\_efficient_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7951949Z copying torch\include\ATen\ops\_efficient_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7958955Z copying torch\include\ATen\ops\_efficient_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7965712Z copying torch\include\ATen\ops\_efficient_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7972179Z copying torch\include\ATen\ops\_embedding_bag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7978689Z copying torch\include\ATen\ops\_embedding_bag_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7985739Z copying torch\include\ATen\ops\_embedding_bag_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7992240Z copying torch\include\ATen\ops\_embedding_bag_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.7999135Z copying torch\include\ATen\ops\_embedding_bag_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8006044Z copying torch\include\ATen\ops\_embedding_bag_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8036876Z copying torch\include\ATen\ops\_embedding_bag_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8044032Z copying torch\include\ATen\ops\_embedding_bag_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8051621Z copying torch\include\ATen\ops\_embedding_bag_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8059052Z copying torch\include\ATen\ops\_embedding_bag_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8066719Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8073981Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8081863Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8089500Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8100336Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8108422Z copying torch\include\ATen\ops\_embedding_bag_forward_only.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8115918Z copying torch\include\ATen\ops\_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8124264Z copying torch\include\ATen\ops\_embedding_bag_forward_only_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8131985Z copying torch\include\ATen\ops\_embedding_bag_forward_only_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8139196Z copying torch\include\ATen\ops\_embedding_bag_forward_only_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8150510Z copying torch\include\ATen\ops\_embedding_bag_forward_only_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8157544Z copying torch\include\ATen\ops\_embedding_bag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8165229Z copying torch\include\ATen\ops\_embedding_bag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8172819Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8180521Z 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-08-07T17:40:37.8187773Z 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-08-07T17:40:37.8195620Z 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-08-07T17:40:37.8203628Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8211029Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8218160Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8226561Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8234041Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8241754Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8249224Z copying torch\include\ATen\ops\_empty_affine_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8257107Z copying torch\include\ATen\ops\_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8264404Z copying torch\include\ATen\ops\_empty_affine_quantized_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8271456Z copying torch\include\ATen\ops\_empty_affine_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8278505Z copying torch\include\ATen\ops\_empty_affine_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8287230Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8295084Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8302486Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8310399Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8318135Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8325395Z copying torch\include\ATen\ops\_euclidean_dist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8332772Z copying torch\include\ATen\ops\_euclidean_dist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8339714Z copying torch\include\ATen\ops\_euclidean_dist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8347157Z copying torch\include\ATen\ops\_euclidean_dist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8354720Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8362477Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8370477Z 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-08-07T17:40:37.8384681Z 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-08-07T17:40:37.8392117Z 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-08-07T17:40:37.8399683Z 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-08-07T17:40:37.8407681Z 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-08-07T17:40:37.8414697Z 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-08-07T17:40:37.8421986Z 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-08-07T17:40:37.8429070Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8435769Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8443056Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8449855Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8457479Z 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-08-07T17:40:37.8464444Z 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-08-07T17:40:37.8471557Z 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-08-07T17:40:37.8478572Z 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-08-07T17:40:37.8485685Z 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-08-07T17:40:37.8492831Z 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-08-07T17:40:37.8499744Z 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-08-07T17:40:37.8506685Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8514101Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8521361Z 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-08-07T17:40:37.8528634Z 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-08-07T17:40:37.8535662Z 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-08-07T17:40:37.8542621Z 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-08-07T17:40:37.8549486Z 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-08-07T17:40:37.8556410Z 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-08-07T17:40:37.8563266Z copying torch\include\ATen\ops\_fft_c2c.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8569511Z copying torch\include\ATen\ops\_fft_c2c_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8576251Z copying torch\include\ATen\ops\_fft_c2c_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8582864Z copying torch\include\ATen\ops\_fft_c2c_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8589309Z copying torch\include\ATen\ops\_fft_c2c_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8595835Z copying torch\include\ATen\ops\_fft_c2r.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8602683Z copying torch\include\ATen\ops\_fft_c2r_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8610082Z copying torch\include\ATen\ops\_fft_c2r_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8617713Z copying torch\include\ATen\ops\_fft_c2r_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8624902Z copying torch\include\ATen\ops\_fft_c2r_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8631922Z copying torch\include\ATen\ops\_fft_r2c.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8639161Z copying torch\include\ATen\ops\_fft_r2c_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8646106Z copying torch\include\ATen\ops\_fft_r2c_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8653241Z copying torch\include\ATen\ops\_fft_r2c_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8660662Z copying torch\include\ATen\ops\_fft_r2c_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8667872Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8675139Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8683205Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8690596Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8703657Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8710764Z copying torch\include\ATen\ops\_flash_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8718496Z copying torch\include\ATen\ops\_flash_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8726100Z copying torch\include\ATen\ops\_flash_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8737088Z copying torch\include\ATen\ops\_flash_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8744434Z copying torch\include\ATen\ops\_flash_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8751770Z copying torch\include\ATen\ops\_flash_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8759191Z copying torch\include\ATen\ops\_flash_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8767018Z copying torch\include\ATen\ops\_flash_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8774441Z copying torch\include\ATen\ops\_foobar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8781708Z copying torch\include\ATen\ops\_foobar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8788584Z copying torch\include\ATen\ops\_foobar_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8795728Z copying torch\include\ATen\ops\_foobar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8802977Z copying torch\include\ATen\ops\_foobar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8810312Z copying torch\include\ATen\ops\_foreach_abs.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8817914Z copying torch\include\ATen\ops\_foreach_abs_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8825112Z copying torch\include\ATen\ops\_foreach_abs_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8832481Z copying torch\include\ATen\ops\_foreach_abs_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8840326Z copying torch\include\ATen\ops\_foreach_abs_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8847508Z copying torch\include\ATen\ops\_foreach_acos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8855289Z copying torch\include\ATen\ops\_foreach_acos_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8863034Z copying torch\include\ATen\ops\_foreach_acos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8873852Z copying torch\include\ATen\ops\_foreach_acos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8881021Z copying torch\include\ATen\ops\_foreach_acos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8887899Z copying torch\include\ATen\ops\_foreach_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8894672Z copying torch\include\ATen\ops\_foreach_addcdiv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8902240Z copying torch\include\ATen\ops\_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8909030Z copying torch\include\ATen\ops\_foreach_addcdiv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8915813Z copying torch\include\ATen\ops\_foreach_addcdiv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8922707Z copying torch\include\ATen\ops\_foreach_addcdiv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8929879Z copying torch\include\ATen\ops\_foreach_addcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8937421Z copying torch\include\ATen\ops\_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8943985Z copying torch\include\ATen\ops\_foreach_addcmul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8950782Z copying torch\include\ATen\ops\_foreach_addcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8957854Z copying torch\include\ATen\ops\_foreach_addcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8965055Z copying torch\include\ATen\ops\_foreach_add_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8971600Z copying torch\include\ATen\ops\_foreach_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8978053Z copying torch\include\ATen\ops\_foreach_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8984716Z copying torch\include\ATen\ops\_foreach_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8991284Z copying torch\include\ATen\ops\_foreach_asin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.8998270Z copying torch\include\ATen\ops\_foreach_asin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9004805Z copying torch\include\ATen\ops\_foreach_asin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9011565Z copying torch\include\ATen\ops\_foreach_asin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9018291Z copying torch\include\ATen\ops\_foreach_asin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9024865Z copying torch\include\ATen\ops\_foreach_atan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9031629Z copying torch\include\ATen\ops\_foreach_atan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9038416Z copying torch\include\ATen\ops\_foreach_atan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9045095Z copying torch\include\ATen\ops\_foreach_atan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9051916Z copying torch\include\ATen\ops\_foreach_atan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9058758Z copying torch\include\ATen\ops\_foreach_ceil.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9065628Z copying torch\include\ATen\ops\_foreach_ceil_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9072884Z copying torch\include\ATen\ops\_foreach_ceil_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9084519Z copying torch\include\ATen\ops\_foreach_ceil_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9092067Z copying torch\include\ATen\ops\_foreach_ceil_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9099217Z copying torch\include\ATen\ops\_foreach_clamp_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9107227Z copying torch\include\ATen\ops\_foreach_clamp_max_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9114564Z copying torch\include\ATen\ops\_foreach_clamp_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9122188Z copying torch\include\ATen\ops\_foreach_clamp_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9129461Z copying torch\include\ATen\ops\_foreach_clamp_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9136633Z copying torch\include\ATen\ops\_foreach_clamp_min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9144688Z copying torch\include\ATen\ops\_foreach_clamp_min_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9152615Z copying torch\include\ATen\ops\_foreach_clamp_min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9159790Z copying torch\include\ATen\ops\_foreach_clamp_min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9167019Z copying torch\include\ATen\ops\_foreach_clamp_min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9174840Z copying torch\include\ATen\ops\_foreach_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9188268Z copying torch\include\ATen\ops\_foreach_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9199024Z copying torch\include\ATen\ops\_foreach_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9208854Z copying torch\include\ATen\ops\_foreach_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9217507Z copying torch\include\ATen\ops\_foreach_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9226062Z copying torch\include\ATen\ops\_foreach_cos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9234288Z copying torch\include\ATen\ops\_foreach_cosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9242915Z copying torch\include\ATen\ops\_foreach_cosh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9250056Z copying torch\include\ATen\ops\_foreach_cosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9257462Z copying torch\include\ATen\ops\_foreach_cosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9264548Z copying torch\include\ATen\ops\_foreach_cosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9272936Z copying torch\include\ATen\ops\_foreach_cos_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9281374Z copying torch\include\ATen\ops\_foreach_cos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9290845Z copying torch\include\ATen\ops\_foreach_cos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9299463Z copying torch\include\ATen\ops\_foreach_cos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9313681Z copying torch\include\ATen\ops\_foreach_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9321697Z copying torch\include\ATen\ops\_foreach_div_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9328509Z copying torch\include\ATen\ops\_foreach_div_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9335704Z copying torch\include\ATen\ops\_foreach_div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9342620Z copying torch\include\ATen\ops\_foreach_div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9350287Z copying torch\include\ATen\ops\_foreach_erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9357248Z copying torch\include\ATen\ops\_foreach_erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9364463Z copying torch\include\ATen\ops\_foreach_erfc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9371644Z copying torch\include\ATen\ops\_foreach_erfc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9378966Z copying torch\include\ATen\ops\_foreach_erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9386247Z copying torch\include\ATen\ops\_foreach_erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9394259Z copying torch\include\ATen\ops\_foreach_erf_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9404155Z copying torch\include\ATen\ops\_foreach_erf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9412757Z copying torch\include\ATen\ops\_foreach_erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9421102Z copying torch\include\ATen\ops\_foreach_erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9429209Z copying torch\include\ATen\ops\_foreach_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9436642Z copying torch\include\ATen\ops\_foreach_expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9443787Z copying torch\include\ATen\ops\_foreach_expm1_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9450578Z copying torch\include\ATen\ops\_foreach_expm1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9457740Z copying torch\include\ATen\ops\_foreach_expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9464775Z copying torch\include\ATen\ops\_foreach_expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9472099Z copying torch\include\ATen\ops\_foreach_exp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9478907Z copying torch\include\ATen\ops\_foreach_exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9485791Z copying torch\include\ATen\ops\_foreach_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9494466Z copying torch\include\ATen\ops\_foreach_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9501948Z copying torch\include\ATen\ops\_foreach_floor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9510246Z copying torch\include\ATen\ops\_foreach_floor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9517877Z copying torch\include\ATen\ops\_foreach_floor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9525522Z copying torch\include\ATen\ops\_foreach_floor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9533135Z copying torch\include\ATen\ops\_foreach_floor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9541143Z copying torch\include\ATen\ops\_foreach_frac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9548582Z copying torch\include\ATen\ops\_foreach_frac_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9555625Z copying torch\include\ATen\ops\_foreach_frac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9574352Z copying torch\include\ATen\ops\_foreach_frac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9582404Z copying torch\include\ATen\ops\_foreach_frac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9589649Z copying torch\include\ATen\ops\_foreach_lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9597413Z copying torch\include\ATen\ops\_foreach_lerp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9604467Z copying torch\include\ATen\ops\_foreach_lerp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9612732Z copying torch\include\ATen\ops\_foreach_lerp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9632236Z copying torch\include\ATen\ops\_foreach_lerp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9639953Z copying torch\include\ATen\ops\_foreach_lgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9647943Z copying torch\include\ATen\ops\_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9655558Z copying torch\include\ATen\ops\_foreach_lgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9662766Z copying torch\include\ATen\ops\_foreach_lgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9669903Z copying torch\include\ATen\ops\_foreach_lgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9677371Z copying torch\include\ATen\ops\_foreach_log.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9684956Z copying torch\include\ATen\ops\_foreach_log10.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9692774Z copying torch\include\ATen\ops\_foreach_log10_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9700068Z copying torch\include\ATen\ops\_foreach_log10_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9707370Z copying torch\include\ATen\ops\_foreach_log10_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9714835Z copying torch\include\ATen\ops\_foreach_log10_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9722189Z copying torch\include\ATen\ops\_foreach_log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9729780Z copying torch\include\ATen\ops\_foreach_log1p_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9737125Z copying torch\include\ATen\ops\_foreach_log1p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9744745Z copying torch\include\ATen\ops\_foreach_log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9752060Z copying torch\include\ATen\ops\_foreach_log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9759259Z copying torch\include\ATen\ops\_foreach_log2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9768077Z copying torch\include\ATen\ops\_foreach_log2_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9774891Z copying torch\include\ATen\ops\_foreach_log2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9781685Z copying torch\include\ATen\ops\_foreach_log2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9788844Z copying torch\include\ATen\ops\_foreach_log2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9796395Z copying torch\include\ATen\ops\_foreach_log_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9802942Z copying torch\include\ATen\ops\_foreach_log_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9809487Z copying torch\include\ATen\ops\_foreach_log_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9816215Z copying torch\include\ATen\ops\_foreach_log_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9822788Z copying torch\include\ATen\ops\_foreach_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9829437Z copying torch\include\ATen\ops\_foreach_maximum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9836648Z copying torch\include\ATen\ops\_foreach_maximum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9843699Z copying torch\include\ATen\ops\_foreach_maximum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9850317Z copying torch\include\ATen\ops\_foreach_maximum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9856980Z copying torch\include\ATen\ops\_foreach_maximum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9864256Z copying torch\include\ATen\ops\_foreach_max_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9871163Z copying torch\include\ATen\ops\_foreach_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9877982Z copying torch\include\ATen\ops\_foreach_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9884672Z copying torch\include\ATen\ops\_foreach_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9891231Z copying torch\include\ATen\ops\_foreach_minimum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9898156Z copying torch\include\ATen\ops\_foreach_minimum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9904844Z copying torch\include\ATen\ops\_foreach_minimum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9916855Z copying torch\include\ATen\ops\_foreach_minimum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9923562Z copying torch\include\ATen\ops\_foreach_minimum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9930187Z copying torch\include\ATen\ops\_foreach_mul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9937458Z copying torch\include\ATen\ops\_foreach_mul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9944035Z copying torch\include\ATen\ops\_foreach_mul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9950628Z copying torch\include\ATen\ops\_foreach_mul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9957445Z copying torch\include\ATen\ops\_foreach_mul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9964519Z copying torch\include\ATen\ops\_foreach_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9971386Z copying torch\include\ATen\ops\_foreach_neg_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:37.9977947Z copying torch\include\ATen\ops\_foreach_neg_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0003552Z copying torch\include\ATen\ops\_foreach_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0010201Z copying torch\include\ATen\ops\_foreach_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0016963Z copying torch\include\ATen\ops\_foreach_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0023914Z copying torch\include\ATen\ops\_foreach_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0030711Z copying torch\include\ATen\ops\_foreach_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0037393Z copying torch\include\ATen\ops\_foreach_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0044051Z copying torch\include\ATen\ops\_foreach_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0050895Z copying torch\include\ATen\ops\_foreach_pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0058018Z copying torch\include\ATen\ops\_foreach_pow_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0064749Z copying torch\include\ATen\ops\_foreach_pow_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0071478Z copying torch\include\ATen\ops\_foreach_pow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0082134Z copying torch\include\ATen\ops\_foreach_pow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0088875Z copying torch\include\ATen\ops\_foreach_reciprocal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0096236Z copying torch\include\ATen\ops\_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0103170Z copying torch\include\ATen\ops\_foreach_reciprocal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0110024Z copying torch\include\ATen\ops\_foreach_reciprocal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0116624Z copying torch\include\ATen\ops\_foreach_reciprocal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0123315Z copying torch\include\ATen\ops\_foreach_round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0130682Z copying torch\include\ATen\ops\_foreach_round_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0137368Z copying torch\include\ATen\ops\_foreach_round_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0144662Z copying torch\include\ATen\ops\_foreach_round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0151310Z copying torch\include\ATen\ops\_foreach_round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0157957Z copying torch\include\ATen\ops\_foreach_sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0165039Z copying torch\include\ATen\ops\_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0171894Z copying torch\include\ATen\ops\_foreach_sigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0178719Z copying torch\include\ATen\ops\_foreach_sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0185413Z copying torch\include\ATen\ops\_foreach_sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0192319Z copying torch\include\ATen\ops\_foreach_sign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0199786Z copying torch\include\ATen\ops\_foreach_sign_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0206438Z copying torch\include\ATen\ops\_foreach_sign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0213220Z copying torch\include\ATen\ops\_foreach_sign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0219932Z copying torch\include\ATen\ops\_foreach_sign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0226665Z copying torch\include\ATen\ops\_foreach_sin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0233309Z copying torch\include\ATen\ops\_foreach_sinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0240533Z copying torch\include\ATen\ops\_foreach_sinh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0247270Z copying torch\include\ATen\ops\_foreach_sinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0254045Z copying torch\include\ATen\ops\_foreach_sinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0260709Z copying torch\include\ATen\ops\_foreach_sinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0267908Z copying torch\include\ATen\ops\_foreach_sin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0274500Z copying torch\include\ATen\ops\_foreach_sin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0281418Z copying torch\include\ATen\ops\_foreach_sin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0288301Z copying torch\include\ATen\ops\_foreach_sin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0295034Z copying torch\include\ATen\ops\_foreach_sqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0302241Z copying torch\include\ATen\ops\_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0308978Z copying torch\include\ATen\ops\_foreach_sqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0315790Z copying torch\include\ATen\ops\_foreach_sqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0322679Z copying torch\include\ATen\ops\_foreach_sqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0329228Z copying torch\include\ATen\ops\_foreach_sub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0337997Z copying torch\include\ATen\ops\_foreach_sub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0345188Z copying torch\include\ATen\ops\_foreach_sub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0352444Z copying torch\include\ATen\ops\_foreach_sub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0360036Z copying torch\include\ATen\ops\_foreach_sub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0367095Z copying torch\include\ATen\ops\_foreach_tan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0374305Z copying torch\include\ATen\ops\_foreach_tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0381198Z copying torch\include\ATen\ops\_foreach_tanh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0388593Z copying torch\include\ATen\ops\_foreach_tanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0395300Z copying torch\include\ATen\ops\_foreach_tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0401943Z copying torch\include\ATen\ops\_foreach_tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0408647Z copying torch\include\ATen\ops\_foreach_tan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0415298Z copying torch\include\ATen\ops\_foreach_tan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0450105Z copying torch\include\ATen\ops\_foreach_tan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0456675Z copying torch\include\ATen\ops\_foreach_tan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0463401Z copying torch\include\ATen\ops\_foreach_trunc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0470321Z copying torch\include\ATen\ops\_foreach_trunc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0477439Z copying torch\include\ATen\ops\_foreach_trunc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0484160Z copying torch\include\ATen\ops\_foreach_trunc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0491050Z copying torch\include\ATen\ops\_foreach_trunc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0497477Z copying torch\include\ATen\ops\_foreach_zero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0504334Z copying torch\include\ATen\ops\_foreach_zero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0511160Z copying torch\include\ATen\ops\_foreach_zero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0538915Z copying torch\include\ATen\ops\_foreach_zero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0545568Z copying torch\include\ATen\ops\_foreach_zero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0552324Z copying torch\include\ATen\ops\_functional_assert_async.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0559056Z copying torch\include\ATen\ops\_functional_assert_async_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0565700Z copying torch\include\ATen\ops\_functional_assert_async_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0572378Z copying torch\include\ATen\ops\_functional_assert_async_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0579554Z copying torch\include\ATen\ops\_functional_assert_scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0587642Z copying torch\include\ATen\ops\_functional_assert_scalar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0594970Z copying torch\include\ATen\ops\_functional_assert_scalar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0602245Z copying torch\include\ATen\ops\_functional_assert_scalar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0609551Z copying torch\include\ATen\ops\_functional_sym_constrain_range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0617887Z copying torch\include\ATen\ops\_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0625181Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0632992Z 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-08-07T17:40:38.0640947Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0648596Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0656480Z copying torch\include\ATen\ops\_functional_sym_constrain_range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0663699Z copying torch\include\ATen\ops\_functional_sym_constrain_range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0671232Z copying torch\include\ATen\ops\_fused_adagrad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0679110Z copying torch\include\ATen\ops\_fused_adagrad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0686142Z copying torch\include\ATen\ops\_fused_adagrad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0693247Z copying torch\include\ATen\ops\_fused_adagrad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0701042Z copying torch\include\ATen\ops\_fused_adagrad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0708554Z copying torch\include\ATen\ops\_fused_adam.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0715726Z copying torch\include\ATen\ops\_fused_adamw.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0723536Z copying torch\include\ATen\ops\_fused_adamw_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0730942Z copying torch\include\ATen\ops\_fused_adamw_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0738361Z copying torch\include\ATen\ops\_fused_adamw_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0745611Z copying torch\include\ATen\ops\_fused_adamw_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0753503Z copying torch\include\ATen\ops\_fused_adamw_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0761377Z copying torch\include\ATen\ops\_fused_adam_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0769282Z copying torch\include\ATen\ops\_fused_adam_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0776569Z copying torch\include\ATen\ops\_fused_adam_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0783928Z copying torch\include\ATen\ops\_fused_adam_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0790828Z copying torch\include\ATen\ops\_fused_adam_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0798501Z copying torch\include\ATen\ops\_fused_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0806380Z copying torch\include\ATen\ops\_fused_dropout_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0813590Z copying torch\include\ATen\ops\_fused_dropout_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0820919Z copying torch\include\ATen\ops\_fused_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0828492Z copying torch\include\ATen\ops\_fused_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0835870Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0845370Z 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-08-07T17:40:38.0853674Z 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-08-07T17:40:38.0860850Z 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-08-07T17:40:38.0867939Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0874899Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0881815Z copying torch\include\ATen\ops\_fused_sdp_choice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0890339Z copying torch\include\ATen\ops\_fused_sdp_choice_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0897735Z copying torch\include\ATen\ops\_fused_sdp_choice_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0905116Z copying torch\include\ATen\ops\_fused_sdp_choice_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0913243Z copying torch\include\ATen\ops\_fused_sdp_choice_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0920455Z copying torch\include\ATen\ops\_fused_sdp_choice_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0927603Z copying torch\include\ATen\ops\_fused_sgd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0935315Z copying torch\include\ATen\ops\_fused_sgd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0942683Z copying torch\include\ATen\ops\_fused_sgd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0950585Z copying torch\include\ATen\ops\_fused_sgd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0957852Z copying torch\include\ATen\ops\_fused_sgd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0964918Z copying torch\include\ATen\ops\_fused_sgd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0972123Z copying torch\include\ATen\ops\_fw_primal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0979000Z copying torch\include\ATen\ops\_fw_primal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0985868Z copying torch\include\ATen\ops\_fw_primal_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.0992901Z copying torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1000046Z copying torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1007140Z copying torch\include\ATen\ops\_fw_primal_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1013699Z copying torch\include\ATen\ops\_fw_primal_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1020249Z copying torch\include\ATen\ops\_fw_primal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1026565Z copying torch\include\ATen\ops\_fw_primal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1034053Z copying torch\include\ATen\ops\_gather_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1041125Z copying torch\include\ATen\ops\_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1047518Z copying torch\include\ATen\ops\_gather_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1054100Z copying torch\include\ATen\ops\_gather_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1060647Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1067164Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1074207Z 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-08-07T17:40:38.1081223Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1088618Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1095611Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1102272Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1109337Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1121714Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1128359Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1135258Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1141457Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1148302Z copying torch\include\ATen\ops\_has_same_storage_numel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1155173Z copying torch\include\ATen\ops\_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1161834Z copying torch\include\ATen\ops\_has_same_storage_numel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1168158Z copying torch\include\ATen\ops\_has_same_storage_numel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1174615Z copying torch\include\ATen\ops\_histogramdd_bin_edges.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1181416Z copying torch\include\ATen\ops\_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1188269Z copying torch\include\ATen\ops\_histogramdd_bin_edges_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1196224Z copying torch\include\ATen\ops\_histogramdd_bin_edges_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1203470Z copying torch\include\ATen\ops\_histogramdd_bin_edges_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1210512Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1217907Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1225490Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1232918Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1240159Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1247431Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1255119Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1262818Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1270140Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1277829Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1284998Z copying torch\include\ATen\ops\_index_put_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1292916Z copying torch\include\ATen\ops\_index_put_impl_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1299965Z copying torch\include\ATen\ops\_index_put_impl_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1307477Z copying torch\include\ATen\ops\_index_put_impl_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1314373Z copying torch\include\ATen\ops\_index_put_impl_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1322073Z copying torch\include\ATen\ops\_index_put_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1329422Z copying torch\include\ATen\ops\_index_put_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1336563Z copying torch\include\ATen\ops\_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1343060Z copying torch\include\ATen\ops\_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1350429Z copying torch\include\ATen\ops\_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1358400Z copying torch\include\ATen\ops\_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1365938Z copying torch\include\ATen\ops\_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1372898Z copying torch\include\ATen\ops\_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1380064Z copying torch\include\ATen\ops\_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1387044Z copying torch\include\ATen\ops\_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1394313Z copying torch\include\ATen\ops\_int_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1401919Z copying torch\include\ATen\ops\_int_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1408848Z copying torch\include\ATen\ops\_int_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1416047Z copying torch\include\ATen\ops\_int_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1422618Z copying torch\include\ATen\ops\_int_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1430067Z copying torch\include\ATen\ops\_is_all_true.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1437678Z copying torch\include\ATen\ops\_is_all_true_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1444918Z copying torch\include\ATen\ops\_is_all_true_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1451742Z copying torch\include\ATen\ops\_is_all_true_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1458734Z copying torch\include\ATen\ops\_is_any_true.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1466173Z copying torch\include\ATen\ops\_is_any_true_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1473574Z copying torch\include\ATen\ops\_is_any_true_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1480787Z copying torch\include\ATen\ops\_is_any_true_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1487807Z copying torch\include\ATen\ops\_is_zerotensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1495082Z copying torch\include\ATen\ops\_is_zerotensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1501867Z copying torch\include\ATen\ops\_is_zerotensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1508915Z copying torch\include\ATen\ops\_is_zerotensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1517065Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1524121Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1531312Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1538429Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1545593Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1552116Z copying torch\include\ATen\ops\_lazy_clone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1558938Z copying torch\include\ATen\ops\_lazy_clone_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1565829Z copying torch\include\ATen\ops\_lazy_clone_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1572273Z copying torch\include\ATen\ops\_lazy_clone_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1578802Z copying torch\include\ATen\ops\_linalg_check_errors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1585756Z copying torch\include\ATen\ops\_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1592709Z copying torch\include\ATen\ops\_linalg_check_errors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1599095Z copying torch\include\ATen\ops\_linalg_check_errors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1605479Z copying torch\include\ATen\ops\_linalg_det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1612517Z copying torch\include\ATen\ops\_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1619152Z copying torch\include\ATen\ops\_linalg_det_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1625669Z copying torch\include\ATen\ops\_linalg_det_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1632173Z copying torch\include\ATen\ops\_linalg_det_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1639459Z copying torch\include\ATen\ops\_linalg_det_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1645923Z copying torch\include\ATen\ops\_linalg_det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1652980Z copying torch\include\ATen\ops\_linalg_det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1659632Z copying torch\include\ATen\ops\_linalg_eigh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1666595Z copying torch\include\ATen\ops\_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1672983Z copying torch\include\ATen\ops\_linalg_eigh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1686657Z copying torch\include\ATen\ops\_linalg_eigh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1693266Z copying torch\include\ATen\ops\_linalg_eigh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1699805Z copying torch\include\ATen\ops\_linalg_eigh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1706387Z copying torch\include\ATen\ops\_linalg_eigh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1713002Z copying torch\include\ATen\ops\_linalg_eigh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1719669Z copying torch\include\ATen\ops\_linalg_eigvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1726310Z copying torch\include\ATen\ops\_linalg_eigvals_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1732870Z copying torch\include\ATen\ops\_linalg_eigvals_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1739619Z copying torch\include\ATen\ops\_linalg_eigvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1746119Z copying torch\include\ATen\ops\_linalg_eigvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1753175Z copying torch\include\ATen\ops\_linalg_slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1761398Z copying torch\include\ATen\ops\_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1768681Z copying torch\include\ATen\ops\_linalg_slogdet_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1775847Z copying torch\include\ATen\ops\_linalg_slogdet_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1783020Z copying torch\include\ATen\ops\_linalg_slogdet_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1790388Z copying torch\include\ATen\ops\_linalg_slogdet_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1797856Z copying torch\include\ATen\ops\_linalg_slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1805151Z copying torch\include\ATen\ops\_linalg_slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1812500Z copying torch\include\ATen\ops\_linalg_solve_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1820143Z copying torch\include\ATen\ops\_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1827783Z copying torch\include\ATen\ops\_linalg_solve_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1835017Z copying torch\include\ATen\ops\_linalg_solve_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1842209Z copying torch\include\ATen\ops\_linalg_solve_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1849833Z copying torch\include\ATen\ops\_linalg_solve_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1857726Z copying torch\include\ATen\ops\_linalg_solve_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1864858Z copying torch\include\ATen\ops\_linalg_solve_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1871920Z copying torch\include\ATen\ops\_linalg_svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1879552Z copying torch\include\ATen\ops\_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1913083Z copying torch\include\ATen\ops\_linalg_svd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1920385Z copying torch\include\ATen\ops\_linalg_svd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1927644Z copying torch\include\ATen\ops\_linalg_svd_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1935489Z copying torch\include\ATen\ops\_linalg_svd_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1942580Z copying torch\include\ATen\ops\_linalg_svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1949769Z copying torch\include\ATen\ops\_linalg_svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1956808Z copying torch\include\ATen\ops\_local_scalar_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1964511Z copying torch\include\ATen\ops\_local_scalar_dense_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1972315Z copying torch\include\ATen\ops\_local_scalar_dense_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1979403Z copying torch\include\ATen\ops\_local_scalar_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1986320Z copying torch\include\ATen\ops\_local_scalar_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1993074Z copying torch\include\ATen\ops\_logcumsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.1999843Z copying torch\include\ATen\ops\_logcumsumexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2006514Z copying torch\include\ATen\ops\_logcumsumexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2013114Z copying torch\include\ATen\ops\_logcumsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2019867Z copying torch\include\ATen\ops\_logcumsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2026535Z copying torch\include\ATen\ops\_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2033196Z copying torch\include\ATen\ops\_log_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2040715Z copying torch\include\ATen\ops\_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2047685Z copying torch\include\ATen\ops\_log_softmax_backward_data_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2054555Z copying torch\include\ATen\ops\_log_softmax_backward_data_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2061343Z copying torch\include\ATen\ops\_log_softmax_backward_data_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2068236Z copying torch\include\ATen\ops\_log_softmax_backward_data_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2075241Z copying torch\include\ATen\ops\_log_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2082076Z copying torch\include\ATen\ops\_log_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2089376Z copying torch\include\ATen\ops\_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2095972Z copying torch\include\ATen\ops\_log_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2102695Z copying torch\include\ATen\ops\_log_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2109289Z copying torch\include\ATen\ops\_log_softmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2116238Z copying torch\include\ATen\ops\_log_softmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2122800Z copying torch\include\ATen\ops\_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2129331Z copying torch\include\ATen\ops\_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2135739Z copying torch\include\ATen\ops\_lstm_mps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2142406Z copying torch\include\ATen\ops\_lstm_mps_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2149071Z copying torch\include\ATen\ops\_lstm_mps_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2155513Z copying torch\include\ATen\ops\_lstm_mps_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2163001Z copying torch\include\ATen\ops\_lu_with_info.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2170091Z copying torch\include\ATen\ops\_lu_with_info_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2176447Z copying torch\include\ATen\ops\_lu_with_info_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2182797Z copying torch\include\ATen\ops\_lu_with_info_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2189217Z copying torch\include\ATen\ops\_make_dep_token.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2195585Z copying torch\include\ATen\ops\_make_dep_token_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2202353Z copying torch\include\ATen\ops\_make_dep_token_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2208728Z copying torch\include\ATen\ops\_make_dep_token_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2215960Z copying torch\include\ATen\ops\_make_dual.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2222748Z copying torch\include\ATen\ops\_make_dual_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2229081Z copying torch\include\ATen\ops\_make_dual_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2236370Z copying torch\include\ATen\ops\_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2242854Z copying torch\include\ATen\ops\_make_dual_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2249195Z copying torch\include\ATen\ops\_make_dual_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2255847Z copying torch\include\ATen\ops\_make_dual_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2276235Z copying torch\include\ATen\ops\_make_dual_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2282523Z copying torch\include\ATen\ops\_make_dual_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2289572Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2296202Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2302849Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2309703Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2317010Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2324635Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2331333Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2339255Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2346833Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2354169Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2361431Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2369056Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2376214Z copying torch\include\ATen\ops\_masked_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2383953Z copying torch\include\ATen\ops\_masked_scale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2391435Z copying torch\include\ATen\ops\_masked_scale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2398804Z copying torch\include\ATen\ops\_masked_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2406127Z copying torch\include\ATen\ops\_masked_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2413116Z copying torch\include\ATen\ops\_masked_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2420218Z copying torch\include\ATen\ops\_masked_softmax_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2427626Z copying torch\include\ATen\ops\_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2435055Z copying torch\include\ATen\ops\_masked_softmax_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2442951Z copying torch\include\ATen\ops\_masked_softmax_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2450131Z copying torch\include\ATen\ops\_masked_softmax_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2457321Z copying torch\include\ATen\ops\_masked_softmax_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2464762Z copying torch\include\ATen\ops\_masked_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2472047Z copying torch\include\ATen\ops\_masked_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2479489Z copying torch\include\ATen\ops\_masked_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2486674Z copying torch\include\ATen\ops\_masked_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2493584Z copying torch\include\ATen\ops\_masked_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2500968Z copying torch\include\ATen\ops\_mixed_dtypes_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2508282Z copying torch\include\ATen\ops\_mixed_dtypes_linear_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2515385Z copying torch\include\ATen\ops\_mixed_dtypes_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2522491Z copying torch\include\ATen\ops\_mixed_dtypes_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2529845Z copying torch\include\ATen\ops\_mkldnn_reshape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2537334Z copying torch\include\ATen\ops\_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2544455Z copying torch\include\ATen\ops\_mkldnn_reshape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2551897Z copying torch\include\ATen\ops\_mkldnn_reshape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2558920Z copying torch\include\ATen\ops\_mkldnn_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2566290Z copying torch\include\ATen\ops\_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2573737Z copying torch\include\ATen\ops\_mkldnn_transpose_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2581216Z copying torch\include\ATen\ops\_mkldnn_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2588281Z copying torch\include\ATen\ops\_mkldnn_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2595388Z copying torch\include\ATen\ops\_mps_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2603740Z copying torch\include\ATen\ops\_mps_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2610882Z copying torch\include\ATen\ops\_mps_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2617847Z copying torch\include\ATen\ops\_mps_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2625237Z copying torch\include\ATen\ops\_mps_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2632939Z copying torch\include\ATen\ops\_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2640406Z copying torch\include\ATen\ops\_mps_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2648156Z copying torch\include\ATen\ops\_mps_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2657189Z copying torch\include\ATen\ops\_native_batch_norm_legit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2664000Z copying torch\include\ATen\ops\_native_batch_norm_legit_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2671324Z copying torch\include\ATen\ops\_native_batch_norm_legit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2678018Z copying torch\include\ATen\ops\_native_batch_norm_legit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2685090Z copying torch\include\ATen\ops\_native_batch_norm_legit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2691713Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2698876Z 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-08-07T17:40:38.2705563Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2712362Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2719527Z copying torch\include\ATen\ops\_native_batch_norm_legit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2726748Z copying torch\include\ATen\ops\_native_multi_head_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2733518Z copying torch\include\ATen\ops\_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2740119Z copying torch\include\ATen\ops\_native_multi_head_attention_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2747163Z copying torch\include\ATen\ops\_native_multi_head_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2753767Z copying torch\include\ATen\ops\_native_multi_head_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2760487Z copying torch\include\ATen\ops\_native_multi_head_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2767036Z copying torch\include\ATen\ops\_neg_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2774310Z copying torch\include\ATen\ops\_neg_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2780617Z copying torch\include\ATen\ops\_neg_view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2787787Z copying torch\include\ATen\ops\_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2794628Z copying torch\include\ATen\ops\_neg_view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2801158Z copying torch\include\ATen\ops\_neg_view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2807370Z copying torch\include\ATen\ops\_neg_view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2813782Z copying torch\include\ATen\ops\_neg_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2820014Z copying torch\include\ATen\ops\_neg_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2826919Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2833508Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2862368Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2868930Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2876533Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2883598Z copying torch\include\ATen\ops\_nested_from_padded.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2891488Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2899045Z 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-08-07T17:40:38.2906767Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2914216Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2921900Z copying torch\include\ATen\ops\_nested_from_padded_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2929371Z copying torch\include\ATen\ops\_nested_from_padded_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2936602Z copying torch\include\ATen\ops\_nested_from_padded_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2943798Z copying torch\include\ATen\ops\_nested_from_padded_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.2951507Z copying torch\include\ATen\ops\_nested_from_padded_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4217511Z copying torch\include\ATen\ops\_nested_get_jagged_dummy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4225169Z copying torch\include\ATen\ops\_nested_get_jagged_dummy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4232125Z copying torch\include\ATen\ops\_nested_get_jagged_dummy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4239461Z copying torch\include\ATen\ops\_nested_get_lengths.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4246943Z copying torch\include\ATen\ops\_nested_get_lengths_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4254373Z copying torch\include\ATen\ops\_nested_get_lengths_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4261716Z copying torch\include\ATen\ops\_nested_get_max_seqlen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4269364Z copying torch\include\ATen\ops\_nested_get_max_seqlen_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4276354Z copying torch\include\ATen\ops\_nested_get_max_seqlen_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4284074Z copying torch\include\ATen\ops\_nested_get_min_seqlen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4291539Z copying torch\include\ATen\ops\_nested_get_min_seqlen_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4298738Z copying torch\include\ATen\ops\_nested_get_min_seqlen_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4305943Z copying torch\include\ATen\ops\_nested_get_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4313309Z copying torch\include\ATen\ops\_nested_get_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4320583Z copying torch\include\ATen\ops\_nested_get_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4328063Z copying torch\include\ATen\ops\_nested_get_ragged_idx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4335642Z copying torch\include\ATen\ops\_nested_get_ragged_idx_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4342678Z copying torch\include\ATen\ops\_nested_get_ragged_idx_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4351100Z copying torch\include\ATen\ops\_nested_get_values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4358551Z copying torch\include\ATen\ops\_nested_get_values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4369340Z copying torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4376911Z copying torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4383976Z copying torch\include\ATen\ops\_nested_get_values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4391635Z copying torch\include\ATen\ops\_nested_get_values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4399689Z copying torch\include\ATen\ops\_nested_get_values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4406551Z copying torch\include\ATen\ops\_nested_get_values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4413628Z copying torch\include\ATen\ops\_nested_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4421075Z copying torch\include\ATen\ops\_nested_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4429089Z copying torch\include\ATen\ops\_nested_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4438881Z copying torch\include\ATen\ops\_nested_sum_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4446293Z copying torch\include\ATen\ops\_nested_sum_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4453788Z copying torch\include\ATen\ops\_nested_sum_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4460934Z copying torch\include\ATen\ops\_nested_tensor_from_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4468386Z copying torch\include\ATen\ops\_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4475567Z copying torch\include\ATen\ops\_nested_tensor_from_mask_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4483579Z copying torch\include\ATen\ops\_nested_tensor_from_mask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4490861Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4498583Z 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-08-07T17:40:38.4505909Z 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-08-07T17:40:38.4513958Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4521320Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4528552Z copying torch\include\ATen\ops\_nested_tensor_from_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4536022Z copying torch\include\ATen\ops\_nested_tensor_from_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4543324Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4550820Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4557676Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4564749Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4571765Z copying torch\include\ATen\ops\_nested_tensor_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4578639Z copying torch\include\ATen\ops\_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4585366Z copying torch\include\ATen\ops\_nested_tensor_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4591791Z copying torch\include\ATen\ops\_nested_tensor_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4599147Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4605780Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4612886Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4619539Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4626748Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4633076Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4640014Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4646666Z copying torch\include\ATen\ops\_nested_tensor_strides.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4654436Z copying torch\include\ATen\ops\_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4663395Z copying torch\include\ATen\ops\_nested_tensor_strides_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4685582Z copying torch\include\ATen\ops\_nested_tensor_strides_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4692154Z copying torch\include\ATen\ops\_nested_view_from_buffer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4698784Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4705857Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4713578Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4720225Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4726833Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4733496Z copying torch\include\ATen\ops\_nested_view_from_buffer_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4740235Z copying torch\include\ATen\ops\_nested_view_from_buffer_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4747013Z copying torch\include\ATen\ops\_nested_view_from_buffer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4754478Z copying torch\include\ATen\ops\_nested_view_from_buffer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4761162Z copying torch\include\ATen\ops\_nested_view_from_jagged.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4768250Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4775363Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4782327Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4789026Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4795617Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4802275Z copying torch\include\ATen\ops\_nested_view_from_jagged_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4808629Z copying torch\include\ATen\ops\_nested_view_from_jagged_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4815265Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4822767Z 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-08-07T17:40:38.4828997Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4835748Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4842654Z copying torch\include\ATen\ops\_nnpack_available.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4849446Z copying torch\include\ATen\ops\_nnpack_available_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4856210Z copying torch\include\ATen\ops\_nnpack_available_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4863896Z copying torch\include\ATen\ops\_nnpack_available_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4871198Z copying torch\include\ATen\ops\_nnpack_spatial_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4879603Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4886554Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4893986Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4900997Z copying torch\include\ATen\ops\_nnz.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4908276Z copying torch\include\ATen\ops\_nnz_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4915309Z copying torch\include\ATen\ops\_nnz_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4922234Z copying torch\include\ATen\ops\_pack_padded_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4929321Z copying torch\include\ATen\ops\_pack_padded_sequence_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4936698Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4943718Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4951707Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4959503Z copying torch\include\ATen\ops\_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4966660Z copying torch\include\ATen\ops\_pack_padded_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4973984Z copying torch\include\ATen\ops\_pack_padded_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4981962Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4989187Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.4996404Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5004259Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5011897Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5019245Z copying torch\include\ATen\ops\_pad_circular.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5026357Z copying torch\include\ATen\ops\_pad_circular_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5033530Z copying torch\include\ATen\ops\_pad_circular_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5059992Z copying torch\include\ATen\ops\_pad_circular_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5067283Z copying torch\include\ATen\ops\_pad_enum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5074554Z copying torch\include\ATen\ops\_pad_enum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5081996Z copying torch\include\ATen\ops\_pad_enum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5088883Z copying torch\include\ATen\ops\_pad_enum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5096065Z copying torch\include\ATen\ops\_pad_packed_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5103416Z copying torch\include\ATen\ops\_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5110468Z copying torch\include\ATen\ops\_pad_packed_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5118132Z copying torch\include\ATen\ops\_pad_packed_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5125507Z copying torch\include\ATen\ops\_pdist_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5132808Z copying torch\include\ATen\ops\_pdist_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5139815Z copying torch\include\ATen\ops\_pdist_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5146965Z copying torch\include\ATen\ops\_pdist_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5154427Z copying torch\include\ATen\ops\_pdist_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5161750Z copying torch\include\ATen\ops\_pdist_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5168943Z copying torch\include\ATen\ops\_pdist_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5176455Z copying torch\include\ATen\ops\_pdist_forward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5183429Z copying torch\include\ATen\ops\_pdist_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5191130Z copying torch\include\ATen\ops\_pdist_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5198397Z copying torch\include\ATen\ops\_pdist_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5205735Z copying torch\include\ATen\ops\_pdist_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5212691Z copying torch\include\ATen\ops\_pin_memory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5219940Z copying torch\include\ATen\ops\_pin_memory_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5226918Z copying torch\include\ATen\ops\_pin_memory_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5234737Z copying torch\include\ATen\ops\_pin_memory_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5241885Z copying torch\include\ATen\ops\_prelu_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5249325Z copying torch\include\ATen\ops\_prelu_kernel_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5257229Z copying torch\include\ATen\ops\_prelu_kernel_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5264531Z copying torch\include\ATen\ops\_prelu_kernel_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5271634Z copying torch\include\ATen\ops\_prelu_kernel_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5279017Z copying torch\include\ATen\ops\_prelu_kernel_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5286747Z copying torch\include\ATen\ops\_prelu_kernel_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5294185Z copying torch\include\ATen\ops\_prelu_kernel_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5319078Z copying torch\include\ATen\ops\_prelu_kernel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5326298Z copying torch\include\ATen\ops\_prelu_kernel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5333568Z copying torch\include\ATen\ops\_print.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5340676Z copying torch\include\ATen\ops\_print_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5347565Z copying torch\include\ATen\ops\_print_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5354371Z copying torch\include\ATen\ops\_print_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5361719Z copying torch\include\ATen\ops\_propagate_xla_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5369064Z copying torch\include\ATen\ops\_propagate_xla_data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5377745Z copying torch\include\ATen\ops\_propagate_xla_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5384435Z copying torch\include\ATen\ops\_propagate_xla_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5391855Z copying torch\include\ATen\ops\_remove_batch_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5399975Z copying torch\include\ATen\ops\_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5408069Z copying torch\include\ATen\ops\_remove_batch_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5414658Z copying torch\include\ATen\ops\_remove_batch_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5421824Z copying torch\include\ATen\ops\_reshape_alias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5428733Z copying torch\include\ATen\ops\_reshape_alias_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5437545Z copying torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5445138Z copying torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5456157Z copying torch\include\ATen\ops\_reshape_alias_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5460369Z copying torch\include\ATen\ops\_reshape_alias_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5467863Z copying torch\include\ATen\ops\_reshape_alias_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5475542Z copying torch\include\ATen\ops\_reshape_alias_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5482576Z copying torch\include\ATen\ops\_reshape_alias_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5490173Z copying torch\include\ATen\ops\_reshape_alias_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5497612Z copying torch\include\ATen\ops\_reshape_alias_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5504565Z copying torch\include\ATen\ops\_reshape_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5511966Z copying torch\include\ATen\ops\_reshape_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5519059Z copying torch\include\ATen\ops\_reshape_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5526470Z copying torch\include\ATen\ops\_reshape_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5533664Z copying torch\include\ATen\ops\_reshape_from_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5541384Z copying torch\include\ATen\ops\_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5580768Z copying torch\include\ATen\ops\_reshape_from_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5587232Z copying torch\include\ATen\ops\_reshape_from_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5594040Z copying torch\include\ATen\ops\_resize_output.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5602428Z copying torch\include\ATen\ops\_resize_output_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5608353Z copying torch\include\ATen\ops\_resize_output_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5614831Z copying torch\include\ATen\ops\_resize_output_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5621582Z copying torch\include\ATen\ops\_resize_output_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5628483Z copying torch\include\ATen\ops\_rowwise_prune.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5636805Z copying torch\include\ATen\ops\_rowwise_prune_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5642975Z copying torch\include\ATen\ops\_rowwise_prune_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5649939Z copying torch\include\ATen\ops\_rowwise_prune_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5656585Z copying torch\include\ATen\ops\_sample_dirichlet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5663833Z copying torch\include\ATen\ops\_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5670322Z copying torch\include\ATen\ops\_sample_dirichlet_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5676946Z copying torch\include\ATen\ops\_sample_dirichlet_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5683656Z copying torch\include\ATen\ops\_sample_dirichlet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5690436Z copying torch\include\ATen\ops\_sample_dirichlet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5697251Z copying torch\include\ATen\ops\_saturate_weight_to_fp16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5704283Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5711213Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5736811Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5743734Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5751020Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5757472Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5764556Z 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-08-07T17:40:38.5771300Z 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-08-07T17:40:38.5778322Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5785725Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5792589Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5801915Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5809917Z 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-08-07T17:40:38.5817703Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5824933Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5832977Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5840571Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5847846Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5855346Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5863263Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5870694Z 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-08-07T17:40:38.5878412Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5886150Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5894192Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5901486Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5908910Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5917034Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5924760Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5932341Z 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-08-07T17:40:38.5940259Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5947822Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5955695Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5962940Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.5970850Z 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-08-07T17:40:38.5978674Z 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-08-07T17:40:38.5986349Z 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-08-07T17:40:38.5993936Z 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-08-07T17:40:38.6002042Z 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-08-07T17:40:38.6009412Z 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-08-07T17:40:38.6016960Z 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-08-07T17:40:38.6024667Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6032047Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6039540Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6046854Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6054445Z 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-08-07T17:40:38.6062491Z 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-08-07T17:40:38.6069966Z 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-08-07T17:40:38.6077944Z 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-08-07T17:40:38.6085849Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6093533Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6100498Z copying torch\include\ATen\ops\_scaled_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6107769Z copying torch\include\ATen\ops\_scaled_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6115452Z copying torch\include\ATen\ops\_scaled_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6122757Z copying torch\include\ATen\ops\_scaled_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6130047Z copying torch\include\ATen\ops\_segment_reduce_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6138295Z copying torch\include\ATen\ops\_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6145889Z copying torch\include\ATen\ops\_segment_reduce_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6153303Z copying torch\include\ATen\ops\_segment_reduce_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6160488Z copying torch\include\ATen\ops\_segment_reduce_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6167671Z copying torch\include\ATen\ops\_segment_reduce_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6174941Z copying torch\include\ATen\ops\_shape_as_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6182634Z copying torch\include\ATen\ops\_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6189739Z copying torch\include\ATen\ops\_shape_as_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6196510Z copying torch\include\ATen\ops\_shape_as_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6203729Z copying torch\include\ATen\ops\_slow_conv2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6211411Z copying torch\include\ATen\ops\_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6219376Z copying torch\include\ATen\ops\_slow_conv2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6226616Z copying torch\include\ATen\ops\_slow_conv2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6249933Z copying torch\include\ATen\ops\_slow_conv2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6256278Z copying torch\include\ATen\ops\_slow_conv2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6263395Z copying torch\include\ATen\ops\_slow_conv2d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6270944Z copying torch\include\ATen\ops\_slow_conv2d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6278306Z copying torch\include\ATen\ops\_slow_conv2d_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6284896Z copying torch\include\ATen\ops\_slow_conv2d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6291740Z copying torch\include\ATen\ops\_slow_conv2d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6298410Z copying torch\include\ATen\ops\_sobol_engine_draw.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6305686Z copying torch\include\ATen\ops\_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6312278Z copying torch\include\ATen\ops\_sobol_engine_draw_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6318830Z copying torch\include\ATen\ops\_sobol_engine_draw_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6325350Z copying torch\include\ATen\ops\_sobol_engine_ff.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6332199Z copying torch\include\ATen\ops\_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6338874Z copying torch\include\ATen\ops\_sobol_engine_ff_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6345450Z copying torch\include\ATen\ops\_sobol_engine_ff_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6352253Z copying torch\include\ATen\ops\_sobol_engine_initialize_state.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6359268Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6366426Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6373188Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6379877Z copying torch\include\ATen\ops\_sobol_engine_scramble.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6387962Z copying torch\include\ATen\ops\_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6394819Z copying torch\include\ATen\ops\_sobol_engine_scramble_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6401344Z copying torch\include\ATen\ops\_sobol_engine_scramble_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6407878Z copying torch\include\ATen\ops\_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6414112Z copying torch\include\ATen\ops\_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6421290Z copying torch\include\ATen\ops\_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6427752Z copying torch\include\ATen\ops\_softmax_backward_data_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6434429Z copying torch\include\ATen\ops\_softmax_backward_data_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6441146Z copying torch\include\ATen\ops\_softmax_backward_data_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6447848Z copying torch\include\ATen\ops\_softmax_backward_data_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6454908Z copying torch\include\ATen\ops\_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6462128Z copying torch\include\ATen\ops\_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6469816Z copying torch\include\ATen\ops\_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6476928Z copying torch\include\ATen\ops\_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6484099Z copying torch\include\ATen\ops\_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6491584Z copying torch\include\ATen\ops\_softmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6499099Z copying torch\include\ATen\ops\_softmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6506509Z copying torch\include\ATen\ops\_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6513513Z copying torch\include\ATen\ops\_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6520760Z copying torch\include\ATen\ops\_sparse_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6528294Z copying torch\include\ATen\ops\_sparse_addmm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6535591Z copying torch\include\ATen\ops\_sparse_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6542874Z copying torch\include\ATen\ops\_sparse_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6550141Z copying torch\include\ATen\ops\_sparse_broadcast_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6557617Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6565836Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6573153Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6580416Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6587561Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6595475Z copying torch\include\ATen\ops\_sparse_broadcast_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6602602Z copying torch\include\ATen\ops\_sparse_broadcast_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6609803Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6617205Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6624412Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6632680Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6640005Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6648936Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6656379Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6663622Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6670929Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6678689Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6686705Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6693972Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6701301Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6708897Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6716771Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6725606Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6734512Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6742919Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6751916Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6759799Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6767524Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6782690Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6792975Z 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-08-07T17:40:38.6803568Z 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-08-07T17:40:38.6814663Z 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-08-07T17:40:38.6824409Z 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-08-07T17:40:38.6835063Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6845238Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6855115Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6865182Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6875032Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6885407Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6895570Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6905255Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6914232Z copying torch\include\ATen\ops\_sparse_csr_prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6921479Z copying torch\include\ATen\ops\_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6928619Z copying torch\include\ATen\ops\_sparse_csr_prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6935643Z copying torch\include\ATen\ops\_sparse_csr_prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6942191Z copying torch\include\ATen\ops\_sparse_csr_sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6949137Z copying torch\include\ATen\ops\_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6955906Z copying torch\include\ATen\ops\_sparse_csr_sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6962419Z copying torch\include\ATen\ops\_sparse_csr_sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6969204Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6975974Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6982878Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6989439Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.6995987Z copying torch\include\ATen\ops\_sparse_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7002795Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7009813Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7016504Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7023247Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7031135Z copying torch\include\ATen\ops\_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7067346Z copying torch\include\ATen\ops\_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7074771Z copying torch\include\ATen\ops\_sparse_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7081894Z copying torch\include\ATen\ops\_sparse_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7089399Z copying torch\include\ATen\ops\_sparse_mask_projection.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7097381Z copying torch\include\ATen\ops\_sparse_mask_projection_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7104507Z copying torch\include\ATen\ops\_sparse_mask_projection_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7112069Z copying torch\include\ATen\ops\_sparse_mask_projection_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7119446Z copying torch\include\ATen\ops\_sparse_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7127142Z copying torch\include\ATen\ops\_sparse_mm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7134352Z copying torch\include\ATen\ops\_sparse_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7141688Z copying torch\include\ATen\ops\_sparse_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7148920Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7156722Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7164463Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7171716Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7178918Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7187042Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7194965Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7202549Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7209927Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7218015Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7225249Z copying torch\include\ATen\ops\_sparse_semi_structured_apply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7232780Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7240460Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7248173Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7255564Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7263206Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7271181Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7278707Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7286016Z copying torch\include\ATen\ops\_sparse_semi_structured_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7293553Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7301201Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7308610Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7316087Z copying torch\include\ATen\ops\_sparse_semi_structured_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7323584Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7331482Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7338940Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7346223Z copying torch\include\ATen\ops\_sparse_semi_structured_tile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7353644Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7361648Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7369039Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7375836Z copying torch\include\ATen\ops\_sparse_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7383183Z copying torch\include\ATen\ops\_sparse_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7390488Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7397932Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7404912Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7411909Z copying torch\include\ATen\ops\_sparse_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7418830Z copying torch\include\ATen\ops\_sparse_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7425855Z copying torch\include\ATen\ops\_sparse_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7433346Z copying torch\include\ATen\ops\_sparse_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7440071Z copying torch\include\ATen\ops\_sparse_sparse_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7447329Z copying torch\include\ATen\ops\_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7453972Z copying torch\include\ATen\ops\_sparse_sparse_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7460529Z copying torch\include\ATen\ops\_sparse_sparse_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7467081Z copying torch\include\ATen\ops\_sparse_sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7473734Z copying torch\include\ATen\ops\_sparse_sum_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7480904Z copying torch\include\ATen\ops\_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7488210Z copying torch\include\ATen\ops\_sparse_sum_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7495115Z copying torch\include\ATen\ops\_sparse_sum_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7502025Z copying torch\include\ATen\ops\_sparse_sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7508763Z copying torch\include\ATen\ops\_sparse_sum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7515163Z copying torch\include\ATen\ops\_sparse_sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7521781Z copying torch\include\ATen\ops\_sparse_sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7528541Z copying torch\include\ATen\ops\_spdiags.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7535065Z copying torch\include\ATen\ops\_spdiags_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7541433Z copying torch\include\ATen\ops\_spdiags_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7547922Z copying torch\include\ATen\ops\_spdiags_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7554441Z copying torch\include\ATen\ops\_spdiags_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7561139Z copying torch\include\ATen\ops\_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7567455Z copying torch\include\ATen\ops\_stack_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7573860Z copying torch\include\ATen\ops\_stack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7580401Z copying torch\include\ATen\ops\_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7587327Z copying torch\include\ATen\ops\_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7593909Z copying torch\include\ATen\ops\_standard_gamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7600923Z copying torch\include\ATen\ops\_standard_gamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7607376Z copying torch\include\ATen\ops\_standard_gamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7613968Z copying torch\include\ATen\ops\_standard_gamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7620683Z copying torch\include\ATen\ops\_standard_gamma_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7627837Z copying torch\include\ATen\ops\_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7634719Z copying torch\include\ATen\ops\_standard_gamma_grad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7641426Z copying torch\include\ATen\ops\_standard_gamma_grad_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7647936Z copying torch\include\ATen\ops\_standard_gamma_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7654712Z copying torch\include\ATen\ops\_standard_gamma_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7661571Z copying torch\include\ATen\ops\_standard_gamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7668422Z copying torch\include\ATen\ops\_standard_gamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7675661Z copying torch\include\ATen\ops\_test_ambiguous_defaults.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7682658Z copying torch\include\ATen\ops\_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7689796Z copying torch\include\ATen\ops\_test_ambiguous_defaults_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7696522Z copying torch\include\ATen\ops\_test_ambiguous_defaults_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7703344Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7710599Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7717538Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7724520Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7732075Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7738918Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7746493Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7753314Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7760656Z 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-08-07T17:40:38.7767684Z 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-08-07T17:40:38.7774734Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7781631Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7789105Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7796184Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7804288Z copying torch\include\ATen\ops\_test_check_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7812568Z copying torch\include\ATen\ops\_test_check_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7819517Z copying torch\include\ATen\ops\_test_check_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7827435Z copying torch\include\ATen\ops\_test_check_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7835109Z copying torch\include\ATen\ops\_test_functorch_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7842871Z copying torch\include\ATen\ops\_test_functorch_fallback_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7850442Z copying torch\include\ATen\ops\_test_functorch_fallback_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7858280Z copying torch\include\ATen\ops\_test_functorch_fallback_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7865350Z copying torch\include\ATen\ops\_test_functorch_fallback_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7872693Z copying torch\include\ATen\ops\_test_optional_filled_intlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7880781Z copying torch\include\ATen\ops\_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7888601Z copying torch\include\ATen\ops\_test_optional_filled_intlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7896093Z copying torch\include\ATen\ops\_test_optional_filled_intlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7903463Z copying torch\include\ATen\ops\_test_optional_filled_intlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7912074Z copying torch\include\ATen\ops\_test_optional_floatlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7919938Z copying torch\include\ATen\ops\_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7927986Z copying torch\include\ATen\ops\_test_optional_floatlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7935554Z copying torch\include\ATen\ops\_test_optional_floatlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7942712Z copying torch\include\ATen\ops\_test_optional_floatlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7950102Z copying torch\include\ATen\ops\_test_optional_intlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7957699Z copying torch\include\ATen\ops\_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7964907Z copying torch\include\ATen\ops\_test_optional_intlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7972633Z copying torch\include\ATen\ops\_test_optional_intlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7979778Z copying torch\include\ATen\ops\_test_optional_intlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7987017Z copying torch\include\ATen\ops\_test_parallel_materialize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.7994820Z copying torch\include\ATen\ops\_test_parallel_materialize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8002136Z copying torch\include\ATen\ops\_test_parallel_materialize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8009603Z copying torch\include\ATen\ops\_test_parallel_materialize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8016801Z copying torch\include\ATen\ops\_test_serialization_subcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8024638Z copying torch\include\ATen\ops\_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8032090Z copying torch\include\ATen\ops\_test_serialization_subcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8039780Z copying torch\include\ATen\ops\_test_serialization_subcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8047244Z copying torch\include\ATen\ops\_test_string_default.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8054476Z copying torch\include\ATen\ops\_test_string_default_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8061838Z copying torch\include\ATen\ops\_test_string_default_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8068958Z copying torch\include\ATen\ops\_test_string_default_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8076430Z copying torch\include\ATen\ops\_test_warn_in_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8084143Z copying torch\include\ATen\ops\_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8091099Z copying torch\include\ATen\ops\_test_warn_in_autograd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8098632Z copying torch\include\ATen\ops\_test_warn_in_autograd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8106264Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8114159Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8121535Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8128801Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8136368Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8144223Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8151694Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8160167Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8167384Z copying torch\include\ATen\ops\_thnn_fused_gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8174025Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8181979Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8188665Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8196184Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8203026Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8209878Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8216552Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8223304Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8230722Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8237343Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8244207Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8251234Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8257827Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8264850Z 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-08-07T17:40:38.8271839Z 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-08-07T17:40:38.8278679Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8285888Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8292586Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8299260Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8306457Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8313171Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8320367Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8327053Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8333594Z copying torch\include\ATen\ops\_to_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8339858Z copying torch\include\ATen\ops\_to_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8346498Z copying torch\include\ATen\ops\_to_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8352918Z copying torch\include\ATen\ops\_to_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8359500Z copying torch\include\ATen\ops\_to_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8365601Z copying torch\include\ATen\ops\_to_cpu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8371875Z copying torch\include\ATen\ops\_to_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8378121Z copying torch\include\ATen\ops\_to_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8385292Z copying torch\include\ATen\ops\_to_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8392912Z copying torch\include\ATen\ops\_to_dense_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8400636Z copying torch\include\ATen\ops\_to_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8408352Z copying torch\include\ATen\ops\_to_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8415394Z copying torch\include\ATen\ops\_to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8422314Z copying torch\include\ATen\ops\_to_sparse_bsc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8430388Z copying torch\include\ATen\ops\_to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8437578Z copying torch\include\ATen\ops\_to_sparse_bsc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8444759Z copying torch\include\ATen\ops\_to_sparse_bsc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8452109Z copying torch\include\ATen\ops\_to_sparse_bsc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8459484Z copying torch\include\ATen\ops\_to_sparse_bsc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8466855Z copying torch\include\ATen\ops\_to_sparse_bsr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8474204Z copying torch\include\ATen\ops\_to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8481569Z copying torch\include\ATen\ops\_to_sparse_bsr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8488913Z copying torch\include\ATen\ops\_to_sparse_bsr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8496417Z copying torch\include\ATen\ops\_to_sparse_bsr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8504085Z copying torch\include\ATen\ops\_to_sparse_bsr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8511229Z copying torch\include\ATen\ops\_to_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8518245Z copying torch\include\ATen\ops\_to_sparse_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8525730Z copying torch\include\ATen\ops\_to_sparse_csc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8533690Z copying torch\include\ATen\ops\_to_sparse_csc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8541135Z copying torch\include\ATen\ops\_to_sparse_csc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8548500Z copying torch\include\ATen\ops\_to_sparse_csc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8555943Z copying torch\include\ATen\ops\_to_sparse_csc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8563486Z copying torch\include\ATen\ops\_to_sparse_csc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8571279Z copying torch\include\ATen\ops\_to_sparse_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8579140Z copying torch\include\ATen\ops\_to_sparse_csr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8587136Z copying torch\include\ATen\ops\_to_sparse_csr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8594333Z copying torch\include\ATen\ops\_to_sparse_csr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8602250Z copying torch\include\ATen\ops\_to_sparse_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8609467Z copying torch\include\ATen\ops\_to_sparse_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8616714Z copying torch\include\ATen\ops\_to_sparse_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8624625Z copying torch\include\ATen\ops\_to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8631382Z copying torch\include\ATen\ops\_to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8639219Z copying torch\include\ATen\ops\_to_sparse_semi_structured.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8647631Z copying torch\include\ATen\ops\_to_sparse_semi_structured_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8655137Z copying torch\include\ATen\ops\_to_sparse_semi_structured_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8661989Z copying torch\include\ATen\ops\_to_sparse_semi_structured_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8669010Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8676096Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8683036Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8690074Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8697196Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8704143Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8710860Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8718172Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8724820Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8731971Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8738761Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8745701Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8752243Z copying torch\include\ATen\ops\_trilinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8759566Z copying torch\include\ATen\ops\_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8766096Z copying torch\include\ATen\ops\_trilinear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8772892Z copying torch\include\ATen\ops\_trilinear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8779645Z copying torch\include\ATen\ops\_trilinear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8786203Z copying torch\include\ATen\ops\_triton_multi_head_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8793063Z copying torch\include\ATen\ops\_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8799801Z copying torch\include\ATen\ops\_triton_multi_head_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8806586Z copying torch\include\ATen\ops\_triton_multi_head_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8813395Z copying torch\include\ATen\ops\_triton_multi_head_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8820396Z copying torch\include\ATen\ops\_triton_scaled_dot_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8827396Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8834237Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8842536Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8849467Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8857112Z copying torch\include\ATen\ops\_unique.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8863857Z copying torch\include\ATen\ops\_unique2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8870994Z copying torch\include\ATen\ops\_unique2_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8878590Z copying torch\include\ATen\ops\_unique2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8885583Z copying torch\include\ATen\ops\_unique2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8892683Z copying torch\include\ATen\ops\_unique2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8900461Z copying torch\include\ATen\ops\_unique2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8925745Z copying torch\include\ATen\ops\_unique_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8932709Z copying torch\include\ATen\ops\_unique_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8939793Z copying torch\include\ATen\ops\_unique_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8947377Z copying torch\include\ATen\ops\_unique_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8954535Z copying torch\include\ATen\ops\_unique_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8961657Z copying torch\include\ATen\ops\_unpack_dual.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8968979Z copying torch\include\ATen\ops\_unpack_dual_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8976035Z copying torch\include\ATen\ops\_unpack_dual_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8983367Z copying torch\include\ATen\ops\_unpack_dual_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8990521Z copying torch\include\ATen\ops\_unsafe_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.8997797Z copying torch\include\ATen\ops\_unsafe_index_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9004702Z copying torch\include\ATen\ops\_unsafe_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9011358Z copying torch\include\ATen\ops\_unsafe_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9018577Z copying torch\include\ATen\ops\_unsafe_index_put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9026268Z copying torch\include\ATen\ops\_unsafe_index_put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9033608Z copying torch\include\ATen\ops\_unsafe_index_put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9041045Z copying torch\include\ATen\ops\_unsafe_index_put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9048139Z copying torch\include\ATen\ops\_unsafe_masked_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9056118Z copying torch\include\ATen\ops\_unsafe_masked_index_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9063234Z copying torch\include\ATen\ops\_unsafe_masked_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9070351Z copying torch\include\ATen\ops\_unsafe_masked_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9077965Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9086304Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9093086Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9100191Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9106842Z copying torch\include\ATen\ops\_unsafe_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9114065Z copying torch\include\ATen\ops\_unsafe_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9121081Z copying torch\include\ATen\ops\_unsafe_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9127828Z copying torch\include\ATen\ops\_unsafe_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9134728Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9141958Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9149290Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9156208Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9163518Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9170013Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9177020Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9184107Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9190912Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9198589Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9205654Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9212524Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9219350Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9226180Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9233327Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9240315Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9247070Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9253872Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9260746Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9267910Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9275074Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9281950Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9288649Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9295491Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9302354Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9309352Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9316412Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9323317Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9329989Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9336839Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9343568Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9350212Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9357083Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9364379Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9371244Z copying torch\include\ATen\ops\_upsample_nearest_exact1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9378230Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9386048Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9394352Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9402124Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9409526Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9417082Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9425019Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9432430Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9440418Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9448621Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9456083Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9463492Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9470812Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9478766Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9486020Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9493182Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9500587Z copying torch\include\ATen\ops\_upsample_nearest_exact2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9508535Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9516484Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9523929Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9531155Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9539330Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9546744Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9554011Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9569848Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9602655Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9610556Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9617750Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9625191Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9632755Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9640379Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9647902Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9655084Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9662731Z copying torch\include\ATen\ops\_upsample_nearest_exact3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9670487Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9678551Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9685899Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9694230Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9701387Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9708257Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9715318Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9722136Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9730305Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9736973Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9743668Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9750774Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9757663Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9764843Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9771693Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9778260Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9784704Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9791245Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9797910Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9804582Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9811144Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9819032Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9825367Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9831789Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9838636Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9846028Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9852679Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9859304Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9866056Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9872725Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9880237Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9886890Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9893713Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9900497Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9907498Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9914758Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9922383Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9929705Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9937914Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9945022Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9952932Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9960230Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9967642Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9975295Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9982757Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9990263Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:38.9998130Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0005832Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0013204Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0020559Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0028165Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0035908Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0043301Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0050790Z copying torch\include\ATen\ops\_values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0057310Z copying torch\include\ATen\ops\_values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0064728Z copying torch\include\ATen\ops\_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0072611Z copying torch\include\ATen\ops\_values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0079951Z copying torch\include\ATen\ops\_values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0087212Z copying torch\include\ATen\ops\_values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0094274Z copying torch\include\ATen\ops\_values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0101178Z copying torch\include\ATen\ops\_values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0108755Z copying torch\include\ATen\ops\_version.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0115935Z copying torch\include\ATen\ops\_version_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0123138Z copying torch\include\ATen\ops\_version_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0130188Z copying torch\include\ATen\ops\_version_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0137681Z copying torch\include\ATen\ops\_weight_int4pack_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0145124Z copying torch\include\ATen\ops\_weight_int4pack_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0152655Z copying torch\include\ATen\ops\_weight_int4pack_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0159921Z copying torch\include\ATen\ops\_weight_int4pack_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0167692Z copying torch\include\ATen\ops\_weight_int4pack_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0175167Z copying torch\include\ATen\ops\_weight_int8pack_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0183115Z copying torch\include\ATen\ops\_weight_int8pack_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0190387Z copying torch\include\ATen\ops\_weight_int8pack_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0197710Z copying torch\include\ATen\ops\_weight_int8pack_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0206146Z copying torch\include\ATen\ops\_weight_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0213991Z copying torch\include\ATen\ops\_weight_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0221247Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0229782Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0237793Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0244949Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0252208Z copying torch\include\ATen\ops\_weight_norm_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0259897Z copying torch\include\ATen\ops\_weight_norm_interface_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0266970Z copying torch\include\ATen\ops\_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0275098Z copying torch\include\ATen\ops\_weight_norm_interface_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0281744Z copying torch\include\ATen\ops\_weight_norm_interface_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0288685Z copying torch\include\ATen\ops\_weight_norm_interface_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0295679Z copying torch\include\ATen\ops\_weight_norm_interface_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0302848Z copying torch\include\ATen\ops\_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0310294Z copying torch\include\ATen\ops\_weight_norm_interface_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0317492Z copying torch\include\ATen\ops\_weight_norm_interface_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0324420Z copying torch\include\ATen\ops\_weight_norm_interface_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0331282Z copying torch\include\ATen\ops\_weight_norm_interface_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0337891Z copying torch\include\ATen\ops\_weight_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0344314Z copying torch\include\ATen\ops\_weight_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-07T17:40:39.0351242Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\hip 2024-08-07T17:40:39.0352927Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-08-07T17:40:39.0355576Z copying torch\include\ATen\hip\impl\HIPAllocatorMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-08-07T17:40:39.0362772Z copying torch\include\ATen\hip\impl\HIPCachingAllocatorMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-08-07T17:40:39.0369540Z copying torch\include\ATen\hip\impl\HIPGuardImplMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-08-07T17:40:39.0383547Z copying torch\include\ATen\hip\impl\HIPStreamMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-08-07T17:40:39.0389240Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-07T17:40:39.0391894Z copying torch\include\ATen\mps\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-07T17:40:39.0398408Z copying torch\include\ATen\mps\IndexKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-07T17:40:39.0405297Z copying torch\include\ATen\mps\MPSAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-07T17:40:39.0411956Z copying torch\include\ATen\mps\MPSAllocatorInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-07T17:40:39.0424114Z copying torch\include\ATen\mps\MPSDevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-07T17:40:39.0430196Z copying torch\include\ATen\mps\MPSEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-07T17:40:39.0436187Z copying torch\include\ATen\mps\MPSGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-07T17:40:39.0442501Z copying torch\include\ATen\mps\MPSGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-07T17:40:39.0448735Z copying torch\include\ATen\mps\MPSHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-07T17:40:39.0454719Z copying torch\include\ATen\mps\MPSProfiler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-07T17:40:39.0462034Z copying torch\include\ATen\mps\MPSStream.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-07T17:40:39.0468380Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-08-07T17:40:39.0471105Z copying torch\include\ATen\miopen\Descriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-08-07T17:40:39.0478055Z copying torch\include\ATen\miopen\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-08-07T17:40:39.0484676Z copying torch\include\ATen\miopen\Handle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-08-07T17:40:39.0491034Z copying torch\include\ATen\miopen\miopen-wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-08-07T17:40:39.0506481Z copying torch\include\ATen\miopen\Types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-08-07T17:40:39.0512886Z copying torch\include\ATen\miopen\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-08-07T17:40:39.0518920Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-08-07T17:40:39.0522307Z copying torch\include\ATen\detail\AcceleratorHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-08-07T17:40:39.0532399Z copying torch\include\ATen\detail\CUDAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-08-07T17:40:39.0538682Z copying torch\include\ATen\detail\FunctionTraits.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-08-07T17:40:39.0551349Z copying torch\include\ATen\detail\HIPHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-08-07T17:40:39.0558318Z copying torch\include\ATen\detail\IPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-08-07T17:40:39.0565009Z copying torch\include\ATen\detail\MAIAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-08-07T17:40:39.0571872Z copying torch\include\ATen\detail\MPSHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-08-07T17:40:39.0578825Z copying torch\include\ATen\detail\MTIAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-08-07T17:40:39.0586040Z copying torch\include\ATen\detail\PrivateUse1HooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-08-07T17:40:39.0592892Z copying torch\include\ATen\detail\XPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-08-07T17:40:39.0599238Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0601845Z copying torch\include\ATen\native\Activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0609006Z copying torch\include\ATen\native\AdaptivePooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0616258Z copying torch\include\ATen\native\AmpKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0623046Z copying torch\include\ATen\native\BatchLinearAlgebra.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0635047Z copying torch\include\ATen\native\batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0641830Z copying torch\include\ATen\native\BinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0648663Z copying torch\include\ATen\native\BucketizationUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0655945Z copying torch\include\ATen\native\CanUse32BitIndexMath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0662718Z copying torch\include\ATen\native\ComplexHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0670037Z copying torch\include\ATen\native\CompositeRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0677159Z copying torch\include\ATen\native\CompositeRandomAccessorCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0683947Z copying torch\include\ATen\native\ConvolutionMM3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0690274Z copying torch\include\ATen\native\ConvUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0697271Z copying torch\include\ATen\native\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0703662Z copying torch\include\ATen\native\CPUBlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0710284Z copying torch\include\ATen\native\CPUFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0717400Z copying torch\include\ATen\native\Cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0723966Z copying torch\include\ATen\native\DilatedConvolutionUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0730945Z copying torch\include\ATen\native\DispatchStub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0738011Z copying torch\include\ATen\native\Distance.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0744618Z copying torch\include\ATen\native\Distributions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0762258Z copying torch\include\ATen\native\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0769290Z copying torch\include\ATen\native\EmbeddingBag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0776093Z copying torch\include\ATen\native\Fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0782275Z copying torch\include\ATen\native\ForeachUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0789756Z copying torch\include\ATen\native\FractionalMaxPooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0797075Z copying torch\include\ATen\native\FunctionOfAMatrixUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0828270Z copying torch\include\ATen\native\FusedAdagrad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0834554Z copying torch\include\ATen\native\FusedAdam.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0840928Z copying torch\include\ATen\native\FusedSGD.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0846806Z copying torch\include\ATen\native\GridSampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0859906Z copying torch\include\ATen\native\GridSamplerUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0866214Z copying torch\include\ATen\native\group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0872379Z copying torch\include\ATen\native\Histogram.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0878843Z copying torch\include\ATen\native\im2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0885162Z copying torch\include\ATen\native\im2col_shape_check.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0891418Z copying torch\include\ATen\native\IndexingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0897924Z copying torch\include\ATen\native\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0904127Z copying torch\include\ATen\native\layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0910441Z copying torch\include\ATen\native\Lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0917175Z copying torch\include\ATen\native\LinearAlgebra.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0923273Z copying torch\include\ATen\native\LinearAlgebraUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0934944Z copying torch\include\ATen\native\LossMulti.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0941308Z copying torch\include\ATen\native\Math.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0949804Z copying torch\include\ATen\native\MathBitFallThroughLists.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0956236Z copying torch\include\ATen\native\MathBitsFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0962792Z copying torch\include\ATen\native\MaxPooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0969072Z copying torch\include\ATen\native\NonEmptyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0975156Z copying torch\include\ATen\native\NonSymbolicBC.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0981314Z copying torch\include\ATen\native\Normalization.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0987438Z copying torch\include\ATen\native\Padding.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.0993833Z copying torch\include\ATen\native\PixelShuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1000094Z copying torch\include\ATen\native\PointwiseOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1016352Z copying torch\include\ATen\native\Pool.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1022946Z copying torch\include\ATen\native\Pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1029214Z copying torch\include\ATen\native\RangeFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1035400Z copying torch\include\ATen\native\ReduceAllOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1041597Z copying torch\include\ATen\native\ReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1047793Z copying torch\include\ATen\native\ReduceOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1054444Z copying torch\include\ATen\native\ReductionType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1060724Z copying torch\include\ATen\native\Repeat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1067095Z copying torch\include\ATen\native\Resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1073300Z copying torch\include\ATen\native\ResizeCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1080273Z copying torch\include\ATen\native\RNN.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1086682Z copying torch\include\ATen\native\ScatterGatherChecks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1102741Z copying torch\include\ATen\native\SegmentReduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1109088Z copying torch\include\ATen\native\SharedReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1116013Z copying torch\include\ATen\native\SobolEngineOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1122801Z copying torch\include\ATen\native\Sorting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1128591Z copying torch\include\ATen\native\SortingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1135047Z copying torch\include\ATen\native\SparseTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1141794Z copying torch\include\ATen\native\SpectralOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1148406Z copying torch\include\ATen\native\StridedRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1154702Z copying torch\include\ATen\native\TensorAdvancedIndexing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1167044Z copying torch\include\ATen\native\TensorAdvancedIndexingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1173232Z copying torch\include\ATen\native\TensorCompare.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1179780Z copying torch\include\ATen\native\TensorConversions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1185946Z copying torch\include\ATen\native\TensorDimApply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1192468Z copying torch\include\ATen\native\TensorFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1199120Z copying torch\include\ATen\native\TensorIterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1205848Z copying torch\include\ATen\native\TensorIteratorDynamicCasting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1212208Z copying torch\include\ATen\native\TensorProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1218316Z copying torch\include\ATen\native\TensorShape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1235516Z copying torch\include\ATen\native\TensorTransformations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1242685Z copying torch\include\ATen\native\TopKImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1249834Z copying torch\include\ATen\native\TransposeType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1256407Z copying torch\include\ATen\native\TriangularOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1280985Z copying torch\include\ATen\native\TypeProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1288094Z copying torch\include\ATen\native\UnaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1294819Z copying torch\include\ATen\native\Unfold2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1301419Z copying torch\include\ATen\native\Unfold3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1308842Z copying torch\include\ATen\native\UnfoldBackward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1315585Z copying torch\include\ATen\native\UpSample.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1323178Z copying torch\include\ATen\native\verbose_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1329833Z copying torch\include\ATen\native\vol2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-07T17:40:39.1335870Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-07T17:40:39.1339011Z copying torch\include\ATen\native\cpu\AtomicAddFloat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-07T17:40:39.1345912Z copying torch\include\ATen\native\cpu\avx_mathfun.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-07T17:40:39.1353377Z copying torch\include\ATen\native\cpu\CatKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-07T17:40:39.1359956Z copying torch\include\ATen\native\cpu\ChannelShuffleKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-07T17:40:39.1372266Z copying torch\include\ATen\native\cpu\CopyKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-07T17:40:39.1379017Z copying torch\include\ATen\native\cpu\DepthwiseConvKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-07T17:40:39.1385781Z copying torch\include\ATen\native\cpu\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-07T17:40:39.1393688Z copying torch\include\ATen\native\cpu\GridSamplerKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-07T17:40:39.1400516Z copying torch\include\ATen\native\cpu\IndexKernelUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-07T17:40:39.1407185Z copying torch\include\ATen\native\cpu\Intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-07T17:40:39.1414253Z copying torch\include\ATen\native\cpu\int_mm_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-07T17:40:39.1421204Z copying torch\include\ATen\native\cpu\IsContiguous.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-07T17:40:39.1427794Z copying torch\include\ATen\native\cpu\LogAddExp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-07T17:40:39.1434783Z copying torch\include\ATen\native\cpu\Loops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-07T17:40:39.1441959Z copying torch\include\ATen\native\cpu\MaxUnpoolKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-07T17:40:39.1448794Z copying torch\include\ATen\native\cpu\mixed_data_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-07T17:40:39.1455511Z copying torch\include\ATen\native\cpu\moments_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-07T17:40:39.1462544Z copying torch\include\ATen\native\cpu\PixelShuffleKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-07T17:40:39.1468952Z copying torch\include\ATen\native\cpu\Reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-07T17:40:39.1475913Z copying torch\include\ATen\native\cpu\ReduceUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-07T17:40:39.1491480Z copying torch\include\ATen\native\cpu\SampledAddmmKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-07T17:40:39.1497820Z copying torch\include\ATen\native\cpu\SerialStackImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-07T17:40:39.1505061Z copying torch\include\ATen\native\cpu\SoftmaxKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-07T17:40:39.1512004Z copying torch\include\ATen\native\cpu\SpmmReduceKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-07T17:40:39.1519026Z copying torch\include\ATen\native\cpu\StackKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-07T17:40:39.1526117Z copying torch\include\ATen\native\cpu\UpSampleKernelAVXAntialias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-07T17:40:39.1533619Z copying torch\include\ATen\native\cpu\utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-07T17:40:39.1540566Z copying torch\include\ATen\native\cpu\WeightNormKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-07T17:40:39.1547366Z copying torch\include\ATen\native\cpu\zmath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-07T17:40:39.1553409Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1556516Z copying torch\include\ATen\native\cuda\Activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1563132Z copying torch\include\ATen\native\cuda\BinaryInternal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1570064Z copying torch\include\ATen\native\cuda\CompositeRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1581730Z copying torch\include\ATen\native\cuda\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1590466Z copying torch\include\ATen\native\cuda\CuFFTPlanCache.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1597875Z copying torch\include\ATen\native\cuda\CuFFTUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1604223Z copying torch\include\ATen\native\cuda\Distributions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1610805Z copying torch\include\ATen\native\cuda\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1617456Z copying torch\include\ATen\native\cuda\GridSampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1623953Z copying torch\include\ATen\native\cuda\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1630544Z copying torch\include\ATen\native\cuda\jit_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1636730Z copying torch\include\ATen\native\cuda\LaunchUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1643019Z copying torch\include\ATen\native\cuda\MiscUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1649380Z copying torch\include\ATen\native\cuda\ReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1655272Z copying torch\include\ATen\native\cuda\Resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1661326Z copying torch\include\ATen\native\cuda\RowwiseScaledMM.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1667579Z copying torch\include\ATen\native\cuda\ScanKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1673711Z copying torch\include\ATen\native\cuda\Sort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1679815Z copying torch\include\ATen\native\cuda\Sorting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1686390Z copying torch\include\ATen\native\cuda\SortStable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1693513Z copying torch\include\ATen\native\cuda\TensorModeKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1710342Z copying torch\include\ATen\native\cuda\TensorTopK.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1717053Z copying torch\include\ATen\native\cuda\thread_constants.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1724008Z copying torch\include\ATen\native\cuda\block_reduce.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1730955Z copying torch\include\ATen\native\cuda\CUDAJitLoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1738186Z copying torch\include\ATen\native\cuda\CUDALoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1745279Z copying torch\include\ATen\native\cuda\DeviceSqrt.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1752167Z copying torch\include\ATen\native\cuda\EmbeddingBackwardKernel.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1758774Z copying torch\include\ATen\native\cuda\ForeachFunctors.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1766710Z copying torch\include\ATen\native\cuda\ForeachMinMaxFunctors.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1773333Z copying torch\include\ATen\native\cuda\fused_adamw_amsgrad_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1780713Z copying torch\include\ATen\native\cuda\fused_adamw_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1793322Z copying torch\include\ATen\native\cuda\fused_adam_amsgrad_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1800309Z copying torch\include\ATen\native\cuda\fused_adam_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1807707Z copying torch\include\ATen\native\cuda\fused_adam_utils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1814343Z copying torch\include\ATen\native\cuda\GridSampler.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1821510Z copying torch\include\ATen\native\cuda\im2col.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1828220Z copying torch\include\ATen\native\cuda\JitLoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1834898Z copying torch\include\ATen\native\cuda\KernelUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1841871Z copying torch\include\ATen\native\cuda\Loops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1848403Z copying torch\include\ATen\native\cuda\Math.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1857218Z copying torch\include\ATen\native\cuda\MemoryAccess.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1864368Z copying torch\include\ATen\native\cuda\MultiTensorApply.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1871374Z copying torch\include\ATen\native\cuda\Normalization.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1879560Z copying torch\include\ATen\native\cuda\PersistentSoftmax.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1887326Z copying torch\include\ATen\native\cuda\Pow.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1907161Z copying torch\include\ATen\native\cuda\Randperm.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1914303Z copying torch\include\ATen\native\cuda\Reduce.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1922121Z copying torch\include\ATen\native\cuda\reduction_template.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1929557Z copying torch\include\ATen\native\cuda\ScanUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1937300Z copying torch\include\ATen\native\cuda\SortingCommon.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1944381Z copying torch\include\ATen\native\cuda\SortingRadixSelect.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1951200Z copying torch\include\ATen\native\cuda\SortUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1958856Z copying torch\include\ATen\native\cuda\TensorModeKernel.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1966129Z copying torch\include\ATen\native\cuda\UniqueCub.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1972681Z copying torch\include\ATen\native\cuda\UpSample.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1979179Z copying torch\include\ATen\native\cuda\vol2col.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-07T17:40:39.1993242Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-08-07T17:40:39.1996051Z copying torch\include\ATen\native\mps\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-08-07T17:40:39.2002708Z copying torch\include\ATen\native\mps\MPSGraphSonomaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-08-07T17:40:39.2010064Z copying torch\include\ATen\native\mps\MPSGraphVenturaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-08-07T17:40:39.2017340Z copying torch\include\ATen\native\mps\OperationUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-08-07T17:40:39.2034903Z copying torch\include\ATen\native\mps\TensorFactory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-08-07T17:40:39.2041342Z copying torch\include\ATen\native\mps\UnaryConstants.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-08-07T17:40:39.2046996Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-08-07T17:40:39.2050230Z copying torch\include\ATen\native\nested\NestedTensorBinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-08-07T17:40:39.2056363Z copying torch\include\ATen\native\nested\NestedTensorFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-08-07T17:40:39.2062136Z copying torch\include\ATen\native\nested\NestedTensorMath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-08-07T17:40:39.2075450Z copying torch\include\ATen\native\nested\NestedTensorTransformerFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-08-07T17:40:39.2082664Z copying torch\include\ATen\native\nested\NestedTensorTransformerUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-08-07T17:40:39.2088871Z copying torch\include\ATen\native\nested\NestedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-08-07T17:40:39.2094588Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-08-07T17:40:39.2097524Z copying torch\include\ATen\native\quantized\AffineQuantizer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-08-07T17:40:39.2103764Z copying torch\include\ATen\native\quantized\AffineQuantizerBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-08-07T17:40:39.2110039Z copying torch\include\ATen\native\quantized\ConvUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-08-07T17:40:39.2123832Z copying torch\include\ATen\native\quantized\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-08-07T17:40:39.2129541Z copying torch\include\ATen\native\quantized\FakeQuantAffine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-08-07T17:40:39.2135805Z copying torch\include\ATen\native\quantized\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-08-07T17:40:39.2142786Z copying torch\include\ATen\native\quantized\PackedParams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-08-07T17:40:39.2149557Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-07T17:40:39.2151955Z copying torch\include\ATen\native\quantized\cpu\BinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-07T17:40:39.2158903Z copying torch\include\ATen\native\quantized\cpu\conv_serialization.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-07T17:40:39.2165742Z copying torch\include\ATen\native\quantized\cpu\EmbeddingPackedParams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-07T17:40:39.2172941Z copying torch\include\ATen\native\quantized\cpu\fbgemm_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-07T17:40:39.2186775Z copying torch\include\ATen\native\quantized\cpu\init_qnnpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-07T17:40:39.2193527Z copying torch\include\ATen\native\quantized\cpu\OnednnUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-07T17:40:39.2200447Z copying torch\include\ATen\native\quantized\cpu\qembeddingbag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-07T17:40:39.2207539Z copying torch\include\ATen\native\quantized\cpu\qembeddingbag_prepack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-07T17:40:39.2214196Z copying torch\include\ATen\native\quantized\cpu\QnnpackUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-07T17:40:39.2221839Z copying torch\include\ATen\native\quantized\cpu\QuantizedOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-07T17:40:39.2228628Z copying torch\include\ATen\native\quantized\cpu\QuantUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-07T17:40:39.2235391Z copying torch\include\ATen\native\quantized\cpu\RuyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-07T17:40:39.2242096Z copying torch\include\ATen\native\quantized\cpu\XnnpackUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-07T17:40:39.2248358Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2024-08-07T17:40:39.2251882Z copying torch\include\ATen\native\transformers\attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2024-08-07T17:40:39.2258854Z copying torch\include\ATen\native\transformers\sdp_utils_cpp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2024-08-07T17:40:39.2265599Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2024-08-07T17:40:39.2268319Z copying torch\include\ATen\native\utils\Factory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2024-08-07T17:40:39.2274849Z copying torch\include\ATen\native\utils\ParamsHash.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2024-08-07T17:40:39.2282053Z copying torch\include\ATen\native\utils\ParamUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2024-08-07T17:40:39.2288520Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2024-08-07T17:40:39.2291353Z copying torch\include\ATen\quantized\QTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2024-08-07T17:40:39.2298347Z copying torch\include\ATen\quantized\Quantizer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2024-08-07T17:40:39.2304688Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-08-07T17:40:39.2307852Z copying torch\include\ATen\xpu\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-08-07T17:40:39.2314762Z copying torch\include\ATen\xpu\PinnedMemoryAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-08-07T17:40:39.2321217Z copying torch\include\ATen\xpu\XPUContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-08-07T17:40:39.2328009Z copying torch\include\ATen\xpu\XPUDevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-08-07T17:40:39.2345340Z copying torch\include\ATen\xpu\XPUEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-08-07T17:40:39.2351870Z copying torch\include\ATen\xpu\XPUGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-08-07T17:40:39.2357954Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail 2024-08-07T17:40:39.2360989Z copying torch\include\ATen\xpu\detail\XPUHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail 2024-08-07T17:40:39.2367454Z creating build\lib.win-amd64-cpython-39\torch\include\caffe2 2024-08-07T17:40:39.2369092Z creating build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-08-07T17:40:39.2372057Z copying torch\include\caffe2\serialize\crc_alt.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-08-07T17:40:39.2379707Z copying torch\include\caffe2\serialize\file_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-08-07T17:40:39.2386507Z copying torch\include\caffe2\serialize\inline_container.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-08-07T17:40:39.2393259Z copying torch\include\caffe2\serialize\in_memory_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-08-07T17:40:39.2405721Z copying torch\include\caffe2\serialize\istream_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-08-07T17:40:39.2415111Z copying torch\include\caffe2\serialize\read_adapter_interface.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-08-07T17:40:39.2421909Z copying torch\include\caffe2\serialize\versions.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-08-07T17:40:39.2427750Z creating build\lib.win-amd64-cpython-39\torch\include\c10 2024-08-07T17:40:39.2429290Z creating build\lib.win-amd64-cpython-39\torch\include\c10\macros 2024-08-07T17:40:39.2432335Z copying torch\include\c10\macros\cmake_macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2024-08-07T17:40:39.2438816Z copying torch\include\c10\macros\Export.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2024-08-07T17:40:39.2445297Z copying torch\include\c10\macros\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2024-08-07T17:40:39.2452103Z creating build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2454515Z copying torch\include\c10\core\alignment.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2460683Z copying torch\include\c10\core\Allocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2467518Z copying torch\include\c10\core\AutogradState.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2474338Z copying torch\include\c10\core\Backend.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2492564Z copying torch\include\c10\core\CompileTimeFunctionPointer.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2499125Z copying torch\include\c10\core\ConstantSymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2506053Z copying torch\include\c10\core\Contiguity.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2512618Z copying torch\include\c10\core\CopyBytes.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2519497Z copying torch\include\c10\core\CPUAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2526115Z copying torch\include\c10\core\DefaultDtype.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2532476Z copying torch\include\c10\core\DefaultTensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2539588Z copying torch\include\c10\core\Device.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2546292Z copying torch\include\c10\core\DeviceArray.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2553147Z copying torch\include\c10\core\DeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2559974Z copying torch\include\c10\core\DeviceType.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2566842Z copying torch\include\c10\core\DispatchKey.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2574223Z copying torch\include\c10\core\DispatchKeySet.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2582757Z copying torch\include\c10\core\DynamicCast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2589452Z copying torch\include\c10\core\Event.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2596100Z copying torch\include\c10\core\GeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2610572Z copying torch\include\c10\core\GradMode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2617412Z copying torch\include\c10\core\InferenceMode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2624791Z copying torch\include\c10\core\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2631619Z copying torch\include\c10\core\MemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2638497Z copying torch\include\c10\core\OptionalRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2644940Z copying torch\include\c10\core\PyHandleCache.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2651640Z copying torch\include\c10\core\QEngine.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2657866Z copying torch\include\c10\core\QScheme.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2664409Z copying torch\include\c10\core\RefcountedDeleter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2671075Z copying torch\include\c10\core\SafePyObject.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2696089Z copying torch\include\c10\core\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2702748Z copying torch\include\c10\core\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2710523Z copying torch\include\c10\core\ScalarTypeToTypeMeta.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2722520Z copying torch\include\c10\core\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2729189Z copying torch\include\c10\core\StorageImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2735893Z copying torch\include\c10\core\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2742491Z copying torch\include\c10\core\StreamGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2749158Z copying torch\include\c10\core\SymbolicShapeMeta.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2756128Z copying torch\include\c10\core\SymBool.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2762552Z copying torch\include\c10\core\SymFloat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2768786Z copying torch\include\c10\core\SymInt.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2775431Z copying torch\include\c10\core\SymIntArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2781923Z copying torch\include\c10\core\SymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2788158Z copying torch\include\c10\core\TensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2795782Z copying torch\include\c10\core\TensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2811839Z copying torch\include\c10\core\thread_pool.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2818365Z copying torch\include\c10\core\UndefinedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2824414Z copying torch\include\c10\core\WrapDimMinimal.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-07T17:40:39.2830416Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-08-07T17:40:39.2833184Z copying torch\include\ATen\core\boxing\BoxedKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-08-07T17:40:39.2839814Z copying torch\include\ATen\core\boxing\BoxedKernel_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-08-07T17:40:39.2845988Z copying torch\include\ATen\core\boxing\KernelFunction.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-08-07T17:40:39.2852616Z copying torch\include\ATen\core\boxing\KernelFunction_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-08-07T17:40:39.2868363Z copying torch\include\ATen\core\boxing\OperatorKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-08-07T17:40:39.2874250Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-08-07T17:40:39.2876972Z copying torch\include\ATen\core\boxing\impl\boxing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-08-07T17:40:39.2883631Z 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-08-07T17:40:39.2890785Z copying torch\include\ATen\core\boxing\impl\test_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-08-07T17:40:39.2897130Z copying torch\include\ATen\core\boxing\impl\WrapFunctionIntoFunctor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-08-07T17:40:39.2910839Z copying torch\include\ATen\core\boxing\impl\WrapFunctionIntoRuntimeFunctor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-08-07T17:40:39.2916578Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-08-07T17:40:39.2919347Z copying torch\include\ATen\core\dispatch\CppSignature.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-08-07T17:40:39.2925499Z copying torch\include\ATen\core\dispatch\Dispatcher.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-08-07T17:40:39.2932341Z copying torch\include\ATen\core\dispatch\DispatchKeyExtractor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-08-07T17:40:39.2938494Z copying torch\include\ATen\core\dispatch\ObservedOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-08-07T17:40:39.2950879Z copying torch\include\ATen\core\dispatch\OperatorEntry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-08-07T17:40:39.2957413Z copying torch\include\ATen\core\dispatch\OperatorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-08-07T17:40:39.2964603Z copying torch\include\ATen\core\dispatch\RegistrationHandleRAII.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-08-07T17:40:39.2970609Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-08-07T17:40:39.2973513Z copying torch\include\ATen\core\op_registration\adaption.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-08-07T17:40:39.2980182Z copying torch\include\ATen\core\op_registration\infer_schema.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-08-07T17:40:39.2986976Z copying torch\include\ATen\core\op_registration\op_allowlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-08-07T17:40:39.2993658Z copying torch\include\ATen\core\op_registration\op_registration.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-08-07T17:40:39.3011616Z creating build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-07T17:40:39.3014613Z copying torch\include\c10\core\impl\alloc_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-07T17:40:39.3020966Z copying torch\include\c10\core\impl\COW.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-07T17:40:39.3027948Z copying torch\include\c10\core\impl\COWDeleter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-07T17:40:39.3034652Z copying torch\include\c10\core\impl\DeviceGuardImplInterface.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-07T17:40:39.3047387Z copying torch\include\c10\core\impl\FakeGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-07T17:40:39.3054457Z copying torch\include\c10\core\impl\GPUTrace.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-07T17:40:39.3061258Z copying torch\include\c10\core\impl\HermeticPyObjectTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-07T17:40:39.3067961Z copying torch\include\c10\core\impl\InlineDeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-07T17:40:39.3074997Z copying torch\include\c10\core\impl\InlineEvent.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-07T17:40:39.3081890Z copying torch\include\c10\core\impl\InlineStreamGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-07T17:40:39.3088639Z copying torch\include\c10\core\impl\LocalDispatchKeySet.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-07T17:40:39.3096091Z copying torch\include\c10\core\impl\PyInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-07T17:40:39.3103315Z copying torch\include\c10\core\impl\PyObjectSlot.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-07T17:40:39.3110495Z copying torch\include\c10\core\impl\PythonDispatcherTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-07T17:40:39.3117251Z copying torch\include\c10\core\impl\SizesAndStrides.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-07T17:40:39.3124472Z copying torch\include\c10\core\impl\TorchDispatchModeTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-07T17:40:39.3130982Z copying torch\include\c10\core\impl\VirtualGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-07T17:40:39.3148393Z creating build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3151427Z copying torch\include\c10\util\AbortHandler.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3158673Z copying torch\include\c10\util\accumulate.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3165581Z copying torch\include\c10\util\AlignOf.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3172288Z copying torch\include\c10\util\ApproximateClock.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3185548Z copying torch\include\c10\util\Array.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3192144Z copying torch\include\c10\util\ArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3198884Z copying torch\include\c10\util\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3206142Z copying torch\include\c10\util\BFloat16-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3212756Z copying torch\include\c10\util\BFloat16-math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3219797Z copying torch\include\c10\util\BFloat16.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3226211Z copying torch\include\c10\util\bits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3234035Z copying torch\include\c10\util\Bitset.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3240881Z copying torch\include\c10\util\bit_cast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3247469Z copying torch\include\c10\util\C++17.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3254251Z copying torch\include\c10\util\CallOnce.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3261021Z copying torch\include\c10\util\complex.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3268056Z copying torch\include\c10\util\complex_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3274687Z copying torch\include\c10\util\complex_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3281886Z copying torch\include\c10\util\ConstexprCrc.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3288979Z copying torch\include\c10\util\copysign.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3296141Z copying torch\include\c10\util\DeadlockDetection.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3303368Z copying torch\include\c10\util\Deprecated.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3309714Z copying torch\include\c10\util\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3316279Z copying torch\include\c10\util\DynamicCounter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3329864Z copying torch\include\c10\util\env.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3336179Z copying torch\include\c10\util\Exception.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3343608Z copying torch\include\c10\util\ExclusivelyOwned.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3349900Z copying torch\include\c10\util\ExclusivelyOwnedTensorTraits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3355905Z copying torch\include\c10\util\FbcodeMaps.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3362366Z copying torch\include\c10\util\Flags.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3368539Z copying torch\include\c10\util\flat_hash_map.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3376204Z copying torch\include\c10\util\Float8_e4m3fn-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3382422Z copying torch\include\c10\util\Float8_e4m3fn.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3388877Z copying torch\include\c10\util\Float8_e4m3fnuz-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3395374Z copying torch\include\c10\util\Float8_e4m3fnuz.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3408303Z copying torch\include\c10\util\Float8_e5m2-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3414680Z copying torch\include\c10\util\Float8_e5m2.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3420941Z copying torch\include\c10\util\Float8_e5m2fnuz-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3428705Z copying torch\include\c10\util\Float8_e5m2fnuz.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3435242Z copying torch\include\c10\util\Float8_fnuz_cvt.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3442215Z copying torch\include\c10\util\floating_point_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3449981Z copying torch\include\c10\util\FunctionRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3457342Z copying torch\include\c10\util\generic_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3464916Z copying torch\include\c10\util\Half-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3480220Z copying torch\include\c10\util\Half.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3487397Z copying torch\include\c10\util\hash.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3493967Z copying torch\include\c10\util\IdWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3500920Z copying torch\include\c10\util\int128.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3507593Z copying torch\include\c10\util\intrusive_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3515037Z copying torch\include\c10\util\irange.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3521677Z copying torch\include\c10\util\Knobs.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3528461Z copying torch\include\c10\util\Lazy.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3535161Z copying torch\include\c10\util\LeftRight.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3542027Z copying torch\include\c10\util\llvmMathExtras.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3549557Z copying torch\include\c10\util\Load.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3556197Z copying torch\include\c10\util\Logging.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3562983Z copying torch\include\c10\util\logging_is_google_glog.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3570265Z copying torch\include\c10\util\logging_is_not_google_glog.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3586518Z copying torch\include\c10\util\MathConstants.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3593369Z copying torch\include\c10\util\MaybeOwned.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3600534Z copying torch\include\c10\util\Metaprogramming.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3607503Z copying torch\include\c10\util\numa.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3614280Z copying torch\include\c10\util\Optional.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3621293Z copying torch\include\c10\util\OptionalArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3628154Z copying torch\include\c10\util\order_preserving_flat_hash_map.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3636076Z copying torch\include\c10\util\overloaded.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3643524Z copying torch\include\c10\util\ParallelGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3650143Z copying torch\include\c10\util\python_stub.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3668713Z copying torch\include\c10\util\qint32.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3674979Z copying torch\include\c10\util\qint8.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3681355Z copying torch\include\c10\util\quint2x4.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3688186Z copying torch\include\c10\util\quint4x2.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3694541Z copying torch\include\c10\util\quint8.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3700872Z copying torch\include\c10\util\Registry.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3707542Z copying torch\include\c10\util\safe_numerics.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3715013Z copying torch\include\c10\util\ScopeExit.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3721951Z copying torch\include\c10\util\signal_handler.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3728773Z copying torch\include\c10\util\SmallBuffer.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3735618Z copying torch\include\c10\util\SmallVector.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3743164Z copying torch\include\c10\util\sparse_bitset.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3751698Z copying torch\include\c10\util\ssize.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3766791Z copying torch\include\c10\util\static_tracepoint.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3774095Z copying torch\include\c10\util\static_tracepoint_elfx86.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3781431Z copying torch\include\c10\util\strides.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3787859Z copying torch\include\c10\util\StringUtil.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3794812Z copying torch\include\c10\util\string_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3801005Z copying torch\include\c10\util\string_view.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3807928Z copying torch\include\c10\util\strong_type.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3814795Z copying torch\include\c10\util\Synchronized.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3821568Z copying torch\include\c10\util\tempfile.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3827928Z copying torch\include\c10\util\ThreadLocal.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3834213Z copying torch\include\c10\util\ThreadLocalDebugInfo.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3848736Z copying torch\include\c10\util\thread_name.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3855411Z copying torch\include\c10\util\Type.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3861379Z copying torch\include\c10\util\TypeCast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3867600Z copying torch\include\c10\util\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3874464Z copying torch\include\c10\util\TypeIndex.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3880955Z copying torch\include\c10\util\TypeList.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3887459Z copying torch\include\c10\util\TypeSafeSignMath.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3893961Z copying torch\include\c10\util\TypeTraits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3900200Z copying torch\include\c10\util\Unicode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3906161Z copying torch\include\c10\util\UniqueVoidPtr.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3913137Z copying torch\include\c10\util\Unroll.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3919270Z copying torch\include\c10\util\WaitCounter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3925954Z copying torch\include\c10\util\win32-headers.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-07T17:40:39.3931649Z creating build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-07T17:40:39.3934286Z copying torch\include\c10\cuda\CUDAAlgorithm.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-07T17:40:39.3940467Z copying torch\include\c10\cuda\CUDAAllocatorConfig.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-07T17:40:39.3946789Z copying torch\include\c10\cuda\CUDACachingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-07T17:40:39.3953331Z copying torch\include\c10\cuda\CUDADeviceAssertion.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-07T17:40:39.3965207Z copying torch\include\c10\cuda\CUDADeviceAssertionHost.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-07T17:40:39.3972086Z copying torch\include\c10\cuda\CUDAException.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-07T17:40:39.3978133Z copying torch\include\c10\cuda\CUDAFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-07T17:40:39.3984703Z copying torch\include\c10\cuda\CUDAGraphsC10Utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-07T17:40:39.3991225Z copying torch\include\c10\cuda\CUDAGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-07T17:40:39.3997609Z copying torch\include\c10\cuda\CUDAMacros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-07T17:40:39.4003818Z copying torch\include\c10\cuda\CUDAMathCompat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-07T17:40:39.4011133Z copying torch\include\c10\cuda\CUDAMiscFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-07T17:40:39.4017230Z copying torch\include\c10\cuda\CUDAStream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-07T17:40:39.4023765Z copying torch\include\c10\cuda\driver_api.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-07T17:40:39.4029416Z creating build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2024-08-07T17:40:39.4032096Z copying torch\include\c10\cuda\impl\CUDAGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2024-08-07T17:40:39.4038586Z copying torch\include\c10\cuda\impl\CUDATest.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2024-08-07T17:40:39.4043899Z creating build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-08-07T17:40:39.4046476Z copying torch\include\c10\xpu\XPUCachingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-08-07T17:40:39.4052474Z copying torch\include\c10\xpu\XPUDeviceProp.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-08-07T17:40:39.4058975Z copying torch\include\c10\xpu\XPUException.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-08-07T17:40:39.4064796Z copying torch\include\c10\xpu\XPUFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-08-07T17:40:39.4081622Z copying torch\include\c10\xpu\XPUMacros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-08-07T17:40:39.4087574Z copying torch\include\c10\xpu\XPUStream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-08-07T17:40:39.4093572Z creating build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl 2024-08-07T17:40:39.4096135Z copying torch\include\c10\xpu\impl\XPUGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl 2024-08-07T17:40:39.4101687Z creating build\lib.win-amd64-cpython-39\torch\include\torch 2024-08-07T17:40:39.4104217Z copying torch\include\torch\custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-08-07T17:40:39.4111996Z copying torch\include\torch\custom_class_detail.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-08-07T17:40:39.4118729Z copying torch\include\torch\extension.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-08-07T17:40:39.4125246Z copying torch\include\torch\library.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-08-07T17:40:39.4141156Z copying torch\include\torch\script.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-08-07T17:40:39.4146911Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-07T17:40:39.4149465Z copying torch\include\torch\csrc\copy_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-07T17:40:39.4156138Z copying torch\include\torch\csrc\CudaIPCTypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-07T17:40:39.4163049Z copying torch\include\torch\csrc\DataLoader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-07T17:40:39.4169793Z copying torch\include\torch\csrc\Device.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-07T17:40:39.4181712Z copying torch\include\torch\csrc\Dtype.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-07T17:40:39.4188663Z copying torch\include\torch\csrc\DynamicTypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-07T17:40:39.4195307Z copying torch\include\torch\csrc\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-07T17:40:39.4202262Z copying torch\include\torch\csrc\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-07T17:40:39.4208961Z copying torch\include\torch\csrc\Export.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-07T17:40:39.4215361Z copying torch\include\torch\csrc\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-07T17:40:39.4222345Z copying torch\include\torch\csrc\itt_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-07T17:40:39.4229398Z copying torch\include\torch\csrc\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-07T17:40:39.4236233Z copying torch\include\torch\csrc\MemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-07T17:40:39.4243285Z copying torch\include\torch\csrc\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-07T17:40:39.4249706Z copying torch\include\torch\csrc\PyInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-07T17:40:39.4256192Z copying torch\include\torch\csrc\python_dimname.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-07T17:40:39.4262891Z copying torch\include\torch\csrc\python_headers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-07T17:40:39.4269637Z copying torch\include\torch\csrc\QScheme.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-07T17:40:39.4275950Z copying torch\include\torch\csrc\serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-07T17:40:39.4282649Z copying torch\include\torch\csrc\Size.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-07T17:40:39.4289022Z copying torch\include\torch\csrc\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-07T17:40:39.4296526Z copying torch\include\torch\csrc\StorageMethods.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-07T17:40:39.4303440Z copying torch\include\torch\csrc\StorageSharing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-07T17:40:39.4309922Z copying torch\include\torch\csrc\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-07T17:40:39.4327744Z copying torch\include\torch\csrc\THConcat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-07T17:40:39.4333730Z copying torch\include\torch\csrc\THP.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-07T17:40:39.4339814Z copying torch\include\torch\csrc\TypeInfo.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-07T17:40:39.4345703Z copying torch\include\torch\csrc\Types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-07T17:40:39.4351762Z copying torch\include\torch\csrc\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-07T17:40:39.4358135Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api 2024-08-07T17:40:39.4359830Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include 2024-08-07T17:40:39.4361241Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-07T17:40:39.4363662Z copying torch\include\torch\csrc\api\include\torch\all.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-07T17:40:39.4370330Z copying torch\include\torch\csrc\api\include\torch\arg.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-07T17:40:39.4376563Z copying torch\include\torch\csrc\api\include\torch\autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-07T17:40:39.4382740Z copying torch\include\torch\csrc\api\include\torch\cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-07T17:40:39.4389027Z copying torch\include\torch\csrc\api\include\torch\data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-07T17:40:39.4394987Z copying torch\include\torch\csrc\api\include\torch\enum.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-07T17:40:39.4401576Z 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-08-07T17:40:39.4416560Z copying torch\include\torch\csrc\api\include\torch\fft.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-07T17:40:39.4424272Z copying torch\include\torch\csrc\api\include\torch\imethod.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-07T17:40:39.4431181Z copying torch\include\torch\csrc\api\include\torch\jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-07T17:40:39.4437956Z copying torch\include\torch\csrc\api\include\torch\linalg.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-07T17:40:39.4445349Z copying torch\include\torch\csrc\api\include\torch\mps.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-07T17:40:39.4452108Z copying torch\include\torch\csrc\api\include\torch\nested.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-07T17:40:39.4458826Z copying torch\include\torch\csrc\api\include\torch\nn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-07T17:40:39.4464796Z copying torch\include\torch\csrc\api\include\torch\optim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-07T17:40:39.4471643Z 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-08-07T17:40:39.4478823Z copying torch\include\torch\csrc\api\include\torch\python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-07T17:40:39.4485011Z copying torch\include\torch\csrc\api\include\torch\serialize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-07T17:40:39.4491296Z copying torch\include\torch\csrc\api\include\torch\sparse.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-07T17:40:39.4497517Z copying torch\include\torch\csrc\api\include\torch\special.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-07T17:40:39.4504356Z copying torch\include\torch\csrc\api\include\torch\torch.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-07T17:40:39.4511082Z copying torch\include\torch\csrc\api\include\torch\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-07T17:40:39.4544311Z copying torch\include\torch\csrc\api\include\torch\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-07T17:40:39.4550411Z copying torch\include\torch\csrc\api\include\torch\version.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-07T17:40:39.4556314Z copying torch\include\torch\csrc\api\include\torch\xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-07T17:40:39.4562217Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2024-08-07T17:40:39.4565218Z 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-08-07T17:40:39.4571860Z 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-08-07T17:40:39.4578101Z 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-08-07T17:40:39.4583786Z 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-08-07T17:40:39.4590372Z 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-08-07T17:40:39.4606685Z 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-08-07T17:40:39.4613217Z 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-08-07T17:40:39.4619483Z 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-08-07T17:40:39.4625296Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader 2024-08-07T17:40:39.4628179Z 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-08-07T17:40:39.4634695Z 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-08-07T17:40:39.4640880Z 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-08-07T17:40:39.4646876Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2024-08-07T17:40:39.4649249Z 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-08-07T17:40:39.4656217Z 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-08-07T17:40:39.4663348Z 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-08-07T17:40:39.4670047Z 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-08-07T17:40:39.4676653Z 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-08-07T17:40:39.4683695Z 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-08-07T17:40:39.4690882Z 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-08-07T17:40:39.4702225Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail 2024-08-07T17:40:39.4705430Z 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-08-07T17:40:39.4712473Z 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-08-07T17:40:39.4719289Z 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-08-07T17:40:39.4725756Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2024-08-07T17:40:39.4729079Z 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-08-07T17:40:39.4736549Z 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-08-07T17:40:39.4743097Z 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-08-07T17:40:39.4749634Z 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-08-07T17:40:39.4780147Z 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-08-07T17:40:39.4887153Z 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-08-07T17:40:39.4894893Z 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-08-07T17:40:39.4900700Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2024-08-07T17:40:39.4903958Z 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-08-07T17:40:39.4910737Z 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-08-07T17:40:39.4917677Z 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-08-07T17:40:39.4924400Z 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-08-07T17:40:39.4931857Z 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-08-07T17:40:39.4937842Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\detail 2024-08-07T17:40:39.4940796Z 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-08-07T17:40:39.4947773Z 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-08-07T17:40:39.4953989Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2024-08-07T17:40:39.4957251Z 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-08-07T17:40:39.4964531Z 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-08-07T17:40:39.4972350Z 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-08-07T17:40:39.4978822Z 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-08-07T17:40:39.4989791Z 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-08-07T17:40:39.5048967Z 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-08-07T17:40:39.5054875Z 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-08-07T17:40:39.5061616Z 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-08-07T17:40:39.5067777Z 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-08-07T17:40:39.5072987Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2024-08-07T17:40:39.5075825Z 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-08-07T17:40:39.5083318Z 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-08-07T17:40:39.5089635Z 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-08-07T17:40:39.5095670Z 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-08-07T17:40:39.5113839Z 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-08-07T17:40:39.5120439Z 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-08-07T17:40:39.5126722Z 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-08-07T17:40:39.5132933Z 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-08-07T17:40:39.5139559Z 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-08-07T17:40:39.5145656Z 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-08-07T17:40:39.5152641Z 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-08-07T17:40:39.5159145Z 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-08-07T17:40:39.5165851Z 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-08-07T17:40:39.5172362Z 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-08-07T17:40:39.5179392Z 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-08-07T17:40:39.5186135Z 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-08-07T17:40:39.5191658Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2024-08-07T17:40:39.5195061Z 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-08-07T17:40:39.5201187Z 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-08-07T17:40:39.5207909Z 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-08-07T17:40:39.5214126Z 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-08-07T17:40:39.5220700Z 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-08-07T17:40:39.5232824Z 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-08-07T17:40:39.5239216Z 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-08-07T17:40:39.5245482Z 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-08-07T17:40:39.5252121Z 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-08-07T17:40:39.5258733Z 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-08-07T17:40:39.5265369Z 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-08-07T17:40:39.5272486Z 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-08-07T17:40:39.5278927Z 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-08-07T17:40:39.5285661Z 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-08-07T17:40:39.5292002Z 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-08-07T17:40:39.5298836Z 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-08-07T17:40:39.5305406Z 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-08-07T17:40:39.5312231Z 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-08-07T17:40:39.5318950Z 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-08-07T17:40:39.5325580Z 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-08-07T17:40:39.5332290Z 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-08-07T17:40:39.5338011Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2024-08-07T17:40:39.5340803Z 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-08-07T17:40:39.5348764Z 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-08-07T17:40:39.5355721Z 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-08-07T17:40:39.5362931Z 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-08-07T17:40:39.5369859Z 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-08-07T17:40:39.5389511Z 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-08-07T17:40:39.5396056Z 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-08-07T17:40:39.5402997Z 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-08-07T17:40:39.5410000Z 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-08-07T17:40:39.5417301Z 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-08-07T17:40:39.5424251Z 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-08-07T17:40:39.5431195Z 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-08-07T17:40:39.5438397Z 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-08-07T17:40:39.5445543Z 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-08-07T17:40:39.5452761Z 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-08-07T17:40:39.5459670Z 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-08-07T17:40:39.5467254Z 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-08-07T17:40:39.5474666Z 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-08-07T17:40:39.5482267Z 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-08-07T17:40:39.5488783Z 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-08-07T17:40:39.5496105Z 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-08-07T17:40:39.5503052Z 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-08-07T17:40:39.5509829Z 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-08-07T17:40:39.5516183Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2024-08-07T17:40:39.5519474Z 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-08-07T17:40:39.5527031Z 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-08-07T17:40:39.5534083Z 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-08-07T17:40:39.5541296Z 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-08-07T17:40:39.5690958Z 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-08-07T17:40:39.5697061Z 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-08-07T17:40:39.5703392Z 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-08-07T17:40:39.5710174Z 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-08-07T17:40:39.5716820Z 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-08-07T17:40:39.5723677Z 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-08-07T17:40:39.5729821Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\parallel 2024-08-07T17:40:39.5732582Z 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-08-07T17:40:39.5738184Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils 2024-08-07T17:40:39.5740863Z 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-08-07T17:40:39.5747322Z 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-08-07T17:40:39.5753606Z 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-08-07T17:40:39.5759788Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2024-08-07T17:40:39.5762459Z 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-08-07T17:40:39.5768612Z 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-08-07T17:40:39.5775529Z 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-08-07T17:40:39.5782512Z 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-08-07T17:40:39.5789366Z 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-08-07T17:40:39.5796192Z 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-08-07T17:40:39.5858384Z 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-08-07T17:40:39.5865052Z 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-08-07T17:40:39.5871056Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers 2024-08-07T17:40:39.5874443Z 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-08-07T17:40:39.5881563Z 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-08-07T17:40:39.5888276Z 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-08-07T17:40:39.5900264Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize 2024-08-07T17:40:39.5903759Z 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-08-07T17:40:39.5910340Z 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-08-07T17:40:39.5917172Z 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-08-07T17:40:39.5923893Z 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-08-07T17:40:39.5937081Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.5940185Z copying torch\include\torch\csrc\autograd\anomaly_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.5946964Z copying torch\include\torch\csrc\autograd\autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.5953802Z copying torch\include\torch\csrc\autograd\autograd_not_implemented_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.5960459Z copying torch\include\torch\csrc\autograd\cpp_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.5972373Z copying torch\include\torch\csrc\autograd\custom_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.5979549Z copying torch\include\torch\csrc\autograd\edge.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.5986092Z copying torch\include\torch\csrc\autograd\engine.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.5992557Z copying torch\include\torch\csrc\autograd\forward_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.5999714Z copying torch\include\torch\csrc\autograd\function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6006879Z copying torch\include\torch\csrc\autograd\FunctionsManual.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6014290Z copying torch\include\torch\csrc\autograd\function_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6020907Z copying torch\include\torch\csrc\autograd\grad_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6027399Z copying torch\include\torch\csrc\autograd\graph_task.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6034130Z copying torch\include\torch\csrc\autograd\InferenceMode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6040808Z copying torch\include\torch\csrc\autograd\input_buffer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6048519Z copying torch\include\torch\csrc\autograd\input_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6055106Z copying torch\include\torch\csrc\autograd\jit_decomp_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6062059Z copying torch\include\torch\csrc\autograd\profiler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6068465Z copying torch\include\torch\csrc\autograd\profiler_kineto.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6075271Z copying torch\include\torch\csrc\autograd\profiler_legacy.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6082098Z copying torch\include\torch\csrc\autograd\profiler_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6088797Z copying torch\include\torch\csrc\autograd\python_anomaly_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6102863Z copying torch\include\torch\csrc\autograd\python_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6109745Z copying torch\include\torch\csrc\autograd\python_cpp_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6116197Z copying torch\include\torch\csrc\autograd\python_engine.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6123052Z copying torch\include\torch\csrc\autograd\python_enum_tag.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6129674Z copying torch\include\torch\csrc\autograd\python_fft_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6136398Z copying torch\include\torch\csrc\autograd\python_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6143211Z copying torch\include\torch\csrc\autograd\python_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6150529Z copying torch\include\torch\csrc\autograd\python_legacy_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6157608Z copying torch\include\torch\csrc\autograd\python_linalg_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6169580Z copying torch\include\torch\csrc\autograd\python_nested_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6176564Z copying torch\include\torch\csrc\autograd\python_nn_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6183235Z copying torch\include\torch\csrc\autograd\python_saved_variable_hooks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6190148Z copying torch\include\torch\csrc\autograd\python_sparse_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6196721Z copying torch\include\torch\csrc\autograd\python_special_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6203462Z copying torch\include\torch\csrc\autograd\python_torch_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6210514Z copying torch\include\torch\csrc\autograd\python_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6217730Z copying torch\include\torch\csrc\autograd\python_variable_indexing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6224611Z copying torch\include\torch\csrc\autograd\record_function_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6231329Z copying torch\include\torch\csrc\autograd\saved_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6238206Z copying torch\include\torch\csrc\autograd\saved_variable_hooks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6251875Z copying torch\include\torch\csrc\autograd\symbolic.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6258216Z copying torch\include\torch\csrc\autograd\variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6265620Z copying torch\include\torch\csrc\autograd\VariableTypeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6272463Z copying torch\include\torch\csrc\autograd\variable_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-07T17:40:39.6278721Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-08-07T17:40:39.6281632Z copying torch\include\torch\csrc\autograd\functions\accumulate_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-08-07T17:40:39.6288628Z copying torch\include\torch\csrc\autograd\functions\basic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-08-07T17:40:39.6295323Z copying torch\include\torch\csrc\autograd\functions\comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-08-07T17:40:39.6308595Z copying torch\include\torch\csrc\autograd\functions\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-08-07T17:40:39.6316058Z copying torch\include\torch\csrc\autograd\functions\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-08-07T17:40:39.6322624Z copying torch\include\torch\csrc\autograd\functions\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-08-07T17:40:39.6329959Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-08-07T17:40:39.6333197Z copying torch\include\torch\csrc\autograd\generated\Functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-08-07T17:40:39.6344354Z copying torch\include\torch\csrc\autograd\generated\python_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-08-07T17:40:39.6351334Z copying torch\include\torch\csrc\autograd\generated\python_return_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-08-07T17:40:39.6369134Z copying torch\include\torch\csrc\autograd\generated\VariableType.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-08-07T17:40:39.6379695Z copying torch\include\torch\csrc\autograd\generated\variable_factories.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-08-07T17:40:39.6387545Z copying torch\include\torch\csrc\autograd\generated\ViewFuncs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-08-07T17:40:39.6394174Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-08-07T17:40:39.6396962Z copying torch\include\torch\csrc\autograd\utils\error_messages.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-08-07T17:40:39.6403338Z copying torch\include\torch\csrc\autograd\utils\grad_layout_contract.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-08-07T17:40:39.6410010Z copying torch\include\torch\csrc\autograd\utils\lambda_post_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-08-07T17:40:39.6416938Z copying torch\include\torch\csrc\autograd\utils\python_arg_parsing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-08-07T17:40:39.6433062Z copying torch\include\torch\csrc\autograd\utils\warnings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-08-07T17:40:39.6439258Z copying torch\include\torch\csrc\autograd\utils\wrap_outputs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-08-07T17:40:39.6451658Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-07T17:40:39.6454209Z copying torch\include\torch\csrc\cuda\comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-07T17:40:39.6461034Z copying torch\include\torch\csrc\cuda\CUDAPluggableAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-07T17:40:39.6467175Z copying torch\include\torch\csrc\cuda\device_set.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-07T17:40:39.6472953Z copying torch\include\torch\csrc\cuda\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-07T17:40:39.6478903Z copying torch\include\torch\csrc\cuda\memory_snapshot.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-07T17:40:39.6492917Z copying torch\include\torch\csrc\cuda\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-07T17:40:39.6498587Z copying torch\include\torch\csrc\cuda\nccl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-07T17:40:39.6504843Z copying torch\include\torch\csrc\cuda\python_comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-07T17:40:39.6510936Z copying torch\include\torch\csrc\cuda\python_nccl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-07T17:40:39.6517048Z copying torch\include\torch\csrc\cuda\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-07T17:40:39.6522797Z copying torch\include\torch\csrc\cuda\THCP.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-07T17:40:39.6528303Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed 2024-08-07T17:40:39.6529947Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6532495Z copying torch\include\torch\csrc\distributed\c10d\c10d.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6538197Z copying torch\include\torch\csrc\distributed\c10d\debug.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6543871Z copying torch\include\torch\csrc\distributed\c10d\error.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6550339Z copying torch\include\torch\csrc\distributed\c10d\exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6557078Z copying torch\include\torch\csrc\distributed\c10d\logging.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6563621Z copying torch\include\torch\csrc\distributed\c10d\python_comm_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6576509Z copying torch\include\torch\csrc\distributed\c10d\socket.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6583793Z copying torch\include\torch\csrc\distributed\c10d\TraceUtils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6590271Z copying torch\include\torch\csrc\distributed\c10d\Backend.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6596979Z copying torch\include\torch\csrc\distributed\c10d\Backoff.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6603495Z copying torch\include\torch\csrc\distributed\c10d\comm.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6610296Z copying torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6616931Z copying torch\include\torch\csrc\distributed\c10d\default_comm_hooks.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6624053Z copying torch\include\torch\csrc\distributed\c10d\DMAConnectivity.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6630837Z copying torch\include\torch\csrc\distributed\c10d\FakeProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6638058Z copying torch\include\torch\csrc\distributed\c10d\FileStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6645162Z copying torch\include\torch\csrc\distributed\c10d\Functional.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6652353Z copying torch\include\torch\csrc\distributed\c10d\GlooDeviceFactory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6659075Z copying torch\include\torch\csrc\distributed\c10d\GroupRegistry.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6665537Z copying torch\include\torch\csrc\distributed\c10d\HashStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6695230Z copying torch\include\torch\csrc\distributed\c10d\intra_node_comm.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6702148Z copying torch\include\torch\csrc\distributed\c10d\logger.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6709121Z copying torch\include\torch\csrc\distributed\c10d\NCCLUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6722535Z copying torch\include\torch\csrc\distributed\c10d\ParamCommsUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6729463Z copying torch\include\torch\csrc\distributed\c10d\PrefixStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6736166Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6743507Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupGloo.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6750411Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupMPI.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6757829Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupNCCL.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6765476Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupRoundRobin.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6772389Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupUCC.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6779613Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupWrapper.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6797315Z copying torch\include\torch\csrc\distributed\c10d\PyProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6803823Z copying torch\include\torch\csrc\distributed\c10d\RankLocal.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6810133Z copying torch\include\torch\csrc\distributed\c10d\reducer.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6816894Z copying torch\include\torch\csrc\distributed\c10d\reducer_timer.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6823547Z copying torch\include\torch\csrc\distributed\c10d\sequence_num.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6829707Z copying torch\include\torch\csrc\distributed\c10d\Store.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6848100Z copying torch\include\torch\csrc\distributed\c10d\SymmetricMemory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6854522Z copying torch\include\torch\csrc\distributed\c10d\TCPStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6860999Z copying torch\include\torch\csrc\distributed\c10d\TCPStoreBackend.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6867431Z copying torch\include\torch\csrc\distributed\c10d\Types.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6873700Z copying torch\include\torch\csrc\distributed\c10d\UCCTracing.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6880152Z copying torch\include\torch\csrc\distributed\c10d\UCCUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6891951Z copying torch\include\torch\csrc\distributed\c10d\UnixSockUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6897902Z copying torch\include\torch\csrc\distributed\c10d\Utils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6904510Z copying torch\include\torch\csrc\distributed\c10d\WinSockUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6910746Z copying torch\include\torch\csrc\distributed\c10d\Work.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:39.6916259Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-07T17:40:39.6918987Z copying torch\include\torch\csrc\distributed\rpc\agent_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-07T17:40:39.6925826Z copying torch\include\torch\csrc\distributed\rpc\message.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-07T17:40:39.6932049Z copying torch\include\torch\csrc\distributed\rpc\python_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-07T17:40:39.6938368Z copying torch\include\torch\csrc\distributed\rpc\python_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-07T17:40:39.6951397Z copying torch\include\torch\csrc\distributed\rpc\python_remote_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-07T17:40:39.6958310Z copying torch\include\torch\csrc\distributed\rpc\python_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-07T17:40:39.6965178Z copying torch\include\torch\csrc\distributed\rpc\python_rpc_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-07T17:40:39.6971871Z copying torch\include\torch\csrc\distributed\rpc\py_rref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-07T17:40:39.6978621Z copying torch\include\torch\csrc\distributed\rpc\request_callback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-07T17:40:39.6986022Z copying torch\include\torch\csrc\distributed\rpc\request_callback_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-07T17:40:39.6992881Z 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-08-07T17:40:39.6999452Z copying torch\include\torch\csrc\distributed\rpc\rpc.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-07T17:40:39.7005888Z copying torch\include\torch\csrc\distributed\rpc\rpc_agent.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-07T17:40:39.7012829Z copying torch\include\torch\csrc\distributed\rpc\rpc_command_base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-07T17:40:39.7019500Z copying torch\include\torch\csrc\distributed\rpc\rref_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-07T17:40:39.7026103Z copying torch\include\torch\csrc\distributed\rpc\rref_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-07T17:40:39.7033735Z copying torch\include\torch\csrc\distributed\rpc\rref_proto.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-07T17:40:39.7040527Z copying torch\include\torch\csrc\distributed\rpc\script_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-07T17:40:39.7047527Z copying torch\include\torch\csrc\distributed\rpc\script_remote_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-07T17:40:39.7054487Z copying torch\include\torch\csrc\distributed\rpc\script_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-07T17:40:39.7068149Z copying torch\include\torch\csrc\distributed\rpc\tensorpipe_agent.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-07T17:40:39.7075764Z copying torch\include\torch\csrc\distributed\rpc\tensorpipe_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-07T17:40:39.7083077Z copying torch\include\torch\csrc\distributed\rpc\torchscript_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-07T17:40:39.7089852Z copying torch\include\torch\csrc\distributed\rpc\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-07T17:40:39.7096745Z copying torch\include\torch\csrc\distributed\rpc\unpickled_python_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-07T17:40:39.7103644Z 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-08-07T17:40:39.7110524Z copying torch\include\torch\csrc\distributed\rpc\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-07T17:40:39.7117262Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd 2024-08-07T17:40:39.7119094Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2024-08-07T17:40:39.7122200Z copying torch\include\torch\csrc\distributed\autograd\context\container.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2024-08-07T17:40:39.7128772Z copying torch\include\torch\csrc\distributed\autograd\context\context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2024-08-07T17:40:39.7134661Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions 2024-08-07T17:40:39.7137586Z 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-08-07T17:40:39.7144055Z 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-08-07T17:40:39.7149466Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2024-08-07T17:40:39.7152802Z 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-08-07T17:40:39.7159254Z 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-08-07T17:40:39.7165581Z 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-08-07T17:40:39.7178033Z 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-08-07T17:40:39.7184826Z 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-08-07T17:40:39.7191636Z 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-08-07T17:40:39.7198097Z 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-08-07T17:40:39.7204410Z 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-08-07T17:40:39.7210807Z 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-08-07T17:40:39.7217101Z 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-08-07T17:40:39.7222484Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-07T17:40:39.7225080Z copying torch\include\torch\csrc\dynamo\cache_entry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-07T17:40:39.7231316Z copying torch\include\torch\csrc\dynamo\compiled_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-07T17:40:39.7238436Z copying torch\include\torch\csrc\dynamo\cpp_shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-07T17:40:39.7244956Z copying torch\include\torch\csrc\dynamo\cpython_defs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-07T17:40:39.7263082Z copying torch\include\torch\csrc\dynamo\cpython_includes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-07T17:40:39.7269939Z copying torch\include\torch\csrc\dynamo\debug_macros.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-07T17:40:39.7276699Z copying torch\include\torch\csrc\dynamo\eval_frame.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-07T17:40:39.7283518Z copying torch\include\torch\csrc\dynamo\extra_state.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-07T17:40:39.7290303Z copying torch\include\torch\csrc\dynamo\framelocals_mapping.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-07T17:40:39.7296482Z copying torch\include\torch\csrc\dynamo\guards.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-07T17:40:39.7303022Z copying torch\include\torch\csrc\dynamo\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-07T17:40:39.7309741Z copying torch\include\torch\csrc\dynamo\python_compiled_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-07T17:40:39.7315957Z copying torch\include\torch\csrc\dynamo\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-07T17:40:39.7321889Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2024-08-07T17:40:39.7324711Z copying torch\include\torch\csrc\inductor\inductor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2024-08-07T17:40:39.7330904Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2024-08-07T17:40:39.7333961Z 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-08-07T17:40:39.7341098Z 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-08-07T17:40:39.7347969Z 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-08-07T17:40:39.7361993Z copying torch\include\torch\csrc\inductor\aoti_runner\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2024-08-07T17:40:39.7367649Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-08-07T17:40:39.7370949Z 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-08-07T17:40:39.7377965Z 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-08-07T17:40:39.7384636Z copying torch\include\torch\csrc\inductor\aoti_runtime\interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-08-07T17:40:39.7398760Z copying torch\include\torch\csrc\inductor\aoti_runtime\model.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-08-07T17:40:39.7406264Z 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-08-07T17:40:39.7413549Z 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-08-07T17:40:39.7420792Z 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-08-07T17:40:39.7427436Z copying torch\include\torch\csrc\inductor\aoti_runtime\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-08-07T17:40:39.7434083Z 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-08-07T17:40:39.7440268Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2024-08-07T17:40:39.7449294Z 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-08-07T17:40:39.7455855Z 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-08-07T17:40:39.7463094Z 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-08-07T17:40:39.7475293Z 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-08-07T17:40:39.7481649Z copying torch\include\torch\csrc\inductor\aoti_torch\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2024-08-07T17:40:39.7487948Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2024-08-07T17:40:39.7490927Z 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-08-07T17:40:39.7497420Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated 2024-08-07T17:40:39.7500177Z 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-08-07T17:40:39.7507456Z 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-08-07T17:40:39.7514121Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2024-08-07T17:40:39.7516829Z copying torch\include\torch\csrc\jit\jit_log.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2024-08-07T17:40:39.7523382Z copying torch\include\torch\csrc\jit\jit_opt_limit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2024-08-07T17:40:39.7529893Z copying torch\include\torch\csrc\jit\resource_guard.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2024-08-07T17:40:39.7535705Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-08-07T17:40:39.7538783Z copying torch\include\torch\csrc\jit\backends\backend.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-08-07T17:40:39.7545462Z copying torch\include\torch\csrc\jit\backends\backend_debug_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-08-07T17:40:39.7552403Z copying torch\include\torch\csrc\jit\backends\backend_debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-08-07T17:40:39.7559177Z copying torch\include\torch\csrc\jit\backends\backend_detail.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-08-07T17:40:39.7574401Z copying torch\include\torch\csrc\jit\backends\backend_exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-08-07T17:40:39.7581165Z copying torch\include\torch\csrc\jit\backends\backend_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-08-07T17:40:39.7587812Z copying torch\include\torch\csrc\jit\backends\backend_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-08-07T17:40:39.7594626Z copying torch\include\torch\csrc\jit\backends\backend_preprocess.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-08-07T17:40:39.7601187Z copying torch\include\torch\csrc\jit\backends\backend_resolver.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-08-07T17:40:39.7607169Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7616247Z 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-08-07T17:40:39.7622544Z copying torch\include\torch\csrc\jit\passes\annotate_warns.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7628456Z copying torch\include\torch\csrc\jit\passes\autocast.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7634821Z copying torch\include\torch\csrc\jit\passes\bailout_graph.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7648144Z copying torch\include\torch\csrc\jit\passes\batch_mm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7653980Z copying torch\include\torch\csrc\jit\passes\canonicalize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7663862Z 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-08-07T17:40:39.7669868Z copying torch\include\torch\csrc\jit\passes\check_strict_fusion.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7675842Z copying torch\include\torch\csrc\jit\passes\clear_profiling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7681952Z copying torch\include\torch\csrc\jit\passes\clear_undefinedness.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7688467Z copying torch\include\torch\csrc\jit\passes\common_subexpression_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7700054Z copying torch\include\torch\csrc\jit\passes\concat_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7706031Z copying torch\include\torch\csrc\jit\passes\constant_pooling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7711994Z copying torch\include\torch\csrc\jit\passes\constant_propagation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7718878Z copying torch\include\torch\csrc\jit\passes\create_autodiff_subgraphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7724985Z copying torch\include\torch\csrc\jit\passes\create_functional_graphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7730940Z copying torch\include\torch\csrc\jit\passes\dead_code_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7737234Z copying torch\include\torch\csrc\jit\passes\decompose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7743164Z copying torch\include\torch\csrc\jit\passes\device_type_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7757051Z copying torch\include\torch\csrc\jit\passes\dtype_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7763027Z copying torch\include\torch\csrc\jit\passes\eliminate_no_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7768953Z copying torch\include\torch\csrc\jit\passes\erase_number_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7775157Z 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-08-07T17:40:39.7781228Z copying torch\include\torch\csrc\jit\passes\fold_conv_bn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7787342Z copying torch\include\torch\csrc\jit\passes\fold_linear_bn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7793708Z copying torch\include\torch\csrc\jit\passes\freeze_module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7799988Z copying torch\include\torch\csrc\jit\passes\frozen_concat_linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7805972Z 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-08-07T17:40:39.7819563Z copying torch\include\torch\csrc\jit\passes\frozen_conv_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7826388Z copying torch\include\torch\csrc\jit\passes\frozen_graph_optimizations.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7833405Z copying torch\include\torch\csrc\jit\passes\frozen_linear_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7839885Z copying torch\include\torch\csrc\jit\passes\frozen_linear_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7846392Z 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-08-07T17:40:39.7853490Z copying torch\include\torch\csrc\jit\passes\fuse_linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7859836Z copying torch\include\torch\csrc\jit\passes\fuse_relu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7866465Z copying torch\include\torch\csrc\jit\passes\graph_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7873439Z copying torch\include\torch\csrc\jit\passes\graph_rewrite_helper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7886581Z copying torch\include\torch\csrc\jit\passes\guard_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7893194Z 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-08-07T17:40:39.7900124Z copying torch\include\torch\csrc\jit\passes\inliner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7906571Z copying torch\include\torch\csrc\jit\passes\inline_autodiff_subgraphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7913294Z copying torch\include\torch\csrc\jit\passes\inline_forked_closures.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7919923Z copying torch\include\torch\csrc\jit\passes\inline_fork_wait.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7926571Z copying torch\include\torch\csrc\jit\passes\inplace_check.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7933241Z copying torch\include\torch\csrc\jit\passes\insert_guards.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7939992Z copying torch\include\torch\csrc\jit\passes\integer_value_refinement.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7952695Z copying torch\include\torch\csrc\jit\passes\lift_closures.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7959061Z copying torch\include\torch\csrc\jit\passes\liveness.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7965668Z copying torch\include\torch\csrc\jit\passes\loop_unrolling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7972577Z copying torch\include\torch\csrc\jit\passes\lower_grad_of.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7979170Z copying torch\include\torch\csrc\jit\passes\lower_graph.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7985912Z copying torch\include\torch\csrc\jit\passes\lower_tuples.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7992448Z copying torch\include\torch\csrc\jit\passes\metal_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.7999801Z copying torch\include\torch\csrc\jit\passes\mkldnn_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.8006740Z copying torch\include\torch\csrc\jit\passes\mobile_optimizer_type.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.8013154Z copying torch\include\torch\csrc\jit\passes\normalize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.8030624Z copying torch\include\torch\csrc\jit\passes\onednn_graph_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.8037440Z copying torch\include\torch\csrc\jit\passes\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.8044372Z copying torch\include\torch\csrc\jit\passes\pass_manager.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.8051248Z copying torch\include\torch\csrc\jit\passes\peephole.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.8057828Z copying torch\include\torch\csrc\jit\passes\peephole_alias_sensitive.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.8064891Z copying torch\include\torch\csrc\jit\passes\peephole_dict_idioms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.8071803Z copying torch\include\torch\csrc\jit\passes\peephole_list_idioms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.8079313Z copying torch\include\torch\csrc\jit\passes\peephole_non_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.8085820Z copying torch\include\torch\csrc\jit\passes\prepack_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.8092387Z copying torch\include\torch\csrc\jit\passes\refine_tuple_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.8099130Z copying torch\include\torch\csrc\jit\passes\remove_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.8112222Z copying torch\include\torch\csrc\jit\passes\remove_exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.8119525Z copying torch\include\torch\csrc\jit\passes\remove_expands.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.8125347Z copying torch\include\torch\csrc\jit\passes\remove_inplace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.8131413Z copying torch\include\torch\csrc\jit\passes\remove_mutation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.8138018Z copying torch\include\torch\csrc\jit\passes\remove_redundant_profiles.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.8144603Z 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-08-07T17:40:39.8151226Z copying torch\include\torch\csrc\jit\passes\requires_grad_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.8163180Z copying torch\include\torch\csrc\jit\passes\restore_mutation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.8170281Z copying torch\include\torch\csrc\jit\passes\shape_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.8187802Z copying torch\include\torch\csrc\jit\passes\specialize_autogradzero.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.8193903Z copying torch\include\torch\csrc\jit\passes\subgraph_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.8200375Z copying torch\include\torch\csrc\jit\passes\symbolic_shape_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.8206960Z copying torch\include\torch\csrc\jit\passes\symbolic_shape_cache.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.8213018Z 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-08-07T17:40:39.8220270Z copying torch\include\torch\csrc\jit\passes\tensorexpr_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.8226876Z 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-08-07T17:40:39.8233007Z copying torch\include\torch\csrc\jit\passes\value_refinement_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.8239755Z copying torch\include\torch\csrc\jit\passes\variadic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.8245751Z copying torch\include\torch\csrc\jit\passes\vulkan_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.8252134Z copying torch\include\torch\csrc\jit\passes\xnnpack_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:39.8257895Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2024-08-07T17:40:39.8260719Z 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-08-07T17:40:39.8267537Z copying torch\include\torch\csrc\jit\passes\quantization\finalize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2024-08-07T17:40:39.8274597Z 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-08-07T17:40:39.8280508Z copying torch\include\torch\csrc\jit\passes\quantization\helper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2024-08-07T17:40:39.8295769Z 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-08-07T17:40:39.8301928Z 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-08-07T17:40:39.8308168Z 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-08-07T17:40:39.8315650Z 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-08-07T17:40:39.8321554Z 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-08-07T17:40:39.8326750Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2024-08-07T17:40:39.8329790Z 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-08-07T17:40:39.8336018Z 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-08-07T17:40:39.8342051Z 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-08-07T17:40:39.8353045Z 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-08-07T17:40:39.8359308Z 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-08-07T17:40:39.8364719Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-07T17:40:39.8367296Z copying torch\include\torch\csrc\jit\runtime\argument_spec.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-07T17:40:39.8374387Z copying torch\include\torch\csrc\jit\runtime\autodiff.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-07T17:40:39.8381207Z copying torch\include\torch\csrc\jit\runtime\calculate_necessary_args.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-07T17:40:39.8388261Z copying torch\include\torch\csrc\jit\runtime\custom_operator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-07T17:40:39.8401719Z copying torch\include\torch\csrc\jit\runtime\decomposition_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-07T17:40:39.8408596Z copying torch\include\torch\csrc\jit\runtime\decomposition_registry_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-07T17:40:39.8415044Z copying torch\include\torch\csrc\jit\runtime\exception_message.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-07T17:40:39.8421871Z copying torch\include\torch\csrc\jit\runtime\graph_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-07T17:40:39.8428887Z copying torch\include\torch\csrc\jit\runtime\graph_executor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-07T17:40:39.8435605Z copying torch\include\torch\csrc\jit\runtime\graph_iterator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-07T17:40:39.8442522Z copying torch\include\torch\csrc\jit\runtime\instruction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-07T17:40:39.8449358Z copying torch\include\torch\csrc\jit\runtime\interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-07T17:40:39.8456114Z copying torch\include\torch\csrc\jit\runtime\jit_exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-07T17:40:39.8462695Z copying torch\include\torch\csrc\jit\runtime\jit_trace.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-07T17:40:39.8469199Z copying torch\include\torch\csrc\jit\runtime\logging.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-07T17:40:39.8476088Z copying torch\include\torch\csrc\jit\runtime\operator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-07T17:40:39.8483015Z copying torch\include\torch\csrc\jit\runtime\operator_options.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-07T17:40:39.8489540Z copying torch\include\torch\csrc\jit\runtime\print_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-07T17:40:39.8496080Z 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-08-07T17:40:39.8502856Z copying torch\include\torch\csrc\jit\runtime\profiling_record.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-07T17:40:39.8544851Z copying torch\include\torch\csrc\jit\runtime\register_ops_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-07T17:40:39.8553228Z copying torch\include\torch\csrc\jit\runtime\script_profile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-07T17:40:39.8565206Z 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-08-07T17:40:39.8571869Z copying torch\include\torch\csrc\jit\runtime\shape_function_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-07T17:40:39.8578603Z 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-08-07T17:40:39.8585859Z copying torch\include\torch\csrc\jit\runtime\slice_indices_adjust.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-07T17:40:39.8592566Z copying torch\include\torch\csrc\jit\runtime\symbolic_script.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-07T17:40:39.8599392Z copying torch\include\torch\csrc\jit\runtime\symbolic_shape_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-07T17:40:39.8606984Z 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-08-07T17:40:39.8624328Z copying torch\include\torch\csrc\jit\runtime\vararg_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-07T17:40:39.8631150Z copying torch\include\torch\csrc\jit\runtime\variable_tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-07T17:40:39.8637010Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-07T17:40:39.8639791Z copying torch\include\torch\csrc\jit\ir\alias_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-07T17:40:39.8646399Z copying torch\include\torch\csrc\jit\ir\attributes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-07T17:40:39.8654262Z copying torch\include\torch\csrc\jit\ir\constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-07T17:40:39.8661014Z copying torch\include\torch\csrc\jit\ir\graph_node_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-07T17:40:39.8675451Z copying torch\include\torch\csrc\jit\ir\graph_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-07T17:40:39.8690884Z copying torch\include\torch\csrc\jit\ir\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-07T17:40:39.8691792Z copying torch\include\torch\csrc\jit\ir\irparser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-07T17:40:39.8696351Z copying torch\include\torch\csrc\jit\ir\ir_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-07T17:40:39.8702973Z copying torch\include\torch\csrc\jit\ir\named_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-07T17:40:39.8709692Z copying torch\include\torch\csrc\jit\ir\node_hashing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-07T17:40:39.8715626Z copying torch\include\torch\csrc\jit\ir\scope.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-07T17:40:39.8722367Z copying torch\include\torch\csrc\jit\ir\subgraph_matcher.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-07T17:40:39.8728514Z copying torch\include\torch\csrc\jit\ir\type_hashing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-07T17:40:39.8734034Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-07T17:40:39.8737194Z copying torch\include\torch\csrc\jit\frontend\builtin_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-07T17:40:39.8743344Z copying torch\include\torch\csrc\jit\frontend\canonicalize_modified_loop.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-07T17:40:39.8749170Z copying torch\include\torch\csrc\jit\frontend\concrete_module_type.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-07T17:40:39.8761967Z copying torch\include\torch\csrc\jit\frontend\convert_to_ssa.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-07T17:40:39.8768456Z copying torch\include\torch\csrc\jit\frontend\edit_distance.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-07T17:40:39.8774411Z copying torch\include\torch\csrc\jit\frontend\error_report.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-07T17:40:39.8784452Z copying torch\include\torch\csrc\jit\frontend\exit_transforms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-07T17:40:39.8790364Z copying torch\include\torch\csrc\jit\frontend\function_schema_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-07T17:40:39.8796714Z copying torch\include\torch\csrc\jit\frontend\inline_loop_condition.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-07T17:40:39.8802592Z copying torch\include\torch\csrc\jit\frontend\ir_emitter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-07T17:40:39.8808574Z copying torch\include\torch\csrc\jit\frontend\lexer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-07T17:40:39.8815045Z copying torch\include\torch\csrc\jit\frontend\mini_environment.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-07T17:40:39.8821162Z copying torch\include\torch\csrc\jit\frontend\name_mangler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-07T17:40:39.8827860Z copying torch\include\torch\csrc\jit\frontend\parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-07T17:40:39.8833878Z copying torch\include\torch\csrc\jit\frontend\parser_constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-07T17:40:39.8839895Z copying torch\include\torch\csrc\jit\frontend\parse_string_literal.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-07T17:40:39.8845974Z copying torch\include\torch\csrc\jit\frontend\resolver.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-07T17:40:39.8852179Z copying torch\include\torch\csrc\jit\frontend\schema_matching.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-07T17:40:39.8858344Z copying torch\include\torch\csrc\jit\frontend\schema_type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-07T17:40:39.8864940Z copying torch\include\torch\csrc\jit\frontend\script_type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-07T17:40:39.8876121Z copying torch\include\torch\csrc\jit\frontend\source_range.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-07T17:40:39.8882445Z copying torch\include\torch\csrc\jit\frontend\source_ref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-07T17:40:39.8888553Z copying torch\include\torch\csrc\jit\frontend\strtod.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-07T17:40:39.8894411Z copying torch\include\torch\csrc\jit\frontend\sugared_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-07T17:40:39.8901034Z copying torch\include\torch\csrc\jit\frontend\tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-07T17:40:39.8907141Z copying torch\include\torch\csrc\jit\frontend\tree.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-07T17:40:39.8913347Z copying torch\include\torch\csrc\jit\frontend\tree_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-07T17:40:39.8920279Z copying torch\include\torch\csrc\jit\frontend\versioned_symbols.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-07T17:40:39.8926514Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-08-07T17:40:39.8929433Z copying torch\include\torch\csrc\jit\api\compilation_unit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-08-07T17:40:39.8936641Z copying torch\include\torch\csrc\jit\api\function_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-08-07T17:40:39.8943352Z copying torch\include\torch\csrc\jit\api\method.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-08-07T17:40:39.8949849Z copying torch\include\torch\csrc\jit\api\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-08-07T17:40:39.8956709Z copying torch\include\torch\csrc\jit\api\object.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-08-07T17:40:39.8968409Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-07T17:40:39.8971653Z 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-08-07T17:40:39.8978664Z copying torch\include\torch\csrc\jit\serialization\export.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-07T17:40:39.8985503Z copying torch\include\torch\csrc\jit\serialization\export_bytecode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-07T17:40:39.8997983Z copying torch\include\torch\csrc\jit\serialization\flatbuffer_serializer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-07T17:40:39.9004737Z copying torch\include\torch\csrc\jit\serialization\flatbuffer_serializer_jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-07T17:40:39.9011375Z copying torch\include\torch\csrc\jit\serialization\import.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-07T17:40:39.9018031Z copying torch\include\torch\csrc\jit\serialization\import_export_constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-07T17:40:39.9024916Z copying torch\include\torch\csrc\jit\serialization\import_export_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-07T17:40:39.9031890Z copying torch\include\torch\csrc\jit\serialization\import_export_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-07T17:40:39.9039017Z copying torch\include\torch\csrc\jit\serialization\import_read.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-07T17:40:39.9045948Z copying torch\include\torch\csrc\jit\serialization\import_source.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-07T17:40:39.9058240Z copying torch\include\torch\csrc\jit\serialization\mobile_bytecode_generated.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-07T17:40:39.9066493Z copying torch\include\torch\csrc\jit\serialization\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-07T17:40:39.9072808Z copying torch\include\torch\csrc\jit\serialization\pickle.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-07T17:40:39.9079948Z copying torch\include\torch\csrc\jit\serialization\pickler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-07T17:40:39.9086995Z copying torch\include\torch\csrc\jit\serialization\python_print.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-07T17:40:39.9094546Z copying torch\include\torch\csrc\jit\serialization\source_range_serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-07T17:40:39.9101767Z 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-08-07T17:40:39.9108592Z copying torch\include\torch\csrc\jit\serialization\storage_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-07T17:40:39.9119492Z copying torch\include\torch\csrc\jit\serialization\type_name_uniquer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-07T17:40:39.9135590Z copying torch\include\torch\csrc\jit\serialization\unpickler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-07T17:40:39.9142158Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-07T17:40:39.9144814Z copying torch\include\torch\csrc\jit\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-07T17:40:39.9151391Z copying torch\include\torch\csrc\jit\python\module_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-07T17:40:39.9158358Z copying torch\include\torch\csrc\jit\python\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-07T17:40:39.9164954Z copying torch\include\torch\csrc\jit\python\pybind_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-07T17:40:39.9178700Z copying torch\include\torch\csrc\jit\python\python_arg_flatten.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-07T17:40:39.9191435Z copying torch\include\torch\csrc\jit\python\python_custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-07T17:40:39.9197998Z copying torch\include\torch\csrc\jit\python\python_dict.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-07T17:40:39.9204706Z copying torch\include\torch\csrc\jit\python\python_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-07T17:40:39.9211732Z copying torch\include\torch\csrc\jit\python\python_ivalue.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-07T17:40:39.9218658Z copying torch\include\torch\csrc\jit\python\python_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-07T17:40:39.9225548Z copying torch\include\torch\csrc\jit\python\python_sugared_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-07T17:40:39.9232666Z copying torch\include\torch\csrc\jit\python\python_tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-07T17:40:39.9239558Z copying torch\include\torch\csrc\jit\python\python_tree_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-07T17:40:39.9246271Z copying torch\include\torch\csrc\jit\python\script_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-07T17:40:39.9252868Z 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-08-07T17:40:39.9259885Z copying torch\include\torch\csrc\jit\python\utf8_decoding_ignore.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-07T17:40:39.9265478Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-07T17:40:39.9268333Z copying torch\include\torch\csrc\jit\mobile\code.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-07T17:40:39.9274863Z copying torch\include\torch\csrc\jit\mobile\debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-07T17:40:39.9281603Z copying torch\include\torch\csrc\jit\mobile\file_format.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-07T17:40:39.9288129Z copying torch\include\torch\csrc\jit\mobile\flatbuffer_loader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-07T17:40:39.9303891Z copying torch\include\torch\csrc\jit\mobile\frame.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-07T17:40:39.9310618Z copying torch\include\torch\csrc\jit\mobile\function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-07T17:40:39.9317327Z copying torch\include\torch\csrc\jit\mobile\import.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-07T17:40:39.9323737Z copying torch\include\torch\csrc\jit\mobile\import_data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-07T17:40:39.9330435Z copying torch\include\torch\csrc\jit\mobile\import_export_common.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-07T17:40:39.9337003Z copying torch\include\torch\csrc\jit\mobile\interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-07T17:40:39.9343830Z copying torch\include\torch\csrc\jit\mobile\method.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-07T17:40:39.9350467Z copying torch\include\torch\csrc\jit\mobile\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-07T17:40:39.9357208Z copying torch\include\torch\csrc\jit\mobile\observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-07T17:40:39.9363505Z copying torch\include\torch\csrc\jit\mobile\parse_bytecode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-07T17:40:39.9370108Z copying torch\include\torch\csrc\jit\mobile\parse_operators.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-07T17:40:39.9376509Z copying torch\include\torch\csrc\jit\mobile\prim_ops_registery.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-07T17:40:39.9383607Z copying torch\include\torch\csrc\jit\mobile\profiler_edge.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-07T17:40:39.9389955Z copying torch\include\torch\csrc\jit\mobile\promoted_prim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-07T17:40:39.9396120Z copying torch\include\torch\csrc\jit\mobile\quantization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-07T17:40:39.9402497Z 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-08-07T17:40:39.9408666Z copying torch\include\torch\csrc\jit\mobile\type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-07T17:40:39.9415862Z copying torch\include\torch\csrc\jit\mobile\upgrader_mobile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-07T17:40:39.9427646Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2024-08-07T17:40:39.9430245Z copying torch\include\torch\csrc\jit\testing\file_check.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2024-08-07T17:40:39.9436638Z copying torch\include\torch\csrc\jit\testing\hooks_for_testing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2024-08-07T17:40:39.9442191Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9444867Z copying torch\include\torch\csrc\jit\tensorexpr\analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9451453Z copying torch\include\torch\csrc\jit\tensorexpr\block_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9457689Z copying torch\include\torch\csrc\jit\tensorexpr\bounds_inference.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9463709Z copying torch\include\torch\csrc\jit\tensorexpr\bounds_overlap.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9475939Z copying torch\include\torch\csrc\jit\tensorexpr\codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9482650Z copying torch\include\torch\csrc\jit\tensorexpr\cpp_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9489451Z copying torch\include\torch\csrc\jit\tensorexpr\cpp_intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9496520Z copying torch\include\torch\csrc\jit\tensorexpr\cuda_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9503258Z copying torch\include\torch\csrc\jit\tensorexpr\cuda_random.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9509896Z copying torch\include\torch\csrc\jit\tensorexpr\eval.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9516501Z copying torch\include\torch\csrc\jit\tensorexpr\exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9523281Z copying torch\include\torch\csrc\jit\tensorexpr\expr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9530299Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9537334Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions_core.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9544111Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9550977Z copying torch\include\torch\csrc\jit\tensorexpr\fwd_decls.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9558309Z copying torch\include\torch\csrc\jit\tensorexpr\graph_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9565032Z copying torch\include\torch\csrc\jit\tensorexpr\half_support.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9571989Z copying torch\include\torch\csrc\jit\tensorexpr\hash_provider.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9579106Z copying torch\include\torch\csrc\jit\tensorexpr\intrinsic_symbols.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9586041Z copying torch\include\torch\csrc\jit\tensorexpr\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9600908Z copying torch\include\torch\csrc\jit\tensorexpr\ir_cloner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9607899Z copying torch\include\torch\csrc\jit\tensorexpr\ir_mutator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9614952Z copying torch\include\torch\csrc\jit\tensorexpr\ir_printer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9622357Z copying torch\include\torch\csrc\jit\tensorexpr\ir_simplifier.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9629065Z copying torch\include\torch\csrc\jit\tensorexpr\ir_verifier.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9635420Z copying torch\include\torch\csrc\jit\tensorexpr\ir_visitor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9643279Z copying torch\include\torch\csrc\jit\tensorexpr\kernel.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9648715Z copying torch\include\torch\csrc\jit\tensorexpr\llvm_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9655010Z copying torch\include\torch\csrc\jit\tensorexpr\llvm_jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9661224Z copying torch\include\torch\csrc\jit\tensorexpr\loopnest.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9668066Z copying torch\include\torch\csrc\jit\tensorexpr\loopnest_randomization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9681007Z copying torch\include\torch\csrc\jit\tensorexpr\lowerings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9687582Z copying torch\include\torch\csrc\jit\tensorexpr\mem_dependency_checker.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9694859Z copying torch\include\torch\csrc\jit\tensorexpr\reduction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9702085Z copying torch\include\torch\csrc\jit\tensorexpr\registerizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9709266Z copying torch\include\torch\csrc\jit\tensorexpr\stmt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9716193Z copying torch\include\torch\csrc\jit\tensorexpr\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9723073Z copying torch\include\torch\csrc\jit\tensorexpr\tensorexpr_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9729517Z copying torch\include\torch\csrc\jit\tensorexpr\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9736453Z copying torch\include\torch\csrc\jit\tensorexpr\unique_name_manager.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9743487Z copying torch\include\torch\csrc\jit\tensorexpr\var_substitutor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:39.9749981Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-08-07T17:40:39.9752808Z copying torch\include\torch\csrc\jit\tensorexpr\operators\conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-08-07T17:40:39.9759621Z copying torch\include\torch\csrc\jit\tensorexpr\operators\matmul.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-08-07T17:40:39.9765988Z copying torch\include\torch\csrc\jit\tensorexpr\operators\misc.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-08-07T17:40:39.9772628Z copying torch\include\torch\csrc\jit\tensorexpr\operators\norm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-08-07T17:40:39.9779149Z copying torch\include\torch\csrc\jit\tensorexpr\operators\operators.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-08-07T17:40:39.9792054Z copying torch\include\torch\csrc\jit\tensorexpr\operators\pointwise.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-08-07T17:40:39.9799065Z copying torch\include\torch\csrc\jit\tensorexpr\operators\quantization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-08-07T17:40:39.9805955Z copying torch\include\torch\csrc\jit\tensorexpr\operators\reduction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-08-07T17:40:39.9812774Z copying torch\include\torch\csrc\jit\tensorexpr\operators\softmax.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-08-07T17:40:39.9818856Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen 2024-08-07T17:40:39.9820518Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\cuda 2024-08-07T17:40:39.9823648Z copying torch\include\torch\csrc\jit\codegen\cuda\interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\cuda 2024-08-07T17:40:39.9829908Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2024-08-07T17:40:39.9832576Z copying torch\include\torch\csrc\onnx\back_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2024-08-07T17:40:39.9839592Z copying torch\include\torch\csrc\onnx\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2024-08-07T17:40:39.9846007Z copying torch\include\torch\csrc\onnx\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2024-08-07T17:40:39.9852015Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-08-07T17:40:39.9854430Z copying torch\include\torch\csrc\profiler\api.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-08-07T17:40:39.9860783Z copying torch\include\torch\csrc\profiler\collection.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-08-07T17:40:39.9867977Z copying torch\include\torch\csrc\profiler\combined_traceback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-08-07T17:40:39.9874544Z copying torch\include\torch\csrc\profiler\containers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-08-07T17:40:39.9888013Z copying torch\include\torch\csrc\profiler\data_flow.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-08-07T17:40:39.9894698Z copying torch\include\torch\csrc\profiler\events.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-08-07T17:40:39.9900997Z copying torch\include\torch\csrc\profiler\kineto_shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-08-07T17:40:39.9907645Z copying torch\include\torch\csrc\profiler\perf-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-08-07T17:40:39.9913654Z copying torch\include\torch\csrc\profiler\perf.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-08-07T17:40:39.9919722Z copying torch\include\torch\csrc\profiler\util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-08-07T17:40:39.9925686Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2024-08-07T17:40:39.9928380Z copying torch\include\torch\csrc\profiler\orchestration\observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2024-08-07T17:40:39.9934632Z copying torch\include\torch\csrc\profiler\orchestration\python_tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2024-08-07T17:40:39.9940689Z copying torch\include\torch\csrc\profiler\orchestration\vulkan.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2024-08-07T17:40:39.9946463Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-08-07T17:40:39.9949270Z copying torch\include\torch\csrc\profiler\standalone\execution_trace_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-08-07T17:40:39.9955854Z copying torch\include\torch\csrc\profiler\standalone\itt_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-08-07T17:40:39.9962493Z copying torch\include\torch\csrc\profiler\standalone\nvtx_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-08-07T17:40:39.9980219Z copying torch\include\torch\csrc\profiler\standalone\privateuse1_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-08-07T17:40:39.9985546Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs 2024-08-07T17:40:39.9988152Z copying torch\include\torch\csrc\profiler\stubs\base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs 2024-08-07T17:40:39.9993643Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-07T17:40:39.9996065Z copying torch\include\torch\csrc\profiler\unwind\action.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-07T17:40:40.0008694Z copying torch\include\torch\csrc\profiler\unwind\communicate.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-07T17:40:40.0014675Z copying torch\include\torch\csrc\profiler\unwind\debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-07T17:40:40.0021020Z copying torch\include\torch\csrc\profiler\unwind\dwarf_enums.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-07T17:40:40.0034679Z copying torch\include\torch\csrc\profiler\unwind\dwarf_symbolize_enums.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-07T17:40:40.0041006Z copying torch\include\torch\csrc\profiler\unwind\eh_frame_hdr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-07T17:40:40.0047163Z copying torch\include\torch\csrc\profiler\unwind\fast_symbolizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-07T17:40:40.0053191Z copying torch\include\torch\csrc\profiler\unwind\fde.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-07T17:40:40.0059241Z copying torch\include\torch\csrc\profiler\unwind\lexer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-07T17:40:40.0065435Z copying torch\include\torch\csrc\profiler\unwind\line_number_program.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-07T17:40:40.0071735Z copying torch\include\torch\csrc\profiler\unwind\mem_file.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-07T17:40:40.0078469Z copying torch\include\torch\csrc\profiler\unwind\range_table.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-07T17:40:40.0084642Z copying torch\include\torch\csrc\profiler\unwind\sections.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-07T17:40:40.0090679Z copying torch\include\torch\csrc\profiler\unwind\unwind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-07T17:40:40.0096657Z copying torch\include\torch\csrc\profiler\unwind\unwinder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-07T17:40:40.0102887Z copying torch\include\torch\csrc\profiler\unwind\unwind_error.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-07T17:40:40.0108967Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2024-08-07T17:40:40.0111799Z copying torch\include\torch\csrc\profiler\python\combined_traceback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2024-08-07T17:40:40.0117972Z copying torch\include\torch\csrc\profiler\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2024-08-07T17:40:40.0124243Z copying torch\include\torch\csrc\profiler\python\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2024-08-07T17:40:40.0129617Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0132211Z copying torch\include\torch\csrc\utils\byte_order.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0138433Z copying torch\include\torch\csrc\utils\cpp_stacktraces.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0144184Z copying torch\include\torch\csrc\utils\cuda_enabled.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0150227Z copying torch\include\torch\csrc\utils\device_lazy_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0161910Z copying torch\include\torch\csrc\utils\disable_torch_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0167850Z copying torch\include\torch\csrc\utils\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0173713Z copying torch\include\torch\csrc\utils\invalid_arguments.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0179566Z copying torch\include\torch\csrc\utils\nested.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0185388Z copying torch\include\torch\csrc\utils\numpy_stub.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0191255Z copying torch\include\torch\csrc\utils\object_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0197538Z copying torch\include\torch\csrc\utils\out_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0203446Z copying torch\include\torch\csrc\utils\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0210093Z copying torch\include\torch\csrc\utils\pycfunction_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0217066Z copying torch\include\torch\csrc\utils\pyobject_preservation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0224072Z copying torch\include\torch\csrc\utils\pythoncapi_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0231570Z copying torch\include\torch\csrc\utils\python_arg_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0239019Z copying torch\include\torch\csrc\utils\python_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0245777Z copying torch\include\torch\csrc\utils\python_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0252615Z copying torch\include\torch\csrc\utils\python_numbers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0259674Z copying torch\include\torch\csrc\utils\python_raii.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0271505Z copying torch\include\torch\csrc\utils\python_scalars.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0278662Z copying torch\include\torch\csrc\utils\python_strings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0285888Z copying torch\include\torch\csrc\utils\python_stub.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0292209Z copying torch\include\torch\csrc\utils\python_symnode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0299165Z copying torch\include\torch\csrc\utils\python_torch_function_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0305753Z copying torch\include\torch\csrc\utils\python_tuples.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0313287Z copying torch\include\torch\csrc\utils\schema_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0342904Z copying torch\include\torch\csrc\utils\six.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0349367Z copying torch\include\torch\csrc\utils\structseq.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0356064Z copying torch\include\torch\csrc\utils\tensor_apply.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0367986Z copying torch\include\torch\csrc\utils\tensor_dtypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0374527Z copying torch\include\torch\csrc\utils\tensor_flatten.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0381279Z copying torch\include\torch\csrc\utils\tensor_layouts.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0387751Z copying torch\include\torch\csrc\utils\tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0394357Z copying torch\include\torch\csrc\utils\tensor_memoryformats.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0401345Z copying torch\include\torch\csrc\utils\tensor_new.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0408461Z copying torch\include\torch\csrc\utils\tensor_numpy.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0415313Z copying torch\include\torch\csrc\utils\tensor_qschemes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0426430Z copying torch\include\torch\csrc\utils\tensor_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0433536Z copying torch\include\torch\csrc\utils\throughput_benchmark-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0446343Z copying torch\include\torch\csrc\utils\throughput_benchmark.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0453218Z copying torch\include\torch\csrc\utils\torch_dispatch_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0459861Z copying torch\include\torch\csrc\utils\variadic.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0466811Z copying torch\include\torch\csrc\utils\verbose.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-07T17:40:40.0472918Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor 2024-08-07T17:40:40.0475974Z copying torch\include\torch\csrc\tensor\python_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor 2024-08-07T17:40:40.0482513Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy 2024-08-07T17:40:40.0484094Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-08-07T17:40:40.0487276Z copying torch\include\torch\csrc\lazy\backend\backend_data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-08-07T17:40:40.0494112Z copying torch\include\torch\csrc\lazy\backend\backend_device.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-08-07T17:40:40.0500779Z copying torch\include\torch\csrc\lazy\backend\backend_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-08-07T17:40:40.0507621Z copying torch\include\torch\csrc\lazy\backend\lowering_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-08-07T17:40:40.0524060Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-07T17:40:40.0527091Z copying torch\include\torch\csrc\lazy\core\cache.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-07T17:40:40.0533735Z copying torch\include\torch\csrc\lazy\core\config.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-07T17:40:40.0540365Z copying torch\include\torch\csrc\lazy\core\debug_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-07T17:40:40.0546946Z copying torch\include\torch\csrc\lazy\core\dynamic_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-07T17:40:40.0553596Z copying torch\include\torch\csrc\lazy\core\hash.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-07T17:40:40.0569940Z copying torch\include\torch\csrc\lazy\core\helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-07T17:40:40.0576786Z copying torch\include\torch\csrc\lazy\core\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-07T17:40:40.0583411Z copying torch\include\torch\csrc\lazy\core\ir_builder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-07T17:40:40.0589561Z copying torch\include\torch\csrc\lazy\core\ir_dump_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-07T17:40:40.0596141Z copying torch\include\torch\csrc\lazy\core\ir_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-07T17:40:40.0602333Z copying torch\include\torch\csrc\lazy\core\ir_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-07T17:40:40.0613081Z copying torch\include\torch\csrc\lazy\core\lazy_graph_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-07T17:40:40.0618981Z copying torch\include\torch\csrc\lazy\core\metrics.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-07T17:40:40.0624985Z copying torch\include\torch\csrc\lazy\core\multi_wait.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-07T17:40:40.0631224Z copying torch\include\torch\csrc\lazy\core\permutation_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-07T17:40:40.0637535Z copying torch\include\torch\csrc\lazy\core\shape.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-07T17:40:40.0644069Z copying torch\include\torch\csrc\lazy\core\shape_inference.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-07T17:40:40.0654570Z copying torch\include\torch\csrc\lazy\core\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-07T17:40:40.0660415Z copying torch\include\torch\csrc\lazy\core\tensor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-07T17:40:40.0666452Z copying torch\include\torch\csrc\lazy\core\tensor_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-07T17:40:40.0672550Z copying torch\include\torch\csrc\lazy\core\thread_pool.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-07T17:40:40.0679155Z copying torch\include\torch\csrc\lazy\core\trie.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-07T17:40:40.0685055Z copying torch\include\torch\csrc\lazy\core\unique.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-07T17:40:40.0695588Z copying torch\include\torch\csrc\lazy\core\util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-07T17:40:40.0701503Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\internal_ops 2024-08-07T17:40:40.0714301Z 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-08-07T17:40:40.0720263Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops 2024-08-07T17:40:40.0722569Z 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-08-07T17:40:40.0728359Z copying torch\include\torch\csrc\lazy\core\ops\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops 2024-08-07T17:40:40.0733709Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python 2024-08-07T17:40:40.0736308Z copying torch\include\torch\csrc\lazy\python\python_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python 2024-08-07T17:40:40.0741916Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2024-08-07T17:40:40.0744278Z copying torch\include\torch\csrc\lazy\ts_backend\config.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2024-08-07T17:40:40.0753881Z 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-08-07T17:40:40.0759939Z 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-08-07T17:40:40.0766026Z 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-08-07T17:40:40.0777693Z 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-08-07T17:40:40.0784058Z 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-08-07T17:40:40.0793909Z 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-08-07T17:40:40.0800683Z 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-08-07T17:40:40.0808066Z 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-08-07T17:40:40.0814931Z 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-08-07T17:40:40.0820716Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2024-08-07T17:40:40.0823402Z copying torch\include\torch\csrc\xpu\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2024-08-07T17:40:40.0829967Z copying torch\include\torch\csrc\xpu\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2024-08-07T17:40:40.0839563Z copying torch\include\torch\csrc\xpu\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2024-08-07T17:40:40.0845583Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-07T17:40:40.0848209Z copying torch\include\pybind11\attr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-07T17:40:40.0855558Z copying torch\include\pybind11\buffer_info.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-07T17:40:40.0862298Z copying torch\include\pybind11\cast.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-07T17:40:40.0870147Z copying torch\include\pybind11\chrono.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-07T17:40:40.0876888Z copying torch\include\pybind11\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-07T17:40:40.0887207Z copying torch\include\pybind11\complex.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-07T17:40:40.0899182Z copying torch\include\pybind11\eigen.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-07T17:40:40.0905304Z copying torch\include\pybind11\embed.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-07T17:40:40.0911906Z copying torch\include\pybind11\eval.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-07T17:40:40.0918801Z copying torch\include\pybind11\functional.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-07T17:40:40.0929075Z copying torch\include\pybind11\gil.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-07T17:40:40.0935747Z copying torch\include\pybind11\gil_safe_call_once.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-07T17:40:40.0942459Z copying torch\include\pybind11\iostream.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-07T17:40:40.0949073Z copying torch\include\pybind11\numpy.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-07T17:40:40.0956704Z copying torch\include\pybind11\operators.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-07T17:40:40.0963610Z copying torch\include\pybind11\options.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-07T17:40:40.0974243Z copying torch\include\pybind11\pybind11.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-07T17:40:40.0982894Z copying torch\include\pybind11\pytypes.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-07T17:40:40.0990780Z copying torch\include\pybind11\stl.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-07T17:40:40.0997454Z copying torch\include\pybind11\stl_bind.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-07T17:40:40.1004756Z copying torch\include\pybind11\type_caster_pyobject_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-07T17:40:40.1011587Z copying torch\include\pybind11\typing.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-07T17:40:40.1021565Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-08-07T17:40:40.1024453Z copying torch\include\pybind11\detail\class.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-08-07T17:40:40.1031917Z copying torch\include\pybind11\detail\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-08-07T17:40:40.1039140Z copying torch\include\pybind11\detail\descr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-08-07T17:40:40.1045599Z copying torch\include\pybind11\detail\init.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-08-07T17:40:40.1053601Z copying torch\include\pybind11\detail\internals.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-08-07T17:40:40.1060973Z copying torch\include\pybind11\detail\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-08-07T17:40:40.1082159Z copying torch\include\pybind11\detail\type_caster_base.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-08-07T17:40:40.1089149Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2024-08-07T17:40:40.1092236Z copying torch\include\pybind11\eigen\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2024-08-07T17:40:40.1098642Z copying torch\include\pybind11\eigen\matrix.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2024-08-07T17:40:40.1105634Z copying torch\include\pybind11\eigen\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2024-08-07T17:40:40.1112870Z copying torch\_inductor\codegen\cpp_prefix.h -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-07T17:40:40.1132978Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2024-08-07T17:40:40.1136051Z copying torch\_inductor\codegen\aoti_runtime\implementation.cpp -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2024-08-07T17:40:40.1146765Z copying torch\_inductor\codegen\aoti_runtime\interface.cpp -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2024-08-07T17:40:40.1159071Z copying torch\_export\serde\schema.yaml -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-08-07T17:40:40.1170154Z creating build\lib.win-amd64-cpython-39\torch\share 2024-08-07T17:40:40.1171746Z creating build\lib.win-amd64-cpython-39\torch\share\cmake 2024-08-07T17:40:40.1173424Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\ATen 2024-08-07T17:40:40.1176232Z copying torch\share\cmake\ATen\ATenConfig.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\ATen 2024-08-07T17:40:40.1182163Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-08-07T17:40:40.1184817Z copying torch\share\cmake\Caffe2\Caffe2Config.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-08-07T17:40:40.1192011Z copying torch\share\cmake\Caffe2\Caffe2Targets-release.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-08-07T17:40:40.1201213Z copying torch\share\cmake\Caffe2\Caffe2Targets.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-08-07T17:40:40.1214813Z copying torch\share\cmake\Caffe2\FindCUDAToolkit.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-08-07T17:40:40.1221465Z copying torch\share\cmake\Caffe2\FindCUSPARSELT.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-08-07T17:40:40.1227566Z copying torch\share\cmake\Caffe2\FindSYCLToolkit.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-08-07T17:40:40.1233071Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-08-07T17:40:40.1235653Z copying torch\share\cmake\Caffe2\public\cuda.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-08-07T17:40:40.1246249Z copying torch\share\cmake\Caffe2\public\gflags.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-08-07T17:40:40.1252252Z copying torch\share\cmake\Caffe2\public\glog.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-08-07T17:40:40.1258278Z copying torch\share\cmake\Caffe2\public\LoadHIP.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-08-07T17:40:40.1269273Z copying torch\share\cmake\Caffe2\public\mkl.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-08-07T17:40:40.1275451Z copying torch\share\cmake\Caffe2\public\mkldnn.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-08-07T17:40:40.1285825Z copying torch\share\cmake\Caffe2\public\protobuf.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-08-07T17:40:40.1291858Z copying torch\share\cmake\Caffe2\public\utils.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-08-07T17:40:40.1298987Z copying torch\share\cmake\Caffe2\public\xpu.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-08-07T17:40:40.1304592Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2024-08-07T17:40:40.1307293Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDA.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2024-08-07T17:40:40.1313390Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDNN.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2024-08-07T17:40:40.1319048Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2024-08-07T17:40:40.1333033Z 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-08-07T17:40:40.1339242Z 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-08-07T17:40:40.1346742Z 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-08-07T17:40:40.1358688Z 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-08-07T17:40:40.1364115Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2024-08-07T17:40:40.1366836Z 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-08-07T17:40:40.1377026Z 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-08-07T17:40:40.1383659Z 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-08-07T17:40:40.1396945Z 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-08-07T17:40:40.1402157Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2024-08-07T17:40:40.1404574Z copying torch\share\cmake\Torch\TorchConfig.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2024-08-07T17:40:40.1411058Z copying torch\share\cmake\Torch\TorchConfigVersion.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2024-08-07T17:40:40.1421577Z copying torch\utils\benchmark\utils\timeit_template.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-08-07T17:40:40.1432157Z copying torch\utils\benchmark\utils\valgrind_wrapper\compat_bindings.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-08-07T17:40:40.1448275Z copying torch\utils\benchmark\utils\valgrind_wrapper\timer_callgrind_template.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-08-07T17:40:40.1458421Z copying torch\utils\benchmark\utils\valgrind_wrapper\callgrind.h -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-08-07T17:40:40.1465049Z copying torch\utils\benchmark\utils\valgrind_wrapper\valgrind.h -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-08-07T17:40:40.1478809Z copying torch\utils\model_dump\skeleton.html -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-08-07T17:40:40.1484969Z copying torch\utils\model_dump\code.js -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-08-07T17:40:40.1499501Z copying torch\utils\model_dump\htm.mjs -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-08-07T17:40:40.1519214Z copying torch\utils\model_dump\preact.mjs -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-08-07T17:40:40.1530592Z copying torch\lib\aoti_custom_ops.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-07T17:40:40.1543560Z copying torch\lib\asmjit.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-07T17:40:40.1553639Z copying torch\lib\backend_with_compiler.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-07T17:40:40.1572204Z copying torch\lib\c10.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-07T17:40:40.1586577Z copying torch\lib\fbgemm.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-07T17:40:40.1637132Z copying torch\lib\jitbackend_test.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-07T17:40:40.1649892Z copying torch\lib\torch.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-07T17:40:40.1656149Z copying torch\lib\torchbind_test.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-07T17:40:40.1667740Z copying torch\lib\torch_cpu.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-07T17:40:40.2899390Z copying torch\lib\torch_global_deps.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-07T17:40:40.2906124Z copying torch\lib\torch_python.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-07T17:40:40.3048537Z copying torch\lib\aoti_custom_ops.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-07T17:40:40.3060264Z copying torch\lib\asmjit.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-07T17:40:40.3068688Z copying torch\lib\backend_with_compiler.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-07T17:40:40.3076140Z copying torch\lib\c10.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-07T17:40:40.3090091Z copying torch\lib\cpuinfo.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-07T17:40:40.3097720Z copying torch\lib\dnnl.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-07T17:40:40.8623559Z copying torch\lib\fbgemm.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-07T17:40:40.8642975Z copying torch\lib\fmt.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-07T17:40:40.8661655Z copying torch\lib\jitbackend_test.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-07T17:40:40.8668662Z copying torch\lib\kineto.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-07T17:40:40.8863454Z copying torch\lib\libprotobuf-lite.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-07T17:40:40.8915577Z copying torch\lib\libprotobuf.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-07T17:40:40.9267234Z copying torch\lib\libprotoc.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-07T17:40:40.9635684Z copying torch\lib\pthreadpool.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-07T17:40:40.9644621Z copying torch\lib\sleef.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-07T17:40:40.9735333Z copying torch\lib\torch.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-07T17:40:40.9749411Z copying torch\lib\torchbind_test.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-07T17:40:40.9757768Z copying torch\lib\torch_cpu.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-07T17:40:41.0093985Z copying torch\lib\torch_python.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-07T17:40:41.0102456Z copying torch\lib\XNNPACK.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-07T17:40:41.0140611Z creating build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-07T17:40:41.0143202Z copying torch\include\kineto\AbstractConfig.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-07T17:40:41.0149853Z copying torch\include\kineto\ActivityProfilerInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-07T17:40:41.0156562Z copying torch\include\kineto\ActivityTraceInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-07T17:40:41.0295215Z copying torch\include\kineto\ActivityType.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-07T17:40:41.0302420Z copying torch\include\kineto\ClientInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-07T17:40:41.0308542Z copying torch\include\kineto\Config.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-07T17:40:41.0315599Z copying torch\include\kineto\GenericTraceActivity.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-07T17:40:41.0322200Z copying torch\include\kineto\IActivityProfiler.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-07T17:40:41.0329063Z copying torch\include\kineto\ILoggerObserver.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-07T17:40:41.0336643Z copying torch\include\kineto\ITraceActivity.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-07T17:40:41.0343291Z copying torch\include\kineto\libkineto.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-07T17:40:41.0349913Z copying torch\include\kineto\LoggingAPI.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-07T17:40:41.0356116Z copying torch\include\kineto\output_base.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-07T17:40:41.0362794Z copying torch\include\kineto\ThreadUtil.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-07T17:40:41.0369167Z copying torch\include\kineto\time_since_epoch.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-07T17:40:41.0375281Z copying torch\include\kineto\TraceSpan.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-07T17:40:41.0381853Z creating build\lib.win-amd64-cpython-39\torchgen\packaged 2024-08-07T17:40:41.0383527Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen 2024-08-07T17:40:41.0385032Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2024-08-07T17:40:41.0388421Z copying torchgen\packaged\ATen\native\native_functions.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2024-08-07T17:40:43.6244467Z copying torchgen\packaged\ATen\native\tags.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2024-08-07T17:40:43.6254045Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6257263Z copying torchgen\packaged\ATen\templates\ATenOpList.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6267317Z copying torchgen\packaged\ATen\templates\aten_interned_strings.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6278329Z copying torchgen\packaged\ATen\templates\CompositeViewCopyKernels.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6296611Z copying torchgen\packaged\ATen\templates\DispatchKeyFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6306571Z copying torchgen\packaged\ATen\templates\DispatchKeyFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6317393Z copying torchgen\packaged\ATen\templates\DispatchKeyFunctions_inl.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6327710Z copying torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6334631Z copying torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6341721Z copying torchgen\packaged\ATen\templates\enum_tag.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6348427Z copying torchgen\packaged\ATen\templates\Function.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6355429Z copying torchgen\packaged\ATen\templates\FunctionalInverses.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6366013Z copying torchgen\packaged\ATen\templates\Functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6377106Z copying torchgen\packaged\ATen\templates\Functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6389966Z copying torchgen\packaged\ATen\templates\LazyIr.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6396819Z copying torchgen\packaged\ATen\templates\LazyNonNativeIr.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6403687Z copying torchgen\packaged\ATen\templates\MethodOperators.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6414763Z copying torchgen\packaged\ATen\templates\NativeFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6421390Z copying torchgen\packaged\ATen\templates\NativeFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6432741Z copying torchgen\packaged\ATen\templates\NativeMetaFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6446580Z copying torchgen\packaged\ATen\templates\NativeMetaFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6453183Z copying torchgen\packaged\ATen\templates\Operator.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6459751Z copying torchgen\packaged\ATen\templates\Operators.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6467056Z copying torchgen\packaged\ATen\templates\Operators.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6480532Z copying torchgen\packaged\ATen\templates\RedispatchFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6487301Z copying torchgen\packaged\ATen\templates\RedispatchFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6497242Z copying torchgen\packaged\ATen\templates\RegisterBackendSelect.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6507575Z copying torchgen\packaged\ATen\templates\RegisterCodegenUnboxedKernels.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6518837Z copying torchgen\packaged\ATen\templates\RegisterDispatchDefinitions.ini -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6525169Z copying torchgen\packaged\ATen\templates\RegisterDispatchKey.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6541312Z copying torchgen\packaged\ATen\templates\RegisterFunctionalization.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6551097Z copying torchgen\packaged\ATen\templates\RegisterSchema.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6557758Z copying torchgen\packaged\ATen\templates\RegistrationDeclarations.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6587854Z copying torchgen\packaged\ATen\templates\TensorBody.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6604169Z copying torchgen\packaged\ATen\templates\TensorMethods.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6614435Z copying torchgen\packaged\ATen\templates\UfuncCPU.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6620743Z copying torchgen\packaged\ATen\templates\UfuncCPUKernel.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6627122Z copying torchgen\packaged\ATen\templates\UfuncCUDA.cu -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6633785Z copying torchgen\packaged\ATen\templates\UnboxingFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6649943Z copying torchgen\packaged\ATen\templates\UnboxingFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-07T17:40:43.6659001Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-07T17:40:43.6661704Z copying torchgen\packaged\autograd\BUILD.bazel -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-07T17:40:43.6667883Z copying torchgen\packaged\autograd\build.bzl -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-07T17:40:43.6675137Z copying torchgen\packaged\autograd\context.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-07T17:40:43.6685654Z copying torchgen\packaged\autograd\deprecated.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-07T17:40:43.6697180Z copying torchgen\packaged\autograd\derivatives.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-07T17:40:43.6756482Z copying torchgen\packaged\autograd\gen_annotated_fn_args.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-07T17:40:43.6766773Z copying torchgen\packaged\autograd\gen_autograd.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-07T17:40:43.6778863Z copying torchgen\packaged\autograd\gen_autograd_functions.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-07T17:40:43.6798302Z copying torchgen\packaged\autograd\gen_inplace_or_view_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-07T17:40:43.6821130Z copying torchgen\packaged\autograd\gen_python_functions.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-07T17:40:43.6841169Z copying torchgen\packaged\autograd\gen_trace_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-07T17:40:43.6857004Z copying torchgen\packaged\autograd\gen_variable_factories.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-07T17:40:43.6867156Z copying torchgen\packaged\autograd\gen_variable_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-07T17:40:43.6898202Z copying torchgen\packaged\autograd\gen_view_funcs.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-07T17:40:43.6909073Z copying torchgen\packaged\autograd\load_derivatives.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-07T17:40:43.6930233Z copying torchgen\packaged\autograd\README.md -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-07T17:40:43.6936387Z copying torchgen\packaged\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-07T17:40:43.6941281Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-07T17:40:43.6944282Z copying torchgen\packaged\autograd\templates\ADInplaceOrViewType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-07T17:40:43.6956628Z copying torchgen\packaged\autograd\templates\annotated_fn_args.py.in -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-07T17:40:43.6963273Z copying torchgen\packaged\autograd\templates\Functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-07T17:40:43.6981683Z copying torchgen\packaged\autograd\templates\Functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-07T17:40:43.6992608Z copying torchgen\packaged\autograd\templates\python_enum_tag.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-07T17:40:43.6999338Z copying torchgen\packaged\autograd\templates\python_fft_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-07T17:40:43.7009718Z copying torchgen\packaged\autograd\templates\python_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-07T17:40:43.7020396Z copying torchgen\packaged\autograd\templates\python_functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-07T17:40:43.7026953Z copying torchgen\packaged\autograd\templates\python_linalg_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-07T17:40:43.7037213Z copying torchgen\packaged\autograd\templates\python_nested_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-07T17:40:43.7048181Z copying torchgen\packaged\autograd\templates\python_nn_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-07T17:40:43.7058380Z copying torchgen\packaged\autograd\templates\python_return_types.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-07T17:40:43.7069483Z copying torchgen\packaged\autograd\templates\python_return_types.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-07T17:40:43.7075982Z copying torchgen\packaged\autograd\templates\python_sparse_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-07T17:40:43.7086453Z copying torchgen\packaged\autograd\templates\python_special_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-07T17:40:43.7098217Z copying torchgen\packaged\autograd\templates\python_torch_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-07T17:40:43.7109072Z copying torchgen\packaged\autograd\templates\python_variable_methods.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-07T17:40:43.7137558Z copying torchgen\packaged\autograd\templates\TraceType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-07T17:40:43.7149292Z copying torchgen\packaged\autograd\templates\VariableType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-07T17:40:43.7160219Z copying torchgen\packaged\autograd\templates\VariableType.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-07T17:40:43.7169657Z copying torchgen\packaged\autograd\templates\variable_factories.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-07T17:40:43.7180168Z copying torchgen\packaged\autograd\templates\ViewFuncs.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-07T17:40:43.7186400Z copying torchgen\packaged\autograd\templates\ViewFuncs.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-07T17:40:43.7193000Z copying torch\fx\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-07T17:40:43.7200463Z copying torch\jit\_script.pyi -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-07T17:40:43.7207990Z copying torch\nn\functional.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-07T17:40:43.7216137Z copying torch\nn\parameter.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-07T17:40:43.7223894Z copying torch\utils\_config_typing.pyi -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-07T17:40:43.7236072Z copying torch\distributed\optim\zero_redundancy_optimizer.pyi -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-07T17:40:43.7247541Z copying torch\optim\_multi_tensor\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2024-08-07T17:40:43.7254203Z copying torch\utils\data\datapipes\datapipe.pyi -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-08-07T17:40:43.8103196Z running build_ext 2024-08-07T17:40:44.3699661Z -- Building with NumPy bindings 2024-08-07T17:40:44.3700010Z -- Not using cuDNN 2024-08-07T17:40:44.3700366Z -- Not using CUDA 2024-08-07T17:40:44.3700555Z -- Not using XPU 2024-08-07T17:40:44.3700746Z -- Using MKLDNN 2024-08-07T17:40:44.3701047Z -- Not using Compute Library for the Arm architecture with MKLDNN 2024-08-07T17:40:44.3701414Z -- Not using CBLAS in MKLDNN 2024-08-07T17:40:44.3701648Z -- Not using NCCL 2024-08-07T17:40:44.3701877Z -- Building without distributed package 2024-08-07T17:40:44.3702151Z -- Building Executorch 2024-08-07T17:40:44.3702358Z -- Using ITT 2024-08-07T17:40:44.3703002Z 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-08-07T17:40:44.3704066Z copying functorch\functorch.pyd -> C:\actions-runner\_work\pytorch\pytorch\build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd 2024-08-07T17:40:44.3720060Z building 'torch._C' extension 2024-08-07T17:40:44.3737543Z creating build\temp.win-amd64-cpython-39 2024-08-07T17:40:44.3739903Z creating build\temp.win-amd64-cpython-39\Release 2024-08-07T17:40:44.3741408Z creating build\temp.win-amd64-cpython-39\Release\torch 2024-08-07T17:40:44.3742714Z creating build\temp.win-amd64-cpython-39\Release\torch\csrc 2024-08-07T17:40:44.3751118Z "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-08-07T17:40:44.4046285Z stub.c 2024-08-07T17:40:44.7884947Z "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-08-07T17:40:45.1733920Z 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-08-07T17:40:45.1931517Z Generating code 2024-08-07T17:40:45.2366437Z Finished generating code 2024-08-07T17:40:45.2833049Z 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-08-07T17:40:45.2879833Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\_distutils\cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2024-08-07T17:40:45.2880589Z !! 2024-08-07T17:40:45.2880685Z 2024-08-07T17:40:45.2880815Z ******************************************************************************** 2024-08-07T17:40:45.2881152Z Please avoid running ``setup.py`` directly. 2024-08-07T17:40:45.2881506Z Instead, use pypa/build, pypa/installer or other 2024-08-07T17:40:45.2881959Z standards-based tools. 2024-08-07T17:40:45.2882135Z 2024-08-07T17:40:45.2882418Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2024-08-07T17:40:45.2882899Z ******************************************************************************** 2024-08-07T17:40:45.2883107Z 2024-08-07T17:40:45.2883168Z !! 2024-08-07T17:40:45.2883350Z self.initialize_options() 2024-08-07T17:40:45.2973396Z installing to build\bdist.win-amd64\wheel 2024-08-07T17:40:45.2973718Z running install 2024-08-07T17:40:45.2999791Z running install_lib 2024-08-07T17:40:45.3099416Z creating build\bdist.win-amd64 2024-08-07T17:40:45.3101115Z creating build\bdist.win-amd64\wheel 2024-08-07T17:40:45.3104792Z creating build\bdist.win-amd64\wheel\functorch 2024-08-07T17:40:45.3108615Z creating build\bdist.win-amd64\wheel\functorch\compile 2024-08-07T17:40:45.3111487Z copying build\lib.win-amd64-cpython-39\functorch\compile\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\compile 2024-08-07T17:40:45.3118068Z creating build\bdist.win-amd64\wheel\functorch\dim 2024-08-07T17:40:45.3121052Z copying build\lib.win-amd64-cpython-39\functorch\dim\batch_tensor.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-08-07T17:40:45.3126993Z copying build\lib.win-amd64-cpython-39\functorch\dim\delayed_mul_tensor.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-08-07T17:40:45.3132580Z copying build\lib.win-amd64-cpython-39\functorch\dim\dim.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-08-07T17:40:45.3138131Z copying build\lib.win-amd64-cpython-39\functorch\dim\magic_trace.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-08-07T17:40:45.3154334Z copying build\lib.win-amd64-cpython-39\functorch\dim\op_properties.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-08-07T17:40:45.3160630Z copying build\lib.win-amd64-cpython-39\functorch\dim\reference.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-08-07T17:40:45.3166932Z copying build\lib.win-amd64-cpython-39\functorch\dim\tree_map.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-08-07T17:40:45.3172273Z copying build\lib.win-amd64-cpython-39\functorch\dim\wrap_type.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-08-07T17:40:45.3178036Z copying build\lib.win-amd64-cpython-39\functorch\dim\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-08-07T17:40:45.3184217Z creating build\bdist.win-amd64\wheel\functorch\einops 2024-08-07T17:40:45.3187334Z copying build\lib.win-amd64-cpython-39\functorch\einops\rearrange.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2024-08-07T17:40:45.3193066Z copying build\lib.win-amd64-cpython-39\functorch\einops\_parsing.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2024-08-07T17:40:45.3198951Z copying build\lib.win-amd64-cpython-39\functorch\einops\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2024-08-07T17:40:45.3204803Z creating build\bdist.win-amd64\wheel\functorch\experimental 2024-08-07T17:40:45.3207710Z copying build\lib.win-amd64-cpython-39\functorch\experimental\control_flow.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2024-08-07T17:40:45.3213595Z copying build\lib.win-amd64-cpython-39\functorch\experimental\ops.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2024-08-07T17:40:45.3219129Z copying build\lib.win-amd64-cpython-39\functorch\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2024-08-07T17:40:45.3224423Z copying build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\functorch 2024-08-07T17:40:45.3241024Z creating build\bdist.win-amd64\wheel\functorch\_src 2024-08-07T17:40:45.3244143Z creating build\bdist.win-amd64\wheel\functorch\_src\aot_autograd 2024-08-07T17:40:45.3247564Z copying build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\aot_autograd 2024-08-07T17:40:45.3253510Z creating build\bdist.win-amd64\wheel\functorch\_src\eager_transforms 2024-08-07T17:40:45.3256349Z copying build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\eager_transforms 2024-08-07T17:40:45.3262098Z creating build\bdist.win-amd64\wheel\functorch\_src\make_functional 2024-08-07T17:40:45.3265458Z copying build\lib.win-amd64-cpython-39\functorch\_src\make_functional\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\make_functional 2024-08-07T17:40:45.3271238Z creating build\bdist.win-amd64\wheel\functorch\_src\vmap 2024-08-07T17:40:45.3284075Z copying build\lib.win-amd64-cpython-39\functorch\_src\vmap\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\vmap 2024-08-07T17:40:45.3289597Z copying build\lib.win-amd64-cpython-39\functorch\_src\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src 2024-08-07T17:40:45.3294762Z copying build\lib.win-amd64-cpython-39\functorch\__init__.py -> build\bdist.win-amd64\wheel\.\functorch 2024-08-07T17:40:45.3301604Z creating build\bdist.win-amd64\wheel\torch 2024-08-07T17:40:45.3304547Z creating build\bdist.win-amd64\wheel\torch\amp 2024-08-07T17:40:45.3307785Z copying build\lib.win-amd64-cpython-39\torch\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\amp 2024-08-07T17:40:45.3314134Z copying build\lib.win-amd64-cpython-39\torch\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\amp 2024-08-07T17:40:45.3320463Z copying build\lib.win-amd64-cpython-39\torch\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\amp 2024-08-07T17:40:45.3326332Z creating build\bdist.win-amd64\wheel\torch\ao 2024-08-07T17:40:45.3329352Z creating build\bdist.win-amd64\wheel\torch\ao\nn 2024-08-07T17:40:45.3332828Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic 2024-08-07T17:40:45.3336080Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\modules 2024-08-07T17:40:45.3339005Z 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-08-07T17:40:45.3344733Z 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-08-07T17:40:45.3350532Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\qat 2024-08-07T17:40:45.3353772Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\qat\modules 2024-08-07T17:40:45.3356982Z 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-08-07T17:40:45.3363363Z 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-08-07T17:40:45.3370028Z 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-08-07T17:40:45.3375429Z 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-08-07T17:40:45.3389249Z 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-08-07T17:40:45.3394976Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized 2024-08-07T17:40:45.3398183Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\dynamic 2024-08-07T17:40:45.3401194Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\dynamic\modules 2024-08-07T17:40:45.3404057Z 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-08-07T17:40:45.3409424Z 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-08-07T17:40:45.3414258Z 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-08-07T17:40:45.3420143Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\modules 2024-08-07T17:40:45.3422901Z 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-08-07T17:40:45.3428937Z 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-08-07T17:40:45.3433722Z 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-08-07T17:40:45.3439710Z 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-08-07T17:40:45.3445083Z 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-08-07T17:40:45.3456035Z 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-08-07T17:40:45.3460838Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic 2024-08-07T17:40:45.3466236Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat 2024-08-07T17:40:45.3469389Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\dynamic 2024-08-07T17:40:45.3473316Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\dynamic\modules 2024-08-07T17:40:45.3476329Z 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-08-07T17:40:45.3482021Z 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-08-07T17:40:45.3486948Z 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-08-07T17:40:45.3493255Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\modules 2024-08-07T17:40:45.3496262Z 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-08-07T17:40:45.3501439Z 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-08-07T17:40:45.3506947Z 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-08-07T17:40:45.3512736Z 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-08-07T17:40:45.3518260Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat 2024-08-07T17:40:45.3546413Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantizable 2024-08-07T17:40:45.3549276Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantizable\modules 2024-08-07T17:40:45.3552338Z 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-08-07T17:40:45.3558182Z 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-08-07T17:40:45.3563792Z 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-08-07T17:40:45.3568649Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantizable 2024-08-07T17:40:45.3574306Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized 2024-08-07T17:40:45.3583393Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\dynamic 2024-08-07T17:40:45.3586071Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\dynamic\modules 2024-08-07T17:40:45.3588858Z 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-08-07T17:40:45.3594513Z 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-08-07T17:40:45.3599714Z 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-08-07T17:40:45.3606089Z 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-08-07T17:40:45.3611154Z 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-08-07T17:40:45.3617074Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\functional.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized 2024-08-07T17:40:45.3622998Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\modules 2024-08-07T17:40:45.3625726Z 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-08-07T17:40:45.3631171Z 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-08-07T17:40:45.3636344Z 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-08-07T17:40:45.3642124Z 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-08-07T17:40:45.3647238Z 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-08-07T17:40:45.3657971Z 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-08-07T17:40:45.3663311Z 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-08-07T17:40:45.3668606Z 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-08-07T17:40:45.3673769Z 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-08-07T17:40:45.3679112Z 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-08-07T17:40:45.3684850Z 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-08-07T17:40:45.3691677Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\reference 2024-08-07T17:40:45.3704309Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\reference\modules 2024-08-07T17:40:45.3707516Z 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-08-07T17:40:45.3713440Z 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-08-07T17:40:45.3719792Z 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-08-07T17:40:45.3725869Z 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-08-07T17:40:45.3731815Z 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-08-07T17:40:45.3737769Z 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-08-07T17:40:45.3743527Z 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-08-07T17:40:45.3748679Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized 2024-08-07T17:40:45.3755232Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse 2024-08-07T17:40:45.3758405Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse\quantized 2024-08-07T17:40:45.3762019Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse\quantized\dynamic 2024-08-07T17:40:45.3764812Z 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-08-07T17:40:45.3770773Z 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-08-07T17:40:45.3776209Z 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-08-07T17:40:45.3781889Z 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-08-07T17:40:45.3787528Z 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-08-07T17:40:45.3793139Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse 2024-08-07T17:40:45.3798705Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn 2024-08-07T17:40:45.3804872Z creating build\bdist.win-amd64\wheel\torch\ao\ns 2024-08-07T17:40:45.3807589Z creating build\bdist.win-amd64\wheel\torch\ao\ns\fx 2024-08-07T17:40:45.3810818Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\graph_matcher.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-08-07T17:40:45.3817480Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\graph_passes.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-08-07T17:40:45.3823323Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-08-07T17:40:45.3829414Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\ns_types.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-08-07T17:40:45.3835412Z 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-08-07T17:40:45.3854057Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-08-07T17:40:45.3860999Z 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-08-07T17:40:45.3867554Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-08-07T17:40:45.3874913Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\weight_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-08-07T17:40:45.3882402Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-08-07T17:40:45.3886886Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\_numeric_suite.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2024-08-07T17:40:45.3893218Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\_numeric_suite_fx.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2024-08-07T17:40:45.3903152Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2024-08-07T17:40:45.3908392Z creating build\bdist.win-amd64\wheel\torch\ao\pruning 2024-08-07T17:40:45.3911973Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\scheduler 2024-08-07T17:40:45.3914875Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\base_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2024-08-07T17:40:45.3920982Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\cubic_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2024-08-07T17:40:45.3926758Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\lambda_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2024-08-07T17:40:45.3938286Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2024-08-07T17:40:45.3943546Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\sparsifier 2024-08-07T17:40:45.3946472Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\base_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2024-08-07T17:40:45.3952402Z 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-08-07T17:40:45.3958114Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2024-08-07T17:40:45.3973523Z 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-08-07T17:40:45.3979228Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2024-08-07T17:40:45.3985644Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental 2024-08-07T17:40:45.3989545Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\activation_sparsifier 2024-08-07T17:40:45.3992673Z 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-08-07T17:40:45.3999290Z 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-08-07T17:40:45.4004310Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_scheduler 2024-08-07T17:40:45.4007881Z 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-08-07T17:40:45.4013681Z 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-08-07T17:40:45.4019278Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier 2024-08-07T17:40:45.4029052Z 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-08-07T17:40:45.4034547Z 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-08-07T17:40:45.4046839Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier\lightning 2024-08-07T17:40:45.4055809Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2024-08-07T17:40:45.4058733Z 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-08-07T17:40:45.4064415Z 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-08-07T17:40:45.4069809Z 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-08-07T17:40:45.4080824Z 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-08-07T17:40:45.4085031Z 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-08-07T17:40:45.4090249Z 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-08-07T17:40:45.4095434Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\pruner 2024-08-07T17:40:45.4098901Z 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-08-07T17:40:45.4104159Z 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-08-07T17:40:45.4109350Z 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-08-07T17:40:45.4120476Z 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-08-07T17:40:45.4125668Z 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-08-07T17:40:45.4131476Z 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-08-07T17:40:45.4142481Z 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-08-07T17:40:45.4143748Z 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-08-07T17:40:45.4147596Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental 2024-08-07T17:40:45.4151634Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning 2024-08-07T17:40:45.4162376Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning 2024-08-07T17:40:45.4167874Z creating build\bdist.win-amd64\wheel\torch\ao\quantization 2024-08-07T17:40:45.4171056Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\backend_config 2024-08-07T17:40:45.4174085Z 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-08-07T17:40:45.4179821Z 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-08-07T17:40:45.4185717Z 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-08-07T17:40:45.4207955Z 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-08-07T17:40:45.4218821Z 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-08-07T17:40:45.4223111Z 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-08-07T17:40:45.4229316Z 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-08-07T17:40:45.4235463Z 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-08-07T17:40:45.4241373Z 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-08-07T17:40:45.4247192Z 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-08-07T17:40:45.4253431Z 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-08-07T17:40:45.4259605Z 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-08-07T17:40:45.4265422Z 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-08-07T17:40:45.4270994Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-07T17:40:45.4277917Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fuser_method_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-07T17:40:45.4290321Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fuse_modules.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-07T17:40:45.4296670Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\fx 2024-08-07T17:40:45.4299473Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\convert.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-07T17:40:45.4306137Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\custom_config.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-07T17:40:45.4312575Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\fuse.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-07T17:40:45.4318216Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\fuse_handler.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-07T17:40:45.4324206Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-07T17:40:45.4336570Z 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-08-07T17:40:45.4341977Z 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-08-07T17:40:45.4347596Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\lstm_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-07T17:40:45.4353308Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\match_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-07T17:40:45.4359319Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-07T17:40:45.4365398Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\prepare.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-07T17:40:45.4372807Z 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-08-07T17:40:45.4378819Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\quantize_handler.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-07T17:40:45.4384566Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\tracer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-07T17:40:45.4390262Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-07T17:40:45.4396737Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_decomposed.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-07T17:40:45.4403321Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-07T17:40:45.4410061Z 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-08-07T17:40:45.4443073Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\fx\_model_report 2024-08-07T17:40:45.4446425Z 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-08-07T17:40:45.4453395Z 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-08-07T17:40:45.4460308Z 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-08-07T17:40:45.4477823Z 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-08-07T17:40:45.4485241Z 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-08-07T17:40:45.4489906Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-07T17:40:45.4495392Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\observer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-07T17:40:45.4502629Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\pt2e 2024-08-07T17:40:45.4505962Z 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-08-07T17:40:45.4511723Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\export_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-08-07T17:40:45.4517838Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\graph_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-08-07T17:40:45.4524146Z 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-08-07T17:40:45.4535415Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\prepare.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-08-07T17:40:45.4541543Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\qat_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-08-07T17:40:45.4548393Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\pt2e\representation 2024-08-07T17:40:45.4551341Z 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-08-07T17:40:45.4557620Z 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-08-07T17:40:45.4562737Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-08-07T17:40:45.4569366Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\_numeric_debugger.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-08-07T17:40:45.4575485Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-08-07T17:40:45.4580308Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\qconfig.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-07T17:40:45.4586036Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\qconfig_mapping.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-07T17:40:45.4591915Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantization_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-07T17:40:45.4597378Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-07T17:40:45.4604035Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\quantizer 2024-08-07T17:40:45.4607024Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\composable_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-08-07T17:40:45.4612359Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\embedding_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-08-07T17:40:45.4617774Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-08-07T17:40:45.4633580Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-08-07T17:40:45.4639512Z 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-08-07T17:40:45.4645763Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\xnnpack_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-08-07T17:40:45.4651157Z 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-08-07T17:40:45.4656930Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-08-07T17:40:45.4661985Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_fx.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-07T17:40:45.4667855Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_jit.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-07T17:40:45.4673280Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_pt2e.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-07T17:40:45.4678777Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quant_type.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-07T17:40:45.4684041Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\stubs.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-07T17:40:45.4689341Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-07T17:40:45.4695680Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_correct_bias.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-07T17:40:45.4701400Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-07T17:40:45.4707412Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_learnable_fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-07T17:40:45.4713292Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-07T17:40:45.4718970Z copying build\lib.win-amd64-cpython-39\torch\ao\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao 2024-08-07T17:40:45.4724985Z creating build\bdist.win-amd64\wheel\torch\autograd 2024-08-07T17:40:45.4728286Z copying build\lib.win-amd64-cpython-39\torch\autograd\anomaly_mode.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-07T17:40:45.4734028Z copying build\lib.win-amd64-cpython-39\torch\autograd\forward_ad.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-07T17:40:45.4739958Z copying build\lib.win-amd64-cpython-39\torch\autograd\function.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-07T17:40:45.4746158Z copying build\lib.win-amd64-cpython-39\torch\autograd\functional.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-07T17:40:45.4762361Z copying build\lib.win-amd64-cpython-39\torch\autograd\gradcheck.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-07T17:40:45.4769343Z copying build\lib.win-amd64-cpython-39\torch\autograd\grad_mode.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-07T17:40:45.4775237Z copying build\lib.win-amd64-cpython-39\torch\autograd\graph.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-07T17:40:45.4781497Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-07T17:40:45.4787755Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler_legacy.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-07T17:40:45.4793612Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler_util.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-07T17:40:45.4800178Z copying build\lib.win-amd64-cpython-39\torch\autograd\variable.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-07T17:40:45.4806393Z creating build\bdist.win-amd64\wheel\torch\autograd\_functions 2024-08-07T17:40:45.4809177Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\tensor.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2024-08-07T17:40:45.4814824Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\utils.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2024-08-07T17:40:45.4820436Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2024-08-07T17:40:45.4826226Z copying build\lib.win-amd64-cpython-39\torch\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-07T17:40:45.4832918Z creating build\bdist.win-amd64\wheel\torch\backends 2024-08-07T17:40:45.4836541Z creating build\bdist.win-amd64\wheel\torch\backends\cpu 2024-08-07T17:40:45.4839348Z copying build\lib.win-amd64-cpython-39\torch\backends\cpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cpu 2024-08-07T17:40:45.4848735Z creating build\bdist.win-amd64\wheel\torch\backends\cuda 2024-08-07T17:40:45.4851443Z copying build\lib.win-amd64-cpython-39\torch\backends\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cuda 2024-08-07T17:40:45.4857730Z creating build\bdist.win-amd64\wheel\torch\backends\cudnn 2024-08-07T17:40:45.4860890Z copying build\lib.win-amd64-cpython-39\torch\backends\cudnn\rnn.py -> build\bdist.win-amd64\wheel\.\torch\backends\cudnn 2024-08-07T17:40:45.4866521Z copying build\lib.win-amd64-cpython-39\torch\backends\cudnn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cudnn 2024-08-07T17:40:45.4872689Z creating build\bdist.win-amd64\wheel\torch\backends\mha 2024-08-07T17:40:45.4875379Z copying build\lib.win-amd64-cpython-39\torch\backends\mha\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mha 2024-08-07T17:40:45.4881544Z creating build\bdist.win-amd64\wheel\torch\backends\mkl 2024-08-07T17:40:45.4884682Z copying build\lib.win-amd64-cpython-39\torch\backends\mkl\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mkl 2024-08-07T17:40:45.4890630Z creating build\bdist.win-amd64\wheel\torch\backends\mkldnn 2024-08-07T17:40:45.4893352Z copying build\lib.win-amd64-cpython-39\torch\backends\mkldnn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mkldnn 2024-08-07T17:40:45.4899362Z creating build\bdist.win-amd64\wheel\torch\backends\mps 2024-08-07T17:40:45.4902575Z copying build\lib.win-amd64-cpython-39\torch\backends\mps\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mps 2024-08-07T17:40:45.4908555Z creating build\bdist.win-amd64\wheel\torch\backends\nnpack 2024-08-07T17:40:45.4922495Z copying build\lib.win-amd64-cpython-39\torch\backends\nnpack\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\nnpack 2024-08-07T17:40:45.4928552Z creating build\bdist.win-amd64\wheel\torch\backends\openmp 2024-08-07T17:40:45.4931828Z copying build\lib.win-amd64-cpython-39\torch\backends\openmp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\openmp 2024-08-07T17:40:45.4937679Z creating build\bdist.win-amd64\wheel\torch\backends\opt_einsum 2024-08-07T17:40:45.4940498Z copying build\lib.win-amd64-cpython-39\torch\backends\opt_einsum\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\opt_einsum 2024-08-07T17:40:45.4946704Z creating build\bdist.win-amd64\wheel\torch\backends\quantized 2024-08-07T17:40:45.4950070Z copying build\lib.win-amd64-cpython-39\torch\backends\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\quantized 2024-08-07T17:40:45.4956445Z creating build\bdist.win-amd64\wheel\torch\backends\xeon 2024-08-07T17:40:45.4959233Z copying build\lib.win-amd64-cpython-39\torch\backends\xeon\run_cpu.py -> build\bdist.win-amd64\wheel\.\torch\backends\xeon 2024-08-07T17:40:45.4965792Z copying build\lib.win-amd64-cpython-39\torch\backends\xeon\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\xeon 2024-08-07T17:40:45.4970775Z creating build\bdist.win-amd64\wheel\torch\backends\xnnpack 2024-08-07T17:40:45.4974004Z copying build\lib.win-amd64-cpython-39\torch\backends\xnnpack\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\xnnpack 2024-08-07T17:40:45.4980132Z creating build\bdist.win-amd64\wheel\torch\backends\_coreml 2024-08-07T17:40:45.4982942Z copying build\lib.win-amd64-cpython-39\torch\backends\_coreml\preprocess.py -> build\bdist.win-amd64\wheel\.\torch\backends\_coreml 2024-08-07T17:40:45.4988660Z copying build\lib.win-amd64-cpython-39\torch\backends\_coreml\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\_coreml 2024-08-07T17:40:45.4993794Z creating build\bdist.win-amd64\wheel\torch\backends\_nnapi 2024-08-07T17:40:45.4996898Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\prepare.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2024-08-07T17:40:45.5002616Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\serializer.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2024-08-07T17:40:45.5009951Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2024-08-07T17:40:45.5014438Z copying build\lib.win-amd64-cpython-39\torch\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends 2024-08-07T17:40:45.5020790Z creating build\bdist.win-amd64\wheel\torch\bin 2024-08-07T17:40:45.5023694Z copying build\lib.win-amd64-cpython-39\torch\bin\asmjit.dll -> build\bdist.win-amd64\wheel\.\torch\bin 2024-08-07T17:40:45.5033121Z copying build\lib.win-amd64-cpython-39\torch\bin\fbgemm.dll -> build\bdist.win-amd64\wheel\.\torch\bin 2024-08-07T17:40:45.5082096Z copying build\lib.win-amd64-cpython-39\torch\bin\FileStoreTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-08-07T17:40:45.5091193Z copying build\lib.win-amd64-cpython-39\torch\bin\protoc.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-08-07T17:40:45.5121337Z copying build\lib.win-amd64-cpython-39\torch\bin\TCPStoreTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-08-07T17:40:45.5140552Z copying build\lib.win-amd64-cpython-39\torch\bin\test_api.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-08-07T17:40:45.5219936Z copying build\lib.win-amd64-cpython-39\torch\bin\test_edge_op_registration.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-08-07T17:40:45.5229054Z copying build\lib.win-amd64-cpython-39\torch\bin\test_jit.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-08-07T17:40:45.5280022Z copying build\lib.win-amd64-cpython-39\torch\bin\test_lazy.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-08-07T17:40:45.5307219Z copying build\lib.win-amd64-cpython-39\torch\bin\test_tensorexpr.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-08-07T17:40:45.5360274Z copying build\lib.win-amd64-cpython-39\torch\bin\tutorial_tensorexpr.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-08-07T17:40:45.5367225Z creating build\bdist.win-amd64\wheel\torch\compiler 2024-08-07T17:40:45.5370143Z copying build\lib.win-amd64-cpython-39\torch\compiler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\compiler 2024-08-07T17:40:45.5375182Z creating build\bdist.win-amd64\wheel\torch\contrib 2024-08-07T17:40:45.5377826Z copying build\lib.win-amd64-cpython-39\torch\contrib\_tensorboard_vis.py -> build\bdist.win-amd64\wheel\.\torch\contrib 2024-08-07T17:40:45.5382948Z copying build\lib.win-amd64-cpython-39\torch\contrib\__init__.py -> build\bdist.win-amd64\wheel\.\torch\contrib 2024-08-07T17:40:45.5387426Z creating build\bdist.win-amd64\wheel\torch\cpu 2024-08-07T17:40:45.5402718Z creating build\bdist.win-amd64\wheel\torch\cpu\amp 2024-08-07T17:40:45.5405201Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2024-08-07T17:40:45.5410655Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2024-08-07T17:40:45.5415704Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2024-08-07T17:40:45.5420341Z copying build\lib.win-amd64-cpython-39\torch\cpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cpu 2024-08-07T17:40:45.5425615Z creating build\bdist.win-amd64\wheel\torch\cuda 2024-08-07T17:40:45.5428625Z creating build\bdist.win-amd64\wheel\torch\cuda\amp 2024-08-07T17:40:45.5431222Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2024-08-07T17:40:45.5436286Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\common.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2024-08-07T17:40:45.5441041Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2024-08-07T17:40:45.5446006Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2024-08-07T17:40:45.5450901Z copying build\lib.win-amd64-cpython-39\torch\cuda\comm.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-07T17:40:45.5455716Z copying build\lib.win-amd64-cpython-39\torch\cuda\error.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-07T17:40:45.5460084Z copying build\lib.win-amd64-cpython-39\torch\cuda\graphs.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-07T17:40:45.5465935Z copying build\lib.win-amd64-cpython-39\torch\cuda\jiterator.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-07T17:40:45.5471499Z copying build\lib.win-amd64-cpython-39\torch\cuda\memory.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-07T17:40:45.5483170Z copying build\lib.win-amd64-cpython-39\torch\cuda\nccl.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-07T17:40:45.5488923Z copying build\lib.win-amd64-cpython-39\torch\cuda\nvtx.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-07T17:40:45.5494486Z copying build\lib.win-amd64-cpython-39\torch\cuda\profiler.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-07T17:40:45.5499487Z copying build\lib.win-amd64-cpython-39\torch\cuda\random.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-07T17:40:45.5504716Z copying build\lib.win-amd64-cpython-39\torch\cuda\sparse.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-07T17:40:45.5510012Z copying build\lib.win-amd64-cpython-39\torch\cuda\streams.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-07T17:40:45.5515467Z copying build\lib.win-amd64-cpython-39\torch\cuda\tunable.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-07T17:40:45.5520967Z copying build\lib.win-amd64-cpython-39\torch\cuda\_gpu_trace.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-07T17:40:45.5526532Z copying build\lib.win-amd64-cpython-39\torch\cuda\_memory_viz.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-07T17:40:45.5532547Z copying build\lib.win-amd64-cpython-39\torch\cuda\_sanitizer.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-07T17:40:45.5538593Z copying build\lib.win-amd64-cpython-39\torch\cuda\_utils.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-07T17:40:45.5544183Z copying build\lib.win-amd64-cpython-39\torch\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-07T17:40:45.5551415Z creating build\bdist.win-amd64\wheel\torch\distributed 2024-08-07T17:40:45.5555033Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms 2024-08-07T17:40:45.5558361Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\ddp_comm_hooks 2024-08-07T17:40:45.5561799Z 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-08-07T17:40:45.5568434Z 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-08-07T17:40:45.5574598Z 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-08-07T17:40:45.5585512Z 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-08-07T17:40:45.5591317Z 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-08-07T17:40:45.5597162Z 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-08-07T17:40:45.5602871Z 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-08-07T17:40:45.5609353Z 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-08-07T17:40:45.5615088Z 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-08-07T17:40:45.5621449Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\join.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms 2024-08-07T17:40:45.5627469Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\model_averaging 2024-08-07T17:40:45.5630324Z 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-08-07T17:40:45.5636578Z 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-08-07T17:40:45.5642259Z 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-08-07T17:40:45.5658541Z 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-08-07T17:40:45.5663721Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_checkpoint 2024-08-07T17:40:45.5671654Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_checkpoint 2024-08-07T17:40:45.5678203Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_checkpoint 2024-08-07T17:40:45.5683431Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_comm_hooks 2024-08-07T17:40:45.5686895Z 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-08-07T17:40:45.5692927Z 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-08-07T17:40:45.5698847Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_optimizer_overlap 2024-08-07T17:40:45.5701989Z 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-08-07T17:40:45.5707642Z 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-08-07T17:40:45.5713491Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_quantization 2024-08-07T17:40:45.5716872Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization\quantization.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_quantization 2024-08-07T17:40:45.5722880Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_quantization 2024-08-07T17:40:45.5727349Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms 2024-08-07T17:40:45.5732737Z copying build\lib.win-amd64-cpython-39\torch\distributed\argparse_util.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-07T17:40:45.5738903Z creating build\bdist.win-amd64\wheel\torch\distributed\autograd 2024-08-07T17:40:45.5742192Z copying build\lib.win-amd64-cpython-39\torch\distributed\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\autograd 2024-08-07T17:40:45.5748229Z copying build\lib.win-amd64-cpython-39\torch\distributed\c10d_logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-07T17:40:45.5761698Z creating build\bdist.win-amd64\wheel\torch\distributed\checkpoint 2024-08-07T17:40:45.5764961Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-07T17:40:45.5770941Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\default_planner.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-07T17:40:45.5777345Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\filesystem.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-07T17:40:45.5783644Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\format_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-07T17:40:45.5795974Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-07T17:40:45.5801324Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-07T17:40:45.5806286Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-07T17:40:45.5812272Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-07T17:40:45.5817747Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\planner.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-07T17:40:45.5822921Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\planner_helpers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-07T17:40:45.5828256Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\resharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-07T17:40:45.5833703Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\staging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-07T17:40:45.5839164Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\stateful.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-07T17:40:45.5844796Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-07T17:40:45.5850971Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict_loader.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-07T17:40:45.5856735Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict_saver.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-07T17:40:45.5861809Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\storage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-07T17:40:45.5867123Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-07T17:40:45.5872351Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_checkpointer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-07T17:40:45.5877701Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_dedup_save_plans.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-07T17:40:45.5882986Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_dedup_tensors.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-07T17:40:45.5888310Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_fsspec_filesystem.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-07T17:40:45.5918357Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_nested_dict.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-07T17:40:45.5929471Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_sharded_tensor_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-07T17:40:45.5935536Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_storage_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-07T17:40:45.5941365Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_traverse.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-07T17:40:45.5950638Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-07T17:40:45.5955570Z copying build\lib.win-amd64-cpython-39\torch\distributed\collective_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-07T17:40:45.5960975Z copying build\lib.win-amd64-cpython-39\torch\distributed\constants.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-07T17:40:45.5966209Z copying build\lib.win-amd64-cpython-39\torch\distributed\device_mesh.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-07T17:40:45.5972046Z copying build\lib.win-amd64-cpython-39\torch\distributed\distributed_c10d.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-07T17:40:45.5979913Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic 2024-08-07T17:40:45.5983040Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\agent 2024-08-07T17:40:45.5985956Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\agent\server 2024-08-07T17:40:45.5988678Z 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-08-07T17:40:45.5994800Z 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-08-07T17:40:45.6000862Z 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-08-07T17:40:45.6006963Z 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-08-07T17:40:45.6012734Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent 2024-08-07T17:40:45.6017442Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\control_plane.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic 2024-08-07T17:40:45.6023563Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\events 2024-08-07T17:40:45.6026274Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2024-08-07T17:40:45.6056456Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2024-08-07T17:40:45.6061610Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2024-08-07T17:40:45.6067634Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\metrics 2024-08-07T17:40:45.6070856Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\metrics 2024-08-07T17:40:45.6076825Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\metrics 2024-08-07T17:40:45.6082932Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing 2024-08-07T17:40:45.6093573Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2024-08-07T17:40:45.6100304Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing\errors 2024-08-07T17:40:45.6103300Z 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-08-07T17:40:45.6109117Z 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-08-07T17:40:45.6114522Z 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-08-07T17:40:45.6120239Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\redirects.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2024-08-07T17:40:45.6126454Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-08-07T17:40:45.6137408Z 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-08-07T17:40:45.6143332Z 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-08-07T17:40:45.6149354Z 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-08-07T17:40:45.6154728Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\tail_log.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2024-08-07T17:40:45.6160519Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2024-08-07T17:40:45.6166590Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\rendezvous 2024-08-07T17:40:45.6169596Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-08-07T17:40:45.6175414Z 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-08-07T17:40:45.6181268Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\dynamic_rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-08-07T17:40:45.6194389Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-08-07T17:40:45.6201129Z 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-08-07T17:40:45.6207126Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_server.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-08-07T17:40:45.6213607Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_store.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-08-07T17:40:45.6219439Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-08-07T17:40:45.6225291Z 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-08-07T17:40:45.6231478Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-08-07T17:40:45.6237025Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-08-07T17:40:45.6243448Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\timer 2024-08-07T17:40:45.6246017Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2024-08-07T17:40:45.6251848Z 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-08-07T17:40:45.6257558Z 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-08-07T17:40:45.6263594Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\local_timer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2024-08-07T17:40:45.6275068Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2024-08-07T17:40:45.6281237Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\utils 2024-08-07T17:40:45.6284412Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-08-07T17:40:45.6290626Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\utils\data 2024-08-07T17:40:45.6293540Z 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-08-07T17:40:45.6299432Z 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-08-07T17:40:45.6305126Z 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-08-07T17:40:45.6310619Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\distributed.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-08-07T17:40:45.6316238Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\logging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-08-07T17:40:45.6322254Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\log_level.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-08-07T17:40:45.6333495Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\store.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-08-07T17:40:45.6338641Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-08-07T17:40:45.6344057Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic 2024-08-07T17:40:45.6349922Z creating build\bdist.win-amd64\wheel\torch\distributed\fsdp 2024-08-07T17:40:45.6352656Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-07T17:40:45.6358544Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\fully_sharded_data_parallel.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-07T17:40:45.6365408Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\sharded_grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-07T17:40:45.6371029Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\wrap.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-07T17:40:45.6376732Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_common_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-07T17:40:45.6390805Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-07T17:40:45.6396202Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_dynamo_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-07T17:40:45.6401971Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_exec_order_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-07T17:40:45.6407628Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_flat_param.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-07T17:40:45.6414523Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fsdp_extensions.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-07T17:40:45.6419772Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_init_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-07T17:40:45.6425670Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_limiter_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-07T17:40:45.6430888Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_optim_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-07T17:40:45.6437704Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_runtime_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-07T17:40:45.6443911Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_shard_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-07T17:40:45.6449885Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_state_dict_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-07T17:40:45.6456284Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_trace_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-07T17:40:45.6462278Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_traversal_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-07T17:40:45.6468260Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_unshard_param_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-07T17:40:45.6474060Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_wrap_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-07T17:40:45.6486903Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-07T17:40:45.6496425Z copying build\lib.win-amd64-cpython-39\torch\distributed\launch.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-07T17:40:45.6502720Z creating build\bdist.win-amd64\wheel\torch\distributed\launcher 2024-08-07T17:40:45.6505547Z copying build\lib.win-amd64-cpython-39\torch\distributed\launcher\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\launcher 2024-08-07T17:40:45.6511166Z copying build\lib.win-amd64-cpython-39\torch\distributed\launcher\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\launcher 2024-08-07T17:40:45.6516662Z copying build\lib.win-amd64-cpython-39\torch\distributed\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-07T17:40:45.6526262Z creating build\bdist.win-amd64\wheel\torch\distributed\nn 2024-08-07T17:40:45.6528761Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\api 2024-08-07T17:40:45.6532629Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\api\remote_module.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\api 2024-08-07T17:40:45.6544608Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\api\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\api 2024-08-07T17:40:45.6548965Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\functional.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn 2024-08-07T17:40:45.6555808Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\jit 2024-08-07T17:40:45.6558891Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\instantiator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit 2024-08-07T17:40:45.6565193Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\jit\templates 2024-08-07T17:40:45.6568784Z 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-08-07T17:40:45.6574747Z 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-08-07T17:40:45.6579175Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit 2024-08-07T17:40:45.6583941Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn 2024-08-07T17:40:45.6590279Z creating build\bdist.win-amd64\wheel\torch\distributed\optim 2024-08-07T17:40:45.6593735Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\apply_optimizer_in_backward.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-07T17:40:45.6599660Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adadelta.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-07T17:40:45.6605447Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adagrad.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-07T17:40:45.6616804Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adam.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-07T17:40:45.6622695Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adamax.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-07T17:40:45.6628828Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adamw.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-07T17:40:45.6634868Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_rmsprop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-07T17:40:45.6640836Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_rprop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-07T17:40:45.6651120Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_sgd.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-07T17:40:45.6656891Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\named_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-07T17:40:45.6662688Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-07T17:40:45.6669108Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\post_localSGD_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-07T17:40:45.6674891Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-07T17:40:45.6681034Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\zero_redundancy_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-07T17:40:45.6688240Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\zero_redundancy_optimizer.pyi -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-07T17:40:45.6694285Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-07T17:40:45.6700641Z creating build\bdist.win-amd64\wheel\torch\distributed\pipelining 2024-08-07T17:40:45.6703486Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\microbatch.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-08-07T17:40:45.6709674Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\schedules.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-08-07T17:40:45.6716432Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\stage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-08-07T17:40:45.6723056Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_backward.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-08-07T17:40:45.6737474Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_debug.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-08-07T17:40:45.6743060Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_IR.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-08-07T17:40:45.6749710Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_unflatten.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-08-07T17:40:45.6755515Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-08-07T17:40:45.6761294Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-08-07T17:40:45.6767187Z copying build\lib.win-amd64-cpython-39\torch\distributed\remote_device.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-07T17:40:45.6773028Z copying build\lib.win-amd64-cpython-39\torch\distributed\rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-07T17:40:45.6779456Z creating build\bdist.win-amd64\wheel\torch\distributed\rpc 2024-08-07T17:40:45.6782245Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-08-07T17:40:45.6788528Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\backend_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-08-07T17:40:45.6794643Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\constants.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-08-07T17:40:45.6800541Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\functions.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-08-07T17:40:45.6812627Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\internal.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-08-07T17:40:45.6818350Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\options.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-08-07T17:40:45.6823991Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\rref_proxy.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-08-07T17:40:45.6829882Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\server_process_global_profiler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-08-07T17:40:45.6835977Z creating build\bdist.win-amd64\wheel\torch\distributed\rpc\_testing 2024-08-07T17:40:45.6839562Z 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-08-07T17:40:45.6845367Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc\_testing 2024-08-07T17:40:45.6850773Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-08-07T17:40:45.6856527Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-08-07T17:40:45.6862145Z copying build\lib.win-amd64-cpython-39\torch\distributed\run.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-07T17:40:45.6869118Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor 2024-08-07T17:40:45.6872280Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\parallel 2024-08-07T17:40:45.6875565Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-08-07T17:40:45.6881406Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\ddp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-08-07T17:40:45.6887033Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\fsdp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-08-07T17:40:45.6892817Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\input_reshard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-08-07T17:40:45.6898359Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\loss.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-08-07T17:40:45.6904354Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\style.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-08-07T17:40:45.6918645Z 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-08-07T17:40:45.6924642Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-08-07T17:40:45.6930347Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-08-07T17:40:45.6936153Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-08-07T17:40:45.6940781Z copying build\lib.win-amd64-cpython-39\torch\distributed\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-07T17:40:45.6946537Z copying build\lib.win-amd64-cpython-39\torch\distributed\_checkpointable.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-07T17:40:45.6953295Z creating build\bdist.win-amd64\wheel\torch\distributed\_composable 2024-08-07T17:40:45.6961841Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\checkpoint_activation.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-08-07T17:40:45.6967620Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\contract.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-08-07T17:40:45.6973802Z creating build\bdist.win-amd64\wheel\torch\distributed\_composable\fsdp 2024-08-07T17:40:45.6977135Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\fully_shard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-08-07T17:40:45.6983469Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\_fsdp_api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-08-07T17:40:45.6989631Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\_fsdp_collectives.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-08-07T17:40:45.6995853Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\_fsdp_common.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-08-07T17:40:45.7007129Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\_fsdp_init.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-08-07T17:40:45.7013094Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\_fsdp_param.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-08-07T17:40:45.7019653Z 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-08-07T17:40:45.7026089Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\_fsdp_state.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-08-07T17:40:45.7032525Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-08-07T17:40:45.7038014Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fully_shard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-08-07T17:40:45.7051927Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\replicate.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-08-07T17:40:45.7057948Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-08-07T17:40:45.7063520Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable_state.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-07T17:40:45.7069463Z copying build\lib.win-amd64-cpython-39\torch\distributed\_functional_collectives.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-07T17:40:45.7076037Z copying build\lib.win-amd64-cpython-39\torch\distributed\_functional_collectives_impl.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-07T17:40:45.7082001Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard 2024-08-07T17:40:45.7085251Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-08-07T17:40:45.7090997Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\checkpoint 2024-08-07T17:40:45.7093799Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\checkpoint 2024-08-07T17:40:45.7098740Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\common_op_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-08-07T17:40:45.7104671Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-08-07T17:40:45.7109785Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\op_registry_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-08-07T17:40:45.7121680Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_optim 2024-08-07T17:40:45.7124597Z 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-08-07T17:40:45.7129771Z 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-08-07T17:40:45.7136087Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_tensor 2024-08-07T17:40:45.7138908Z 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-08-07T17:40:45.7144995Z 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-08-07T17:40:45.7150146Z 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-08-07T17:40:45.7155038Z 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-08-07T17:40:45.7160332Z 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-08-07T17:40:45.7174011Z 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-08-07T17:40:45.7179105Z 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-08-07T17:40:45.7184713Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_tensor\_ops 2024-08-07T17:40:45.7188095Z 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-08-07T17:40:45.7193367Z 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-08-07T17:40:45.7199475Z 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-08-07T17:40:45.7204443Z 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-08-07T17:40:45.7209622Z 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-08-07T17:40:45.7219990Z 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-08-07T17:40:45.7224857Z 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-08-07T17:40:45.7230486Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharder.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-08-07T17:40:45.7236109Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_plan 2024-08-07T17:40:45.7239534Z 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-08-07T17:40:45.7244194Z 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-08-07T17:40:45.7249376Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_spec 2024-08-07T17:40:45.7252262Z 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-08-07T17:40:45.7257508Z 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-08-07T17:40:45.7263362Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2024-08-07T17:40:45.7271855Z 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-08-07T17:40:45.7277430Z 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-08-07T17:40:45.7283219Z 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-08-07T17:40:45.7294843Z 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-08-07T17:40:45.7299646Z 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-08-07T17:40:45.7305453Z 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-08-07T17:40:45.7311021Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-08-07T17:40:45.7316687Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-08-07T17:40:45.7322673Z creating build\bdist.win-amd64\wheel\torch\distributed\_sharded_tensor 2024-08-07T17:40:45.7326055Z copying build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_sharded_tensor 2024-08-07T17:40:45.7332073Z creating build\bdist.win-amd64\wheel\torch\distributed\_sharding_spec 2024-08-07T17:40:45.7335035Z copying build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_sharding_spec 2024-08-07T17:40:45.7340455Z copying build\lib.win-amd64-cpython-39\torch\distributed\_state_dict_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-07T17:40:45.7347405Z creating build\bdist.win-amd64\wheel\torch\distributed\_symmetric_memory 2024-08-07T17:40:45.7350713Z copying build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_symmetric_memory 2024-08-07T17:40:45.7357669Z creating build\bdist.win-amd64\wheel\torch\distributed\_tensor 2024-08-07T17:40:45.7361000Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-07T17:40:45.7367896Z creating build\bdist.win-amd64\wheel\torch\distributed\_tensor\debug 2024-08-07T17:40:45.7370755Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\debug\comm_mode.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\debug 2024-08-07T17:40:45.7377263Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\debug\visualize_sharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\debug 2024-08-07T17:40:45.7382948Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\debug\_op_coverage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\debug 2024-08-07T17:40:45.7388684Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\debug\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\debug 2024-08-07T17:40:45.7402428Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\device_mesh.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-07T17:40:45.7409243Z creating build\bdist.win-amd64\wheel\torch\distributed\_tensor\experimental 2024-08-07T17:40:45.7412127Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\experimental\attention.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\experimental 2024-08-07T17:40:45.7418377Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\experimental\local_map.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\experimental 2024-08-07T17:40:45.7424403Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\experimental\register_sharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\experimental 2024-08-07T17:40:45.7436308Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\experimental\tp_transform.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\experimental 2024-08-07T17:40:45.7442557Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\experimental 2024-08-07T17:40:45.7448443Z creating build\bdist.win-amd64\wheel\torch\distributed\_tensor\ops 2024-08-07T17:40:45.7456934Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\ops 2024-08-07T17:40:45.7462759Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops\_common_rules.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\ops 2024-08-07T17:40:45.7468962Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops\_conv_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\ops 2024-08-07T17:40:45.7475319Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops\_einsum_strategy.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\ops 2024-08-07T17:40:45.7485779Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops\_embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\ops 2024-08-07T17:40:45.7491574Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops\_experimental_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\ops 2024-08-07T17:40:45.7496961Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops\_math_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\ops 2024-08-07T17:40:45.7503517Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops\_matrix_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\ops 2024-08-07T17:40:45.7509336Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops\_pointwise_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\ops 2024-08-07T17:40:45.7515261Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops\_random_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\ops 2024-08-07T17:40:45.7521123Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops\_tensor_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\ops 2024-08-07T17:40:45.7527054Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops\_view_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\ops 2024-08-07T17:40:45.7532995Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\ops 2024-08-07T17:40:45.7538162Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\placement_types.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-07T17:40:45.7544182Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\random.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-07T17:40:45.7549602Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\_collective_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-07T17:40:45.7555068Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\_dispatch.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-07T17:40:45.7561060Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\_op_schema.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-07T17:40:45.7567044Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\_redistribute.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-07T17:40:45.7572555Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\_sharding_prop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-07T17:40:45.7578493Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\_shards_wrapper.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-07T17:40:45.7583991Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\_tp_conv.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-07T17:40:45.7589385Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-07T17:40:45.7594941Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-07T17:40:45.7600979Z creating build\bdist.win-amd64\wheel\torch\distributed\_tools 2024-08-07T17:40:45.7603737Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\fsdp2_mem_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-08-07T17:40:45.7609616Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\memory_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-08-07T17:40:45.7615026Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\mem_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-08-07T17:40:45.7640301Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\mod_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-08-07T17:40:45.7655033Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-08-07T17:40:45.7660516Z copying build\lib.win-amd64-cpython-39\torch\distributed\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-07T17:40:45.7672841Z creating build\bdist.win-amd64\wheel\torch\distributions 2024-08-07T17:40:45.7676254Z copying build\lib.win-amd64-cpython-39\torch\distributions\bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7682295Z copying build\lib.win-amd64-cpython-39\torch\distributions\beta.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7688386Z copying build\lib.win-amd64-cpython-39\torch\distributions\binomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7694132Z copying build\lib.win-amd64-cpython-39\torch\distributions\categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7705008Z copying build\lib.win-amd64-cpython-39\torch\distributions\cauchy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7710508Z copying build\lib.win-amd64-cpython-39\torch\distributions\chi2.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7716113Z copying build\lib.win-amd64-cpython-39\torch\distributions\constraints.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7722767Z copying build\lib.win-amd64-cpython-39\torch\distributions\constraint_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7728715Z copying build\lib.win-amd64-cpython-39\torch\distributions\continuous_bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7734484Z copying build\lib.win-amd64-cpython-39\torch\distributions\dirichlet.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7740792Z copying build\lib.win-amd64-cpython-39\torch\distributions\distribution.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7746681Z copying build\lib.win-amd64-cpython-39\torch\distributions\exponential.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7752456Z copying build\lib.win-amd64-cpython-39\torch\distributions\exp_family.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7757939Z copying build\lib.win-amd64-cpython-39\torch\distributions\fishersnedecor.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7763719Z copying build\lib.win-amd64-cpython-39\torch\distributions\gamma.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7768877Z copying build\lib.win-amd64-cpython-39\torch\distributions\geometric.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7774356Z copying build\lib.win-amd64-cpython-39\torch\distributions\gumbel.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7779896Z copying build\lib.win-amd64-cpython-39\torch\distributions\half_cauchy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7785114Z copying build\lib.win-amd64-cpython-39\torch\distributions\half_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7790542Z copying build\lib.win-amd64-cpython-39\torch\distributions\independent.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7795848Z copying build\lib.win-amd64-cpython-39\torch\distributions\inverse_gamma.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7801152Z copying build\lib.win-amd64-cpython-39\torch\distributions\kl.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7807289Z copying build\lib.win-amd64-cpython-39\torch\distributions\kumaraswamy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7817603Z copying build\lib.win-amd64-cpython-39\torch\distributions\laplace.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7822780Z copying build\lib.win-amd64-cpython-39\torch\distributions\lkj_cholesky.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7828110Z copying build\lib.win-amd64-cpython-39\torch\distributions\logistic_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7833329Z copying build\lib.win-amd64-cpython-39\torch\distributions\log_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7839501Z copying build\lib.win-amd64-cpython-39\torch\distributions\lowrank_multivariate_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7845283Z copying build\lib.win-amd64-cpython-39\torch\distributions\mixture_same_family.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7850663Z copying build\lib.win-amd64-cpython-39\torch\distributions\multinomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7856026Z copying build\lib.win-amd64-cpython-39\torch\distributions\multivariate_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7861562Z copying build\lib.win-amd64-cpython-39\torch\distributions\negative_binomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7873997Z copying build\lib.win-amd64-cpython-39\torch\distributions\normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7879311Z copying build\lib.win-amd64-cpython-39\torch\distributions\one_hot_categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7884628Z copying build\lib.win-amd64-cpython-39\torch\distributions\pareto.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7889745Z copying build\lib.win-amd64-cpython-39\torch\distributions\poisson.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7894968Z copying build\lib.win-amd64-cpython-39\torch\distributions\relaxed_bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7900542Z copying build\lib.win-amd64-cpython-39\torch\distributions\relaxed_categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7905823Z copying build\lib.win-amd64-cpython-39\torch\distributions\studentT.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7911046Z copying build\lib.win-amd64-cpython-39\torch\distributions\transformed_distribution.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7916292Z copying build\lib.win-amd64-cpython-39\torch\distributions\transforms.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7922450Z copying build\lib.win-amd64-cpython-39\torch\distributions\uniform.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7927562Z copying build\lib.win-amd64-cpython-39\torch\distributions\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7932745Z copying build\lib.win-amd64-cpython-39\torch\distributions\von_mises.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7938126Z copying build\lib.win-amd64-cpython-39\torch\distributions\weibull.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7948408Z copying build\lib.win-amd64-cpython-39\torch\distributions\wishart.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7953905Z copying build\lib.win-amd64-cpython-39\torch\distributions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-07T17:40:45.7959742Z creating build\bdist.win-amd64\wheel\torch\export 2024-08-07T17:40:45.7963131Z copying build\lib.win-amd64-cpython-39\torch\export\custom_obj.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-07T17:40:45.7969125Z copying build\lib.win-amd64-cpython-39\torch\export\dynamic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-07T17:40:45.7976265Z creating build\bdist.win-amd64\wheel\torch\export\experimental 2024-08-07T17:40:45.7979083Z copying build\lib.win-amd64-cpython-39\torch\export\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export\experimental 2024-08-07T17:40:45.7985163Z copying build\lib.win-amd64-cpython-39\torch\export\exported_program.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-07T17:40:45.8042293Z copying build\lib.win-amd64-cpython-39\torch\export\graph_signature.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-07T17:40:45.8048512Z copying build\lib.win-amd64-cpython-39\torch\export\unflatten.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-07T17:40:45.8055614Z copying build\lib.win-amd64-cpython-39\torch\export\_remove_auto_functionalized_pass.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-07T17:40:45.8061660Z copying build\lib.win-amd64-cpython-39\torch\export\_remove_effect_tokens_pass.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-07T17:40:45.8067507Z copying build\lib.win-amd64-cpython-39\torch\export\_safeguard.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-07T17:40:45.8073159Z copying build\lib.win-amd64-cpython-39\torch\export\_trace.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-07T17:40:45.8080487Z copying build\lib.win-amd64-cpython-39\torch\export\_tree_utils.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-07T17:40:45.8086370Z copying build\lib.win-amd64-cpython-39\torch\export\_unlift.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-07T17:40:45.8092516Z copying build\lib.win-amd64-cpython-39\torch\export\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-07T17:40:45.8098640Z creating build\bdist.win-amd64\wheel\torch\fft 2024-08-07T17:40:45.8101390Z copying build\lib.win-amd64-cpython-39\torch\fft\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fft 2024-08-07T17:40:45.8108333Z creating build\bdist.win-amd64\wheel\torch\func 2024-08-07T17:40:45.8111615Z copying build\lib.win-amd64-cpython-39\torch\func\__init__.py -> build\bdist.win-amd64\wheel\.\torch\func 2024-08-07T17:40:45.8117354Z copying build\lib.win-amd64-cpython-39\torch\functional.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:45.8124768Z creating build\bdist.win-amd64\wheel\torch\futures 2024-08-07T17:40:45.8127598Z copying build\lib.win-amd64-cpython-39\torch\futures\__init__.py -> build\bdist.win-amd64\wheel\.\torch\futures 2024-08-07T17:40:45.8134007Z creating build\bdist.win-amd64\wheel\torch\fx 2024-08-07T17:40:45.8136954Z copying build\lib.win-amd64-cpython-39\torch\fx\annotate.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-07T17:40:45.8142561Z copying build\lib.win-amd64-cpython-39\torch\fx\config.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-07T17:40:45.8148669Z creating build\bdist.win-amd64\wheel\torch\fx\experimental 2024-08-07T17:40:45.8151639Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\accelerator_partitioner.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-07T17:40:45.8158344Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\const_fold.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-07T17:40:45.8164050Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\debug.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-07T17:40:45.8181396Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\graph_gradual_typechecker.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-07T17:40:45.8188327Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\merge_matmul.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-07T17:40:45.8193992Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\meta_tracer.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-07T17:40:45.8200827Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\migrate_gradual_types 2024-08-07T17:40:45.8203816Z 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-08-07T17:40:45.8210193Z 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-08-07T17:40:45.8216634Z 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-08-07T17:40:45.8229654Z 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-08-07T17:40:45.8235519Z 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-08-07T17:40:45.8241831Z 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-08-07T17:40:45.8247451Z 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-08-07T17:40:45.8253351Z 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-08-07T17:40:45.8257987Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\normalize.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-07T17:40:45.8263816Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\optimization.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-07T17:40:45.8270208Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\partitioner_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-07T17:40:45.8276037Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\proxy_tensor.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-07T17:40:45.8283665Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\recording.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-07T17:40:45.8290131Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\refinement_types.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-07T17:40:45.8295633Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\rewriter.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-07T17:40:45.8301149Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\schema_type_annotation.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-07T17:40:45.8306715Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\symbolic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-07T17:40:45.8314553Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\sym_node.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-07T17:40:45.8322387Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\unification 2024-08-07T17:40:45.8325199Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\core.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-08-07T17:40:45.8330435Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\dispatch.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-08-07T17:40:45.8335249Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\match.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-08-07T17:40:45.8340263Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\more.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-08-07T17:40:45.8346243Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\unification\multipledispatch 2024-08-07T17:40:45.8359031Z 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-08-07T17:40:45.8364478Z 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-08-07T17:40:45.8369933Z 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-08-07T17:40:45.8375442Z 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-08-07T17:40:45.8380871Z 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-08-07T17:40:45.8392582Z 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-08-07T17:40:45.8398618Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\unification_tools.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-08-07T17:40:45.8404481Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-08-07T17:40:45.8410619Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\variable.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-08-07T17:40:45.8415952Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-08-07T17:40:45.8421452Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unify_refinements.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-07T17:40:45.8427148Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\validator.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-07T17:40:45.8439940Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_backward_state.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-07T17:40:45.8445674Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_config.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-07T17:40:45.8451807Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-07T17:40:45.8456208Z copying build\lib.win-amd64-cpython-39\torch\fx\graph.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-07T17:40:45.8462850Z copying build\lib.win-amd64-cpython-39\torch\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-07T17:40:45.8476314Z copying build\lib.win-amd64-cpython-39\torch\fx\immutable_collections.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-07T17:40:45.8482308Z copying build\lib.win-amd64-cpython-39\torch\fx\interpreter.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-07T17:40:45.8488722Z copying build\lib.win-amd64-cpython-39\torch\fx\node.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-07T17:40:45.8495210Z copying build\lib.win-amd64-cpython-39\torch\fx\operator_schemas.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-07T17:40:45.8502108Z creating build\bdist.win-amd64\wheel\torch\fx\passes 2024-08-07T17:40:45.8505891Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\annotate_getitem_nodes.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-07T17:40:45.8512226Z creating build\bdist.win-amd64\wheel\torch\fx\passes\backends 2024-08-07T17:40:45.8515168Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\backends\cudagraphs.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\backends 2024-08-07T17:40:45.8521072Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\backends 2024-08-07T17:40:45.8526073Z creating build\bdist.win-amd64\wheel\torch\fx\passes\dialect 2024-08-07T17:40:45.8528970Z creating build\bdist.win-amd64\wheel\torch\fx\passes\dialect\common 2024-08-07T17:40:45.8532231Z 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-08-07T17:40:45.8538044Z 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-08-07T17:40:45.8542827Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\dialect 2024-08-07T17:40:45.8547360Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\fake_tensor_prop.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-07T17:40:45.8553393Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_drawer.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-07T17:40:45.8568961Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_manipulation.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-07T17:40:45.8574990Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_transform_observer.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-07T17:40:45.8581126Z creating build\bdist.win-amd64\wheel\torch\fx\passes\infra 2024-08-07T17:40:45.8584548Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\partitioner.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2024-08-07T17:40:45.8590283Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\pass_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2024-08-07T17:40:45.8610082Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2024-08-07T17:40:45.8615838Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2024-08-07T17:40:45.8626971Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\net_min_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-07T17:40:45.8632983Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\operator_support.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-07T17:40:45.8638478Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\param_fetch.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-07T17:40:45.8643918Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-07T17:40:45.8649324Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\reinplace.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-07T17:40:45.8655398Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\runtime_assert.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-07T17:40:45.8662821Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\shape_prop.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-07T17:40:45.8668319Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\splitter_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-07T17:40:45.8675473Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\split_module.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-07T17:40:45.8681593Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\split_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-07T17:40:45.8687682Z creating build\bdist.win-amd64\wheel\torch\fx\passes\tests 2024-08-07T17:40:45.8690750Z 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-08-07T17:40:45.8696114Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tests\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\tests 2024-08-07T17:40:45.8700404Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tools_common.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-07T17:40:45.8706431Z creating build\bdist.win-amd64\wheel\torch\fx\passes\utils 2024-08-07T17:40:45.8719788Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2024-08-07T17:40:45.8726012Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\fuser_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2024-08-07T17:40:45.8731599Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\matcher_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2024-08-07T17:40:45.8738615Z 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-08-07T17:40:45.8800715Z 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-08-07T17:40:45.8805803Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2024-08-07T17:40:45.8811594Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-07T17:40:45.8817455Z copying build\lib.win-amd64-cpython-39\torch\fx\proxy.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-07T17:40:45.8823500Z copying build\lib.win-amd64-cpython-39\torch\fx\subgraph_rewriter.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-07T17:40:45.8829613Z copying build\lib.win-amd64-cpython-39\torch\fx\tensor_type.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-07T17:40:45.8834836Z copying build\lib.win-amd64-cpython-39\torch\fx\traceback.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-07T17:40:45.8840229Z copying build\lib.win-amd64-cpython-39\torch\fx\_compatibility.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-07T17:40:45.8845561Z copying build\lib.win-amd64-cpython-39\torch\fx\_lazy_graph_module.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-07T17:40:45.8851293Z copying build\lib.win-amd64-cpython-39\torch\fx\_pytree.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-07T17:40:45.8856547Z copying build\lib.win-amd64-cpython-39\torch\fx\_symbolic_trace.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-07T17:40:45.8863279Z copying build\lib.win-amd64-cpython-39\torch\fx\_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-07T17:40:45.8868628Z copying build\lib.win-amd64-cpython-39\torch\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-07T17:40:45.8873769Z copying build\lib.win-amd64-cpython-39\torch\fx\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-07T17:40:45.8878754Z copying build\lib.win-amd64-cpython-39\torch\hub.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:45.8885342Z creating build\bdist.win-amd64\wheel\torch\include 2024-08-07T17:40:45.8890045Z creating build\bdist.win-amd64\wheel\torch\include\ATen 2024-08-07T17:40:45.8913921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\AccumulateType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:45.8919501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:45.8924467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ATen.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:45.8929762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\autocast_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:45.8936231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Backend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:45.8954849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:45.8960261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\BlasBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:45.8965765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CachedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:45.8971164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ceil_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:45.8976510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\code_template.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:45.8981858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CollapseDims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:45.8987718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:45.8993269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:45.9000092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:45.9005778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:45.9012272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:45.9017973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:45.9025731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:45.9031100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:45.9044997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Config.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:45.9050333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Context.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:45.9057684Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core 2024-08-07T17:40:45.9060431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\alias_info.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9065867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Array.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9071117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATenGeneral.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9076183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATenOpList.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9088481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATen_fwd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9093731Z 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-08-07T17:40:45.9100347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATen_pch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9105760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9110887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\blob.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9116863Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\boxing 2024-08-07T17:40:45.9119751Z 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-08-07T17:40:45.9125301Z 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-08-07T17:40:45.9131493Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\boxing\impl 2024-08-07T17:40:45.9134352Z 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-08-07T17:40:45.9140036Z 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-08-07T17:40:45.9145918Z 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-08-07T17:40:45.9151751Z 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-08-07T17:40:45.9164303Z 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-08-07T17:40:45.9170350Z 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-08-07T17:40:45.9181377Z 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-08-07T17:40:45.9186741Z 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-08-07T17:40:45.9192200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\builtin_function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9198256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9204380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\CheckMemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9210495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\class_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9215781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\custom_class.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9221373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DeprecatedTypeProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9227067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9232379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dict.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9237762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dict_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9243172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9248307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9253954Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\dispatch 2024-08-07T17:40:45.9256951Z 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-08-07T17:40:45.9262317Z 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-08-07T17:40:45.9268498Z 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-08-07T17:40:45.9273719Z 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-08-07T17:40:45.9342152Z 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-08-07T17:40:45.9347443Z 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-08-07T17:40:45.9352945Z 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-08-07T17:40:45.9358293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DistributionsHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9477906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dynamic_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9483411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\enum_tag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9488242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\enum_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9493648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Formatting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9499092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9504325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9509815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\function_schema.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9539915Z 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-08-07T17:40:45.9545572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9551407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\GeneratorForPrivateuseone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9556860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\grad_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9568463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\IListRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9574357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\IListRef_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9579889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\interned_strings.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9585526Z 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-08-07T17:40:45.9591246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9597502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9604208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9609803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\jit_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9620801Z 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-08-07T17:40:45.9627536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\LegacyTypeDispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9642525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\List.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9648808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\List_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9663237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\MT19937RNGEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9664483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\NamedTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9667190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\NestedIntSymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9673113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\operator_name.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9679814Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\op_registration 2024-08-07T17:40:45.9682660Z 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-08-07T17:40:45.9688298Z 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-08-07T17:40:45.9693920Z 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-08-07T17:40:45.9699588Z 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-08-07T17:40:45.9712498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PhiloxRNGEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9718574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PythonFallbackKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9724281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PythonOpRegistrationTrampoline.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9730169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\qualified_name.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9741704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\QuantizerBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9747409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9753033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Reduction.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9758774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\rref_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9764625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9770251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9775774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9781543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\symbol.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9787341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9793262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9799276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9805908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorBody.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9830144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TorchDispatchUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9835842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TransformationHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9841370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9851462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\type_factory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9857808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\type_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9862984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\UndefinedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9868444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\UnsafeFromTH.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9874085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\VariableHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9879562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Variadic.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9884922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Vitals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-07T17:40:45.9890234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpp_custom_type_hack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:45.9896337Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu 2024-08-07T17:40:45.9899161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\FlushDenormal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2024-08-07T17:40:45.9904111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2024-08-07T17:40:45.9909563Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec 2024-08-07T17:40:45.9912404Z 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-08-07T17:40:45.9917776Z 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-08-07T17:40:45.9923263Z 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-08-07T17:40:45.9929287Z 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-08-07T17:40:45.9947381Z 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-08-07T17:40:45.9952990Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256 2024-08-07T17:40:45.9955830Z 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-08-07T17:40:45.9961598Z 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-08-07T17:40:45.9989444Z 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-08-07T17:40:45.9994497Z 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-08-07T17:40:46.0005976Z 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-08-07T17:40:46.0011811Z 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-08-07T17:40:46.0017730Z 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-08-07T17:40:46.0023037Z 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-08-07T17:40:46.0028390Z 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-08-07T17:40:46.0034295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_float_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2024-08-07T17:40:46.0040768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_half_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2024-08-07T17:40:46.0047375Z 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-08-07T17:40:46.0054404Z 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-08-07T17:40:46.0060543Z 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-08-07T17:40:46.0067930Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256\vsx 2024-08-07T17:40:46.0070868Z 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-08-07T17:40:46.0076874Z 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-08-07T17:40:46.0082667Z 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-08-07T17:40:46.0095362Z 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-08-07T17:40:46.0101935Z 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-08-07T17:40:46.0108094Z 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-08-07T17:40:46.0114778Z 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-08-07T17:40:46.0121469Z 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-08-07T17:40:46.0127490Z 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-08-07T17:40:46.0133449Z 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-08-07T17:40:46.0139391Z 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-08-07T17:40:46.0146906Z 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-08-07T17:40:46.0152902Z 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-08-07T17:40:46.0164296Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256\zarch 2024-08-07T17:40:46.0167537Z 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-08-07T17:40:46.0175188Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec512 2024-08-07T17:40:46.0178030Z 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-08-07T17:40:46.0183918Z 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-08-07T17:40:46.0190858Z 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-08-07T17:40:46.0197549Z 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-08-07T17:40:46.0213465Z 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-08-07T17:40:46.0219313Z 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-08-07T17:40:46.0225546Z 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-08-07T17:40:46.0231893Z 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-08-07T17:40:46.0239311Z 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-08-07T17:40:46.0245442Z 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-08-07T17:40:46.0252366Z 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-08-07T17:40:46.0258743Z 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-08-07T17:40:46.0264561Z 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-08-07T17:40:46.0270218Z 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-08-07T17:40:46.0275923Z 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-08-07T17:40:46.0281815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vml.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2024-08-07T17:40:46.0287424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUApplyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.0293661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFixedAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.0299397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.0306108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.0312573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.0319478Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda 2024-08-07T17:40:46.0322375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ApplyGridUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0328021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\AsmUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0333628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ATenCUDAGeneral.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0339123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Atomic.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0345296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0362516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0368273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0373967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub_definitions.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0380147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAApplyUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0386429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDABlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0392202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0397431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAContextLight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0403404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDADataType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0408657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDADevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0413630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0419702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0425105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGraph.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0430318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGraphsUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0440205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0445543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparseBlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0451579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparseDescriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0463363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDATensorMethods.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0468407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0474186Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda\detail 2024-08-07T17:40:46.0477249Z 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-08-07T17:40:46.0482692Z 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-08-07T17:40:46.0487804Z 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-08-07T17:40:46.0493021Z 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-08-07T17:40:46.0505165Z 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-08-07T17:40:46.0510349Z 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-08-07T17:40:46.0516264Z 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-08-07T17:40:46.0521831Z 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-08-07T17:40:46.0530419Z 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-08-07T17:40:46.0536251Z 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-08-07T17:40:46.0541556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\DeviceUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0546777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0551963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0557398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\jiterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0562674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\jiterator_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0568062Z 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-08-07T17:40:46.0573184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\NumericLimits.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0586477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PeerToPeerAccess.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0591730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PhiloxCudaState.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0596797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PhiloxUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0601878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PinnedMemoryAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0607421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ScanUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0613306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Sleep.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0618729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ThrustAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-07T17:40:46.0625134Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda\tunable 2024-08-07T17:40:46.0628104Z 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-08-07T17:40:46.0633887Z 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-08-07T17:40:46.0640936Z 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-08-07T17:40:46.0646738Z 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-08-07T17:40:46.0658599Z 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-08-07T17:40:46.0664212Z 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-08-07T17:40:46.0670053Z 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-08-07T17:40:46.0675920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CUDAFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.0688416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CUDAFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.0695635Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cudnn 2024-08-07T17:40:46.0698493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\cudnn-wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-08-07T17:40:46.0704167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Descriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-08-07T17:40:46.0710100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-08-07T17:40:46.0714823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Handle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-08-07T17:40:46.0725384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Handles.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-08-07T17:40:46.0730551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-08-07T17:40:46.0735730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-08-07T17:40:46.0741729Z creating build\bdist.win-amd64\wheel\torch\include\ATen\detail 2024-08-07T17:40:46.0744979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\AcceleratorHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-08-07T17:40:46.0750758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\CUDAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-08-07T17:40:46.0756750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\FunctionTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-08-07T17:40:46.0767734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\HIPHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-08-07T17:40:46.0773630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\IPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-08-07T17:40:46.0779569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MAIAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-08-07T17:40:46.0785390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MPSHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-08-07T17:40:46.0791315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MTIAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-08-07T17:40:46.0797330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\PrivateUse1HooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-08-07T17:40:46.0803242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\XPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-08-07T17:40:46.0809039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.0815113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DeviceAccelerator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.0820991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.0826704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.0832204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.0837890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.0844313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dispatch_v2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.0851255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\div_rtn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.0856902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DLConvertor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.0862621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\dlpack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.0875915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DynamicLibrary.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.0881755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.0888010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ExpandBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.0893838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ExpandUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.0900210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Formatting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.0905984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FunctionalStorageImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.0912049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FunctionalTensorWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.0918611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Functions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.0926082Z creating build\bdist.win-amd64\wheel\torch\include\ATen\functorch 2024-08-07T17:40:46.0929853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\ADInterpreters.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-07T17:40:46.0935776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchedFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-07T17:40:46.0941471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-07T17:40:46.0953414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchingMetaprogramming.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-07T17:40:46.0959149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchRulesHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-07T17:40:46.0965382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\DynamicLayer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-07T17:40:46.0971243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\FunctionalizeInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-07T17:40:46.0977335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\Interpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-07T17:40:46.0983845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\LegacyVmapTransforms.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-07T17:40:46.0989233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\Macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-07T17:40:46.0994523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\PlumbingHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-07T17:40:46.1000153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\TensorWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-07T17:40:46.1005435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\VmapInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-07T17:40:46.1011209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FuncTorchTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.1026665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.1032071Z creating build\bdist.win-amd64\wheel\torch\include\ATen\hip 2024-08-07T17:40:46.1035053Z creating build\bdist.win-amd64\wheel\torch\include\ATen\hip\impl 2024-08-07T17:40:46.1038141Z 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-08-07T17:40:46.1044233Z 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-08-07T17:40:46.1049321Z 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-08-07T17:40:46.1061642Z 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-08-07T17:40:46.1066830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\InferSize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.1072310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\InitialTensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.1077476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\jiterator_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.1082726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\jit_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.1087784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.1093105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyBatchedFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.1098992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyBatchedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.1104372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyVmapMode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.1120581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyVmapTransforms.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.1125967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LinalgBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.1131249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MapAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.1136588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MatrixRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.1142393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MemoryOverlap.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.1173430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MetaFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.1179090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MetaFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.1184596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MethodOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.1190541Z creating build\bdist.win-amd64\wheel\torch\include\ATen\miopen 2024-08-07T17:40:46.1193341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Descriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-08-07T17:40:46.1198707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-08-07T17:40:46.1203944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Handle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-08-07T17:40:46.1208782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\miopen-wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-08-07T17:40:46.1223089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-08-07T17:40:46.1227980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-08-07T17:40:46.1233592Z creating build\bdist.win-amd64\wheel\torch\include\ATen\mps 2024-08-07T17:40:46.1254227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-08-07T17:40:46.1259596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\IndexKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-08-07T17:40:46.1265315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-08-07T17:40:46.1271069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSAllocatorInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-08-07T17:40:46.1281140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSDevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-08-07T17:40:46.1286490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-08-07T17:40:46.1291632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-08-07T17:40:46.1296951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-08-07T17:40:46.1302869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-08-07T17:40:46.1308728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSProfiler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-08-07T17:40:46.1315410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSStream.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-08-07T17:40:46.1321374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NamedTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.1333346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NamedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.1341779Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native 2024-08-07T17:40:46.1344819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.1350612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\AdaptivePooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.1356328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\AmpKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.1362222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BatchLinearAlgebra.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.1410139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.1415924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BinaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.1421940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BucketizationUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.1427930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CanUse32BitIndexMath.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.1433611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ComplexHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.1439654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CompositeRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.1445324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CompositeRandomAccessorCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.1451097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ConvolutionMM3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.1456777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ConvUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.1463065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.1469572Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\cpu 2024-08-07T17:40:46.1473118Z 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-08-07T17:40:46.1479000Z 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-08-07T17:40:46.1485324Z 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-08-07T17:40:46.1491040Z 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-08-07T17:40:46.1504279Z 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-08-07T17:40:46.1509955Z 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-08-07T17:40:46.1515812Z 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-08-07T17:40:46.1522196Z 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-08-07T17:40:46.1528392Z 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-08-07T17:40:46.1534126Z 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-08-07T17:40:46.1540010Z 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-08-07T17:40:46.1545745Z 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-08-07T17:40:46.1551522Z 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-08-07T17:40:46.1557443Z 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-08-07T17:40:46.1563330Z 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-08-07T17:40:46.1569255Z 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-08-07T17:40:46.1575031Z 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-08-07T17:40:46.1581080Z 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-08-07T17:40:46.1586691Z 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-08-07T17:40:46.1592621Z 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-08-07T17:40:46.1603649Z 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-08-07T17:40:46.1609131Z 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-08-07T17:40:46.1614954Z 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-08-07T17:40:46.1620980Z 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-08-07T17:40:46.1626859Z 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-08-07T17:40:46.1632552Z 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-08-07T17:40:46.1639646Z 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-08-07T17:40:46.1645516Z 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-08-07T17:40:46.1651136Z 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-08-07T17:40:46.1656878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CPUBlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.1662538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CPUFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.1672739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.1679423Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\cuda 2024-08-07T17:40:46.1682760Z 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-08-07T17:40:46.1688254Z 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-08-07T17:40:46.1694235Z 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-08-07T17:40:46.1699952Z 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-08-07T17:40:46.1715577Z 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-08-07T17:40:46.1720926Z 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-08-07T17:40:46.1727097Z 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-08-07T17:40:46.1732689Z 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-08-07T17:40:46.1739401Z 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-08-07T17:40:46.1745499Z 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-08-07T17:40:46.1751263Z 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-08-07T17:40:46.1757159Z 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-08-07T17:40:46.1763833Z 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-08-07T17:40:46.1769630Z 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-08-07T17:40:46.1776052Z 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-08-07T17:40:46.1781734Z 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-08-07T17:40:46.1787802Z 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-08-07T17:40:46.1798995Z 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-08-07T17:40:46.1811300Z 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-08-07T17:40:46.1820918Z 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-08-07T17:40:46.1827137Z 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-08-07T17:40:46.1833118Z 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-08-07T17:40:46.1840030Z 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-08-07T17:40:46.1848275Z 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-08-07T17:40:46.1855862Z 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-08-07T17:40:46.1863225Z 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-08-07T17:40:46.1871435Z 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-08-07T17:40:46.1877617Z 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-08-07T17:40:46.1888499Z 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-08-07T17:40:46.1893661Z 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-08-07T17:40:46.1900640Z 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-08-07T17:40:46.1906097Z 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-08-07T17:40:46.1911652Z 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-08-07T17:40:46.1918077Z 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-08-07T17:40:46.1924731Z 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-08-07T17:40:46.1930870Z 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-08-07T17:40:46.1936375Z 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-08-07T17:40:46.1941503Z 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-08-07T17:40:46.1947713Z 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-08-07T17:40:46.1952943Z 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-08-07T17:40:46.2293074Z 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-08-07T17:40:46.2298767Z 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-08-07T17:40:46.2305341Z 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-08-07T17:40:46.2311505Z 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-08-07T17:40:46.2318916Z 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-08-07T17:40:46.2324277Z 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-08-07T17:40:46.2330350Z 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-08-07T17:40:46.2336652Z 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-08-07T17:40:46.2342602Z 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-08-07T17:40:46.2348241Z 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-08-07T17:40:46.2354293Z 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-08-07T17:40:46.4761909Z 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-08-07T17:40:46.4767565Z 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-08-07T17:40:46.4773492Z 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-08-07T17:40:46.4779583Z 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-08-07T17:40:46.4785331Z 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-08-07T17:40:46.4791224Z 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-08-07T17:40:46.4797504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DilatedConvolutionUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.4803446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DispatchStub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.4817579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Distance.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.4823322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Distributions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.4829948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DistributionTemplates.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.4836423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\EmbeddingBag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.4842437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.4847846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ForeachUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.4854003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FractionalMaxPooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.4859875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FunctionOfAMatrixUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.4865472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedAdagrad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.4871369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedAdam.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.4877416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedSGD.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.4882961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\GridSampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.4894173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\GridSamplerUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.4900047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\group_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.4905954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Histogram.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.4911770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\im2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.4917794Z 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-08-07T17:40:46.4923830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\IndexingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.4929964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\IndexKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.4935792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\layer_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.4941671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.4947534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LinearAlgebra.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.4959735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LinearAlgebraUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.4966202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LossMulti.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.4972045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Math.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.4980069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MathBitFallThroughLists.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.4986050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MathBitsFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.4992156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MaxPooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.4999303Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mps 2024-08-07T17:40:46.5002251Z 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-08-07T17:40:46.5007899Z 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-08-07T17:40:46.5013803Z 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-08-07T17:40:46.5019933Z 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-08-07T17:40:46.5034675Z 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-08-07T17:40:46.5040590Z 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-08-07T17:40:46.5047106Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\nested 2024-08-07T17:40:46.5050625Z 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-08-07T17:40:46.5056501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested\NestedTensorFactories.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\nested 2024-08-07T17:40:46.5062094Z 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-08-07T17:40:46.5074115Z 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-08-07T17:40:46.5080142Z 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-08-07T17:40:46.5085548Z 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-08-07T17:40:46.5091022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\NonEmptyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5096876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\NonSymbolicBC.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5102490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Normalization.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5114094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Padding.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5119427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\PixelShuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5125180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\PointwiseOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5130646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Pool.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5135930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5141750Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\quantized 2024-08-07T17:40:46.5145246Z 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-08-07T17:40:46.5150700Z 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-08-07T17:40:46.5156380Z 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-08-07T17:40:46.5167080Z 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-08-07T17:40:46.5172390Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\quantized\cpu 2024-08-07T17:40:46.5175348Z 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-08-07T17:40:46.5180384Z 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-08-07T17:40:46.5186263Z 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-08-07T17:40:46.5191604Z 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-08-07T17:40:46.5202604Z 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-08-07T17:40:46.5207686Z 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-08-07T17:40:46.5213638Z 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-08-07T17:40:46.5219016Z 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-08-07T17:40:46.5224123Z 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-08-07T17:40:46.5229956Z 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-08-07T17:40:46.5235912Z 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-08-07T17:40:46.5241330Z 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-08-07T17:40:46.5246217Z 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-08-07T17:40:46.5251749Z 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-08-07T17:40:46.5257037Z 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-08-07T17:40:46.5262100Z 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-08-07T17:40:46.5267480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RangeFactories.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5272491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceAllOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5277709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5283647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5290505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReductionType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5308503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Repeat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5313867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5319760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ResizeCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5325960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RNN.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5331786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ScatterGatherChecks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5337812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SegmentReduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5343732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SharedReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5350472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SobolEngineOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5356437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Sorting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5361946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SortingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5367945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SparseTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5373954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SpectralOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5386269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\StridedRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5393170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorAdvancedIndexing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5399477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorAdvancedIndexingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5405108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorCompare.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5411222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorConversions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5417372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorDimApply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5423482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorFactories.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5429864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorIterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5563643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorIteratorDynamicCasting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5570276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5575454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorShape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5581659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorTransformations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5587462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TopKImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5593824Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers 2024-08-07T17:40:46.5597520Z 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-08-07T17:40:46.5603396Z 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-08-07T17:40:46.5610235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TransposeType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5616083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TriangularOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5621505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TypeProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5628003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UnaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5633397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Unfold2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5638987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Unfold3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5644578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UnfoldBackward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5649900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UpSample.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5656071Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\utils 2024-08-07T17:40:46.5659015Z 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-08-07T17:40:46.5664234Z 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-08-07T17:40:46.5669501Z 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-08-07T17:40:46.5674986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\verbose_wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5680282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\vol2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-07T17:40:46.5685686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NativeFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.5692208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NativeMetaFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.5699247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NestedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.5704769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NumericUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.5710129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\OpaqueTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.5715757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Operators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.5722287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\OpMathType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:46.5867603Z creating build\bdist.win-amd64\wheel\torch\include\ATen\ops 2024-08-07T17:40:46.5870395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.5875690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.5881628Z 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-08-07T17:40:46.5886430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.5901464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.5906922Z 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-08-07T17:40:46.5912817Z 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-08-07T17:40:46.5940797Z 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-08-07T17:40:46.5946062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.5951493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.5956754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.5961962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.5967474Z 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-08-07T17:40:46.5972660Z 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-08-07T17:40:46.5978262Z 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-08-07T17:40:46.5983595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.5992512Z 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-08-07T17:40:46.5998343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6003732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6009533Z 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-08-07T17:40:46.6020812Z 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-08-07T17:40:46.6026215Z 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-08-07T17:40:46.6032124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6037983Z 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-08-07T17:40:46.6044118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6049558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6055409Z 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-08-07T17:40:46.6061595Z 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-08-07T17:40:46.6067505Z 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-08-07T17:40:46.6073621Z 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-08-07T17:40:46.6084656Z 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-08-07T17:40:46.6091404Z 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-08-07T17:40:46.6097463Z 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-08-07T17:40:46.6103539Z 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-08-07T17:40:46.6109647Z 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-08-07T17:40:46.6115935Z 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-08-07T17:40:46.6122246Z 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-08-07T17:40:46.6128366Z 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-08-07T17:40:46.6140551Z 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-08-07T17:40:46.6146583Z 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-08-07T17:40:46.6152567Z 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-08-07T17:40:46.6158948Z 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-08-07T17:40:46.6165157Z 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-08-07T17:40:46.6171234Z 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-08-07T17:40:46.6177193Z 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-08-07T17:40:46.6183467Z 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-08-07T17:40:46.6189460Z 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-08-07T17:40:46.6195748Z 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-08-07T17:40:46.6213406Z 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-08-07T17:40:46.6219323Z 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-08-07T17:40:46.6225079Z 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-08-07T17:40:46.6231105Z 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-08-07T17:40:46.6237327Z 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-08-07T17:40:46.6243999Z 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-08-07T17:40:46.6250503Z 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-08-07T17:40:46.6256646Z 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-08-07T17:40:46.6262733Z 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-08-07T17:40:46.6268944Z 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-08-07T17:40:46.6275090Z 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-08-07T17:40:46.6288420Z 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-08-07T17:40:46.6294961Z 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-08-07T17:40:46.6301063Z 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-08-07T17:40:46.6307232Z 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-08-07T17:40:46.6313315Z 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-08-07T17:40:46.6319980Z 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-08-07T17:40:46.6332494Z 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-08-07T17:40:46.6342210Z 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-08-07T17:40:46.6348484Z 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-08-07T17:40:46.6354867Z 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-08-07T17:40:46.6361748Z 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-08-07T17:40:46.6368072Z 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-08-07T17:40:46.6380590Z 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-08-07T17:40:46.6386686Z 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-08-07T17:40:46.6396951Z 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-08-07T17:40:46.6403117Z 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-08-07T17:40:46.6409318Z 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-08-07T17:40:46.6415845Z 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-08-07T17:40:46.6421922Z 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-08-07T17:40:46.6428114Z 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-08-07T17:40:46.6434203Z 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-08-07T17:40:46.6444890Z 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-08-07T17:40:46.6451099Z 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-08-07T17:40:46.6457756Z 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-08-07T17:40:46.6463841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6469714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6476018Z 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-08-07T17:40:46.6482198Z 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-08-07T17:40:46.6493413Z 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-08-07T17:40:46.6500196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6506157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6512684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6519760Z 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-08-07T17:40:46.6525755Z 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-08-07T17:40:46.6538339Z 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-08-07T17:40:46.6544397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6550678Z 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-08-07T17:40:46.6556766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6563580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6569418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6575533Z 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-08-07T17:40:46.6581460Z 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-08-07T17:40:46.6587321Z 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-08-07T17:40:46.6593244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6599598Z 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-08-07T17:40:46.6605698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6611611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6617986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6623824Z 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-08-07T17:40:46.6629627Z 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-08-07T17:40:46.6636045Z 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-08-07T17:40:46.6642305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6648377Z 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-08-07T17:40:46.6654438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6660317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6673907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6680132Z 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-08-07T17:40:46.6685972Z 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-08-07T17:40:46.6691838Z 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-08-07T17:40:46.6697792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6703790Z 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-08-07T17:40:46.6709828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6715724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6721788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6728204Z 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-08-07T17:40:46.6733836Z 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-08-07T17:40:46.6739818Z 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-08-07T17:40:46.6745981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6751297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6757486Z 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-08-07T17:40:46.6766856Z 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-08-07T17:40:46.6772321Z 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-08-07T17:40:46.6777766Z 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-08-07T17:40:46.6783141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6788924Z 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-08-07T17:40:46.6794358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6799931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6805219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6810720Z 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-08-07T17:40:46.6816483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6821224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6826721Z 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-08-07T17:40:46.6832451Z 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-08-07T17:40:46.6838370Z 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-08-07T17:40:46.6844699Z 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-08-07T17:40:46.6850199Z 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-08-07T17:40:46.6856036Z 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-08-07T17:40:46.6861487Z 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-08-07T17:40:46.6867174Z 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-08-07T17:40:46.6872839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6878121Z 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-08-07T17:40:46.6883416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6890031Z 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-08-07T17:40:46.6896606Z 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-08-07T17:40:46.6912799Z 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-08-07T17:40:46.6917940Z 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-08-07T17:40:46.6923827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6928960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6934400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6939778Z 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-08-07T17:40:46.6945991Z 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-08-07T17:40:46.6951133Z 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-08-07T17:40:46.6957005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6963145Z 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-08-07T17:40:46.6968530Z 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-08-07T17:40:46.6974101Z 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-08-07T17:40:46.6979505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.6984845Z 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-08-07T17:40:46.6990195Z 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-08-07T17:40:46.6995816Z 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-08-07T17:40:46.7001389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7006504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7015609Z 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-08-07T17:40:46.7020934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7026161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7031917Z 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-08-07T17:40:46.7037558Z 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-08-07T17:40:46.7043254Z 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-08-07T17:40:46.7049188Z 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-08-07T17:40:46.7055173Z 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-08-07T17:40:46.7061126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7066975Z 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-08-07T17:40:46.7073005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7079142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7085312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alpha_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7091459Z 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-08-07T17:40:46.7098165Z 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-08-07T17:40:46.7104036Z 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-08-07T17:40:46.7109996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7116094Z 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-08-07T17:40:46.7122473Z 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-08-07T17:40:46.7128659Z 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-08-07T17:40:46.7134875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7140945Z 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-08-07T17:40:46.7146880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7159746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7165334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7171459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7177505Z 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-08-07T17:40:46.7183226Z 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-08-07T17:40:46.7189527Z 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-08-07T17:40:46.7195483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7202408Z 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-08-07T17:40:46.7208430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7214418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7228168Z 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-08-07T17:40:46.7234058Z 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-08-07T17:40:46.7243704Z 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-08-07T17:40:46.7249849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7256672Z 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-08-07T17:40:46.7262950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7268785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7274415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7280522Z 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-08-07T17:40:46.7286542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7292789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7298515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7304203Z 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-08-07T17:40:46.7311029Z 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-08-07T17:40:46.7316964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7322758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7328774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7334976Z 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-08-07T17:40:46.7341216Z 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-08-07T17:40:46.7347506Z 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-08-07T17:40:46.7353521Z 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-08-07T17:40:46.7360713Z 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-08-07T17:40:46.7366309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7372333Z 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-08-07T17:40:46.7378264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7384093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7390202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7396481Z 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-08-07T17:40:46.7402360Z 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-08-07T17:40:46.7408444Z 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-08-07T17:40:46.7414535Z 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-08-07T17:40:46.7435497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7441661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7447763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7454114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7459759Z 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-08-07T17:40:46.7466280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7472174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7478560Z 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-08-07T17:40:46.7485051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7491100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7497510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7503489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7509457Z 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-08-07T17:40:46.7519264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7585544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7591523Z 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-08-07T17:40:46.7597150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7603025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7608629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7614047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7620852Z 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-08-07T17:40:46.7627855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7634076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7639638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7645070Z 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-08-07T17:40:46.7650564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7656196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7682120Z 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-08-07T17:40:46.7687276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7692793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7698231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7704173Z 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-08-07T17:40:46.7710051Z 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-08-07T17:40:46.7716133Z 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-08-07T17:40:46.7722785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7728908Z 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-08-07T17:40:46.7734925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7740908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7746910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7753138Z 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-08-07T17:40:46.7759133Z 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-08-07T17:40:46.7769623Z 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-08-07T17:40:46.7775996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7782137Z 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-08-07T17:40:46.7788497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7794522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7800501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7806958Z 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-08-07T17:40:46.7816664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7822945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7828925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7834822Z 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-08-07T17:40:46.7840956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7846765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7852767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7858542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7864669Z 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-08-07T17:40:46.7870943Z 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-08-07T17:40:46.7877259Z 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-08-07T17:40:46.7883297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7889193Z 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-08-07T17:40:46.7895081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7907377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7913896Z 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-08-07T17:40:46.7925143Z 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-08-07T17:40:46.7926173Z 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-08-07T17:40:46.7932209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7937838Z 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-08-07T17:40:46.7943765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7949910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7955605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.7962464Z 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-08-07T17:40:46.7968344Z 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-08-07T17:40:46.7974787Z 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-08-07T17:40:46.7981035Z 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-08-07T17:40:46.7994497Z 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-08-07T17:40:46.8000629Z 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-08-07T17:40:46.8006598Z 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-08-07T17:40:46.8012898Z 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-08-07T17:40:46.8018939Z 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-08-07T17:40:46.8025367Z 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-08-07T17:40:46.8031429Z 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-08-07T17:40:46.8037596Z 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-08-07T17:40:46.8044542Z 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-08-07T17:40:46.8051240Z 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-08-07T17:40:46.8057524Z 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-08-07T17:40:46.8063814Z 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-08-07T17:40:46.8069893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.8075778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.8082046Z 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-08-07T17:40:46.8088093Z 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-08-07T17:40:46.8094336Z 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-08-07T17:40:46.8100492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.8106733Z 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-08-07T17:40:46.8112748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.8118669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.8124781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.8130890Z 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-08-07T17:40:46.8136761Z 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-08-07T17:40:46.8143113Z 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-08-07T17:40:46.8148990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.8154983Z 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-08-07T17:40:46.8160587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.8166356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.8172375Z 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-08-07T17:40:46.8177637Z 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-08-07T17:40:46.8183713Z 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-08-07T17:40:46.8189371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.8194596Z 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-08-07T17:40:46.8200149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.8205421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.8210934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.8217123Z 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-08-07T17:40:46.8222419Z 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-08-07T17:40:46.8227627Z 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-08-07T17:40:46.8233341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.8240281Z 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-08-07T17:40:46.8245319Z 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-08-07T17:40:46.8251131Z 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-08-07T17:40:46.8256552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.8263000Z 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-08-07T17:40:46.8268933Z 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-08-07T17:40:46.8274458Z 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-08-07T17:40:46.8280110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.8285704Z 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-08-07T17:40:46.8291036Z 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-08-07T17:40:46.8296471Z 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-08-07T17:40:46.8301846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.8307760Z 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-08-07T17:40:46.8313541Z 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-08-07T17:40:46.8319159Z 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-08-07T17:40:46.8324770Z 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-08-07T17:40:46.8330338Z 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-08-07T17:40:46.8335999Z 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-08-07T17:40:46.8341607Z 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-08-07T17:40:46.8347216Z 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-08-07T17:40:46.8353861Z 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-08-07T17:40:46.8359165Z 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-08-07T17:40:46.8364722Z 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-08-07T17:40:46.8371035Z 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-08-07T17:40:46.8376548Z 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-08-07T17:40:46.8382063Z 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-08-07T17:40:46.8387495Z 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-08-07T17:40:46.8393180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.8398859Z 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-08-07T17:40:46.8404819Z 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-08-07T17:40:46.8410384Z 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-08-07T17:40:46.8416079Z 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-08-07T17:40:46.8421650Z 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-08-07T17:40:46.8427443Z 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-08-07T17:40:46.8433104Z 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-08-07T17:40:46.8438912Z 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-08-07T17:40:46.8444736Z 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-08-07T17:40:46.8450248Z 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-08-07T17:40:46.8455815Z 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-08-07T17:40:46.8474773Z 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-08-07T17:40:46.8480964Z 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-08-07T17:40:46.8487100Z 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-08-07T17:40:46.8493283Z 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-08-07T17:40:46.8499370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.8505637Z 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-08-07T17:40:46.8511612Z 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-08-07T17:40:46.8517917Z 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-08-07T17:40:46.8524796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.8531169Z 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-08-07T17:40:46.8537172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.8543221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.8549356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bartlett_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.8555699Z 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-08-07T17:40:46.8561811Z 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-08-07T17:40:46.8568127Z 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-08-07T17:40:46.8574222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.8580247Z 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-08-07T17:40:46.8586493Z 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-08-07T17:40:46.8596742Z 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-08-07T17:40:46.8602915Z 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-08-07T17:40:46.8609460Z 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-08-07T17:40:46.8615909Z 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-08-07T17:40:46.8622082Z 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-08-07T17:40:46.8628284Z 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-08-07T17:40:46.8634520Z 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-08-07T17:40:46.8640810Z 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-08-07T17:40:46.8646965Z 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-08-07T17:40:46.8653615Z 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-08-07T17:40:46.8659782Z 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-08-07T17:40:46.8670291Z 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-08-07T17:40:46.8676057Z 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-08-07T17:40:46.8682186Z 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-08-07T17:40:46.8687875Z 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-08-07T17:40:46.8693921Z 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-08-07T17:40:46.8700107Z 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-08-07T17:40:46.8706070Z 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-08-07T17:40:46.8711764Z 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-08-07T17:40:46.8717915Z 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-08-07T17:40:46.8723710Z 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-08-07T17:40:46.8729860Z 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-08-07T17:40:46.8735604Z 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-08-07T17:40:46.8741590Z 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-08-07T17:40:46.8751582Z 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-08-07T17:40:46.8757615Z 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-08-07T17:40:46.8763664Z 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-08-07T17:40:46.8769356Z 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-08-07T17:40:46.8775217Z 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-08-07T17:40:46.8780916Z 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-08-07T17:40:46.8786594Z 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-08-07T17:40:46.8798783Z 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-08-07T17:40:46.8804803Z 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-08-07T17:40:46.8811011Z 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-08-07T17:40:46.8816845Z 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-08-07T17:40:46.8822731Z 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-08-07T17:40:46.8829969Z 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-08-07T17:40:46.8835228Z 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-08-07T17:40:46.8841260Z 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-08-07T17:40:46.8847071Z 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-08-07T17:40:46.8853221Z 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-08-07T17:40:46.8858993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.8864980Z 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-08-07T17:40:46.8870718Z 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-08-07T17:40:46.8876522Z 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-08-07T17:40:46.8882526Z 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-08-07T17:40:46.8902461Z 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-08-07T17:40:46.8908349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.8914519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.8925127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.8931228Z 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-08-07T17:40:46.8937166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.8943355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.8949730Z 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-08-07T17:40:46.8955848Z 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-08-07T17:40:46.8962261Z 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-08-07T17:40:46.8968492Z 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-08-07T17:40:46.8974671Z 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-08-07T17:40:46.8980973Z 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-08-07T17:40:46.8987370Z 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-08-07T17:40:46.8993672Z 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-08-07T17:40:46.9000273Z 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-08-07T17:40:46.9006509Z 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-08-07T17:40:46.9013729Z 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-08-07T17:40:46.9020813Z 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-08-07T17:40:46.9027197Z 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-08-07T17:40:46.9033335Z 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-08-07T17:40:46.9039474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9045538Z 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-08-07T17:40:46.9051505Z 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-08-07T17:40:46.9057657Z 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-08-07T17:40:46.9063939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9070119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9076220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9082495Z 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-08-07T17:40:46.9088508Z 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-08-07T17:40:46.9094599Z 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-08-07T17:40:46.9100558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9106581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9112942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9118861Z 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-08-07T17:40:46.9125148Z 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-08-07T17:40:46.9130665Z 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-08-07T17:40:46.9136850Z 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-08-07T17:40:46.9142485Z 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-08-07T17:40:46.9148078Z 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-08-07T17:40:46.9153825Z 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-08-07T17:40:46.9159455Z 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-08-07T17:40:46.9165037Z 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-08-07T17:40:46.9172004Z 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-08-07T17:40:46.9177872Z 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-08-07T17:40:46.9183543Z 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-08-07T17:40:46.9189375Z 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-08-07T17:40:46.9195032Z 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-08-07T17:40:46.9200804Z 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-08-07T17:40:46.9206494Z 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-08-07T17:40:46.9212235Z 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-08-07T17:40:46.9217990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9228889Z 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-08-07T17:40:46.9234546Z 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-08-07T17:40:46.9240293Z 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-08-07T17:40:46.9245840Z 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-08-07T17:40:46.9251541Z 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-08-07T17:40:46.9256990Z 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-08-07T17:40:46.9262894Z 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-08-07T17:40:46.9268318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9274794Z 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-08-07T17:40:46.9280652Z 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-08-07T17:40:46.9286233Z 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-08-07T17:40:46.9321720Z 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-08-07T17:40:46.9327823Z 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-08-07T17:40:46.9333582Z 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-08-07T17:40:46.9340319Z 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-08-07T17:40:46.9346064Z 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-08-07T17:40:46.9351762Z 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-08-07T17:40:46.9357824Z 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-08-07T17:40:46.9363520Z 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-08-07T17:40:46.9369472Z 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-08-07T17:40:46.9375335Z 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-08-07T17:40:46.9380954Z 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-08-07T17:40:46.9386739Z 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-08-07T17:40:46.9392358Z 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-08-07T17:40:46.9398060Z 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-08-07T17:40:46.9403695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9409699Z 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-08-07T17:40:46.9416144Z 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-08-07T17:40:46.9426391Z 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-08-07T17:40:46.9432168Z 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-08-07T17:40:46.9437712Z 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-08-07T17:40:46.9443391Z 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-08-07T17:40:46.9448994Z 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-08-07T17:40:46.9454771Z 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-08-07T17:40:46.9460289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\blackman_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9466132Z 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-08-07T17:40:46.9471502Z 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-08-07T17:40:46.9477262Z 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-08-07T17:40:46.9482781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\block_diag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9488650Z 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-08-07T17:40:46.9494217Z 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-08-07T17:40:46.9499463Z 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-08-07T17:40:46.9504922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9510535Z 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-08-07T17:40:46.9515822Z 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-08-07T17:40:46.9521563Z 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-08-07T17:40:46.9527463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9533069Z 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-08-07T17:40:46.9539533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9545445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9551337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9557717Z 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-08-07T17:40:46.9563855Z 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-08-07T17:40:46.9569710Z 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-08-07T17:40:46.9575764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9582484Z 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-08-07T17:40:46.9588627Z 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-08-07T17:40:46.9594798Z 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-08-07T17:40:46.9600950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9607098Z 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-08-07T17:40:46.9612989Z 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-08-07T17:40:46.9619148Z 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-08-07T17:40:46.9625239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9631349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9637868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\can_cast.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9643742Z 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-08-07T17:40:46.9649808Z 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-08-07T17:40:46.9655532Z 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-08-07T17:40:46.9661550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cartesian_prod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9667717Z 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-08-07T17:40:46.9673957Z 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-08-07T17:40:46.9679850Z 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-08-07T17:40:46.9685887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9692069Z 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-08-07T17:40:46.9698248Z 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-08-07T17:40:46.9704419Z 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-08-07T17:40:46.9710421Z 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-08-07T17:40:46.9716588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9722455Z 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-08-07T17:40:46.9728469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9734367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9740105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9746719Z 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-08-07T17:40:46.9753288Z 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-08-07T17:40:46.9759456Z 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-08-07T17:40:46.9765635Z 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-08-07T17:40:46.9787708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9793724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9799863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9805880Z 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-08-07T17:40:46.9811746Z 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-08-07T17:40:46.9818297Z 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-08-07T17:40:46.9824703Z 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-08-07T17:40:46.9830751Z 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-08-07T17:40:46.9837234Z 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-08-07T17:40:46.9843435Z 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-08-07T17:40:46.9849270Z 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-08-07T17:40:46.9855189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9861315Z 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-08-07T17:40:46.9867419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9873133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9879076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9885237Z 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-08-07T17:40:46.9891141Z 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-08-07T17:40:46.9896551Z 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-08-07T17:40:46.9902665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9909224Z 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-08-07T17:40:46.9914437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9919931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9925163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9930688Z 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-08-07T17:40:46.9936371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9941775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9946884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chain_matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9967244Z 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-08-07T17:40:46.9972979Z 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-08-07T17:40:46.9978200Z 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-08-07T17:40:46.9983646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:46.9989512Z 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-08-07T17:40:46.9995555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0001343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0007304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0014088Z 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-08-07T17:40:47.0020474Z 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-08-07T17:40:47.0026878Z 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-08-07T17:40:47.0032901Z 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-08-07T17:40:47.0042475Z 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-08-07T17:40:47.0048547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0054409Z 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-08-07T17:40:47.0060685Z 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-08-07T17:40:47.0066685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0072885Z 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-08-07T17:40:47.0079098Z 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-08-07T17:40:47.0085286Z 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-08-07T17:40:47.0091546Z 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-08-07T17:40:47.0097859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0104151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0110242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0116771Z 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-08-07T17:40:47.0122971Z 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-08-07T17:40:47.0129461Z 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-08-07T17:40:47.0135681Z 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-08-07T17:40:47.0142118Z 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-08-07T17:40:47.0148349Z 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-08-07T17:40:47.0154516Z 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-08-07T17:40:47.0160787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0166588Z 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-08-07T17:40:47.0172877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0178787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0184819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0190968Z 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-08-07T17:40:47.0197126Z 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-08-07T17:40:47.0203277Z 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-08-07T17:40:47.0209225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0215814Z 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-08-07T17:40:47.0221817Z 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-08-07T17:40:47.0228054Z 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-08-07T17:40:47.0234193Z 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-08-07T17:40:47.0240431Z 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-08-07T17:40:47.0246536Z 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-08-07T17:40:47.0252490Z 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-08-07T17:40:47.0258536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0264654Z 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-08-07T17:40:47.0270766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0277422Z 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-08-07T17:40:47.0283800Z 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-08-07T17:40:47.0289943Z 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-08-07T17:40:47.0295947Z 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-08-07T17:40:47.0301967Z 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-08-07T17:40:47.0308875Z 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-08-07T17:40:47.0314675Z 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-08-07T17:40:47.0320835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0326579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0332407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0337816Z 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-08-07T17:40:47.0343098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0349039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0354966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0360453Z 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-08-07T17:40:47.0365645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0371009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0376346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0382026Z 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-08-07T17:40:47.0387330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0392913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0398359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0403626Z 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-08-07T17:40:47.0409110Z 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-08-07T17:40:47.0414213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0419862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0425322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\column_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0430968Z 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-08-07T17:40:47.0436922Z 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-08-07T17:40:47.0442377Z 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-08-07T17:40:47.0447787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0453269Z 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-08-07T17:40:47.0462119Z 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-08-07T17:40:47.0467081Z 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-08-07T17:40:47.0472451Z 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-08-07T17:40:47.0478135Z 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-08-07T17:40:47.0483638Z 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-08-07T17:40:47.0489169Z 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-08-07T17:40:47.0494569Z 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-08-07T17:40:47.0500429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0506130Z 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-08-07T17:40:47.0511510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0517002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0522419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0527904Z 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-08-07T17:40:47.0533257Z 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-08-07T17:40:47.0539510Z 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-08-07T17:40:47.0545054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0550624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0556089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0561466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0567200Z 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-08-07T17:40:47.0573116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0579155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0584536Z 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-08-07T17:40:47.0589985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0595340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0600855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0606075Z 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-08-07T17:40:47.0611390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0616547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0621797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0627665Z 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-08-07T17:40:47.0633557Z 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-08-07T17:40:47.0639693Z 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-08-07T17:40:47.0646055Z 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-08-07T17:40:47.0652100Z 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-08-07T17:40:47.0658274Z 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-08-07T17:40:47.0664517Z 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-08-07T17:40:47.0670851Z 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-08-07T17:40:47.0676855Z 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-08-07T17:40:47.0682980Z 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-08-07T17:40:47.0689038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0708908Z 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-08-07T17:40:47.0714954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0721366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0727416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0733555Z 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-08-07T17:40:47.0739661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0745697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0751722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0757930Z 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-08-07T17:40:47.0764236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0770453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0776464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0782603Z 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-08-07T17:40:47.0788890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0794586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0800854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0807360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0814031Z 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-08-07T17:40:47.0820420Z 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-08-07T17:40:47.0826695Z 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-08-07T17:40:47.0832935Z 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-08-07T17:40:47.0839225Z 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-08-07T17:40:47.0845975Z 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-08-07T17:40:47.0852612Z 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-08-07T17:40:47.0858661Z 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-08-07T17:40:47.0864982Z 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-08-07T17:40:47.0871219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0877578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0884001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_overrideable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0890985Z 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-08-07T17:40:47.0917262Z 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-08-07T17:40:47.0923053Z 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-08-07T17:40:47.0929021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_depthwise3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0935106Z 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-08-07T17:40:47.0940863Z 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-08-07T17:40:47.0946843Z 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-08-07T17:40:47.0952661Z 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-08-07T17:40:47.0958514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.0964101Z 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-08-07T17:40:47.0970116Z 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-08-07T17:40:47.0975857Z 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-08-07T17:40:47.0981810Z 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-08-07T17:40:47.0987829Z 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-08-07T17:40:47.0993596Z 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-08-07T17:40:47.0999390Z 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-08-07T17:40:47.1005122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.1011138Z 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-08-07T17:40:47.1016708Z 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-08-07T17:40:47.1022293Z 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-08-07T17:40:47.1028166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.1034089Z 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-08-07T17:40:47.1040080Z 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-08-07T17:40:47.1046005Z 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-08-07T17:40:47.1051634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.1057589Z 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-08-07T17:40:47.1063568Z 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-08-07T17:40:47.1069106Z 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-08-07T17:40:47.1074620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.1079988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.1085707Z 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-08-07T17:40:47.1091415Z 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-08-07T17:40:47.1097086Z 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-08-07T17:40:47.1103044Z 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-08-07T17:40:47.1108779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.1114643Z 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-08-07T17:40:47.1120705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.1126330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.1132631Z 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-08-07T17:40:47.1138343Z 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-08-07T17:40:47.1144181Z 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-08-07T17:40:47.1150754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.1156518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.1162122Z 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-08-07T17:40:47.1168162Z 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-08-07T17:40:47.1173936Z 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-08-07T17:40:47.1179703Z 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-08-07T17:40:47.1185838Z 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-08-07T17:40:47.1191554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.1197084Z 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-08-07T17:40:47.1202707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.1208171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.1213761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.1219184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.1224980Z 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-08-07T17:40:47.1232272Z 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-08-07T17:40:47.1238184Z 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-08-07T17:40:47.1244103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.1249613Z 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-08-07T17:40:47.1255257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.1261317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.1266962Z 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-08-07T17:40:47.1273147Z 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-08-07T17:40:47.1279049Z 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-08-07T17:40:47.1284790Z 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-08-07T17:40:47.1290534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_similarity.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.1296857Z 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-08-07T17:40:47.1302813Z 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-08-07T17:40:47.1308687Z 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-08-07T17:40:47.1314885Z 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-08-07T17:40:47.1320506Z 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-08-07T17:40:47.1326380Z 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-08-07T17:40:47.1332095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.1337454Z 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-08-07T17:40:47.1343178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.1348748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.1354552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.1360546Z 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-08-07T17:40:47.1366323Z 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-08-07T17:40:47.1372125Z 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-08-07T17:40:47.1377893Z 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-08-07T17:40:47.1383661Z 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-08-07T17:40:47.1389298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.1395188Z 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-08-07T17:40:47.1401627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.1407260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.1412662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.1418423Z 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-08-07T17:40:47.1423987Z 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-08-07T17:40:47.1430783Z 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-08-07T17:40:47.1436463Z 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-08-07T17:40:47.1442531Z 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-08-07T17:40:47.1448152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.1453854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.1459637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.1466435Z 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-08-07T17:40:47.1471981Z 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-08-07T17:40:47.1478361Z 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-08-07T17:40:47.1484121Z 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-08-07T17:40:47.1489589Z 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-08-07T17:40:47.1495467Z 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-08-07T17:40:47.1501139Z 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-08-07T17:40:47.1507565Z 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-08-07T17:40:47.1513258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.1518998Z 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-08-07T17:40:47.1524464Z 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-08-07T17:40:47.1530732Z 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-08-07T17:40:47.1536628Z 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-08-07T17:40:47.1868824Z 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-08-07T17:40:47.1874835Z 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-08-07T17:40:47.1885918Z 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-08-07T17:40:47.1892658Z 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-08-07T17:40:47.1898674Z 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-08-07T17:40:47.1905218Z 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-08-07T17:40:47.1910962Z 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-08-07T17:40:47.1921982Z 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-08-07T17:40:47.1927479Z 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-08-07T17:40:47.1933104Z 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-08-07T17:40:47.1939413Z 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-08-07T17:40:47.1945646Z 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-08-07T17:40:47.1951683Z 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-08-07T17:40:47.1957722Z 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-08-07T17:40:47.1964097Z 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-08-07T17:40:47.1969829Z 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-08-07T17:40:47.1975873Z 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-08-07T17:40:47.1981703Z 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-08-07T17:40:47.1987990Z 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-08-07T17:40:47.1993824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2000108Z 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-08-07T17:40:47.2006583Z 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-08-07T17:40:47.2012320Z 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-08-07T17:40:47.2018157Z 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-08-07T17:40:47.2024016Z 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-08-07T17:40:47.2031062Z 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-08-07T17:40:47.2037453Z 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-08-07T17:40:47.2044129Z 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-08-07T17:40:47.2050310Z 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-08-07T17:40:47.2057399Z 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-08-07T17:40:47.2063433Z 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-08-07T17:40:47.2069720Z 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-08-07T17:40:47.2075943Z 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-08-07T17:40:47.2082466Z 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-08-07T17:40:47.2089202Z 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-08-07T17:40:47.2095863Z 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-08-07T17:40:47.2102279Z 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-08-07T17:40:47.2108724Z 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-08-07T17:40:47.2114935Z 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-08-07T17:40:47.2121319Z 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-08-07T17:40:47.2128147Z 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-08-07T17:40:47.2134423Z 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-08-07T17:40:47.2140700Z 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-08-07T17:40:47.2147609Z 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-08-07T17:40:47.2153964Z 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-08-07T17:40:47.2160228Z 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-08-07T17:40:47.2166533Z 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-08-07T17:40:47.2172765Z 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-08-07T17:40:47.2178949Z 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-08-07T17:40:47.2185824Z 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-08-07T17:40:47.2192015Z 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-08-07T17:40:47.2198399Z 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-08-07T17:40:47.2204968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2211073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummaxmin_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2217685Z 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-08-07T17:40:47.2223893Z 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-08-07T17:40:47.2230014Z 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-08-07T17:40:47.2236397Z 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-08-07T17:40:47.2242686Z 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-08-07T17:40:47.2248930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2255234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2261384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2267455Z 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-08-07T17:40:47.2273649Z 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-08-07T17:40:47.2279833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2285736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2292022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2297854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2304580Z 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-08-07T17:40:47.2342975Z 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-08-07T17:40:47.2403989Z 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-08-07T17:40:47.2438811Z 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-08-07T17:40:47.2454631Z 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-08-07T17:40:47.2465109Z 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-08-07T17:40:47.2472655Z 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-08-07T17:40:47.2480080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2487090Z 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-08-07T17:40:47.2493868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2499981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2506358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2513835Z 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-08-07T17:40:47.2520223Z 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-08-07T17:40:47.2526353Z 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-08-07T17:40:47.2532730Z 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-08-07T17:40:47.2539944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2545940Z 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-08-07T17:40:47.2552876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2559575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2565535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumulative_trapezoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2571494Z 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-08-07T17:40:47.2577245Z 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-08-07T17:40:47.2583273Z 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-08-07T17:40:47.2589205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2594646Z 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-08-07T17:40:47.2600878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2606062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2611625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2617319Z 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-08-07T17:40:47.2623030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2628664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2634317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dense_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2640567Z 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-08-07T17:40:47.2646198Z 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-08-07T17:40:47.2651927Z 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-08-07T17:40:47.2657940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2664481Z 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-08-07T17:40:47.2670283Z 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-08-07T17:40:47.2676390Z 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-08-07T17:40:47.2682260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2688189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2694387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2699723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2705421Z 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-08-07T17:40:47.2710637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2716865Z 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-08-07T17:40:47.2722796Z 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-08-07T17:40:47.2728538Z 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-08-07T17:40:47.2734099Z 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-08-07T17:40:47.2761840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2767233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2774799Z 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-08-07T17:40:47.2780677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2785795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2791046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2796789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2802174Z 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-08-07T17:40:47.2807960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2813257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2818901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2824109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2829690Z 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-08-07T17:40:47.2835231Z 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-08-07T17:40:47.2841342Z 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-08-07T17:40:47.2846787Z 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-08-07T17:40:47.2852220Z 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-08-07T17:40:47.2857346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2863266Z 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-08-07T17:40:47.2869056Z 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-08-07T17:40:47.2874754Z 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-08-07T17:40:47.2880502Z 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-08-07T17:40:47.2890539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2896310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2901778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.2908113Z 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-08-07T17:40:47.2914232Z 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-08-07T17:40:47.2920067Z 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-08-07T17:40:47.3082014Z 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-08-07T17:40:47.3114785Z 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-08-07T17:40:47.3120738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_embed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3127190Z 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-08-07T17:40:47.3133641Z 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-08-07T17:40:47.3139267Z 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-08-07T17:40:47.3144911Z 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-08-07T17:40:47.3150657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3156813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3162244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3167952Z 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-08-07T17:40:47.3173589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3179269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3185799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3192340Z 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-08-07T17:40:47.3199043Z 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-08-07T17:40:47.3205058Z 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-08-07T17:40:47.3221991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3227360Z 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-08-07T17:40:47.3233084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3238824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3244381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3250289Z 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-08-07T17:40:47.3255581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3260994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3266235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3271693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3277378Z 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-08-07T17:40:47.3308661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3314123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3320271Z 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-08-07T17:40:47.3326033Z 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-08-07T17:40:47.3331604Z 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-08-07T17:40:47.3337792Z 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-08-07T17:40:47.3350626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3358536Z 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-08-07T17:40:47.3366277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3374021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3381964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3390013Z 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-08-07T17:40:47.3398012Z 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-08-07T17:40:47.3405893Z 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-08-07T17:40:47.3413279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3420692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3427781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3435490Z 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-08-07T17:40:47.3443459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3451072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3457658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3464041Z 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-08-07T17:40:47.3469847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3475531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3481495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3487665Z 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-08-07T17:40:47.3504975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3505981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3507087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3512375Z 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-08-07T17:40:47.3518388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3524436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3530379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3536656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3543333Z 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-08-07T17:40:47.3549281Z 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-08-07T17:40:47.3555563Z 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-08-07T17:40:47.3561877Z 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-08-07T17:40:47.3568579Z 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-08-07T17:40:47.3574660Z 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-08-07T17:40:47.3580884Z 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-08-07T17:40:47.3588282Z 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-08-07T17:40:47.3593626Z 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-08-07T17:40:47.3599618Z 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-08-07T17:40:47.3605332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3610718Z 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-08-07T17:40:47.3616637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3622334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3627853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3633979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3640405Z 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-08-07T17:40:47.3646361Z 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-08-07T17:40:47.3652446Z 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-08-07T17:40:47.3658288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_bag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3664774Z 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-08-07T17:40:47.3671633Z 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-08-07T17:40:47.3677734Z 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-08-07T17:40:47.3683906Z 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-08-07T17:40:47.3690094Z 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-08-07T17:40:47.3696277Z 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-08-07T17:40:47.3702096Z 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-08-07T17:40:47.3708309Z 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-08-07T17:40:47.3715297Z 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-08-07T17:40:47.3721439Z 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-08-07T17:40:47.3727721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3733769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3740782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3746985Z 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-08-07T17:40:47.3753362Z 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-08-07T17:40:47.3759530Z 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-08-07T17:40:47.3765427Z 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-08-07T17:40:47.3770778Z 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-08-07T17:40:47.3776070Z 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-08-07T17:40:47.3782343Z 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-08-07T17:40:47.3788233Z 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-08-07T17:40:47.3794419Z 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-08-07T17:40:47.3800098Z 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-08-07T17:40:47.3805446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3810858Z 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-08-07T17:40:47.3816196Z 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-08-07T17:40:47.3821434Z 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-08-07T17:40:47.3827070Z 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-08-07T17:40:47.3832572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3838208Z 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-08-07T17:40:47.3843491Z 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-08-07T17:40:47.3848934Z 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-08-07T17:40:47.3854334Z 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-08-07T17:40:47.3859728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3865156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3870847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_permuted.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3876721Z 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-08-07T17:40:47.3882232Z 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-08-07T17:40:47.3887779Z 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-08-07T17:40:47.3894032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_quantized.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3900559Z 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-08-07T17:40:47.3907024Z 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-08-07T17:40:47.3913280Z 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-08-07T17:40:47.3919436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3925888Z 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-08-07T17:40:47.3931988Z 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-08-07T17:40:47.3938212Z 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-08-07T17:40:47.3944401Z 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-08-07T17:40:47.3950856Z 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-08-07T17:40:47.3957074Z 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-08-07T17:40:47.3963175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3969096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3974812Z 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-08-07T17:40:47.3980801Z 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-08-07T17:40:47.3986988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3993089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.3999973Z 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-08-07T17:40:47.4005809Z 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-08-07T17:40:47.4011824Z 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-08-07T17:40:47.4018573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4024909Z 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-08-07T17:40:47.4030837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4036654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4042146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4048012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4054408Z 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-08-07T17:40:47.4075221Z 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-08-07T17:40:47.4081076Z 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-08-07T17:40:47.4086904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4092891Z 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-08-07T17:40:47.4098759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4104650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4110309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4116530Z 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-08-07T17:40:47.4122796Z 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-08-07T17:40:47.4128810Z 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-08-07T17:40:47.4134828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4141110Z 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-08-07T17:40:47.4146951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4153134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4159810Z 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-08-07T17:40:47.4165646Z 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-08-07T17:40:47.4171672Z 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-08-07T17:40:47.4177769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4183376Z 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-08-07T17:40:47.4189606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4195751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4201493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4207414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4213553Z 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-08-07T17:40:47.4219444Z 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-08-07T17:40:47.4225275Z 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-08-07T17:40:47.4231434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4237304Z 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-08-07T17:40:47.4243267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4249195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4255304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4260966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4267217Z 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-08-07T17:40:47.4273031Z 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-08-07T17:40:47.4278788Z 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-08-07T17:40:47.4284913Z 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-08-07T17:40:47.4290828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4297283Z 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-08-07T17:40:47.4303623Z 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-08-07T17:40:47.4309504Z 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-08-07T17:40:47.4315702Z 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-08-07T17:40:47.4321634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4327714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4333490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4339550Z 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-08-07T17:40:47.4345422Z 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-08-07T17:40:47.4350829Z 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-08-07T17:40:47.4356130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4361433Z 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-08-07T17:40:47.4366997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4372295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4377647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4383169Z 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-08-07T17:40:47.4388775Z 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-08-07T17:40:47.4394264Z 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-08-07T17:40:47.4400310Z 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-08-07T17:40:47.4445152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4450734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4456995Z 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-08-07T17:40:47.4462780Z 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-08-07T17:40:47.4468504Z 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-08-07T17:40:47.4474328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4479679Z 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-08-07T17:40:47.4485304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4490773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4495957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4501648Z 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-08-07T17:40:47.4507203Z 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-08-07T17:40:47.4512774Z 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-08-07T17:40:47.4518249Z 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-08-07T17:40:47.4523611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4528951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4534380Z 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-08-07T17:40:47.4539941Z 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-08-07T17:40:47.4545875Z 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-08-07T17:40:47.4552195Z 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-08-07T17:40:47.4558179Z 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-08-07T17:40:47.4564144Z 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-08-07T17:40:47.4570423Z 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-08-07T17:40:47.4576690Z 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-08-07T17:40:47.4583316Z 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-08-07T17:40:47.4589361Z 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-08-07T17:40:47.4595163Z 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-08-07T17:40:47.4601440Z 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-08-07T17:40:47.4606962Z 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-08-07T17:40:47.4612530Z 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-08-07T17:40:47.4618074Z 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-08-07T17:40:47.4624247Z 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-08-07T17:40:47.4630556Z 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-08-07T17:40:47.4636743Z 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-08-07T17:40:47.4642478Z 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-08-07T17:40:47.4648132Z 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-08-07T17:40:47.4654452Z 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-08-07T17:40:47.4661268Z 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-08-07T17:40:47.4667573Z 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-08-07T17:40:47.4673872Z 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-08-07T17:40:47.4680515Z 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-08-07T17:40:47.4687648Z 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-08-07T17:40:47.4694144Z 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-08-07T17:40:47.4700685Z 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-08-07T17:40:47.4707152Z 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-08-07T17:40:47.4713649Z 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-08-07T17:40:47.4720249Z 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-08-07T17:40:47.4727065Z 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-08-07T17:40:47.4733467Z 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-08-07T17:40:47.4739975Z 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-08-07T17:40:47.4766060Z 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-08-07T17:40:47.4772578Z 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-08-07T17:40:47.4778890Z 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-08-07T17:40:47.4785544Z 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-08-07T17:40:47.4792022Z 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-08-07T17:40:47.4798756Z 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-08-07T17:40:47.4805267Z 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-08-07T17:40:47.4812155Z 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-08-07T17:40:47.4818550Z 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-08-07T17:40:47.4825022Z 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-08-07T17:40:47.4831561Z 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-08-07T17:40:47.4838337Z 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-08-07T17:40:47.4844931Z 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-08-07T17:40:47.4851334Z 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-08-07T17:40:47.4857615Z 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-08-07T17:40:47.4864370Z 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-08-07T17:40:47.4870655Z 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-08-07T17:40:47.4877192Z 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-08-07T17:40:47.4883451Z 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-08-07T17:40:47.4890002Z 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-08-07T17:40:47.4896381Z 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-08-07T17:40:47.4902825Z 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-08-07T17:40:47.4909693Z 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-08-07T17:40:47.4916476Z 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-08-07T17:40:47.4922842Z 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-08-07T17:40:47.4929624Z 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-08-07T17:40:47.4936009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4942032Z 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-08-07T17:40:47.4947874Z 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-08-07T17:40:47.4953921Z 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-08-07T17:40:47.4959729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4965172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4971150Z 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-08-07T17:40:47.4976800Z 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-08-07T17:40:47.4982359Z 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-08-07T17:40:47.4988323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftfreq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.4994266Z 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-08-07T17:40:47.5000221Z 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-08-07T17:40:47.5005609Z 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-08-07T17:40:47.5010977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5016395Z 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-08-07T17:40:47.5021690Z 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-08-07T17:40:47.5026975Z 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-08-07T17:40:47.5032571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5038902Z 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-08-07T17:40:47.5044279Z 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-08-07T17:40:47.5049473Z 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-08-07T17:40:47.5055320Z 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-08-07T17:40:47.5060723Z 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-08-07T17:40:47.5065975Z 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-08-07T17:40:47.5071365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5076684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5082869Z 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-08-07T17:40:47.5088465Z 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-08-07T17:40:47.5094307Z 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-08-07T17:40:47.5099692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5105398Z 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-08-07T17:40:47.5110969Z 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-08-07T17:40:47.5117552Z 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-08-07T17:40:47.5123684Z 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-08-07T17:40:47.5129228Z 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-08-07T17:40:47.5134825Z 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-08-07T17:40:47.5140262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5145345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5150990Z 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-08-07T17:40:47.5156235Z 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-08-07T17:40:47.5161764Z 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-08-07T17:40:47.5167340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5173294Z 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-08-07T17:40:47.5178626Z 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-08-07T17:40:47.5184216Z 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-08-07T17:40:47.5190233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5195972Z 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-08-07T17:40:47.5201650Z 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-08-07T17:40:47.5207084Z 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-08-07T17:40:47.5213035Z 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-08-07T17:40:47.5218453Z 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-08-07T17:40:47.5224330Z 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-08-07T17:40:47.5229758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5235161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5241385Z 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-08-07T17:40:47.5247441Z 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-08-07T17:40:47.5253202Z 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-08-07T17:40:47.5258986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5264723Z 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-08-07T17:40:47.5270078Z 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-08-07T17:40:47.5275471Z 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-08-07T17:40:47.5281349Z 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-08-07T17:40:47.5286977Z 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-08-07T17:40:47.5292967Z 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-08-07T17:40:47.5298702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5303977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5309894Z 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-08-07T17:40:47.5315557Z 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-08-07T17:40:47.5321006Z 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-08-07T17:40:47.5326328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5332388Z 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-08-07T17:40:47.5337758Z 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-08-07T17:40:47.5343177Z 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-08-07T17:40:47.5349242Z 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-08-07T17:40:47.5355391Z 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-08-07T17:40:47.5361726Z 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-08-07T17:40:47.5367873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5373891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5423285Z 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-08-07T17:40:47.5429067Z 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-08-07T17:40:47.5434846Z 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-08-07T17:40:47.5440887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftfreq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5447087Z 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-08-07T17:40:47.5453143Z 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-08-07T17:40:47.5458886Z 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-08-07T17:40:47.5464901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5471024Z 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-08-07T17:40:47.5477055Z 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-08-07T17:40:47.5483026Z 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-08-07T17:40:47.5489204Z 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-08-07T17:40:47.5494932Z 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-08-07T17:40:47.5500792Z 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-08-07T17:40:47.5507593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5514260Z 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-08-07T17:40:47.5520721Z 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-08-07T17:40:47.5526849Z 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-08-07T17:40:47.5533292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5539644Z 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-08-07T17:40:47.5545796Z 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-08-07T17:40:47.5551648Z 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-08-07T17:40:47.5558172Z 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-08-07T17:40:47.5564231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5570570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5576403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5588628Z 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-08-07T17:40:47.5593132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5598705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5604308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5609934Z 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-08-07T17:40:47.5615720Z 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-08-07T17:40:47.5621823Z 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-08-07T17:40:47.5627341Z 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-08-07T17:40:47.5632888Z 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-08-07T17:40:47.5639082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5644855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5650656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5656216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5661623Z 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-08-07T17:40:47.5667362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5672852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5678649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5684008Z 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-08-07T17:40:47.5691452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5697409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5703897Z 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-08-07T17:40:47.5710160Z 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-08-07T17:40:47.5716729Z 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-08-07T17:40:47.5722973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5729149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5735276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\float_power.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5741926Z 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-08-07T17:40:47.5748220Z 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-08-07T17:40:47.5754590Z 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-08-07T17:40:47.5761334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5767759Z 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-08-07T17:40:47.5773923Z 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-08-07T17:40:47.5780375Z 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-08-07T17:40:47.5787417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5793845Z 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-08-07T17:40:47.5800418Z 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-08-07T17:40:47.5806390Z 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-08-07T17:40:47.5812174Z 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-08-07T17:40:47.5817955Z 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-08-07T17:40:47.5824741Z 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-08-07T17:40:47.5831273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5837470Z 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-08-07T17:40:47.5843836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5850363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5856716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5863150Z 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-08-07T17:40:47.5869709Z 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-08-07T17:40:47.5876070Z 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-08-07T17:40:47.5882993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5888875Z 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-08-07T17:40:47.5894907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5900889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5906215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.5912429Z 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-08-07T17:40:47.5918134Z 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-08-07T17:40:47.5923784Z 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-08-07T17:40:47.5929982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.8999515Z 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-08-07T17:40:47.9005765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9011201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9017013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9023473Z 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-08-07T17:40:47.9029213Z 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-08-07T17:40:47.9034861Z 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-08-07T17:40:47.9040656Z 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-08-07T17:40:47.9046405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9052071Z 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-08-07T17:40:47.9057732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9063349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9068725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9074232Z 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-08-07T17:40:47.9080200Z 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-08-07T17:40:47.9087008Z 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-08-07T17:40:47.9092869Z 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-08-07T17:40:47.9098824Z 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-08-07T17:40:47.9104934Z 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-08-07T17:40:47.9110828Z 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-08-07T17:40:47.9117477Z 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-08-07T17:40:47.9123464Z 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-08-07T17:40:47.9129722Z 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-08-07T17:40:47.9136019Z 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-08-07T17:40:47.9141988Z 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-08-07T17:40:47.9148485Z 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-08-07T17:40:47.9155282Z 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-08-07T17:40:47.9161329Z 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-08-07T17:40:47.9167267Z 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-08-07T17:40:47.9173097Z 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-08-07T17:40:47.9178996Z 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-08-07T17:40:47.9185064Z 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-08-07T17:40:47.9191377Z 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-08-07T17:40:47.9197375Z 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-08-07T17:40:47.9203557Z 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-08-07T17:40:47.9209712Z 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-08-07T17:40:47.9215822Z 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-08-07T17:40:47.9222315Z 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-08-07T17:40:47.9232940Z 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-08-07T17:40:47.9239493Z 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-08-07T17:40:47.9249972Z 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-08-07T17:40:47.9256188Z 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-08-07T17:40:47.9262887Z 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-08-07T17:40:47.9273069Z 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-08-07T17:40:47.9279503Z 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-08-07T17:40:47.9285600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9291504Z 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-08-07T17:40:47.9297553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9303624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9309457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9315979Z 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-08-07T17:40:47.9321983Z 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-08-07T17:40:47.9328249Z 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-08-07T17:40:47.9334363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9340556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9346662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frobenius_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9353296Z 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-08-07T17:40:47.9359682Z 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-08-07T17:40:47.9366069Z 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-08-07T17:40:47.9372527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_blob.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9378520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_file.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9384528Z 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-08-07T17:40:47.9390503Z 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-08-07T17:40:47.9396029Z 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-08-07T17:40:47.9402293Z 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-08-07T17:40:47.9407948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9413895Z 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-08-07T17:40:47.9419559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9450966Z 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-08-07T17:40:47.9456510Z 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-08-07T17:40:47.9462305Z 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-08-07T17:40:47.9467669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9473405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9478962Z 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-08-07T17:40:47.9485130Z 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-08-07T17:40:47.9490924Z 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-08-07T17:40:47.9496762Z 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-08-07T17:40:47.9502687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9507964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9513690Z 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-08-07T17:40:47.9520164Z 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-08-07T17:40:47.9525808Z 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-08-07T17:40:47.9531935Z 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-08-07T17:40:47.9537849Z 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-08-07T17:40:47.9543486Z 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-08-07T17:40:47.9549382Z 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-08-07T17:40:47.9555715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9561542Z 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-08-07T17:40:47.9567137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9572676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9578353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9584061Z 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-08-07T17:40:47.9590109Z 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-08-07T17:40:47.9595512Z 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-08-07T17:40:47.9601081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9606133Z 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-08-07T17:40:47.9611487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9617395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9622539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9628193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9633396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9639789Z 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-08-07T17:40:47.9646290Z 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-08-07T17:40:47.9655502Z 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-08-07T17:40:47.9661616Z 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-08-07T17:40:47.9667508Z 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-08-07T17:40:47.9672946Z 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-08-07T17:40:47.9678593Z 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-08-07T17:40:47.9684907Z 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-08-07T17:40:47.9690878Z 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-08-07T17:40:47.9696295Z 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-08-07T17:40:47.9701888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9707287Z 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-08-07T17:40:47.9713152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9718792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9723990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9729856Z 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-08-07T17:40:47.9735624Z 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-08-07T17:40:47.9741096Z 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-08-07T17:40:47.9746799Z 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-08-07T17:40:47.9752299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9757925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9763467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9768818Z 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-08-07T17:40:47.9774554Z 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-08-07T17:40:47.9780195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9785476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9790953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9796647Z 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-08-07T17:40:47.9802034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9807630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9813358Z 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-08-07T17:40:47.9818925Z 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-08-07T17:40:47.9824541Z 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-08-07T17:40:47.9830688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9836081Z 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-08-07T17:40:47.9842190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9847741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9853002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9858297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9864041Z 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-08-07T17:40:47.9869810Z 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-08-07T17:40:47.9875552Z 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-08-07T17:40:47.9881692Z 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-08-07T17:40:47.9889286Z 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-08-07T17:40:47.9895669Z 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-08-07T17:40:47.9901942Z 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-08-07T17:40:47.9908171Z 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-08-07T17:40:47.9914624Z 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-08-07T17:40:47.9920910Z 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-08-07T17:40:47.9927353Z 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-08-07T17:40:47.9933330Z 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-08-07T17:40:47.9939434Z 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-08-07T17:40:47.9945482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9951581Z 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-08-07T17:40:47.9957916Z 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-08-07T17:40:47.9964019Z 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-08-07T17:40:47.9970053Z 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-08-07T17:40:47.9976164Z 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-08-07T17:40:47.9982238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:47.9987876Z 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-08-07T17:40:47.9993840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0000350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0006378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0012503Z 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-08-07T17:40:48.0018579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0024436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0030385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0037001Z 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-08-07T17:40:48.0042625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0049330Z 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-08-07T17:40:48.0055685Z 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-08-07T17:40:48.0062200Z 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-08-07T17:40:48.0082531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0088330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0094164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0099895Z 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-08-07T17:40:48.0105575Z 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-08-07T17:40:48.0111602Z 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-08-07T17:40:48.0117734Z 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-08-07T17:40:48.0123624Z 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-08-07T17:40:48.0129417Z 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-08-07T17:40:48.0135276Z 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-08-07T17:40:48.0141239Z 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-08-07T17:40:48.0147201Z 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-08-07T17:40:48.0153465Z 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-08-07T17:40:48.0159041Z 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-08-07T17:40:48.0164511Z 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-08-07T17:40:48.0170058Z 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-08-07T17:40:48.0176272Z 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-08-07T17:40:48.0182127Z 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-08-07T17:40:48.0188158Z 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-08-07T17:40:48.0193886Z 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-08-07T17:40:48.0199650Z 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-08-07T17:40:48.0205329Z 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-08-07T17:40:48.0211247Z 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-08-07T17:40:48.0217099Z 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-08-07T17:40:48.0222872Z 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-08-07T17:40:48.0228810Z 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-08-07T17:40:48.0234396Z 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-08-07T17:40:48.0241094Z 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-08-07T17:40:48.0246670Z 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-08-07T17:40:48.0252254Z 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-08-07T17:40:48.0258036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\group_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0263816Z 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-08-07T17:40:48.0269423Z 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-08-07T17:40:48.0274949Z 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-08-07T17:40:48.0280627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0285963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0291583Z 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-08-07T17:40:48.0297529Z 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-08-07T17:40:48.0303249Z 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-08-07T17:40:48.0309080Z 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-08-07T17:40:48.0314813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0320554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0325654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0331235Z 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-08-07T17:40:48.0336734Z 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-08-07T17:40:48.0342480Z 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-08-07T17:40:48.0348032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0353462Z 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-08-07T17:40:48.0358932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0364324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0369522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hamming_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0375404Z 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-08-07T17:40:48.0380862Z 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-08-07T17:40:48.0386383Z 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-08-07T17:40:48.0392318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hann_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0398225Z 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-08-07T17:40:48.0403698Z 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-08-07T17:40:48.0409235Z 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-08-07T17:40:48.0414746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0420227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0426337Z 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-08-07T17:40:48.0432212Z 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-08-07T17:40:48.0438082Z 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-08-07T17:40:48.0443769Z 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-08-07T17:40:48.0449549Z 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-08-07T17:40:48.0455569Z 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-08-07T17:40:48.0461732Z 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-08-07T17:40:48.0468012Z 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-08-07T17:40:48.0473515Z 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-08-07T17:40:48.0479227Z 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-08-07T17:40:48.0485049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0490712Z 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-08-07T17:40:48.0496406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0501926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0508075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0513596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0519609Z 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-08-07T17:40:48.0525254Z 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-08-07T17:40:48.0531194Z 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-08-07T17:40:48.0537223Z 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-08-07T17:40:48.0543099Z 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-08-07T17:40:48.0548611Z 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-08-07T17:40:48.0554196Z 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-08-07T17:40:48.0560299Z 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-08-07T17:40:48.0565877Z 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-08-07T17:40:48.0571848Z 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-08-07T17:40:48.0577521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0583209Z 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-08-07T17:40:48.0588817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0594536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0600220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0606097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0611822Z 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-08-07T17:40:48.0618045Z 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-08-07T17:40:48.0623718Z 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-08-07T17:40:48.0629334Z 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-08-07T17:40:48.0634865Z 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-08-07T17:40:48.0640576Z 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-08-07T17:40:48.0647393Z 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-08-07T17:40:48.0841345Z 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-08-07T17:40:48.0848113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0854563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0860600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0866575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0873269Z 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-08-07T17:40:48.0879747Z 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-08-07T17:40:48.0886074Z 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-08-07T17:40:48.0892477Z 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-08-07T17:40:48.0899110Z 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-08-07T17:40:48.0905480Z 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-08-07T17:40:48.0912038Z 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-08-07T17:40:48.0918538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0924716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0931466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0937742Z 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-08-07T17:40:48.0944096Z 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-08-07T17:40:48.0950253Z 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-08-07T17:40:48.0956729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0962998Z 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-08-07T17:40:48.0969397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0975843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.0982372Z 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-08-07T17:40:48.0988710Z 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-08-07T17:40:48.1012303Z 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-08-07T17:40:48.1018141Z 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-08-07T17:40:48.1023802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1029268Z 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-08-07T17:40:48.1034952Z 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-08-07T17:40:48.1040670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1046340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1052192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1057890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1063847Z 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-08-07T17:40:48.1069663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1075385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1081418Z 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-08-07T17:40:48.1087083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1092629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1098333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1103850Z 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-08-07T17:40:48.1109477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1115083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1120841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1126375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1132578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1138265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1144132Z 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-08-07T17:40:48.1149689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1155393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1161181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1166863Z 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-08-07T17:40:48.1190609Z 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-08-07T17:40:48.1196378Z 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-08-07T17:40:48.1202453Z 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-08-07T17:40:48.1208309Z 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-08-07T17:40:48.1214073Z 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-08-07T17:40:48.1219730Z 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-08-07T17:40:48.1225572Z 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-08-07T17:40:48.1231072Z 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-08-07T17:40:48.1236926Z 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-08-07T17:40:48.1243097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1248453Z 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-08-07T17:40:48.1253805Z 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-08-07T17:40:48.1259389Z 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-08-07T17:40:48.1265035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1270772Z 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-08-07T17:40:48.1276424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1282009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1287653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1293248Z 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-08-07T17:40:48.1298585Z 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-08-07T17:40:48.1304086Z 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-08-07T17:40:48.1309528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1314609Z 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-08-07T17:40:48.1320270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1325586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1331339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1336527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1342263Z 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-08-07T17:40:48.1347533Z 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-08-07T17:40:48.1352904Z 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-08-07T17:40:48.1358637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1364331Z 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-08-07T17:40:48.1370129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1376031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1382502Z 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-08-07T17:40:48.1388245Z 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-08-07T17:40:48.1394079Z 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-08-07T17:40:48.1412893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1419326Z 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-08-07T17:40:48.1425572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1431854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1438313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1444396Z 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-08-07T17:40:48.1450481Z 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-08-07T17:40:48.1456571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1472779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1473806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1475293Z 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-08-07T17:40:48.1481318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1487283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1493032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1498840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1505354Z 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-08-07T17:40:48.1511558Z 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-08-07T17:40:48.1518319Z 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-08-07T17:40:48.1523961Z 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-08-07T17:40:48.1530405Z 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-08-07T17:40:48.1536585Z 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-08-07T17:40:48.1542777Z 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-08-07T17:40:48.1549073Z 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-08-07T17:40:48.1555731Z 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-08-07T17:40:48.1561878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1568675Z 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-08-07T17:40:48.1575102Z 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-08-07T17:40:48.1581467Z 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-08-07T17:40:48.1587806Z 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-08-07T17:40:48.1593916Z 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-08-07T17:40:48.1600253Z 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-08-07T17:40:48.1606491Z 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-08-07T17:40:48.1612619Z 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-08-07T17:40:48.1619028Z 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-08-07T17:40:48.1625233Z 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-08-07T17:40:48.1631486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1640882Z 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-08-07T17:40:48.1647515Z 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-08-07T17:40:48.1653767Z 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-08-07T17:40:48.1660532Z 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-08-07T17:40:48.1667073Z 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-08-07T17:40:48.1673249Z 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-08-07T17:40:48.1679555Z 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-08-07T17:40:48.1685297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1691426Z 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-08-07T17:40:48.1696920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1702600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1709352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_put.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1717281Z 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-08-07T17:40:48.1722972Z 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-08-07T17:40:48.1728497Z 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-08-07T17:40:48.1734155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1740499Z 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-08-07T17:40:48.1746143Z 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-08-07T17:40:48.1751861Z 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-08-07T17:40:48.1757592Z 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-08-07T17:40:48.1763313Z 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-08-07T17:40:48.1769879Z 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-08-07T17:40:48.1775175Z 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-08-07T17:40:48.1780813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1786546Z 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-08-07T17:40:48.1792816Z 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-08-07T17:40:48.1798579Z 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-08-07T17:40:48.1804515Z 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-08-07T17:40:48.1814256Z 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-08-07T17:40:48.1819922Z 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-08-07T17:40:48.1825671Z 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-08-07T17:40:48.1831188Z 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-08-07T17:40:48.1837328Z 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-08-07T17:40:48.1842725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1847719Z 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-08-07T17:40:48.1852855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1858891Z 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-08-07T17:40:48.1864808Z 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-08-07T17:40:48.1870292Z 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-08-07T17:40:48.1875573Z 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-08-07T17:40:48.1880965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1886140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1892396Z 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-08-07T17:40:48.1899095Z 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-08-07T17:40:48.1905328Z 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-08-07T17:40:48.1911713Z 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-08-07T17:40:48.1917923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1923939Z 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-08-07T17:40:48.1929745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1935743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1941755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\instance_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1948269Z 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-08-07T17:40:48.1954364Z 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-08-07T17:40:48.1960631Z 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-08-07T17:40:48.1967000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\int_repr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1973086Z 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-08-07T17:40:48.1979020Z 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-08-07T17:40:48.1984835Z 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-08-07T17:40:48.1990819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.1997186Z 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-08-07T17:40:48.2003234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2008712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2014468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2020604Z 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-08-07T17:40:48.2026626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2032432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2038438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2044305Z 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-08-07T17:40:48.2050215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2055795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2061518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2066842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2072595Z 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-08-07T17:40:48.2078395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2084653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2091768Z 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-08-07T17:40:48.2097672Z 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-08-07T17:40:48.2104034Z 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-08-07T17:40:48.2110036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2116364Z 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-08-07T17:40:48.2122591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2128764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2134488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2140949Z 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-08-07T17:40:48.2147007Z 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-08-07T17:40:48.2153047Z 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-08-07T17:40:48.2159084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2165006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2170908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2176970Z 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-08-07T17:40:48.2182866Z 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-08-07T17:40:48.2189021Z 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-08-07T17:40:48.2194844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2200711Z 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-08-07T17:40:48.2206585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2212448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2218270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2224256Z 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-08-07T17:40:48.2230164Z 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-08-07T17:40:48.2236043Z 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-08-07T17:40:48.2242101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2248244Z 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-08-07T17:40:48.2254035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2259751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2265315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2271062Z 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-08-07T17:40:48.2276815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2282179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2287462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2293219Z 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-08-07T17:40:48.2298605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2304726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2310222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_coalesced.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2316128Z 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-08-07T17:40:48.2321914Z 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-08-07T17:40:48.2327509Z 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-08-07T17:40:48.2332871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_complex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2338444Z 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-08-07T17:40:48.2343951Z 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-08-07T17:40:48.2349279Z 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-08-07T17:40:48.2354851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2361061Z 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-08-07T17:40:48.2366444Z 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-08-07T17:40:48.2371868Z 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-08-07T17:40:48.2377262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_distributed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2382951Z 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-08-07T17:40:48.2388405Z 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-08-07T17:40:48.2393677Z 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-08-07T17:40:48.2399589Z 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-08-07T17:40:48.2405444Z 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-08-07T17:40:48.2410910Z 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-08-07T17:40:48.2416184Z 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-08-07T17:40:48.2421561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_inference.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2454445Z 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-08-07T17:40:48.2460649Z 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-08-07T17:40:48.2466811Z 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-08-07T17:40:48.2472843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_leaf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2478801Z 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-08-07T17:40:48.2485089Z 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-08-07T17:40:48.2490983Z 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-08-07T17:40:48.2497246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2503086Z 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-08-07T17:40:48.2509079Z 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-08-07T17:40:48.2514776Z 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-08-07T17:40:48.2521101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2527486Z 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-08-07T17:40:48.2533481Z 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-08-07T17:40:48.2539380Z 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-08-07T17:40:48.2545440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_pinned.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2551974Z 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-08-07T17:40:48.2557830Z 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-08-07T17:40:48.2564425Z 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-08-07T17:40:48.2570472Z 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-08-07T17:40:48.2576808Z 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-08-07T17:40:48.2582790Z 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-08-07T17:40:48.2589006Z 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-08-07T17:40:48.2595326Z 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-08-07T17:40:48.2601271Z 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-08-07T17:40:48.2607375Z 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-08-07T17:40:48.2613420Z 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-08-07T17:40:48.2619578Z 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-08-07T17:40:48.2625584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_signed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2631747Z 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-08-07T17:40:48.2637953Z 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-08-07T17:40:48.2643917Z 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-08-07T17:40:48.2650453Z 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-08-07T17:40:48.2657540Z 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-08-07T17:40:48.2663639Z 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-08-07T17:40:48.2669745Z 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-08-07T17:40:48.2675826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2682201Z 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-08-07T17:40:48.2688203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2694074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2700008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kaiser_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2707021Z 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-08-07T17:40:48.2713281Z 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-08-07T17:40:48.2719482Z 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-08-07T17:40:48.2725375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kl_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2731452Z 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-08-07T17:40:48.2737648Z 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-08-07T17:40:48.2743562Z 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-08-07T17:40:48.2749530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2755598Z 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-08-07T17:40:48.2788082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2793844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2799685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2805832Z 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-08-07T17:40:48.2811677Z 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-08-07T17:40:48.2816899Z 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-08-07T17:40:48.2823140Z 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-08-07T17:40:48.2828659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2834598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2840202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\l1_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2845510Z 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-08-07T17:40:48.2851001Z 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-08-07T17:40:48.2856545Z 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-08-07T17:40:48.2862006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\layer_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2867372Z 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-08-07T17:40:48.2872571Z 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-08-07T17:40:48.2877960Z 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-08-07T17:40:48.2883242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2888734Z 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-08-07T17:40:48.2894324Z 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-08-07T17:40:48.2899842Z 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-08-07T17:40:48.2905259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2910935Z 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-08-07T17:40:48.2917065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2923259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2929033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2935141Z 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-08-07T17:40:48.2941291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2947323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2953436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2959515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.2965399Z 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-08-07T17:40:48.2972274Z 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-08-07T17:40:48.2978402Z 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-08-07T17:40:48.2984605Z 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-08-07T17:40:48.2990654Z 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-08-07T17:40:48.2997144Z 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-08-07T17:40:48.3003381Z 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-08-07T17:40:48.3009617Z 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-08-07T17:40:48.3016406Z 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-08-07T17:40:48.3022640Z 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-08-07T17:40:48.3028803Z 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-08-07T17:40:48.3034888Z 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-08-07T17:40:48.3041274Z 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-08-07T17:40:48.3048103Z 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-08-07T17:40:48.3054194Z 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-08-07T17:40:48.3060273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.3066449Z 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-08-07T17:40:48.3072480Z 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-08-07T17:40:48.3078461Z 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-08-07T17:40:48.3084365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.3090385Z 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-08-07T17:40:48.3096335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.3102320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.3107800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.3113567Z 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-08-07T17:40:48.3119815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.3125919Z 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-08-07T17:40:48.3131228Z 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-08-07T17:40:48.3136590Z 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-08-07T17:40:48.3141867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.3147351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.3152688Z 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-08-07T17:40:48.3158267Z 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-08-07T17:40:48.3163543Z 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-08-07T17:40:48.3168723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.3173796Z 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-08-07T17:40:48.3179484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.3185469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.3191310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.3197595Z 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-08-07T17:40:48.3203767Z 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-08-07T17:40:48.3210160Z 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-08-07T17:40:48.3216124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.3221652Z 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-08-07T17:40:48.3227482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.3233430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.3239285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.3245079Z 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-08-07T17:40:48.3250919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.3256960Z 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-08-07T17:40:48.3262709Z 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-08-07T17:40:48.3269460Z 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-08-07T17:40:48.3275541Z 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-08-07T17:40:48.3281485Z 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-08-07T17:40:48.3287736Z 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-08-07T17:40:48.3294030Z 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-08-07T17:40:48.3299985Z 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-08-07T17:40:48.3306271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.3311713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.3317673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.3324175Z 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-08-07T17:40:48.3330451Z 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-08-07T17:40:48.3336918Z 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-08-07T17:40:48.3342755Z 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-08-07T17:40:48.3348881Z 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-08-07T17:40:48.3354831Z 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-08-07T17:40:48.3361130Z 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-08-07T17:40:48.3367292Z 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-08-07T17:40:48.3373322Z 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-08-07T17:40:48.3379393Z 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-08-07T17:40:48.3385381Z 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-08-07T17:40:48.3391437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cond.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.3397922Z 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-08-07T17:40:48.3403813Z 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-08-07T17:40:48.3409982Z 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-08-07T17:40:48.3416023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.3422399Z 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-08-07T17:40:48.3428446Z 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-08-07T17:40:48.3434482Z 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-08-07T17:40:48.3440577Z 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-08-07T17:40:48.3446899Z 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-08-07T17:40:48.3453449Z 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-08-07T17:40:48.3459908Z 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-08-07T17:40:48.3466091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.3472740Z 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-08-07T17:40:48.3478988Z 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-08-07T17:40:48.3485131Z 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-08-07T17:40:48.3491682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.3498260Z 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-08-07T17:40:48.3504538Z 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-08-07T17:40:48.3510452Z 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-08-07T17:40:48.3516565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eig.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.3522867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.3529385Z 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-08-07T17:40:48.3535794Z 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-08-07T17:40:48.3542183Z 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-08-07T17:40:48.3548486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.3574589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvalsh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.3581273Z 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-08-07T17:40:48.3587496Z 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-08-07T17:40:48.3593650Z 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-08-07T17:40:48.3600220Z 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-08-07T17:40:48.3606824Z 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-08-07T17:40:48.3613099Z 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-08-07T17:40:48.3619286Z 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-08-07T17:40:48.3625167Z 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-08-07T17:40:48.3631444Z 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-08-07T17:40:48.3637885Z 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-08-07T17:40:48.3644956Z 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-08-07T17:40:48.3651391Z 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-08-07T17:40:48.3657575Z 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-08-07T17:40:48.3663976Z 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-08-07T17:40:48.3670470Z 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-08-07T17:40:48.3677069Z 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-08-07T17:40:48.3683377Z 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-08-07T17:40:48.3689603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.3696192Z 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-08-07T17:40:48.3702158Z 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-08-07T17:40:48.3708723Z 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-08-07T17:40:48.3714824Z 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-08-07T17:40:48.3720913Z 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-08-07T17:40:48.3727312Z 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-08-07T17:40:48.3733539Z 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-08-07T17:40:48.3739368Z 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-08-07T17:40:48.3745588Z 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-08-07T17:40:48.3751697Z 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-08-07T17:40:48.3757823Z 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-08-07T17:40:48.3764859Z 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-08-07T17:40:48.3771102Z 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-08-07T17:40:48.3777418Z 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-08-07T17:40:48.3783427Z 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-08-07T17:40:48.3789281Z 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-08-07T17:40:48.3795100Z 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-08-07T17:40:48.3801053Z 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-08-07T17:40:48.3806969Z 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-08-07T17:40:48.3815300Z 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-08-07T17:40:48.3822686Z 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-08-07T17:40:48.3828376Z 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-08-07T17:40:48.3834311Z 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-08-07T17:40:48.3840517Z 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-08-07T17:40:48.3846891Z 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-08-07T17:40:48.3852966Z 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-08-07T17:40:48.3858924Z 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-08-07T17:40:48.3865336Z 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-08-07T17:40:48.3872009Z 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-08-07T17:40:48.3877730Z 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-08-07T17:40:48.3883398Z 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-08-07T17:40:48.3888887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.3895065Z 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-08-07T17:40:48.3900961Z 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-08-07T17:40:48.3906597Z 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-08-07T17:40:48.3912602Z 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-08-07T17:40:48.3918310Z 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-08-07T17:40:48.3924014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.3930868Z 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-08-07T17:40:48.3936744Z 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-08-07T17:40:48.3942728Z 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-08-07T17:40:48.3948730Z 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-08-07T17:40:48.3954747Z 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-08-07T17:40:48.3960689Z 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-08-07T17:40:48.3967126Z 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-08-07T17:40:48.3973042Z 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-08-07T17:40:48.3978750Z 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-08-07T17:40:48.3984544Z 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-08-07T17:40:48.3990290Z 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-08-07T17:40:48.3995917Z 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-08-07T17:40:48.4001719Z 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-08-07T17:40:48.4008208Z 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-08-07T17:40:48.4013903Z 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-08-07T17:40:48.4019396Z 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-08-07T17:40:48.4025062Z 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-08-07T17:40:48.4030732Z 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-08-07T17:40:48.4036451Z 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-08-07T17:40:48.4042192Z 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-08-07T17:40:48.4048201Z 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-08-07T17:40:48.4053990Z 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-08-07T17:40:48.4059677Z 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-08-07T17:40:48.4065309Z 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-08-07T17:40:48.4071050Z 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-08-07T17:40:48.4076804Z 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-08-07T17:40:48.4082458Z 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-08-07T17:40:48.4088493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4094383Z 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-08-07T17:40:48.4099959Z 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-08-07T17:40:48.4106382Z 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-08-07T17:40:48.4111801Z 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-08-07T17:40:48.4118102Z 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-08-07T17:40:48.4123972Z 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-08-07T17:40:48.4130585Z 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-08-07T17:40:48.4136623Z 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-08-07T17:40:48.4142144Z 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-08-07T17:40:48.4147810Z 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-08-07T17:40:48.4153781Z 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-08-07T17:40:48.4159413Z 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-08-07T17:40:48.4165272Z 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-08-07T17:40:48.4171108Z 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-08-07T17:40:48.4177142Z 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-08-07T17:40:48.4183078Z 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-08-07T17:40:48.4188527Z 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-08-07T17:40:48.4193992Z 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-08-07T17:40:48.4199930Z 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-08-07T17:40:48.4206170Z 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-08-07T17:40:48.4212130Z 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-08-07T17:40:48.4217729Z 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-08-07T17:40:48.4223410Z 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-08-07T17:40:48.4228718Z 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-08-07T17:40:48.4234529Z 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-08-07T17:40:48.4241101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4247808Z 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-08-07T17:40:48.4254206Z 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-08-07T17:40:48.4260315Z 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-08-07T17:40:48.4266322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4272874Z 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-08-07T17:40:48.4279352Z 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-08-07T17:40:48.4285790Z 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-08-07T17:40:48.4291880Z 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-08-07T17:40:48.4298128Z 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-08-07T17:40:48.4304497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4311042Z 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-08-07T17:40:48.4317135Z 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-08-07T17:40:48.4323511Z 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-08-07T17:40:48.4329453Z 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-08-07T17:40:48.4335502Z 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-08-07T17:40:48.4341487Z 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-08-07T17:40:48.4347684Z 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-08-07T17:40:48.4374545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4381171Z 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-08-07T17:40:48.4387623Z 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-08-07T17:40:48.4394195Z 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-08-07T17:40:48.4400315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4406764Z 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-08-07T17:40:48.4413258Z 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-08-07T17:40:48.4419656Z 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-08-07T17:40:48.4427373Z 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-08-07T17:40:48.4435919Z 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-08-07T17:40:48.4442259Z 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-08-07T17:40:48.4448523Z 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-08-07T17:40:48.4454672Z 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-08-07T17:40:48.4461157Z 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-08-07T17:40:48.4467431Z 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-08-07T17:40:48.4473854Z 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-08-07T17:40:48.4480474Z 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-08-07T17:40:48.4486431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4492688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svdvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4499813Z 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-08-07T17:40:48.4505890Z 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-08-07T17:40:48.4511795Z 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-08-07T17:40:48.4517892Z 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-08-07T17:40:48.4523938Z 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-08-07T17:40:48.4529986Z 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-08-07T17:40:48.4535849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4541927Z 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-08-07T17:40:48.4547765Z 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-08-07T17:40:48.4553774Z 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-08-07T17:40:48.4559542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorsolve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4565839Z 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-08-07T17:40:48.4571469Z 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-08-07T17:40:48.4577406Z 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-08-07T17:40:48.4583132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vander.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4589546Z 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-08-07T17:40:48.4594984Z 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-08-07T17:40:48.4600602Z 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-08-07T17:40:48.4606181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vecdot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4612223Z 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-08-07T17:40:48.4618120Z 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-08-07T17:40:48.4623752Z 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-08-07T17:40:48.4629232Z 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-08-07T17:40:48.4635384Z 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-08-07T17:40:48.4641313Z 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-08-07T17:40:48.4647245Z 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-08-07T17:40:48.4653341Z 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-08-07T17:40:48.4658991Z 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-08-07T17:40:48.4664829Z 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-08-07T17:40:48.4670344Z 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-08-07T17:40:48.4675914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4699801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4705709Z 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-08-07T17:40:48.4711208Z 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-08-07T17:40:48.4717479Z 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-08-07T17:40:48.4723379Z 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-08-07T17:40:48.4729115Z 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-08-07T17:40:48.4734991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4741042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4746312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4751996Z 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-08-07T17:40:48.4757599Z 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-08-07T17:40:48.4763557Z 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-08-07T17:40:48.4769558Z 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-08-07T17:40:48.4775380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4781077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4786640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4791828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4797616Z 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-08-07T17:40:48.4803083Z 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-08-07T17:40:48.4808646Z 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-08-07T17:40:48.4814149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4819972Z 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-08-07T17:40:48.4825305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4831004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4836522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4842092Z 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-08-07T17:40:48.4847524Z 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-08-07T17:40:48.4853036Z 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-08-07T17:40:48.4858730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4864290Z 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-08-07T17:40:48.4870501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4876290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4882279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4887869Z 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-08-07T17:40:48.4893965Z 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-08-07T17:40:48.4899180Z 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-08-07T17:40:48.4904820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4910280Z 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-08-07T17:40:48.4915663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4921804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4927170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4932671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4938465Z 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-08-07T17:40:48.4943978Z 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-08-07T17:40:48.4949544Z 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-08-07T17:40:48.4955432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4961343Z 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-08-07T17:40:48.4966754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4973056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.4979071Z 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-08-07T17:40:48.4984604Z 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-08-07T17:40:48.4990269Z 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-08-07T17:40:48.4997523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5003348Z 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-08-07T17:40:48.5008992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5015010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5020508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5026230Z 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-08-07T17:40:48.5031798Z 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-08-07T17:40:48.5037388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5043095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5048599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5053814Z 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-08-07T17:40:48.5059080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5064373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5070563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5076528Z 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-08-07T17:40:48.5082341Z 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-08-07T17:40:48.5087865Z 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-08-07T17:40:48.5093365Z 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-08-07T17:40:48.5099031Z 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-08-07T17:40:48.5104924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5110747Z 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-08-07T17:40:48.5116709Z 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-08-07T17:40:48.5122416Z 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-08-07T17:40:48.5128026Z 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-08-07T17:40:48.5134070Z 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-08-07T17:40:48.5139639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5145355Z 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-08-07T17:40:48.5151212Z 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-08-07T17:40:48.5157057Z 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-08-07T17:40:48.5162737Z 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-08-07T17:40:48.5168312Z 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-08-07T17:40:48.5174451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5180165Z 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-08-07T17:40:48.5185794Z 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-08-07T17:40:48.5191361Z 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-08-07T17:40:48.5196836Z 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-08-07T17:40:48.5202513Z 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-08-07T17:40:48.5207905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5213281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5219021Z 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-08-07T17:40:48.5260306Z 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-08-07T17:40:48.5266243Z 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-08-07T17:40:48.5272402Z 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-08-07T17:40:48.5278999Z 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-08-07T17:40:48.5285394Z 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-08-07T17:40:48.5291598Z 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-08-07T17:40:48.5297917Z 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-08-07T17:40:48.5304219Z 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-08-07T17:40:48.5310470Z 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-08-07T17:40:48.5316841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5323488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5329736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5335892Z 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-08-07T17:40:48.5341997Z 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-08-07T17:40:48.5348149Z 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-08-07T17:40:48.5354267Z 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-08-07T17:40:48.5360949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5367456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5374242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5380858Z 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-08-07T17:40:48.5392759Z 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-08-07T17:40:48.5394853Z 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-08-07T17:40:48.5401293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5407434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5414045Z 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-08-07T17:40:48.5420044Z 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-08-07T17:40:48.5426094Z 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-08-07T17:40:48.5431933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5437836Z 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-08-07T17:40:48.5443767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5449778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5456127Z 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-08-07T17:40:48.5462485Z 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-08-07T17:40:48.5468727Z 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-08-07T17:40:48.5474988Z 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-08-07T17:40:48.5481184Z 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-08-07T17:40:48.5487400Z 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-08-07T17:40:48.5493501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5499616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5505690Z 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-08-07T17:40:48.5512217Z 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-08-07T17:40:48.5518367Z 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-08-07T17:40:48.5524895Z 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-08-07T17:40:48.5531285Z 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-08-07T17:40:48.5538497Z 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-08-07T17:40:48.5544239Z 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-08-07T17:40:48.5550441Z 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-08-07T17:40:48.5556746Z 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-08-07T17:40:48.5562918Z 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-08-07T17:40:48.5568851Z 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-08-07T17:40:48.5576008Z 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-08-07T17:40:48.5582045Z 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-08-07T17:40:48.5588539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5595108Z 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-08-07T17:40:48.5601820Z 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-08-07T17:40:48.5608173Z 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-08-07T17:40:48.5614380Z 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-08-07T17:40:48.5620568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5626768Z 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-08-07T17:40:48.5632902Z 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-08-07T17:40:48.5638725Z 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-08-07T17:40:48.5644911Z 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-08-07T17:40:48.5650586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5656022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5662219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5667605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5673408Z 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-08-07T17:40:48.5679269Z 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-08-07T17:40:48.5685029Z 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-08-07T17:40:48.5691387Z 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-08-07T17:40:48.5696949Z 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-08-07T17:40:48.5702790Z 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-08-07T17:40:48.5708390Z 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-08-07T17:40:48.5714000Z 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-08-07T17:40:48.5719860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5725532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5730786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5736420Z 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-08-07T17:40:48.5741830Z 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-08-07T17:40:48.5747985Z 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-08-07T17:40:48.5753511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5759086Z 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-08-07T17:40:48.5764492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5770162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5775575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5781173Z 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-08-07T17:40:48.5786754Z 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-08-07T17:40:48.5792208Z 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-08-07T17:40:48.5797836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5803767Z 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-08-07T17:40:48.5809841Z 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-08-07T17:40:48.5815542Z 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-08-07T17:40:48.5821073Z 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-08-07T17:40:48.5826779Z 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-08-07T17:40:48.5832525Z 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-08-07T17:40:48.5838214Z 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-08-07T17:40:48.5843881Z 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-08-07T17:40:48.5850221Z 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-08-07T17:40:48.5856782Z 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-08-07T17:40:48.5862993Z 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-08-07T17:40:48.5869050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5875262Z 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-08-07T17:40:48.5881517Z 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-08-07T17:40:48.5887796Z 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-08-07T17:40:48.5894209Z 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-08-07T17:40:48.5900434Z 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-08-07T17:40:48.5906647Z 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-08-07T17:40:48.5913067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.5920157Z 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-08-07T17:40:48.5926889Z 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-08-07T17:40:48.5933308Z 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-08-07T17:40:48.5939916Z 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-08-07T17:40:48.5946286Z 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-08-07T17:40:48.5952470Z 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-08-07T17:40:48.5985844Z 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-08-07T17:40:48.5992207Z 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-08-07T17:40:48.5998559Z 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-08-07T17:40:48.6004936Z 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-08-07T17:40:48.6011141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6017407Z 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-08-07T17:40:48.6024067Z 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-08-07T17:40:48.6030452Z 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-08-07T17:40:48.6036696Z 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-08-07T17:40:48.6043202Z 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-08-07T17:40:48.6050308Z 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-08-07T17:40:48.6056412Z 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-08-07T17:40:48.6063232Z 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-08-07T17:40:48.6069489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6075350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6081871Z 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-08-07T17:40:48.6088183Z 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-08-07T17:40:48.6094571Z 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-08-07T17:40:48.6101117Z 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-08-07T17:40:48.6107265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6113512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6120353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6126506Z 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-08-07T17:40:48.6133069Z 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-08-07T17:40:48.6139360Z 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-08-07T17:40:48.6145352Z 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-08-07T17:40:48.6151729Z 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-08-07T17:40:48.6158023Z 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-08-07T17:40:48.6164022Z 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-08-07T17:40:48.6170330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_H.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6176202Z 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-08-07T17:40:48.6182956Z 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-08-07T17:40:48.6188837Z 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-08-07T17:40:48.6194939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_power.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6201500Z 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-08-07T17:40:48.6207772Z 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-08-07T17:40:48.6214560Z 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-08-07T17:40:48.6220054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6226287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6231595Z 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-08-07T17:40:48.6236954Z 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-08-07T17:40:48.6243023Z 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-08-07T17:40:48.6248661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6254265Z 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-08-07T17:40:48.6259902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6265519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6272300Z 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-08-07T17:40:48.6278655Z 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-08-07T17:40:48.6285217Z 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-08-07T17:40:48.6291666Z 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-08-07T17:40:48.6297719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6303538Z 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-08-07T17:40:48.6309518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6315550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6321620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6327937Z 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-08-07T17:40:48.6333961Z 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-08-07T17:40:48.6340111Z 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-08-07T17:40:48.6346240Z 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-08-07T17:40:48.6352518Z 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-08-07T17:40:48.6396042Z 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-08-07T17:40:48.6402359Z 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-08-07T17:40:48.6408461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6414875Z 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-08-07T17:40:48.6421631Z 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-08-07T17:40:48.6427791Z 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-08-07T17:40:48.6434001Z 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-08-07T17:40:48.6440808Z 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-08-07T17:40:48.6447051Z 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-08-07T17:40:48.6453429Z 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-08-07T17:40:48.6460008Z 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-08-07T17:40:48.6466710Z 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-08-07T17:40:48.6473610Z 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-08-07T17:40:48.6480170Z 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-08-07T17:40:48.6486563Z 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-08-07T17:40:48.6492882Z 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-08-07T17:40:48.6499311Z 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-08-07T17:40:48.6505701Z 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-08-07T17:40:48.6512017Z 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-08-07T17:40:48.6518918Z 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-08-07T17:40:48.6525272Z 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-08-07T17:40:48.6531734Z 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-08-07T17:40:48.6538405Z 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-08-07T17:40:48.6545244Z 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-08-07T17:40:48.6551839Z 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-08-07T17:40:48.6558735Z 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-08-07T17:40:48.6564899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6571408Z 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-08-07T17:40:48.6577627Z 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-08-07T17:40:48.6583861Z 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-08-07T17:40:48.6590174Z 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-08-07T17:40:48.6596744Z 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-08-07T17:40:48.6603392Z 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-08-07T17:40:48.6609856Z 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-08-07T17:40:48.6627415Z 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-08-07T17:40:48.6628811Z 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-08-07T17:40:48.6629951Z 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-08-07T17:40:48.6636624Z 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-08-07T17:40:48.6642965Z 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-08-07T17:40:48.6649441Z 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-08-07T17:40:48.6655690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6661914Z 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-08-07T17:40:48.6668131Z 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-08-07T17:40:48.6674527Z 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-08-07T17:40:48.6680820Z 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-08-07T17:40:48.6687078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6693512Z 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-08-07T17:40:48.6699714Z 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-08-07T17:40:48.6706453Z 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-08-07T17:40:48.6712478Z 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-08-07T17:40:48.6718227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6724669Z 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-08-07T17:40:48.6730373Z 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-08-07T17:40:48.6736123Z 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-08-07T17:40:48.6741713Z 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-08-07T17:40:48.6747332Z 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-08-07T17:40:48.6753094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6759129Z 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-08-07T17:40:48.6764915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6770645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6775965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6781531Z 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-08-07T17:40:48.6787138Z 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-08-07T17:40:48.6793169Z 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-08-07T17:40:48.6798765Z 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-08-07T17:40:48.6804482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6810626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6816896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6823127Z 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-08-07T17:40:48.6829272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6835461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6841567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6847985Z 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-08-07T17:40:48.6853754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6859591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6865368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6871273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6877627Z 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-08-07T17:40:48.6883622Z 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-08-07T17:40:48.6889820Z 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-08-07T17:40:48.6896098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6902468Z 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-08-07T17:40:48.6908645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6914785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6921349Z 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-08-07T17:40:48.6927448Z 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-08-07T17:40:48.6933618Z 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-08-07T17:40:48.6939698Z 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-08-07T17:40:48.6946032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6951865Z 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-08-07T17:40:48.6957988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6963838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.6969711Z 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-08-07T17:40:48.6975889Z 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-08-07T17:40:48.6982389Z 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-08-07T17:40:48.6988489Z 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-08-07T17:40:48.6995127Z 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-08-07T17:40:48.7001319Z 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-08-07T17:40:48.7007901Z 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-08-07T17:40:48.7014243Z 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-08-07T17:40:48.7021168Z 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-08-07T17:40:48.7027512Z 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-08-07T17:40:48.7034018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.7040431Z 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-08-07T17:40:48.7046755Z 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-08-07T17:40:48.7053116Z 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-08-07T17:40:48.7059302Z 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-08-07T17:40:48.7065858Z 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-08-07T17:40:48.7072301Z 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-08-07T17:40:48.7078626Z 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-08-07T17:40:48.7084856Z 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-08-07T17:40:48.7091089Z 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-08-07T17:40:48.7097632Z 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-08-07T17:40:48.7104098Z 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-08-07T17:40:48.7110681Z 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-08-07T17:40:48.7117165Z 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-08-07T17:40:48.7124124Z 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-08-07T17:40:48.7130560Z 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-08-07T17:40:48.7137013Z 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-08-07T17:40:48.7143257Z 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-08-07T17:40:48.7149858Z 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-08-07T17:40:48.7162174Z 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-08-07T17:40:48.7168663Z 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-08-07T17:40:48.7174953Z 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-08-07T17:40:48.7186378Z 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-08-07T17:40:48.7191526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.7200670Z 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-08-07T17:40:48.7209987Z 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-08-07T17:40:48.7218733Z 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-08-07T17:40:48.7227822Z 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-08-07T17:40:48.7236835Z 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-08-07T17:40:48.7246018Z 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-08-07T17:40:48.7255388Z 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-08-07T17:40:48.7264095Z 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-08-07T17:40:48.7272861Z 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-08-07T17:40:48.7281658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.7290068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.7299410Z 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-08-07T17:40:48.7307795Z 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-08-07T17:40:48.7316964Z 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-08-07T17:40:48.7325641Z 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-08-07T17:40:48.7334840Z 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-08-07T17:40:48.7343668Z 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-08-07T17:40:48.7352046Z 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-08-07T17:40:48.7361018Z 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-08-07T17:40:48.7369812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.7378261Z 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-08-07T17:40:48.7387108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.7396086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.7404607Z 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-08-07T17:40:48.7413551Z 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-08-07T17:40:48.7422887Z 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-08-07T17:40:48.7431978Z 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-08-07T17:40:48.7441672Z 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-08-07T17:40:48.7450699Z 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-08-07T17:40:48.7459946Z 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-08-07T17:40:48.7468677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.7478146Z 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-08-07T17:40:48.7486710Z 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-08-07T17:40:48.7496091Z 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-08-07T17:40:48.7505384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.7514451Z 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-08-07T17:40:48.7523663Z 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-08-07T17:40:48.7532626Z 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-08-07T17:40:48.7542725Z 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-08-07T17:40:48.7551921Z 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-08-07T17:40:48.7561163Z 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-08-07T17:40:48.7569935Z 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-08-07T17:40:48.7579083Z 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-08-07T17:40:48.7588219Z 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-08-07T17:40:48.7597805Z 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-08-07T17:40:48.7607324Z 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-08-07T17:40:48.7616607Z 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-08-07T17:40:48.7626285Z 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-08-07T17:40:48.7635237Z 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-08-07T17:40:48.7644376Z 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-08-07T17:40:48.7653692Z 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-08-07T17:40:48.7662699Z 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-08-07T17:40:48.7672157Z 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-08-07T17:40:48.7681380Z 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-08-07T17:40:48.7690464Z 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-08-07T17:40:48.7699838Z 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-08-07T17:40:48.7709110Z 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-08-07T17:40:48.7718291Z 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-08-07T17:40:48.7727293Z 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-08-07T17:40:48.7736707Z 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-08-07T17:40:48.7746066Z 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-08-07T17:40:48.7761987Z 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-08-07T17:40:48.7767941Z 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-08-07T17:40:48.7774053Z 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-08-07T17:40:48.7779891Z 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-08-07T17:40:48.7786264Z 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-08-07T17:40:48.7791978Z 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-08-07T17:40:48.7798004Z 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-08-07T17:40:48.7804012Z 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-08-07T17:40:48.7809819Z 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-08-07T17:40:48.7833132Z 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-08-07T17:40:48.7839508Z 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-08-07T17:40:48.7845250Z 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-08-07T17:40:48.7851273Z 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-08-07T17:40:48.7856980Z 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-08-07T17:40:48.7863004Z 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-08-07T17:40:48.7869156Z 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-08-07T17:40:48.7874986Z 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-08-07T17:40:48.7880906Z 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-08-07T17:40:48.7886901Z 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-08-07T17:40:48.7893086Z 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-08-07T17:40:48.7898763Z 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-08-07T17:40:48.7904750Z 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-08-07T17:40:48.7910487Z 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-08-07T17:40:48.7916133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.7922056Z 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-08-07T17:40:48.7927825Z 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-08-07T17:40:48.7933333Z 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-08-07T17:40:48.7939392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.7944309Z 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-08-07T17:40:48.7949981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.7955641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.7960867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.7966387Z 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-08-07T17:40:48.7972352Z 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-08-07T17:40:48.7977864Z 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-08-07T17:40:48.7983446Z 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-08-07T17:40:48.7989062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.7994531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.7999963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8005609Z 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-08-07T17:40:48.8011157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8016846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8022408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8027887Z 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-08-07T17:40:48.8033305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8039406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8044910Z 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-08-07T17:40:48.8050733Z 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-08-07T17:40:48.8056612Z 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-08-07T17:40:48.8062352Z 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-08-07T17:40:48.8068310Z 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-08-07T17:40:48.8074366Z 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-08-07T17:40:48.8080441Z 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-08-07T17:40:48.8086496Z 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-08-07T17:40:48.8092080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8097610Z 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-08-07T17:40:48.8103207Z 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-08-07T17:40:48.8109244Z 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-08-07T17:40:48.8115327Z 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-08-07T17:40:48.8121072Z 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-08-07T17:40:48.8127094Z 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-08-07T17:40:48.8132740Z 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-08-07T17:40:48.8138377Z 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-08-07T17:40:48.8144365Z 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-08-07T17:40:48.8150101Z 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-08-07T17:40:48.8155709Z 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-08-07T17:40:48.8161546Z 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-08-07T17:40:48.8167317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8172802Z 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-08-07T17:40:48.8178176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8183406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8188924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8194147Z 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-08-07T17:40:48.8199950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8205033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8210356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8215775Z 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-08-07T17:40:48.8221444Z 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-08-07T17:40:48.8227231Z 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-08-07T17:40:48.8232954Z 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-08-07T17:40:48.8238777Z 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-08-07T17:40:48.8244696Z 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-08-07T17:40:48.8250847Z 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-08-07T17:40:48.8256821Z 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-08-07T17:40:48.8262843Z 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-08-07T17:40:48.8268434Z 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-08-07T17:40:48.8274155Z 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-08-07T17:40:48.8280160Z 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-08-07T17:40:48.8286015Z 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-08-07T17:40:48.8291490Z 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-08-07T17:40:48.8297081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8302920Z 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-08-07T17:40:48.8308427Z 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-08-07T17:40:48.8313928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8320043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8325689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8331650Z 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-08-07T17:40:48.8337303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8343026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8350277Z 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-08-07T17:40:48.8356688Z 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-08-07T17:40:48.8363003Z 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-08-07T17:40:48.8368963Z 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-08-07T17:40:48.8374788Z 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-08-07T17:40:48.8381058Z 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-08-07T17:40:48.8387527Z 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-08-07T17:40:48.8393811Z 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-08-07T17:40:48.8400531Z 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-08-07T17:40:48.8406856Z 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-08-07T17:40:48.8413558Z 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-08-07T17:40:48.8420008Z 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-08-07T17:40:48.8426849Z 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-08-07T17:40:48.8433201Z 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-08-07T17:40:48.8439237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8444841Z 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-08-07T17:40:48.8450823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8457030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8462922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8468952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8475057Z 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-08-07T17:40:48.8481055Z 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-08-07T17:40:48.8487206Z 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-08-07T17:40:48.8493597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8500177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8506519Z 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-08-07T17:40:48.8511983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8539148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8545032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8551181Z 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-08-07T17:40:48.8557469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8563677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8569727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8576097Z 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-08-07T17:40:48.8582711Z 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-08-07T17:40:48.8588772Z 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-08-07T17:40:48.8594940Z 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-08-07T17:40:48.8601707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8607768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8613975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8620328Z 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-08-07T17:40:48.8626405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8632874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8638881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8644837Z 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-08-07T17:40:48.8651352Z 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-08-07T17:40:48.8657676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8663710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8670012Z 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-08-07T17:40:48.8676559Z 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-08-07T17:40:48.8682842Z 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-08-07T17:40:48.8688970Z 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-08-07T17:40:48.8695510Z 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-08-07T17:40:48.8701919Z 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-08-07T17:40:48.8707756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8713816Z 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-08-07T17:40:48.8720067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8726567Z 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-08-07T17:40:48.8732654Z 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-08-07T17:40:48.8739124Z 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-08-07T17:40:48.8745862Z 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-08-07T17:40:48.8751807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8757848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8763984Z 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-08-07T17:40:48.8770363Z 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-08-07T17:40:48.8776705Z 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-08-07T17:40:48.8783385Z 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-08-07T17:40:48.8789588Z 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-08-07T17:40:48.8795796Z 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-08-07T17:40:48.8802186Z 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-08-07T17:40:48.8809436Z 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-08-07T17:40:48.8844636Z 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-08-07T17:40:48.8851170Z 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-08-07T17:40:48.8857518Z 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-08-07T17:40:48.8863843Z 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-08-07T17:40:48.8876600Z 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-08-07T17:40:48.8877980Z 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-08-07T17:40:48.8884350Z 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-08-07T17:40:48.8890802Z 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-08-07T17:40:48.8897055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.8903373Z 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-08-07T17:40:48.8910279Z 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-08-07T17:40:48.8916320Z 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-08-07T17:40:48.8922747Z 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-08-07T17:40:48.8928776Z 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-08-07T17:40:48.8935224Z 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-08-07T17:40:48.8941733Z 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-08-07T17:40:48.8948057Z 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-08-07T17:40:48.8954532Z 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-08-07T17:40:48.8961122Z 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-08-07T17:40:48.8967524Z 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-08-07T17:40:48.8974325Z 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-08-07T17:40:48.8980705Z 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-08-07T17:40:48.8987420Z 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-08-07T17:40:48.8993784Z 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-08-07T17:40:48.9000205Z 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-08-07T17:40:48.9006667Z 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-08-07T17:40:48.9013174Z 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-08-07T17:40:48.9019940Z 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-08-07T17:40:48.9025596Z 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-08-07T17:40:48.9031706Z 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-08-07T17:40:48.9037599Z 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-08-07T17:40:48.9043837Z 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-08-07T17:40:48.9050397Z 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-08-07T17:40:48.9056236Z 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-08-07T17:40:48.9062594Z 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-08-07T17:40:48.9068814Z 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-08-07T17:40:48.9074974Z 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-08-07T17:40:48.9080769Z 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-08-07T17:40:48.9086681Z 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-08-07T17:40:48.9092696Z 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-08-07T17:40:48.9098357Z 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-08-07T17:40:48.9104083Z 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-08-07T17:40:48.9109780Z 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-08-07T17:40:48.9115402Z 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-08-07T17:40:48.9121528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9127650Z 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-08-07T17:40:48.9134152Z 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-08-07T17:40:48.9140029Z 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-08-07T17:40:48.9146456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9153077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9159649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9165877Z 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-08-07T17:40:48.9172345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9178749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9185178Z 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-08-07T17:40:48.9191025Z 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-08-07T17:40:48.9197323Z 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-08-07T17:40:48.9203353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9209341Z 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-08-07T17:40:48.9215470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9221548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9227385Z 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-08-07T17:40:48.9233786Z 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-08-07T17:40:48.9239971Z 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-08-07T17:40:48.9246075Z 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-08-07T17:40:48.9252346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9258915Z 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-08-07T17:40:48.9264916Z 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-08-07T17:40:48.9271327Z 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-08-07T17:40:48.9277364Z 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-08-07T17:40:48.9283972Z 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-08-07T17:40:48.9290236Z 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-08-07T17:40:48.9297074Z 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-08-07T17:40:48.9303433Z 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-08-07T17:40:48.9309711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_full.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9315947Z 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-08-07T17:40:48.9322146Z 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-08-07T17:40:48.9328381Z 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-08-07T17:40:48.9334585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_ones.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9341223Z 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-08-07T17:40:48.9347809Z 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-08-07T17:40:48.9353770Z 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-08-07T17:40:48.9359947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_zeros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9366360Z 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-08-07T17:40:48.9372480Z 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-08-07T17:40:48.9378647Z 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-08-07T17:40:48.9384682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9391423Z 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-08-07T17:40:48.9397675Z 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-08-07T17:40:48.9404096Z 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-08-07T17:40:48.9410315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9416692Z 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-08-07T17:40:48.9422779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9428896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9463889Z 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-08-07T17:40:48.9469946Z 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-08-07T17:40:48.9476014Z 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-08-07T17:40:48.9482079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9487896Z 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-08-07T17:40:48.9493953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9500042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9505786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9512271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9518357Z 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-08-07T17:40:48.9524197Z 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-08-07T17:40:48.9530607Z 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-08-07T17:40:48.9536168Z 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-08-07T17:40:48.9541958Z 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-08-07T17:40:48.9547896Z 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-08-07T17:40:48.9553687Z 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-08-07T17:40:48.9560381Z 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-08-07T17:40:48.9566370Z 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-08-07T17:40:48.9572044Z 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-08-07T17:40:48.9577578Z 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-08-07T17:40:48.9583423Z 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-08-07T17:40:48.9589172Z 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-08-07T17:40:48.9594708Z 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-08-07T17:40:48.9601158Z 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-08-07T17:40:48.9606911Z 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-08-07T17:40:48.9612581Z 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-08-07T17:40:48.9618279Z 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-08-07T17:40:48.9624054Z 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-08-07T17:40:48.9629748Z 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-08-07T17:40:48.9635616Z 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-08-07T17:40:48.9641889Z 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-08-07T17:40:48.9647481Z 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-08-07T17:40:48.9653586Z 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-08-07T17:40:48.9659324Z 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-08-07T17:40:48.9665174Z 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-08-07T17:40:48.9671012Z 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-08-07T17:40:48.9677574Z 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-08-07T17:40:48.9683295Z 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-08-07T17:40:48.9689102Z 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-08-07T17:40:48.9694954Z 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-08-07T17:40:48.9700524Z 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-08-07T17:40:48.9706500Z 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-08-07T17:40:48.9712337Z 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-08-07T17:40:48.9718078Z 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-08-07T17:40:48.9723812Z 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-08-07T17:40:48.9729697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9735071Z 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-08-07T17:40:48.9740788Z 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-08-07T17:40:48.9746692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9752456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_numpy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9758752Z 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-08-07T17:40:48.9765065Z 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-08-07T17:40:48.9770587Z 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-08-07T17:40:48.9776215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9782005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_static.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9787863Z 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-08-07T17:40:48.9793678Z 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-08-07T17:40:48.9799907Z 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-08-07T17:40:48.9805567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9811056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9817469Z 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-08-07T17:40:48.9822754Z 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-08-07T17:40:48.9828449Z 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-08-07T17:40:48.9835772Z 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-08-07T17:40:48.9842006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9848606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9855322Z 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-08-07T17:40:48.9861306Z 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-08-07T17:40:48.9867717Z 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-08-07T17:40:48.9874020Z 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-08-07T17:40:48.9880438Z 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-08-07T17:40:48.9886803Z 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-08-07T17:40:48.9893590Z 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-08-07T17:40:48.9899871Z 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-08-07T17:40:48.9905801Z 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-08-07T17:40:48.9912075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9918403Z 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-08-07T17:40:48.9924700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9931212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9937104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\not_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9943845Z 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-08-07T17:40:48.9949862Z 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-08-07T17:40:48.9957314Z 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-08-07T17:40:48.9964717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nuclear_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:48.9973005Z 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-08-07T17:40:48.9980220Z 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-08-07T17:40:48.9987644Z 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-08-07T17:40:48.9995209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\numpy_T.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0001678Z 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-08-07T17:40:49.0008246Z 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-08-07T17:40:49.0014061Z 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-08-07T17:40:49.0037296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0042978Z 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-08-07T17:40:49.0048477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0054466Z 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-08-07T17:40:49.0060381Z 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-08-07T17:40:49.0067188Z 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-08-07T17:40:49.0072739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0078485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0083938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\one_hot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0088670Z 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-08-07T17:40:49.0094916Z 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-08-07T17:40:49.0099726Z 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-08-07T17:40:49.0105261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0111119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0116539Z 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-08-07T17:40:49.0121855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0127342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0132983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0138205Z 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-08-07T17:40:49.0143965Z 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-08-07T17:40:49.0149748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0155291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0161147Z 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-08-07T17:40:49.0166563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0171955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0177295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0182921Z 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-08-07T17:40:49.0188328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0194149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0200042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\output_nr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0205561Z 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-08-07T17:40:49.0211012Z 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-08-07T17:40:49.0216290Z 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-08-07T17:40:49.0221918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0227478Z 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-08-07T17:40:49.0232927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0238425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0243830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_sequence.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0250040Z 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-08-07T17:40:49.0255813Z 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-08-07T17:40:49.0260978Z 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-08-07T17:40:49.0266691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pairwise_distance.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0272341Z 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-08-07T17:40:49.0278145Z 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-08-07T17:40:49.0283532Z 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-08-07T17:40:49.0289061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0294383Z 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-08-07T17:40:49.0300139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0305573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0311246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0316872Z 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-08-07T17:40:49.0322597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0328780Z 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-08-07T17:40:49.0334607Z 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-08-07T17:40:49.0340371Z 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-08-07T17:40:49.0346185Z 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-08-07T17:40:49.0352439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0357932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0363679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0373896Z 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-08-07T17:40:49.0377819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0385471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0392340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pin_memory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0399181Z 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-08-07T17:40:49.0406003Z 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-08-07T17:40:49.0414273Z 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-08-07T17:40:49.0421129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0428378Z 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-08-07T17:40:49.0435304Z 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-08-07T17:40:49.0443015Z 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-08-07T17:40:49.0450421Z 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-08-07T17:40:49.0457431Z 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-08-07T17:40:49.0464614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0473116Z 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-08-07T17:40:49.0480467Z 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-08-07T17:40:49.0487999Z 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-08-07T17:40:49.0495422Z 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-08-07T17:40:49.0503337Z 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-08-07T17:40:49.0510258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0517218Z 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-08-07T17:40:49.0524198Z 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-08-07T17:40:49.0532372Z 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-08-07T17:40:49.0539369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0546326Z 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-08-07T17:40:49.0554870Z 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-08-07T17:40:49.0562392Z 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-08-07T17:40:49.0569159Z 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-08-07T17:40:49.0576121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0584118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0591479Z 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-08-07T17:40:49.0598530Z 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-08-07T17:40:49.0605496Z 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-08-07T17:40:49.0613728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0620478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0627507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0634759Z 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-08-07T17:40:49.0642873Z 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-08-07T17:40:49.0649825Z 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-08-07T17:40:49.0656653Z 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-08-07T17:40:49.0663786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0670765Z 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-08-07T17:40:49.0677637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0683375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0689104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0695775Z 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-08-07T17:40:49.0701406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0707115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0712871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0718762Z 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-08-07T17:40:49.0725549Z 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-08-07T17:40:49.0730935Z 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-08-07T17:40:49.0736479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0741746Z 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-08-07T17:40:49.0747762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0753237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0759765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0765183Z 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-08-07T17:40:49.0771061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0776423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0782432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0788097Z 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-08-07T17:40:49.0793695Z 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-08-07T17:40:49.0799600Z 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-08-07T17:40:49.0805296Z 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-08-07T17:40:49.0811066Z 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-08-07T17:40:49.0816847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0822728Z 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-08-07T17:40:49.0828191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0833819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0839235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\promote_types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0844985Z 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-08-07T17:40:49.0851028Z 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-08-07T17:40:49.0856434Z 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-08-07T17:40:49.0862146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0867850Z 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-08-07T17:40:49.0873509Z 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-08-07T17:40:49.0879246Z 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-08-07T17:40:49.0885425Z 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-08-07T17:40:49.0891587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0897604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0903498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0909861Z 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-08-07T17:40:49.0915953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0922178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0927913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0933615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0939816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0946514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0952702Z 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-08-07T17:40:49.0959182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0965621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.0971910Z 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-08-07T17:40:49.0978842Z 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-08-07T17:40:49.0985435Z 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-08-07T17:40:49.0991762Z 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-08-07T17:40:49.0998132Z 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-08-07T17:40:49.1004988Z 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-08-07T17:40:49.1011353Z 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-08-07T17:40:49.1017668Z 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-08-07T17:40:49.1024781Z 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-08-07T17:40:49.1031774Z 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-08-07T17:40:49.1038224Z 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-08-07T17:40:49.1044599Z 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-08-07T17:40:49.1050975Z 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-08-07T17:40:49.1058214Z 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-08-07T17:40:49.3281048Z 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-08-07T17:40:49.3300533Z 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-08-07T17:40:49.3307026Z 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-08-07T17:40:49.3313645Z 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-08-07T17:40:49.3319998Z 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-08-07T17:40:49.3326306Z 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-08-07T17:40:49.3332642Z 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-08-07T17:40:49.3338669Z 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-08-07T17:40:49.3345072Z 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-08-07T17:40:49.3350895Z 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-08-07T17:40:49.3357339Z 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-08-07T17:40:49.3363447Z 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-08-07T17:40:49.3373486Z 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-08-07T17:40:49.3385499Z 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-08-07T17:40:49.3394706Z 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-08-07T17:40:49.3405133Z 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-08-07T17:40:49.3413822Z 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-08-07T17:40:49.3423182Z 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-08-07T17:40:49.3432461Z 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-08-07T17:40:49.3442186Z 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-08-07T17:40:49.3451488Z 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-08-07T17:40:49.3460901Z 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-08-07T17:40:49.3469356Z 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-08-07T17:40:49.3478079Z 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-08-07T17:40:49.3487281Z 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-08-07T17:40:49.3495708Z 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-08-07T17:40:49.3504737Z 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-08-07T17:40:49.3513612Z 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-08-07T17:40:49.3522967Z 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-08-07T17:40:49.3532477Z 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-08-07T17:40:49.3541870Z 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-08-07T17:40:49.3551776Z 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-08-07T17:40:49.3561737Z 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-08-07T17:40:49.3570982Z 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-08-07T17:40:49.3580065Z 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-08-07T17:40:49.3588965Z 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-08-07T17:40:49.3598349Z 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-08-07T17:40:49.3607648Z 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-08-07T17:40:49.3616627Z 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-08-07T17:40:49.3626037Z 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-08-07T17:40:49.3635544Z 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-08-07T17:40:49.3644868Z 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-08-07T17:40:49.3654285Z 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-08-07T17:40:49.3663745Z 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-08-07T17:40:49.3673901Z 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-08-07T17:40:49.3683430Z 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-08-07T17:40:49.3692745Z 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-08-07T17:40:49.3701694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_scale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.3709979Z 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-08-07T17:40:49.3718225Z 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-08-07T17:40:49.3725129Z 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-08-07T17:40:49.3731559Z 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-08-07T17:40:49.3737608Z 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-08-07T17:40:49.3743868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.3750597Z 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-08-07T17:40:49.3756618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.3762872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.3769074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.3775722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.3782970Z 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-08-07T17:40:49.3789445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.3796054Z 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-08-07T17:40:49.3802296Z 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-08-07T17:40:49.3808896Z 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-08-07T17:40:49.3815309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.3821614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.3827899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.3834741Z 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-08-07T17:40:49.3841487Z 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-08-07T17:40:49.3847149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.3853849Z 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-08-07T17:40:49.3860003Z 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-08-07T17:40:49.3866230Z 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-08-07T17:40:49.3900907Z 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-08-07T17:40:49.3952967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.3960167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.3966853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.3985072Z 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-08-07T17:40:49.3991145Z 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-08-07T17:40:49.3996908Z 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-08-07T17:40:49.4002570Z 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-08-07T17:40:49.4008398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4014074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4020106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4025527Z 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-08-07T17:40:49.4031234Z 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-08-07T17:40:49.4037167Z 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-08-07T17:40:49.4042914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4048418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4054433Z 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-08-07T17:40:49.4060132Z 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-08-07T17:40:49.4065589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4071565Z 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-08-07T17:40:49.4077231Z 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-08-07T17:40:49.4082832Z 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-08-07T17:40:49.4089340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4095478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4101611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4107685Z 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-08-07T17:40:49.4113746Z 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-08-07T17:40:49.4120120Z 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-08-07T17:40:49.4126308Z 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-08-07T17:40:49.4132438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4139066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4145174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4151115Z 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-08-07T17:40:49.4157752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4164389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4210461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4216182Z 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-08-07T17:40:49.4222146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4227917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4234074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4240644Z 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-08-07T17:40:49.4246670Z 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-08-07T17:40:49.4252778Z 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-08-07T17:40:49.4259049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4265375Z 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-08-07T17:40:49.4271692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4278397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4284600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\record_stream.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4290626Z 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-08-07T17:40:49.4296950Z 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-08-07T17:40:49.4302938Z 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-08-07T17:40:49.4309246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\refine_names.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4316057Z 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-08-07T17:40:49.4322300Z 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-08-07T17:40:49.4328426Z 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-08-07T17:40:49.4334701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4340866Z 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-08-07T17:40:49.4347541Z 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-08-07T17:40:49.4353743Z 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-08-07T17:40:49.4360253Z 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-08-07T17:40:49.4366819Z 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-08-07T17:40:49.4373724Z 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-08-07T17:40:49.4380039Z 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-08-07T17:40:49.4386545Z 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-08-07T17:40:49.4393484Z 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-08-07T17:40:49.4400112Z 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-08-07T17:40:49.4406833Z 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-08-07T17:40:49.4412790Z 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-08-07T17:40:49.4419739Z 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-08-07T17:40:49.4427887Z 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-08-07T17:40:49.4434388Z 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-08-07T17:40:49.4440944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4447794Z 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-08-07T17:40:49.4454029Z 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-08-07T17:40:49.4459887Z 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-08-07T17:40:49.4466136Z 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-08-07T17:40:49.4472413Z 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-08-07T17:40:49.4478217Z 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-08-07T17:40:49.4484180Z 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-08-07T17:40:49.4489875Z 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-08-07T17:40:49.4495527Z 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-08-07T17:40:49.4501810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4507491Z 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-08-07T17:40:49.4513786Z 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-08-07T17:40:49.4519604Z 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-08-07T17:40:49.4525607Z 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-08-07T17:40:49.4531364Z 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-08-07T17:40:49.4537267Z 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-08-07T17:40:49.4544134Z 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-08-07T17:40:49.4549874Z 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-08-07T17:40:49.4556770Z 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-08-07T17:40:49.4562777Z 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-08-07T17:40:49.4568531Z 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-08-07T17:40:49.4574235Z 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-08-07T17:40:49.4579940Z 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-08-07T17:40:49.4585565Z 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-08-07T17:40:49.4591284Z 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-08-07T17:40:49.4597179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4602498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4608166Z 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-08-07T17:40:49.4613571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4618832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4624708Z 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-08-07T17:40:49.4630157Z 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-08-07T17:40:49.4636041Z 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-08-07T17:40:49.4641591Z 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-08-07T17:40:49.4647528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4653620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4659565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4665749Z 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-08-07T17:40:49.4671604Z 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-08-07T17:40:49.4694228Z 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-08-07T17:40:49.4700714Z 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-08-07T17:40:49.4706871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4713043Z 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-08-07T17:40:49.4719651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4725899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4732080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4738104Z 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-08-07T17:40:49.4744266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4755119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4756794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4763055Z 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-08-07T17:40:49.4769290Z 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-08-07T17:40:49.4776053Z 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-08-07T17:40:49.4782140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4788924Z 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-08-07T17:40:49.4794838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4801228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4807314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4813520Z 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-08-07T17:40:49.4819527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4826496Z 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-08-07T17:40:49.4832582Z 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-08-07T17:40:49.4839015Z 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-08-07T17:40:49.4845319Z 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-08-07T17:40:49.4851502Z 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-08-07T17:40:49.4857647Z 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-08-07T17:40:49.4864156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4870309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4876897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4883300Z 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-08-07T17:40:49.4890687Z 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-08-07T17:40:49.4897081Z 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-08-07T17:40:49.4903614Z 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-08-07T17:40:49.4913305Z 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-08-07T17:40:49.4917488Z 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-08-07T17:40:49.4924100Z 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-08-07T17:40:49.4930245Z 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-08-07T17:40:49.4936933Z 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-08-07T17:40:49.4943404Z 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-08-07T17:40:49.4949800Z 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-08-07T17:40:49.4956586Z 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-08-07T17:40:49.4963142Z 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-08-07T17:40:49.4969903Z 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-08-07T17:40:49.4976439Z 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-08-07T17:40:49.4982928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.4989741Z 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-08-07T17:40:49.4996450Z 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-08-07T17:40:49.5002533Z 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-08-07T17:40:49.5009029Z 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-08-07T17:40:49.5015191Z 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-08-07T17:40:49.5021935Z 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-08-07T17:40:49.5028489Z 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-08-07T17:40:49.5034564Z 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-08-07T17:40:49.5040377Z 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-08-07T17:40:49.5046214Z 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-08-07T17:40:49.5052024Z 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-08-07T17:40:49.5058473Z 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-08-07T17:40:49.5064598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5071100Z 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-08-07T17:40:49.5077385Z 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-08-07T17:40:49.5083129Z 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-08-07T17:40:49.5088980Z 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-08-07T17:40:49.5094699Z 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-08-07T17:40:49.5101815Z 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-08-07T17:40:49.5108252Z 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-08-07T17:40:49.5114302Z 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-08-07T17:40:49.5120334Z 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-08-07T17:40:49.5126257Z 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-08-07T17:40:49.5132230Z 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-08-07T17:40:49.5138197Z 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-08-07T17:40:49.5144054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\requires_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5150077Z 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-08-07T17:40:49.5182252Z 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-08-07T17:40:49.5187933Z 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-08-07T17:40:49.5193776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5199320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5205717Z 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-08-07T17:40:49.5211626Z 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-08-07T17:40:49.5217649Z 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-08-07T17:40:49.5223529Z 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-08-07T17:40:49.5229815Z 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-08-07T17:40:49.5236256Z 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-08-07T17:40:49.5242155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5247945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5253987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5259807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5265877Z 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-08-07T17:40:49.5271443Z 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-08-07T17:40:49.5277340Z 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-08-07T17:40:49.5283140Z 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-08-07T17:40:49.5289369Z 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-08-07T17:40:49.5295572Z 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-08-07T17:40:49.5301368Z 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-08-07T17:40:49.5307364Z 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-08-07T17:40:49.5313423Z 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-08-07T17:40:49.5319347Z 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-08-07T17:40:49.5325323Z 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-08-07T17:40:49.5331206Z 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-08-07T17:40:49.5337084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5343038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5348844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5354863Z 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-08-07T17:40:49.5360704Z 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-08-07T17:40:49.5366240Z 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-08-07T17:40:49.5372026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5378263Z 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-08-07T17:40:49.5384292Z 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-08-07T17:40:49.5389890Z 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-08-07T17:40:49.5395575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\result_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5401733Z 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-08-07T17:40:49.5407277Z 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-08-07T17:40:49.5413046Z 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-08-07T17:40:49.5418873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retains_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5424608Z 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-08-07T17:40:49.5430394Z 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-08-07T17:40:49.5435910Z 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-08-07T17:40:49.5441707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retain_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5447400Z 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-08-07T17:40:49.5453234Z 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-08-07T17:40:49.5458614Z 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-08-07T17:40:49.5464223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rms_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5470310Z 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-08-07T17:40:49.5475866Z 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-08-07T17:40:49.5481645Z 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-08-07T17:40:49.5487396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5492795Z 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-08-07T17:40:49.5498530Z 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-08-07T17:40:49.5504200Z 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-08-07T17:40:49.5510553Z 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-08-07T17:40:49.5516491Z 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-08-07T17:40:49.5523579Z 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-08-07T17:40:49.5529042Z 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-08-07T17:40:49.5534604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5540529Z 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-08-07T17:40:49.5546312Z 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-08-07T17:40:49.5551830Z 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-08-07T17:40:49.5557899Z 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-08-07T17:40:49.5564041Z 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-08-07T17:40:49.5569583Z 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-08-07T17:40:49.5575152Z 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-08-07T17:40:49.5580750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5586273Z 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-08-07T17:40:49.5591724Z 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-08-07T17:40:49.5597634Z 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-08-07T17:40:49.5603169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5608656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5613957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5619478Z 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-08-07T17:40:49.5625039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5630697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5636256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5642552Z 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-08-07T17:40:49.5648989Z 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-08-07T17:40:49.5654913Z 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-08-07T17:40:49.5661078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5667559Z 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-08-07T17:40:49.5704626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5710949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5717240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5723940Z 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-08-07T17:40:49.5730195Z 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-08-07T17:40:49.5736950Z 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-08-07T17:40:49.5743364Z 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-08-07T17:40:49.5749527Z 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-08-07T17:40:49.5755672Z 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-08-07T17:40:49.5762282Z 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-08-07T17:40:49.5768423Z 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-08-07T17:40:49.5774313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5780559Z 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-08-07T17:40:49.5786426Z 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-08-07T17:40:49.5792619Z 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-08-07T17:40:49.5798033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5803761Z 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-08-07T17:40:49.5809507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5815222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5821016Z 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-08-07T17:40:49.5826972Z 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-08-07T17:40:49.5833162Z 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-08-07T17:40:49.5845615Z 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-08-07T17:40:49.5851829Z 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-08-07T17:40:49.5858320Z 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-08-07T17:40:49.5864719Z 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-08-07T17:40:49.5870983Z 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-08-07T17:40:49.5877273Z 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-08-07T17:40:49.5883527Z 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-08-07T17:40:49.5889742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5901887Z 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-08-07T17:40:49.5908548Z 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-08-07T17:40:49.5914398Z 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-08-07T17:40:49.5920627Z 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-08-07T17:40:49.5926854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5933036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5939673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5946044Z 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-08-07T17:40:49.5952309Z 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-08-07T17:40:49.5959093Z 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-08-07T17:40:49.5965231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5971102Z 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-08-07T17:40:49.5977254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5982931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5988491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.5994563Z 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-08-07T17:40:49.6001010Z 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-08-07T17:40:49.6005971Z 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-08-07T17:40:49.6011489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6017022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6022736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scalar_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6028657Z 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-08-07T17:40:49.6034258Z 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-08-07T17:40:49.6040059Z 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-08-07T17:40:49.6045736Z 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-08-07T17:40:49.6051570Z 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-08-07T17:40:49.6057238Z 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-08-07T17:40:49.6062898Z 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-08-07T17:40:49.6068460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6073745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6080570Z 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-08-07T17:40:49.6086347Z 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-08-07T17:40:49.6091928Z 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-08-07T17:40:49.6097717Z 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-08-07T17:40:49.6103384Z 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-08-07T17:40:49.6109030Z 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-08-07T17:40:49.6114853Z 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-08-07T17:40:49.6120618Z 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-08-07T17:40:49.6126653Z 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-08-07T17:40:49.6133168Z 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-08-07T17:40:49.6138911Z 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-08-07T17:40:49.6144816Z 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-08-07T17:40:49.6150388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6156360Z 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-08-07T17:40:49.6162014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6167677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6173490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6179654Z 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-08-07T17:40:49.6185563Z 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-08-07T17:40:49.6192178Z 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-08-07T17:40:49.6198151Z 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-08-07T17:40:49.6204077Z 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-08-07T17:40:49.6210669Z 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-08-07T17:40:49.6216147Z 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-08-07T17:40:49.6221820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6227448Z 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-08-07T17:40:49.6233208Z 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-08-07T17:40:49.6239243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6247470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6253325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6260183Z 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-08-07T17:40:49.6266266Z 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-08-07T17:40:49.6272760Z 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-08-07T17:40:49.6279200Z 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-08-07T17:40:49.6285469Z 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-08-07T17:40:49.6291632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6297513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6303996Z 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-08-07T17:40:49.6310291Z 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-08-07T17:40:49.6316572Z 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-08-07T17:40:49.6322834Z 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-08-07T17:40:49.6329361Z 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-08-07T17:40:49.6335672Z 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-08-07T17:40:49.6341700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6348796Z 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-08-07T17:40:49.6355278Z 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-08-07T17:40:49.6361641Z 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-08-07T17:40:49.6368112Z 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-08-07T17:40:49.6374347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6380487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6386824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6393559Z 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-08-07T17:40:49.6400006Z 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-08-07T17:40:49.6406329Z 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-08-07T17:40:49.6412669Z 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-08-07T17:40:49.6419209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6425399Z 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-08-07T17:40:49.6431397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6443154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6449143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6455082Z 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-08-07T17:40:49.6461567Z 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-08-07T17:40:49.6467584Z 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-08-07T17:40:49.6473750Z 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-08-07T17:40:49.6479877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6485862Z 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-08-07T17:40:49.6491957Z 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-08-07T17:40:49.6497722Z 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-08-07T17:40:49.6503897Z 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-08-07T17:40:49.6510093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6516336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6522208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6528379Z 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-08-07T17:40:49.6534397Z 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-08-07T17:40:49.6540449Z 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-08-07T17:40:49.6546021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6551708Z 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-08-07T17:40:49.6557488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6563585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6568870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6574257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6580018Z 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-08-07T17:40:49.6585662Z 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-08-07T17:40:49.6591261Z 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-08-07T17:40:49.6597855Z 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-08-07T17:40:49.6603731Z 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-08-07T17:40:49.6609576Z 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-08-07T17:40:49.6615192Z 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-08-07T17:40:49.6621171Z 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-08-07T17:40:49.6626605Z 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-08-07T17:40:49.6632279Z 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-08-07T17:40:49.6638272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6643731Z 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-08-07T17:40:49.6649439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6656493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6663232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6669024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6675362Z 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-08-07T17:40:49.6681795Z 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-08-07T17:40:49.6687966Z 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-08-07T17:40:49.6694215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6700264Z 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-08-07T17:40:49.6706506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6712765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6719502Z 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-08-07T17:40:49.6725421Z 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-08-07T17:40:49.6731933Z 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-08-07T17:40:49.6737951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6743864Z 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-08-07T17:40:49.6749924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6755891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6761801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6786034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6792398Z 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-08-07T17:40:49.6798940Z 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-08-07T17:40:49.6805161Z 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-08-07T17:40:49.6811594Z 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-08-07T17:40:49.6817858Z 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-08-07T17:40:49.6824525Z 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-08-07T17:40:49.6830886Z 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-08-07T17:40:49.6837552Z 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-08-07T17:40:49.6844212Z 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-08-07T17:40:49.6850244Z 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-08-07T17:40:49.6856477Z 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-08-07T17:40:49.6862665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6868601Z 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-08-07T17:40:49.6874714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6881159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6887088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6892813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6898992Z 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-08-07T17:40:49.6904937Z 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-08-07T17:40:49.6911607Z 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-08-07T17:40:49.6917853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6923842Z 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-08-07T17:40:49.6929966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6936168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6941904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6948319Z 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-08-07T17:40:49.6954457Z 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-08-07T17:40:49.6960735Z 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-08-07T17:40:49.6966735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6972547Z 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-08-07T17:40:49.6978629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6984850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.6990984Z 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-08-07T17:40:49.6996493Z 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-08-07T17:40:49.7002669Z 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-08-07T17:40:49.7008331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7013461Z 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-08-07T17:40:49.7019457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7024943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7030624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7036053Z 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-08-07T17:40:49.7042252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7047597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7052906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7058266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7064120Z 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-08-07T17:40:49.7069656Z 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-08-07T17:40:49.7075579Z 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-08-07T17:40:49.7081628Z 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-08-07T17:40:49.7087345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7111189Z 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-08-07T17:40:49.7117055Z 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-08-07T17:40:49.7122702Z 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-08-07T17:40:49.7128511Z 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-08-07T17:40:49.7134207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7140213Z 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-08-07T17:40:49.7145736Z 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-08-07T17:40:49.7151820Z 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-08-07T17:40:49.7157485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7163156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7168796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7175153Z 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-08-07T17:40:49.7181077Z 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-08-07T17:40:49.7186665Z 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-08-07T17:40:49.7192381Z 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-08-07T17:40:49.7198040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7204231Z 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-08-07T17:40:49.7210552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7216738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7223456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7229903Z 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-08-07T17:40:49.7235889Z 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-08-07T17:40:49.7242109Z 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-08-07T17:40:49.7248181Z 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-08-07T17:40:49.7254734Z 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-08-07T17:40:49.7261132Z 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-08-07T17:40:49.7267366Z 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-08-07T17:40:49.7273613Z 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-08-07T17:40:49.7280668Z 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-08-07T17:40:49.7286694Z 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-08-07T17:40:49.7293040Z 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-08-07T17:40:49.7305032Z 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-08-07T17:40:49.7311308Z 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-08-07T17:40:49.7317575Z 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-08-07T17:40:49.7324030Z 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-08-07T17:40:49.7330313Z 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-08-07T17:40:49.7336647Z 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-08-07T17:40:49.7343313Z 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-08-07T17:40:49.7349544Z 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-08-07T17:40:49.7355960Z 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-08-07T17:40:49.7363057Z 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-08-07T17:40:49.7369375Z 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-08-07T17:40:49.7376584Z 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-08-07T17:40:49.7382822Z 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-08-07T17:40:49.7389210Z 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-08-07T17:40:49.7395427Z 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-08-07T17:40:49.7401691Z 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-08-07T17:40:49.7408392Z 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-08-07T17:40:49.7414540Z 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-08-07T17:40:49.7421174Z 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-08-07T17:40:49.7427795Z 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-08-07T17:40:49.7434175Z 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-08-07T17:40:49.7440568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7446629Z 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-08-07T17:40:49.7452724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7458757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7464780Z 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-08-07T17:40:49.7471077Z 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-08-07T17:40:49.7477717Z 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-08-07T17:40:49.7483972Z 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-08-07T17:40:49.7490338Z 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-08-07T17:40:49.7502060Z 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-08-07T17:40:49.7508535Z 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-08-07T17:40:49.7515213Z 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-08-07T17:40:49.7521517Z 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-08-07T17:40:49.7527869Z 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-08-07T17:40:49.7534500Z 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-08-07T17:40:49.7540748Z 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-08-07T17:40:49.7546666Z 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-08-07T17:40:49.7552450Z 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-08-07T17:40:49.7558431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7564199Z 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-08-07T17:40:49.7570074Z 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-08-07T17:40:49.7575906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7582035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7588561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7594539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7600424Z 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-08-07T17:40:49.7606118Z 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-08-07T17:40:49.7612205Z 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-08-07T17:40:49.7617930Z 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-08-07T17:40:49.7624018Z 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-08-07T17:40:49.7629965Z 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-08-07T17:40:49.7636323Z 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-08-07T17:40:49.7643260Z 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-08-07T17:40:49.7649481Z 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-08-07T17:40:49.7655186Z 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-08-07T17:40:49.7660881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7666730Z 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-08-07T17:40:49.7672516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7678901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7684734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7695987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7702840Z 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-08-07T17:40:49.7708810Z 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-08-07T17:40:49.7715504Z 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-08-07T17:40:49.7721597Z 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-08-07T17:40:49.7727655Z 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-08-07T17:40:49.7733652Z 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-08-07T17:40:49.7739851Z 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-08-07T17:40:49.7746039Z 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-08-07T17:40:49.7752059Z 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-08-07T17:40:49.7781786Z 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-08-07T17:40:49.7788133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7794793Z 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-08-07T17:40:49.7801111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7807705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7814142Z 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-08-07T17:40:49.7820317Z 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-08-07T17:40:49.7826980Z 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-08-07T17:40:49.7833235Z 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-08-07T17:40:49.7839927Z 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-08-07T17:40:49.7846711Z 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-08-07T17:40:49.7852983Z 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-08-07T17:40:49.7858957Z 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-08-07T17:40:49.7864664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7871230Z 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-08-07T17:40:49.7877017Z 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-08-07T17:40:49.7886313Z 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-08-07T17:40:49.7889725Z 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-08-07T17:40:49.7895351Z 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-08-07T17:40:49.7901522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7907102Z 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-08-07T17:40:49.7912493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7918079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.7923553Z 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-08-07T17:40:49.7929614Z 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-08-07T17:40:49.7935273Z 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-08-07T17:40:49.7940766Z 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-08-07T17:40:49.7946526Z 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-08-07T17:40:49.7952492Z 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-08-07T17:40:49.7958728Z 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-08-07T17:40:49.7964864Z 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-08-07T17:40:49.7970975Z 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-08-07T17:40:49.7976748Z 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-08-07T17:40:49.7982602Z 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-08-07T17:40:49.7988278Z 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-08-07T17:40:49.7994179Z 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-08-07T17:40:49.8000418Z 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-08-07T17:40:49.8006590Z 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-08-07T17:40:49.8011930Z 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-08-07T17:40:49.8017673Z 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-08-07T17:40:49.8024526Z 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-08-07T17:40:49.8030184Z 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-08-07T17:40:49.8035639Z 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-08-07T17:40:49.8041334Z 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-08-07T17:40:49.8047084Z 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-08-07T17:40:49.8053048Z 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-08-07T17:40:49.8059776Z 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-08-07T17:40:49.8065961Z 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-08-07T17:40:49.8072410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.8078637Z 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-08-07T17:40:49.8084698Z 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-08-07T17:40:49.8090697Z 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-08-07T17:40:49.8102831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_mask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.8109282Z 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-08-07T17:40:49.8115489Z 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-08-07T17:40:49.8122216Z 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-08-07T17:40:49.8128820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.8135376Z 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-08-07T17:40:49.8142170Z 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-08-07T17:40:49.8148689Z 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-08-07T17:40:49.8154929Z 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-08-07T17:40:49.8161472Z 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-08-07T17:40:49.8168265Z 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-08-07T17:40:49.8174316Z 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-08-07T17:40:49.8180553Z 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-08-07T17:40:49.8186697Z 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-08-07T17:40:49.8192859Z 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-08-07T17:40:49.8199262Z 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-08-07T17:40:49.8205515Z 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-08-07T17:40:49.8211820Z 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-08-07T17:40:49.8218648Z 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-08-07T17:40:49.8224651Z 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-08-07T17:40:49.8230632Z 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-08-07T17:40:49.8236890Z 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-08-07T17:40:49.8243166Z 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-08-07T17:40:49.8249578Z 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-08-07T17:40:49.8255932Z 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-08-07T17:40:49.8262251Z 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-08-07T17:40:49.8269009Z 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-08-07T17:40:49.8309365Z 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-08-07T17:40:49.8318631Z 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-08-07T17:40:49.8324903Z 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-08-07T17:40:49.8331137Z 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-08-07T17:40:49.8337321Z 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-08-07T17:40:49.8343485Z 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-08-07T17:40:49.8349572Z 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-08-07T17:40:49.8356268Z 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-08-07T17:40:49.8362781Z 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-08-07T17:40:49.8369394Z 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-08-07T17:40:49.8375710Z 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-08-07T17:40:49.8382134Z 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-08-07T17:40:49.8388512Z 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-08-07T17:40:49.8394671Z 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-08-07T17:40:49.8421255Z 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-08-07T17:40:49.8427700Z 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-08-07T17:40:49.8433793Z 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-08-07T17:40:49.8440345Z 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-08-07T17:40:49.8446238Z 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-08-07T17:40:49.8452628Z 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-08-07T17:40:49.8458567Z 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-08-07T17:40:49.8495373Z 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-08-07T17:40:49.8501640Z 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-08-07T17:40:49.8507807Z 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-08-07T17:40:49.8513826Z 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-08-07T17:40:49.8519586Z 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-08-07T17:40:49.8525356Z 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-08-07T17:40:49.8531275Z 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-08-07T17:40:49.8537135Z 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-08-07T17:40:49.8542909Z 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-08-07T17:40:49.8548641Z 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-08-07T17:40:49.8555673Z 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-08-07T17:40:49.8561800Z 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-08-07T17:40:49.8567616Z 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-08-07T17:40:49.8573622Z 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-08-07T17:40:49.8579497Z 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-08-07T17:40:49.8585580Z 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-08-07T17:40:49.8591480Z 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-08-07T17:40:49.8598243Z 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-08-07T17:40:49.8603989Z 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-08-07T17:40:49.8610300Z 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-08-07T17:40:49.8616073Z 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-08-07T17:40:49.8621897Z 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-08-07T17:40:49.8627849Z 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-08-07T17:40:49.8633606Z 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-08-07T17:40:49.8639694Z 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-08-07T17:40:49.8645488Z 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-08-07T17:40:49.8651269Z 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-08-07T17:40:49.8657779Z 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-08-07T17:40:49.8664815Z 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-08-07T17:40:49.8671940Z 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-08-07T17:40:49.8677908Z 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-08-07T17:40:49.8684055Z 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-08-07T17:40:49.8690897Z 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-08-07T17:40:49.8697279Z 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-08-07T17:40:49.8703895Z 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-08-07T17:40:49.8710433Z 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-08-07T17:40:49.8717218Z 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-08-07T17:40:49.8723986Z 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-08-07T17:40:49.8730930Z 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-08-07T17:40:49.8737458Z 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-08-07T17:40:49.8744115Z 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-08-07T17:40:49.8750577Z 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-08-07T17:40:49.8757343Z 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-08-07T17:40:49.8763928Z 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-08-07T17:40:49.8770598Z 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-08-07T17:40:49.8776901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_digamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.8783545Z 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-08-07T17:40:49.8789787Z 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-08-07T17:40:49.8802644Z 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-08-07T17:40:49.8808873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.8815570Z 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-08-07T17:40:49.8822251Z 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-08-07T17:40:49.8828698Z 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-08-07T17:40:49.8835160Z 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-08-07T17:40:49.8842105Z 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-08-07T17:40:49.8848506Z 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-08-07T17:40:49.8854952Z 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-08-07T17:40:49.8861297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.8867545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.8873928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.8881055Z 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-08-07T17:40:49.8887048Z 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-08-07T17:40:49.8895252Z 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-08-07T17:40:49.8901567Z 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-08-07T17:40:49.8908124Z 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-08-07T17:40:49.8914594Z 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-08-07T17:40:49.8921351Z 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-08-07T17:40:49.8927945Z 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-08-07T17:40:49.8934199Z 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-08-07T17:40:49.8940377Z 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-08-07T17:40:49.8946530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.8953028Z 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-08-07T17:40:49.8964852Z 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-08-07T17:40:49.8970872Z 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-08-07T17:40:49.8977485Z 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-08-07T17:40:49.8983824Z 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-08-07T17:40:49.8989800Z 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-08-07T17:40:49.8995860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_exp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.9002329Z 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-08-07T17:40:49.9008522Z 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-08-07T17:40:49.9024452Z 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-08-07T17:40:49.9029979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.9036179Z 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-08-07T17:40:49.9042424Z 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-08-07T17:40:49.9047867Z 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-08-07T17:40:49.9053462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.9059373Z 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-08-07T17:40:49.9064906Z 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-08-07T17:40:49.9071285Z 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-08-07T17:40:49.9077084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammainc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.9082967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaincc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.9088984Z 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-08-07T17:40:49.9094583Z 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-08-07T17:40:49.9100282Z 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-08-07T17:40:49.9106367Z 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-08-07T17:40:49.9112079Z 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-08-07T17:40:49.9123417Z 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-08-07T17:40:49.9129771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaln.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.9135678Z 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-08-07T17:40:49.9141297Z 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-08-07T17:40:49.9147121Z 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-08-07T17:40:49.9152797Z 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-08-07T17:40:49.9158631Z 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-08-07T17:40:49.9165035Z 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-08-07T17:40:49.9171013Z 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-08-07T17:40:49.9176720Z 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-08-07T17:40:49.9182631Z 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-08-07T17:40:49.9188535Z 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-08-07T17:40:49.9194504Z 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-08-07T17:40:49.9200485Z 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-08-07T17:40:49.9206162Z 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-08-07T17:40:49.9212271Z 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-08-07T17:40:49.9218168Z 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-08-07T17:40:49.9224151Z 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-08-07T17:40:49.9231185Z 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-08-07T17:40:49.9237568Z 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-08-07T17:40:49.9244138Z 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-08-07T17:40:49.9251514Z 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-08-07T17:40:49.9259009Z 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-08-07T17:40:49.9265021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.9271398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.9278160Z 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-08-07T17:40:49.9284252Z 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-08-07T17:40:49.9290912Z 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-08-07T17:40:49.9297251Z 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-08-07T17:40:49.9303716Z 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-08-07T17:40:49.9310193Z 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-08-07T17:40:49.9316472Z 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-08-07T17:40:49.9323326Z 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-08-07T17:40:49.9329570Z 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-08-07T17:40:49.9335845Z 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-08-07T17:40:49.9342211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.9348675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.9355322Z 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-08-07T17:40:49.9361710Z 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-08-07T17:40:49.9367866Z 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-08-07T17:40:49.9374125Z 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-08-07T17:40:49.9380447Z 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-08-07T17:40:49.9386854Z 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-08-07T17:40:49.9393220Z 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-08-07T17:40:49.9400034Z 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-08-07T17:40:49.9406283Z 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-08-07T17:40:49.9412708Z 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-08-07T17:40:49.9419198Z 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-08-07T17:40:49.9425836Z 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-08-07T17:40:49.9432250Z 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-08-07T17:40:49.9438930Z 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-08-07T17:40:49.9445436Z 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-08-07T17:40:49.9452148Z 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-08-07T17:40:49.9458785Z 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-08-07T17:40:49.9464942Z 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-08-07T17:40:49.9471479Z 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-08-07T17:40:49.9483758Z 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-08-07T17:40:49.9490148Z 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-08-07T17:40:49.9496581Z 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-08-07T17:40:49.9503097Z 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-08-07T17:40:49.9509751Z 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-08-07T17:40:49.9517020Z 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-08-07T17:40:49.9523713Z 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-08-07T17:40:49.9530020Z 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-08-07T17:40:49.9536919Z 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-08-07T17:40:49.9543479Z 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-08-07T17:40:49.9549808Z 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-08-07T17:40:49.9576793Z 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-08-07T17:40:49.9583257Z 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-08-07T17:40:49.9589588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.9596330Z 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-08-07T17:40:49.9602915Z 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-08-07T17:40:49.9609020Z 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-08-07T17:40:49.9615330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.9622050Z 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-08-07T17:40:49.9628285Z 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-08-07T17:40:49.9634644Z 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-08-07T17:40:49.9640573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.9646706Z 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-08-07T17:40:49.9653058Z 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-08-07T17:40:49.9659406Z 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-08-07T17:40:49.9665678Z 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-08-07T17:40:49.9672319Z 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-08-07T17:40:49.9678710Z 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-08-07T17:40:49.9685095Z 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-08-07T17:40:49.9691764Z 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-08-07T17:40:49.9698306Z 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-08-07T17:40:49.9705124Z 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-08-07T17:40:49.9711653Z 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-08-07T17:40:49.9718133Z 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-08-07T17:40:49.9724889Z 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-08-07T17:40:49.9731321Z 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-08-07T17:40:49.9737580Z 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-08-07T17:40:49.9743853Z 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-08-07T17:40:49.9750554Z 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-08-07T17:40:49.9756804Z 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-08-07T17:40:49.9763380Z 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-08-07T17:40:49.9770181Z 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-08-07T17:40:49.9776777Z 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-08-07T17:40:49.9783407Z 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-08-07T17:40:49.9790351Z 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-08-07T17:40:49.9796768Z 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-08-07T17:40:49.9803623Z 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-08-07T17:40:49.9810334Z 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-08-07T17:40:49.9816732Z 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-08-07T17:40:49.9823455Z 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-08-07T17:40:49.9830119Z 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-08-07T17:40:49.9836373Z 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-08-07T17:40:49.9843402Z 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-08-07T17:40:49.9849941Z 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-08-07T17:40:49.9856870Z 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-08-07T17:40:49.9863289Z 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-08-07T17:40:49.9869645Z 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-08-07T17:40:49.9876014Z 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-08-07T17:40:49.9883017Z 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-08-07T17:40:49.9889534Z 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-08-07T17:40:49.9895882Z 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-08-07T17:40:49.9902222Z 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-08-07T17:40:49.9909486Z 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-08-07T17:40:49.9916447Z 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-08-07T17:40:49.9923006Z 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-08-07T17:40:49.9929484Z 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-08-07T17:40:49.9935972Z 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-08-07T17:40:49.9942433Z 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-08-07T17:40:49.9948849Z 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-08-07T17:40:49.9955613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_multigammaln.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.9962431Z 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-08-07T17:40:49.9969166Z 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-08-07T17:40:49.9975446Z 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-08-07T17:40:49.9981709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.9988347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:49.9995669Z 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-08-07T17:40:50.0002311Z 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-08-07T17:40:50.0008127Z 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-08-07T17:40:50.0014752Z 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-08-07T17:40:50.0020459Z 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-08-07T17:40:50.0026581Z 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-08-07T17:40:50.0032640Z 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-08-07T17:40:50.0044828Z 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-08-07T17:40:50.0050730Z 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-08-07T17:40:50.0056246Z 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-08-07T17:40:50.0062664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_polygamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.0068764Z 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-08-07T17:40:50.0074359Z 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-08-07T17:40:50.0080192Z 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-08-07T17:40:50.0086044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_psi.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.0092066Z 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-08-07T17:40:50.0097764Z 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-08-07T17:40:50.0103168Z 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-08-07T17:40:50.0108841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.0115326Z 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-08-07T17:40:50.0121187Z 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-08-07T17:40:50.0127187Z 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-08-07T17:40:50.0133026Z 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-08-07T17:40:50.0139316Z 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-08-07T17:40:50.0145160Z 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-08-07T17:40:50.0151239Z 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-08-07T17:40:50.0157303Z 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-08-07T17:40:50.0163202Z 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-08-07T17:40:50.0189068Z 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-08-07T17:40:50.0194836Z 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-08-07T17:40:50.0200742Z 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-08-07T17:40:50.0207265Z 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-08-07T17:40:50.0213078Z 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-08-07T17:40:50.0219563Z 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-08-07T17:40:50.0225905Z 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-08-07T17:40:50.0232571Z 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-08-07T17:40:50.0239896Z 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-08-07T17:40:50.0246535Z 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-08-07T17:40:50.0253442Z 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-08-07T17:40:50.0260349Z 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-08-07T17:40:50.0267050Z 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-08-07T17:40:50.0273698Z 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-08-07T17:40:50.0280314Z 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-08-07T17:40:50.0286786Z 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-08-07T17:40:50.0293456Z 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-08-07T17:40:50.0300581Z 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-08-07T17:40:50.0307248Z 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-08-07T17:40:50.0313739Z 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-08-07T17:40:50.0320921Z 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-08-07T17:40:50.0327502Z 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-08-07T17:40:50.0334100Z 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-08-07T17:40:50.0340561Z 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-08-07T17:40:50.0346988Z 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-08-07T17:40:50.0353705Z 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-08-07T17:40:50.0360658Z 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-08-07T17:40:50.0367633Z 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-08-07T17:40:50.0374127Z 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-08-07T17:40:50.0381331Z 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-08-07T17:40:50.0388171Z 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-08-07T17:40:50.0395068Z 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-08-07T17:40:50.0401791Z 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-08-07T17:40:50.0408558Z 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-08-07T17:40:50.0415466Z 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-08-07T17:40:50.0422078Z 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-08-07T17:40:50.0428852Z 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-08-07T17:40:50.0440451Z 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-08-07T17:40:50.0443165Z 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-08-07T17:40:50.0449600Z 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-08-07T17:40:50.0456563Z 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-08-07T17:40:50.0463546Z 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-08-07T17:40:50.0470156Z 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-08-07T17:40:50.0476905Z 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-08-07T17:40:50.0483451Z 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-08-07T17:40:50.0490663Z 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-08-07T17:40:50.0496958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_sinc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.0503597Z 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-08-07T17:40:50.0509875Z 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-08-07T17:40:50.0518606Z 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-08-07T17:40:50.0527790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.0536978Z 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-08-07T17:40:50.0545874Z 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-08-07T17:40:50.0553663Z 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-08-07T17:40:50.0561064Z 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-08-07T17:40:50.0568478Z 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-08-07T17:40:50.0574874Z 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-08-07T17:40:50.0580968Z 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-08-07T17:40:50.0587211Z 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-08-07T17:40:50.0593656Z 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-08-07T17:40:50.0606660Z 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-08-07T17:40:50.0607934Z 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-08-07T17:40:50.0613675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.0620028Z 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-08-07T17:40:50.0626348Z 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-08-07T17:40:50.0632463Z 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-08-07T17:40:50.0638582Z 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-08-07T17:40:50.0645126Z 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-08-07T17:40:50.0650965Z 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-08-07T17:40:50.0656943Z 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-08-07T17:40:50.0662644Z 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-08-07T17:40:50.0668522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlogy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.0674520Z 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-08-07T17:40:50.0680372Z 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-08-07T17:40:50.0686344Z 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-08-07T17:40:50.0692156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.0698320Z 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-08-07T17:40:50.0704300Z 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-08-07T17:40:50.0709964Z 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-08-07T17:40:50.0716322Z 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-08-07T17:40:50.0736361Z 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-08-07T17:40:50.0742340Z 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-08-07T17:40:50.0749315Z 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-08-07T17:40:50.0756010Z 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-08-07T17:40:50.0762485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.0768725Z 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-08-07T17:40:50.0775290Z 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-08-07T17:40:50.0781563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.0788088Z 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-08-07T17:40:50.0794349Z 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-08-07T17:40:50.0801278Z 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-08-07T17:40:50.0807003Z 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-08-07T17:40:50.0813233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.0819418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.0825803Z 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-08-07T17:40:50.0832424Z 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-08-07T17:40:50.0838675Z 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-08-07T17:40:50.0845584Z 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-08-07T17:40:50.0852353Z 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-08-07T17:40:50.0858883Z 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-08-07T17:40:50.0865475Z 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-08-07T17:40:50.0871745Z 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-08-07T17:40:50.0878120Z 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-08-07T17:40:50.0884402Z 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-08-07T17:40:50.0890624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.0897080Z 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-08-07T17:40:50.0903279Z 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-08-07T17:40:50.0909474Z 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-08-07T17:40:50.0915640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.0921806Z 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-08-07T17:40:50.0927758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.0933880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.0939659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.0945830Z 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-08-07T17:40:50.0952067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.0958566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.0964653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.0970798Z 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-08-07T17:40:50.0976961Z 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-08-07T17:40:50.0983140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.0989688Z 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-08-07T17:40:50.0996200Z 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-08-07T17:40:50.1002449Z 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-08-07T17:40:50.1008832Z 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-08-07T17:40:50.1015197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1021421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1027707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1033980Z 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-08-07T17:40:50.1040350Z 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-08-07T17:40:50.1046703Z 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-08-07T17:40:50.1052925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1059072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1065220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1071259Z 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-08-07T17:40:50.1077289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1083255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1089488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1095690Z 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-08-07T17:40:50.1101803Z 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-08-07T17:40:50.1107335Z 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-08-07T17:40:50.1113351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1119163Z 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-08-07T17:40:50.1124769Z 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-08-07T17:40:50.1131078Z 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-08-07T17:40:50.1136815Z 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-08-07T17:40:50.1142360Z 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-08-07T17:40:50.1147896Z 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-08-07T17:40:50.1153527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1159705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1165019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1170500Z 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-08-07T17:40:50.1176318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1181768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1187381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1192879Z 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-08-07T17:40:50.1198360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1203612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1209078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1215119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1220744Z 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-08-07T17:40:50.1226415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1232036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1238075Z 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-08-07T17:40:50.1243670Z 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-08-07T17:40:50.1249137Z 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-08-07T17:40:50.1254652Z 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-08-07T17:40:50.1260014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1265256Z 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-08-07T17:40:50.1270790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1276408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1281657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1287372Z 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-08-07T17:40:50.1293027Z 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-08-07T17:40:50.1298660Z 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-08-07T17:40:50.1304379Z 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-08-07T17:40:50.1309939Z 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-08-07T17:40:50.1315921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1321281Z 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-08-07T17:40:50.1326776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1332304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1337718Z 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-08-07T17:40:50.1343535Z 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-08-07T17:40:50.1349245Z 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-08-07T17:40:50.1354633Z 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-08-07T17:40:50.1360282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1365839Z 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-08-07T17:40:50.1371166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1376685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1381929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1387264Z 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-08-07T17:40:50.1392877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1398659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1404708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1410028Z 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-08-07T17:40:50.1415812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1421992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1428188Z 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-08-07T17:40:50.1435060Z 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-08-07T17:40:50.1441361Z 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-08-07T17:40:50.1447992Z 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-08-07T17:40:50.1454436Z 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-08-07T17:40:50.1460619Z 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-08-07T17:40:50.1466859Z 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-08-07T17:40:50.1473511Z 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-08-07T17:40:50.1480396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_numel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1486720Z 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-08-07T17:40:50.1492753Z 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-08-07T17:40:50.1498722Z 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-08-07T17:40:50.1504906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1510967Z 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-08-07T17:40:50.1517237Z 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-08-07T17:40:50.1523125Z 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-08-07T17:40:50.1529272Z 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-08-07T17:40:50.1535770Z 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-08-07T17:40:50.1541854Z 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-08-07T17:40:50.1547889Z 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-08-07T17:40:50.1554322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_stride.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1561508Z 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-08-07T17:40:50.1568004Z 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-08-07T17:40:50.1574095Z 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-08-07T17:40:50.1580146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1585838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1591721Z 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-08-07T17:40:50.1598289Z 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-08-07T17:40:50.1604428Z 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-08-07T17:40:50.1610796Z 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-08-07T17:40:50.1616928Z 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-08-07T17:40:50.1622977Z 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-08-07T17:40:50.1629082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1635561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1641403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1647236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1653050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1659797Z 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-08-07T17:40:50.1665683Z 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-08-07T17:40:50.1671891Z 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-08-07T17:40:50.1678102Z 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-08-07T17:40:50.1684324Z 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-08-07T17:40:50.1690454Z 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-08-07T17:40:50.1696904Z 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-08-07T17:40:50.1703518Z 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-08-07T17:40:50.1709355Z 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-08-07T17:40:50.1715401Z 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-08-07T17:40:50.1721549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1727377Z 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-08-07T17:40:50.1740225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1746164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1752391Z 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-08-07T17:40:50.1758633Z 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-08-07T17:40:50.1764593Z 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-08-07T17:40:50.1770307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1775436Z 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-08-07T17:40:50.1781455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1786966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1792156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1827712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1833781Z 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-08-07T17:40:50.1839288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1844749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1850286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor_split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1856270Z 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-08-07T17:40:50.1861785Z 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-08-07T17:40:50.1867917Z 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-08-07T17:40:50.1873801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\thnn_conv2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1879637Z 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-08-07T17:40:50.1884998Z 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-08-07T17:40:50.1890529Z 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-08-07T17:40:50.1896106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1902139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1908056Z 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-08-07T17:40:50.1913729Z 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-08-07T17:40:50.1919515Z 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-08-07T17:40:50.1925164Z 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-08-07T17:40:50.1930873Z 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-08-07T17:40:50.1936541Z 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-08-07T17:40:50.1942353Z 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-08-07T17:40:50.1948459Z 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-08-07T17:40:50.1954181Z 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-08-07T17:40:50.1959811Z 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-08-07T17:40:50.1965439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1971746Z 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-08-07T17:40:50.1977317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1982952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1988506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.1994174Z 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-08-07T17:40:50.1999705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.2004798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.2009846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.2014659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.2020407Z 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-08-07T17:40:50.2049797Z 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-08-07T17:40:50.2055335Z 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-08-07T17:40:50.2060955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.2066416Z 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-08-07T17:40:50.2072427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.2078494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.2084539Z 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-08-07T17:40:50.2090450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.2096124Z 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-08-07T17:40:50.2102371Z 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-08-07T17:40:50.2108779Z 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-08-07T17:40:50.2114663Z 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-08-07T17:40:50.2121076Z 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-08-07T17:40:50.2127189Z 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-08-07T17:40:50.2133367Z 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-08-07T17:40:50.2139849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.2145876Z 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-08-07T17:40:50.2152518Z 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-08-07T17:40:50.2158709Z 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-08-07T17:40:50.2164983Z 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-08-07T17:40:50.2173475Z 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-08-07T17:40:50.2178785Z 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-08-07T17:40:50.2185249Z 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-08-07T17:40:50.2191559Z 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-08-07T17:40:50.2197865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.2203973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.2210058Z 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-08-07T17:40:50.2216783Z 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-08-07T17:40:50.2223134Z 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-08-07T17:40:50.2229469Z 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-08-07T17:40:50.2235558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.2241805Z 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-08-07T17:40:50.2247968Z 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-08-07T17:40:50.2254236Z 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-08-07T17:40:50.2260119Z 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-08-07T17:40:50.2266376Z 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-08-07T17:40:50.2272650Z 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-08-07T17:40:50.2279066Z 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-08-07T17:40:50.2285190Z 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-08-07T17:40:50.2291602Z 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-08-07T17:40:50.2297678Z 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-08-07T17:40:50.2303932Z 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-08-07T17:40:50.2310084Z 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-08-07T17:40:50.2316302Z 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-08-07T17:40:50.2322899Z 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-08-07T17:40:50.2329204Z 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-08-07T17:40:50.2335713Z 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-08-07T17:40:50.2341941Z 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-08-07T17:40:50.2347964Z 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-08-07T17:40:50.2354146Z 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-08-07T17:40:50.2360647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.2366598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.2373285Z 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-08-07T17:40:50.2379847Z 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-08-07T17:40:50.2386181Z 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-08-07T17:40:50.2392425Z 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-08-07T17:40:50.2398531Z 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-08-07T17:40:50.2404453Z 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-08-07T17:40:50.2410292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.3773200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.3779225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.3785760Z 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-08-07T17:40:50.3791661Z 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-08-07T17:40:50.3797519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.3804797Z 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-08-07T17:40:50.3810996Z 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-08-07T17:40:50.3817136Z 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-08-07T17:40:50.3823330Z 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-08-07T17:40:50.3829490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.3835498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.3841897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.3847961Z 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-08-07T17:40:50.3854030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.3860884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.3866522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.3872641Z 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-08-07T17:40:50.3878590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.3884554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.3890712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.3896743Z 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-08-07T17:40:50.3902886Z 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-08-07T17:40:50.3908879Z 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-08-07T17:40:50.3914866Z 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-08-07T17:40:50.3920890Z 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-08-07T17:40:50.3927235Z 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-08-07T17:40:50.3933156Z 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-08-07T17:40:50.3939457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.3945866Z 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-08-07T17:40:50.3951844Z 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-08-07T17:40:50.3958127Z 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-08-07T17:40:50.3963879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.3970167Z 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-08-07T17:40:50.3975932Z 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-08-07T17:40:50.3982028Z 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-08-07T17:40:50.3988174Z 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-08-07T17:40:50.3993833Z 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-08-07T17:40:50.3999914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4005678Z 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-08-07T17:40:50.4011360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4017263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4023045Z 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-08-07T17:40:50.4029118Z 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-08-07T17:40:50.4035082Z 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-08-07T17:40:50.4041263Z 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-08-07T17:40:50.4047233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4053666Z 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-08-07T17:40:50.4059221Z 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-08-07T17:40:50.4065075Z 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-08-07T17:40:50.4071022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4077392Z 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-08-07T17:40:50.4083484Z 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-08-07T17:40:50.4089824Z 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-08-07T17:40:50.4095513Z 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-08-07T17:40:50.4101477Z 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-08-07T17:40:50.4107442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4113185Z 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-08-07T17:40:50.4119263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4124932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4130278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\true_divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4136500Z 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-08-07T17:40:50.4142157Z 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-08-07T17:40:50.4147983Z 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-08-07T17:40:50.4153795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4160422Z 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-08-07T17:40:50.4167371Z 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-08-07T17:40:50.4172937Z 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-08-07T17:40:50.4179008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4185140Z 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-08-07T17:40:50.4191426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4197804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4203453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\type_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4209900Z 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-08-07T17:40:50.4215689Z 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-08-07T17:40:50.4221116Z 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-08-07T17:40:50.4227010Z 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-08-07T17:40:50.4233484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4239669Z 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-08-07T17:40:50.4246364Z 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-08-07T17:40:50.4252938Z 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-08-07T17:40:50.4259639Z 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-08-07T17:40:50.4265487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4270980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4277131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4283345Z 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-08-07T17:40:50.4289563Z 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-08-07T17:40:50.4295855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4302355Z 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-08-07T17:40:50.4308616Z 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-08-07T17:40:50.4314675Z 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-08-07T17:40:50.4321115Z 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-08-07T17:40:50.4327438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4333874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4340133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4346625Z 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-08-07T17:40:50.4352877Z 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-08-07T17:40:50.4359765Z 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-08-07T17:40:50.4366113Z 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-08-07T17:40:50.4372139Z 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-08-07T17:40:50.4378499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4385409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4391875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4398245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4404892Z 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-08-07T17:40:50.4411126Z 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-08-07T17:40:50.4417662Z 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-08-07T17:40:50.4424947Z 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-08-07T17:40:50.4464002Z 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-08-07T17:40:50.4470099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4477478Z 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-08-07T17:40:50.4485090Z 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-08-07T17:40:50.4491957Z 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-08-07T17:40:50.4498709Z 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-08-07T17:40:50.4505364Z 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-08-07T17:40:50.4511946Z 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-08-07T17:40:50.4518455Z 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-08-07T17:40:50.4525092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4531123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4537566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4544847Z 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-08-07T17:40:50.4550626Z 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-08-07T17:40:50.4557048Z 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-08-07T17:40:50.4563298Z 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-08-07T17:40:50.4569563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4575848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4582510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4588956Z 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-08-07T17:40:50.4594762Z 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-08-07T17:40:50.4601854Z 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-08-07T17:40:50.4607428Z 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-08-07T17:40:50.4614386Z 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-08-07T17:40:50.4620138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4626167Z 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-08-07T17:40:50.4631848Z 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-08-07T17:40:50.4637992Z 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-08-07T17:40:50.4644050Z 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-08-07T17:40:50.4650127Z 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-08-07T17:40:50.4656524Z 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-08-07T17:40:50.4662344Z 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-08-07T17:40:50.4668233Z 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-08-07T17:40:50.4673725Z 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-08-07T17:40:50.4679543Z 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-08-07T17:40:50.4685184Z 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-08-07T17:40:50.4691022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_chunk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4696909Z 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-08-07T17:40:50.4703363Z 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-08-07T17:40:50.4709799Z 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-08-07T17:40:50.4716464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4725726Z 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-08-07T17:40:50.4734698Z 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-08-07T17:40:50.4743961Z 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-08-07T17:40:50.4752494Z 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-08-07T17:40:50.4761211Z 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-08-07T17:40:50.4802966Z 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-08-07T17:40:50.4808917Z 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-08-07T17:40:50.4814423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4820189Z 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-08-07T17:40:50.4825592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.4831468Z 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-08-07T17:40:50.4837326Z 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-08-07T17:40:50.4843372Z 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-08-07T17:40:50.7932672Z 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-08-07T17:40:50.7938825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.7945722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.7951789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.7958426Z 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-08-07T17:40:50.7965036Z 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-08-07T17:40:50.7970721Z 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-08-07T17:40:50.7976628Z 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-08-07T17:40:50.7982733Z 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-08-07T17:40:50.7988768Z 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-08-07T17:40:50.7995548Z 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-08-07T17:40:50.8001721Z 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-08-07T17:40:50.8008710Z 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-08-07T17:40:50.8014730Z 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-08-07T17:40:50.8020997Z 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-08-07T17:40:50.8026968Z 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-08-07T17:40:50.8032784Z 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-08-07T17:40:50.8038982Z 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-08-07T17:40:50.8044895Z 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-08-07T17:40:50.8051374Z 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-08-07T17:40:50.8057970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.8064937Z 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-08-07T17:40:50.8072163Z 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-08-07T17:40:50.8079313Z 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-08-07T17:40:50.8085912Z 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-08-07T17:40:50.8092346Z 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-08-07T17:40:50.8099207Z 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-08-07T17:40:50.8105563Z 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-08-07T17:40:50.8112070Z 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-08-07T17:40:50.8119110Z 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-08-07T17:40:50.8125963Z 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-08-07T17:40:50.8133014Z 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-08-07T17:40:50.8139567Z 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-08-07T17:40:50.8146257Z 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-08-07T17:40:50.8152740Z 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-08-07T17:40:50.8159258Z 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-08-07T17:40:50.8165750Z 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-08-07T17:40:50.8172260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.8178779Z 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-08-07T17:40:50.8185722Z 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-08-07T17:40:50.8199659Z 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-08-07T17:40:50.8205043Z 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-08-07T17:40:50.8211151Z 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-08-07T17:40:50.8217578Z 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-08-07T17:40:50.8223824Z 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-08-07T17:40:50.8230243Z 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-08-07T17:40:50.8236616Z 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-08-07T17:40:50.8242849Z 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-08-07T17:40:50.8249734Z 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-08-07T17:40:50.8255759Z 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-08-07T17:40:50.8261848Z 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-08-07T17:40:50.8268078Z 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-08-07T17:40:50.8274205Z 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-08-07T17:40:50.8280222Z 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-08-07T17:40:50.8286804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.8292660Z 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-08-07T17:40:50.8299106Z 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-08-07T17:40:50.8306651Z 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-08-07T17:40:50.8313526Z 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-08-07T17:40:50.8320376Z 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-08-07T17:40:50.8327243Z 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-08-07T17:40:50.8333660Z 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-08-07T17:40:50.8340115Z 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-08-07T17:40:50.8346751Z 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-08-07T17:40:50.8353242Z 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-08-07T17:40:50.8360459Z 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-08-07T17:40:50.8366849Z 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-08-07T17:40:50.8373611Z 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-08-07T17:40:50.8379720Z 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-08-07T17:40:50.8385683Z 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-08-07T17:40:50.8392023Z 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-08-07T17:40:50.8398058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.8404227Z 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-08-07T17:40:50.8411414Z 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-08-07T17:40:50.8418493Z 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-08-07T17:40:50.8424449Z 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-08-07T17:40:50.8430300Z 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-08-07T17:40:50.8436611Z 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-08-07T17:40:50.8442650Z 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-08-07T17:40:50.8448858Z 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-08-07T17:40:50.8455157Z 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-08-07T17:40:50.8461327Z 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-08-07T17:40:50.8467661Z 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-08-07T17:40:50.8474566Z 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-08-07T17:40:50.8481230Z 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-08-07T17:40:50.8486826Z 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-08-07T17:40:50.8492587Z 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-08-07T17:40:50.8498830Z 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-08-07T17:40:50.8504330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.8510433Z 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-08-07T17:40:50.8517161Z 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-08-07T17:40:50.8523038Z 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-08-07T17:40:50.8529402Z 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-08-07T17:40:50.8535196Z 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-08-07T17:40:50.8541404Z 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-08-07T17:40:50.8547360Z 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-08-07T17:40:50.8553221Z 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-08-07T17:40:50.8560347Z 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-08-07T17:40:50.8566429Z 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-08-07T17:40:50.8572136Z 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-08-07T17:40:50.8578246Z 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-08-07T17:40:50.8584141Z 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-08-07T17:40:50.8589988Z 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-08-07T17:40:50.8595842Z 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-08-07T17:40:50.8601705Z 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-08-07T17:40:50.8607543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.8613695Z 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-08-07T17:40:50.8620194Z 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-08-07T17:40:50.8626092Z 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-08-07T17:40:50.8632394Z 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-08-07T17:40:50.8638228Z 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-08-07T17:40:50.8643890Z 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-08-07T17:40:50.8649634Z 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-08-07T17:40:50.8655312Z 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-08-07T17:40:50.8661075Z 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-08-07T17:40:50.8666991Z 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-08-07T17:40:50.8672814Z 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-08-07T17:40:50.8679911Z 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-08-07T17:40:50.8685924Z 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-08-07T17:40:50.8692388Z 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-08-07T17:40:50.8698400Z 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-08-07T17:40:50.8704393Z 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-08-07T17:40:50.8710302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.8716452Z 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-08-07T17:40:50.8722528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.8728752Z 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-08-07T17:40:50.8734661Z 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-08-07T17:40:50.8740955Z 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-08-07T17:40:50.8746739Z 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-08-07T17:40:50.8752653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.8758331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.8764794Z 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-08-07T17:40:50.8770758Z 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-08-07T17:40:50.8776576Z 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-08-07T17:40:50.8782498Z 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-08-07T17:40:50.8788460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.8794272Z 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-08-07T17:40:50.8799941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.8805459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.8811354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.8817098Z 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-08-07T17:40:50.8822926Z 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-08-07T17:40:50.8828771Z 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-08-07T17:40:50.8834691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.8840903Z 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-08-07T17:40:50.8846452Z 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-08-07T17:40:50.8852158Z 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-08-07T17:40:50.8858222Z 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-08-07T17:40:50.8864075Z 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-08-07T17:40:50.8869994Z 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-08-07T17:40:50.8876312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.8882716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.8887742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.8893835Z 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-08-07T17:40:50.8899789Z 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-08-07T17:40:50.8905892Z 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-08-07T17:40:50.8911711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.8917513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.8923250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.8929239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.8934791Z 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-08-07T17:40:50.8940474Z 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-08-07T17:40:50.8946925Z 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-08-07T17:40:50.8952902Z 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-08-07T17:40:50.8958885Z 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-08-07T17:40:50.8965382Z 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-08-07T17:40:50.8970988Z 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-08-07T17:40:50.8976884Z 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-08-07T17:40:50.8983137Z 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-08-07T17:40:50.8988734Z 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-08-07T17:40:50.8994503Z 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-08-07T17:40:50.9000834Z 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-08-07T17:40:50.9006815Z 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-08-07T17:40:50.9012341Z 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-08-07T17:40:50.9018353Z 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-08-07T17:40:50.9023901Z 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-08-07T17:40:50.9029828Z 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-08-07T17:40:50.9035892Z 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-08-07T17:40:50.9041890Z 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-08-07T17:40:50.9047669Z 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-08-07T17:40:50.9053435Z 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-08-07T17:40:50.9059216Z 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-08-07T17:40:50.9065531Z 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-08-07T17:40:50.9071382Z 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-08-07T17:40:50.9076906Z 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-08-07T17:40:50.9083035Z 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-08-07T17:40:50.9088732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9094681Z 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-08-07T17:40:50.9100420Z 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-08-07T17:40:50.9106033Z 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-08-07T17:40:50.9111699Z 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-08-07T17:40:50.9117647Z 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-08-07T17:40:50.9123685Z 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-08-07T17:40:50.9129867Z 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-08-07T17:40:50.9135479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9141174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9146451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9152049Z 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-08-07T17:40:50.9157679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9163111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9168785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9174363Z 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-08-07T17:40:50.9179852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9185155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9190706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9196686Z 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-08-07T17:40:50.9202113Z 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-08-07T17:40:50.9207937Z 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-08-07T17:40:50.9213664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9219262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9225013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9230890Z 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-08-07T17:40:50.9236715Z 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-08-07T17:40:50.9244417Z 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-08-07T17:40:50.9251496Z 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-08-07T17:40:50.9259549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9267489Z 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-08-07T17:40:50.9273830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9280455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9286794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9293085Z 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-08-07T17:40:50.9299233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9305441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9311386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9317548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9323806Z 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-08-07T17:40:50.9329986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9336611Z 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-08-07T17:40:50.9343147Z 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-08-07T17:40:50.9349276Z 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-08-07T17:40:50.9355790Z 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-08-07T17:40:50.9362664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9368661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9375142Z 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-08-07T17:40:50.9381200Z 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-08-07T17:40:50.9387477Z 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-08-07T17:40:50.9393647Z 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-08-07T17:40:50.9399802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9406023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9411996Z 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-08-07T17:40:50.9418313Z 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-08-07T17:40:50.9425079Z 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-08-07T17:40:50.9437491Z 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-08-07T17:40:50.9444070Z 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-08-07T17:40:50.9450968Z 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-08-07T17:40:50.9457932Z 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-08-07T17:40:50.9464560Z 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-08-07T17:40:50.9470887Z 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-08-07T17:40:50.9477291Z 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-08-07T17:40:50.9483650Z 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-08-07T17:40:50.9490245Z 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-08-07T17:40:50.9496789Z 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-08-07T17:40:50.9503513Z 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-08-07T17:40:50.9510419Z 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-08-07T17:40:50.9516807Z 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-08-07T17:40:50.9550989Z 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-08-07T17:40:50.9557770Z 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-08-07T17:40:50.9564163Z 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-08-07T17:40:50.9570903Z 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-08-07T17:40:50.9577253Z 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-08-07T17:40:50.9583632Z 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-08-07T17:40:50.9590172Z 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-08-07T17:40:50.9596724Z 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-08-07T17:40:50.9603191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9610076Z 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-08-07T17:40:50.9616754Z 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-08-07T17:40:50.9622847Z 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-08-07T17:40:50.9629688Z 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-08-07T17:40:50.9636704Z 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-08-07T17:40:50.9642691Z 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-08-07T17:40:50.9648962Z 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-08-07T17:40:50.9655268Z 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-08-07T17:40:50.9661751Z 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-08-07T17:40:50.9667849Z 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-08-07T17:40:50.9674050Z 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-08-07T17:40:50.9680351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9686829Z 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-08-07T17:40:50.9692889Z 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-08-07T17:40:50.9699087Z 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-08-07T17:40:50.9705270Z 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-08-07T17:40:50.9711676Z 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-08-07T17:40:50.9718206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9724780Z 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-08-07T17:40:50.9731270Z 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-08-07T17:40:50.9737910Z 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-08-07T17:40:50.9743815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9749937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9756686Z 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-08-07T17:40:50.9763168Z 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-08-07T17:40:50.9769752Z 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-08-07T17:40:50.9776229Z 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-08-07T17:40:50.9782795Z 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-08-07T17:40:50.9789128Z 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-08-07T17:40:50.9795533Z 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-08-07T17:40:50.9802111Z 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-08-07T17:40:50.9808426Z 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-08-07T17:40:50.9814904Z 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-08-07T17:40:50.9821435Z 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-08-07T17:40:50.9828064Z 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-08-07T17:40:50.9834679Z 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-08-07T17:40:50.9841302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_async.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9847557Z 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-08-07T17:40:50.9854494Z 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-08-07T17:40:50.9860662Z 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-08-07T17:40:50.9871281Z 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-08-07T17:40:50.9873000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9879514Z 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-08-07T17:40:50.9885707Z 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-08-07T17:40:50.9891749Z 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-08-07T17:40:50.9898057Z 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-08-07T17:40:50.9904659Z 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-08-07T17:40:50.9911148Z 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-08-07T17:40:50.9917707Z 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-08-07T17:40:50.9924523Z 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-08-07T17:40:50.9930318Z 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-08-07T17:40:50.9935963Z 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-08-07T17:40:50.9941455Z 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-08-07T17:40:50.9947678Z 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-08-07T17:40:50.9953505Z 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-08-07T17:40:50.9959563Z 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-08-07T17:40:50.9965243Z 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-08-07T17:40:50.9971423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9977020Z 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-08-07T17:40:50.9982813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9988573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:50.9994380Z 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-08-07T17:40:51.0000365Z 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-08-07T17:40:51.0006520Z 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-08-07T17:40:51.0012010Z 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-08-07T17:40:51.0018207Z 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-08-07T17:40:51.0024368Z 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-08-07T17:40:51.0030703Z 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-08-07T17:40:51.0039992Z 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-08-07T17:40:51.0045490Z 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-08-07T17:40:51.0051568Z 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-08-07T17:40:51.0057422Z 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-08-07T17:40:51.0062991Z 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-08-07T17:40:51.0069069Z 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-08-07T17:40:51.0075129Z 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-08-07T17:40:51.0081487Z 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-08-07T17:40:51.0087516Z 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-08-07T17:40:51.0093216Z 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-08-07T17:40:51.0099022Z 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-08-07T17:40:51.0104828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Byte.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.0110516Z 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-08-07T17:40:51.0116082Z 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-08-07T17:40:51.0121470Z 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-08-07T17:40:51.0127563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Char.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.0134018Z 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-08-07T17:40:51.0161165Z 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-08-07T17:40:51.0412776Z 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-08-07T17:40:51.0418704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Double.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.0425326Z 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-08-07T17:40:51.0431573Z 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-08-07T17:40:51.0438003Z 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-08-07T17:40:51.0444108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.0450370Z 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-08-07T17:40:51.0456781Z 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-08-07T17:40:51.0463011Z 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-08-07T17:40:51.0469182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Half.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.0475882Z 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-08-07T17:40:51.0482529Z 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-08-07T17:40:51.0488831Z 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-08-07T17:40:51.0495138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Int.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.0502106Z 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-08-07T17:40:51.0508514Z 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-08-07T17:40:51.0514656Z 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-08-07T17:40:51.0521125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Long.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.0527640Z 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-08-07T17:40:51.0533864Z 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-08-07T17:40:51.0540024Z 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-08-07T17:40:51.0547119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Short.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.0554084Z 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-08-07T17:40:51.0560851Z 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-08-07T17:40:51.0567820Z 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-08-07T17:40:51.0574265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.0583572Z 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-08-07T17:40:51.0590980Z 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-08-07T17:40:51.0598976Z 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-08-07T17:40:51.0607651Z 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-08-07T17:40:51.0614136Z 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-08-07T17:40:51.0621391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.0628002Z 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-08-07T17:40:51.0634201Z 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-08-07T17:40:51.0640913Z 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-08-07T17:40:51.0647249Z 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-08-07T17:40:51.0652959Z 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-08-07T17:40:51.0659409Z 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-08-07T17:40:51.0665488Z 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-08-07T17:40:51.0671316Z 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-08-07T17:40:51.0677612Z 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-08-07T17:40:51.0683575Z 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-08-07T17:40:51.0689218Z 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-08-07T17:40:51.0694967Z 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-08-07T17:40:51.0700808Z 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-08-07T17:40:51.0706383Z 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-08-07T17:40:51.0711868Z 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-08-07T17:40:51.0718149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_chunk_cat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.0724011Z 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-08-07T17:40:51.0729595Z 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-08-07T17:40:51.0735435Z 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-08-07T17:40:51.0741134Z 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-08-07T17:40:51.0746823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.0752389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.0758566Z 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-08-07T17:40:51.0764193Z 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-08-07T17:40:51.0769881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.0776167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.0782109Z 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-08-07T17:40:51.0787830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.0793518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.0799814Z 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-08-07T17:40:51.0806190Z 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-08-07T17:40:51.0812052Z 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-08-07T17:40:51.0817729Z 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-08-07T17:40:51.0823511Z 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-08-07T17:40:51.0829169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.0834605Z 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-08-07T17:40:51.0840473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.0846469Z 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-08-07T17:40:51.0852577Z 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-08-07T17:40:51.0858340Z 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-08-07T17:40:51.0863767Z 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-08-07T17:40:51.0869452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.0875598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.0881931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_physical.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.0888537Z 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-08-07T17:40:51.0894812Z 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-08-07T17:40:51.0901137Z 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-08-07T17:40:51.0907180Z 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-08-07T17:40:51.0913925Z 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-08-07T17:40:51.0920419Z 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-08-07T17:40:51.0926885Z 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-08-07T17:40:51.0933256Z 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-08-07T17:40:51.0939863Z 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-08-07T17:40:51.0946491Z 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-08-07T17:40:51.0953364Z 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-08-07T17:40:51.0959869Z 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-08-07T17:40:51.0966727Z 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-08-07T17:40:51.0973135Z 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-08-07T17:40:51.0979591Z 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-08-07T17:40:51.0986214Z 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-08-07T17:40:51.0992667Z 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-08-07T17:40:51.0999284Z 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-08-07T17:40:51.1005717Z 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-08-07T17:40:51.1012025Z 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-08-07T17:40:51.1018949Z 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-08-07T17:40:51.1025486Z 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-08-07T17:40:51.1032678Z 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-08-07T17:40:51.1038965Z 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-08-07T17:40:51.1045165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.1051723Z 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-08-07T17:40:51.1059184Z 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-08-07T17:40:51.1065576Z 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-08-07T17:40:51.1072297Z 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-08-07T17:40:51.1078831Z 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-08-07T17:40:51.1085270Z 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-08-07T17:40:51.1091787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.1098671Z 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-08-07T17:40:51.1104958Z 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-08-07T17:40:51.1111310Z 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-08-07T17:40:51.1117739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.1124005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.1130418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conv_depthwise2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.1136633Z 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-08-07T17:40:51.1143028Z 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-08-07T17:40:51.1149425Z 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-08-07T17:40:51.1155516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.1162037Z 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-08-07T17:40:51.1168149Z 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-08-07T17:40:51.1174271Z 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-08-07T17:40:51.1180588Z 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-08-07T17:40:51.1187253Z 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-08-07T17:40:51.1193824Z 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-08-07T17:40:51.1200081Z 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-08-07T17:40:51.1206413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_compress.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.1212932Z 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-08-07T17:40:51.1218997Z 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-08-07T17:40:51.1225172Z 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-08-07T17:40:51.1231446Z 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-08-07T17:40:51.1237938Z 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-08-07T17:40:51.1244518Z 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-08-07T17:40:51.1250781Z 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-08-07T17:40:51.1257155Z 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-08-07T17:40:51.1263576Z 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-08-07T17:40:51.1269974Z 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-08-07T17:40:51.1276598Z 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-08-07T17:40:51.1282848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.1289118Z 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-08-07T17:40:51.1295681Z 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-08-07T17:40:51.1301947Z 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-08-07T17:40:51.1308342Z 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-08-07T17:40:51.1315092Z 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-08-07T17:40:51.1321219Z 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-08-07T17:40:51.1327819Z 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-08-07T17:40:51.1333576Z 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-08-07T17:40:51.1339292Z 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-08-07T17:40:51.1345550Z 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-08-07T17:40:51.1351562Z 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-08-07T17:40:51.1357414Z 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-08-07T17:40:51.1363327Z 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-08-07T17:40:51.1369357Z 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-08-07T17:40:51.1375434Z 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-08-07T17:40:51.1381648Z 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-08-07T17:40:51.1387294Z 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-08-07T17:40:51.1393504Z 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-08-07T17:40:51.1399804Z 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-08-07T17:40:51.1405593Z 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-08-07T17:40:51.1411437Z 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-08-07T17:40:51.1417525Z 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-08-07T17:40:51.1423209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.1429665Z 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-08-07T17:40:51.1455891Z 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-08-07T17:40:51.1461634Z 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-08-07T17:40:51.1467616Z 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-08-07T17:40:51.1473221Z 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-08-07T17:40:51.1479181Z 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-08-07T17:40:51.1484860Z 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-08-07T17:40:51.1490917Z 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-08-07T17:40:51.1496976Z 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-08-07T17:40:51.1502783Z 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-08-07T17:40:51.1508970Z 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-08-07T17:40:51.1514567Z 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-08-07T17:40:51.1520434Z 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-08-07T17:40:51.1526451Z 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-08-07T17:40:51.1532723Z 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-08-07T17:40:51.1551724Z 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-08-07T17:40:51.1557965Z 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-08-07T17:40:51.1563902Z 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-08-07T17:40:51.1570117Z 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-08-07T17:40:51.1577092Z 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-08-07T17:40:51.1583560Z 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-08-07T17:40:51.1590173Z 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-08-07T17:40:51.1596578Z 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-08-07T17:40:51.1603354Z 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-08-07T17:40:51.1610061Z 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-08-07T17:40:51.1616000Z 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-08-07T17:40:51.1622324Z 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-08-07T17:40:51.1628979Z 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-08-07T17:40:51.1635211Z 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-08-07T17:40:51.1641525Z 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-08-07T17:40:51.1647999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummax_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.1654263Z 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-08-07T17:40:51.1660549Z 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-08-07T17:40:51.1666799Z 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-08-07T17:40:51.1673361Z 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-08-07T17:40:51.1679877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummin_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.1686630Z 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-08-07T17:40:51.1693040Z 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-08-07T17:40:51.1699158Z 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-08-07T17:40:51.1705406Z 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-08-07T17:40:51.1711864Z 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-08-07T17:40:51.1718390Z 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-08-07T17:40:51.1724749Z 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-08-07T17:40:51.1730998Z 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-08-07T17:40:51.1737223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.1744897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.1750923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.1757065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.1762390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.1767814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.1773597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dim_arange.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.1779726Z 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-08-07T17:40:51.1785622Z 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-08-07T17:40:51.1791086Z 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-08-07T17:40:51.1797276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.1803203Z 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-08-07T17:40:51.1808837Z 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-08-07T17:40:51.1814622Z 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-08-07T17:40:51.1820912Z 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-08-07T17:40:51.1826793Z 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-08-07T17:40:51.1832800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.1839023Z 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-08-07T17:40:51.1846216Z 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-08-07T17:40:51.1852793Z 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-08-07T17:40:51.1859310Z 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-08-07T17:40:51.1865619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.1871998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.1878519Z 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-08-07T17:40:51.1885042Z 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-08-07T17:40:51.1891833Z 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-08-07T17:40:51.1898290Z 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-08-07T17:40:51.1905074Z 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-08-07T17:40:51.1911786Z 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-08-07T17:40:51.1918325Z 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-08-07T17:40:51.1924728Z 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-08-07T17:40:51.1931021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.1937184Z 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-08-07T17:40:51.1943763Z 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-08-07T17:40:51.1950188Z 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-08-07T17:40:51.1956532Z 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-08-07T17:40:51.1963193Z 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-08-07T17:40:51.1970256Z 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-08-07T17:40:51.1976395Z 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-08-07T17:40:51.1983087Z 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-08-07T17:40:51.1988833Z 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-08-07T17:40:51.1995181Z 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-08-07T17:40:51.2001618Z 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-08-07T17:40:51.2007394Z 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-08-07T17:40:51.2013231Z 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-08-07T17:40:51.2019152Z 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-08-07T17:40:51.2024892Z 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-08-07T17:40:51.2031531Z 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-08-07T17:40:51.2037499Z 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-08-07T17:40:51.2043487Z 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-08-07T17:40:51.2049802Z 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-08-07T17:40:51.2055367Z 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-08-07T17:40:51.2061194Z 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-08-07T17:40:51.2066780Z 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-08-07T17:40:51.2072593Z 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-08-07T17:40:51.2078862Z 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-08-07T17:40:51.2085537Z 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-08-07T17:40:51.2092090Z 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-08-07T17:40:51.2098578Z 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-08-07T17:40:51.2105019Z 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-08-07T17:40:51.2111497Z 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-08-07T17:40:51.2118354Z 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-08-07T17:40:51.2124630Z 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-08-07T17:40:51.2130968Z 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-08-07T17:40:51.2137266Z 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-08-07T17:40:51.2143987Z 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-08-07T17:40:51.2151262Z 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-08-07T17:40:51.2157823Z 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-08-07T17:40:51.2164298Z 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-08-07T17:40:51.2170677Z 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-08-07T17:40:51.2177493Z 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-08-07T17:40:51.2184203Z 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-08-07T17:40:51.2190535Z 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-08-07T17:40:51.2196972Z 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-08-07T17:40:51.2203979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_euclidean_dist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.2210022Z 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-08-07T17:40:51.2216092Z 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-08-07T17:40:51.2222697Z 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-08-07T17:40:51.2229326Z 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-08-07T17:40:51.2235870Z 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-08-07T17:40:51.2242600Z 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-08-07T17:40:51.2249136Z 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-08-07T17:40:51.2255761Z 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-08-07T17:40:51.2262311Z 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-08-07T17:40:51.2269000Z 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-08-07T17:40:51.2275420Z 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-08-07T17:40:51.2282213Z 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-08-07T17:40:51.2289214Z 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-08-07T17:40:51.2295639Z 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-08-07T17:40:51.2302409Z 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-08-07T17:40:51.2308963Z 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-08-07T17:40:51.2315852Z 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-08-07T17:40:51.2322618Z 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-08-07T17:40:51.2329153Z 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-08-07T17:40:51.2335722Z 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-08-07T17:40:51.2342458Z 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-08-07T17:40:51.2349232Z 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-08-07T17:40:51.2356458Z 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-08-07T17:40:51.2363089Z 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-08-07T17:40:51.2369681Z 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-08-07T17:40:51.2376417Z 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-08-07T17:40:51.2383336Z 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-08-07T17:40:51.2389799Z 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-08-07T17:40:51.2396474Z 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-08-07T17:40:51.2403476Z 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-08-07T17:40:51.2410230Z 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-08-07T17:40:51.2416509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2c.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.2422076Z 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-08-07T17:40:51.2428645Z 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-08-07T17:40:51.2434357Z 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-08-07T17:40:51.2440308Z 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-08-07T17:40:51.2446540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2r.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.2452067Z 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-08-07T17:40:51.2457795Z 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-08-07T17:40:51.2464066Z 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-08-07T17:40:51.2469744Z 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-08-07T17:40:51.2476600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_r2c.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.2482060Z 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-08-07T17:40:51.2487838Z 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-08-07T17:40:51.2493455Z 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-08-07T17:40:51.2499014Z 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-08-07T17:40:51.2504760Z 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-08-07T17:40:51.2510500Z 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-08-07T17:40:51.2516243Z 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-08-07T17:40:51.2522676Z 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-08-07T17:40:51.2527880Z 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-08-07T17:40:51.2534132Z 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-08-07T17:40:51.2539959Z 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-08-07T17:40:51.2545589Z 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-08-07T17:40:51.2551298Z 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-08-07T17:40:51.2557116Z 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-08-07T17:40:51.2563158Z 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-08-07T17:40:51.2568969Z 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-08-07T17:40:51.2574755Z 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-08-07T17:40:51.2580492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.2586071Z 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-08-07T17:40:51.2591614Z 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-08-07T17:40:51.2597303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.2603186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.2608944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_abs.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.2614678Z 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-08-07T17:40:51.2620123Z 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-08-07T17:40:51.2629904Z 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-08-07T17:40:51.2636540Z 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-08-07T17:40:51.2642811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_acos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.2649573Z 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-08-07T17:40:51.2656181Z 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-08-07T17:40:51.2662624Z 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-08-07T17:40:51.2668847Z 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-08-07T17:40:51.2675192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.2681689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcdiv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.2688197Z 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-08-07T17:40:51.2694708Z 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-08-07T17:40:51.2701017Z 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-08-07T17:40:51.2707260Z 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-08-07T17:40:51.2713580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.2720266Z 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-08-07T17:40:51.2726897Z 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-08-07T17:40:51.2733722Z 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-08-07T17:40:51.2740007Z 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-08-07T17:40:51.2746800Z 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-08-07T17:40:51.2753100Z 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-08-07T17:40:51.2759576Z 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-08-07T17:40:51.2765765Z 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-08-07T17:40:51.2772037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_asin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.2778612Z 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-08-07T17:40:51.2785184Z 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-08-07T17:40:51.2791478Z 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-08-07T17:40:51.2797837Z 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-08-07T17:40:51.2804507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_atan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.2811290Z 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-08-07T17:40:51.2817461Z 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-08-07T17:40:51.2824043Z 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-08-07T17:40:51.2831294Z 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-08-07T17:40:51.2837766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_ceil.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.2844335Z 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-08-07T17:40:51.2850536Z 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-08-07T17:40:51.2857496Z 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-08-07T17:40:51.2863775Z 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-08-07T17:40:51.2870067Z 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-08-07T17:40:51.2876896Z 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-08-07T17:40:51.2883178Z 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-08-07T17:40:51.2889743Z 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-08-07T17:40:51.2896101Z 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-08-07T17:40:51.2902624Z 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-08-07T17:40:51.2909671Z 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-08-07T17:40:51.2916320Z 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-08-07T17:40:51.2922857Z 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-08-07T17:40:51.2929142Z 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-08-07T17:40:51.2935555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.2942185Z 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-08-07T17:40:51.2949215Z 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-08-07T17:40:51.2955664Z 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-08-07T17:40:51.2962199Z 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-08-07T17:40:51.2969516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.2975953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.2982474Z 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-08-07T17:40:51.2988674Z 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-08-07T17:40:51.2995219Z 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-08-07T17:40:51.3001589Z 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-08-07T17:40:51.3008527Z 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-08-07T17:40:51.3014836Z 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-08-07T17:40:51.3021506Z 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-08-07T17:40:51.3027417Z 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-08-07T17:40:51.3033580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.3040130Z 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-08-07T17:40:51.3046538Z 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-08-07T17:40:51.3052822Z 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-08-07T17:40:51.3059269Z 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-08-07T17:40:51.3065715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.3072262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.3078928Z 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-08-07T17:40:51.3085365Z 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-08-07T17:40:51.3115604Z 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-08-07T17:40:51.3122209Z 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-08-07T17:40:51.3128754Z 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-08-07T17:40:51.3135068Z 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-08-07T17:40:51.3141313Z 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-08-07T17:40:51.3147850Z 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-08-07T17:40:51.3154185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.3160807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.3167748Z 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-08-07T17:40:51.3174093Z 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-08-07T17:40:51.3180467Z 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-08-07T17:40:51.3186717Z 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-08-07T17:40:51.3193580Z 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-08-07T17:40:51.3199942Z 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-08-07T17:40:51.3206473Z 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-08-07T17:40:51.3212758Z 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-08-07T17:40:51.3218995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_floor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.3225120Z 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-08-07T17:40:51.3231507Z 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-08-07T17:40:51.3237401Z 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-08-07T17:40:51.3243655Z 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-08-07T17:40:51.3249612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_frac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.3255540Z 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-08-07T17:40:51.3261203Z 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-08-07T17:40:51.3266936Z 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-08-07T17:40:51.3273347Z 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-08-07T17:40:51.3279217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.3285392Z 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-08-07T17:40:51.3291184Z 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-08-07T17:40:51.3296977Z 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-08-07T17:40:51.3302694Z 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-08-07T17:40:51.3308441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.3314599Z 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-08-07T17:40:51.3320389Z 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-08-07T17:40:51.3326130Z 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-08-07T17:40:51.3332521Z 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-08-07T17:40:51.3338736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.3345027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log10.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.3351478Z 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-08-07T17:40:51.3357789Z 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-08-07T17:40:51.3364128Z 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-08-07T17:40:51.3370563Z 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-08-07T17:40:51.3377652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.3384464Z 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-08-07T17:40:51.3390844Z 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-08-07T17:40:51.3397373Z 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-08-07T17:40:51.3403702Z 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-08-07T17:40:51.3409990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.3416507Z 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-08-07T17:40:51.3423705Z 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-08-07T17:40:51.3430420Z 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-08-07T17:40:51.3436736Z 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-08-07T17:40:51.3443620Z 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-08-07T17:40:51.3450131Z 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-08-07T17:40:51.3457050Z 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-08-07T17:40:51.3463333Z 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-08-07T17:40:51.3469305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.3475262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_maximum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.3481867Z 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-08-07T17:40:51.3488140Z 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-08-07T17:40:51.3493744Z 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-08-07T17:40:51.3499695Z 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-08-07T17:40:51.3505927Z 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-08-07T17:40:51.3512187Z 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-08-07T17:40:51.3518290Z 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-08-07T17:40:51.3525634Z 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-08-07T17:40:51.3531899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_minimum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.3538492Z 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-08-07T17:40:51.3544900Z 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-08-07T17:40:51.3551946Z 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-08-07T17:40:51.3558393Z 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-08-07T17:40:51.3565226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_mul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.3572241Z 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-08-07T17:40:51.3578862Z 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-08-07T17:40:51.3585284Z 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-08-07T17:40:51.3591823Z 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-08-07T17:40:51.3598703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.3605498Z 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-08-07T17:40:51.3617556Z 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-08-07T17:40:51.3620140Z 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-08-07T17:40:51.3626751Z 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-08-07T17:40:51.3632925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.3639562Z 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-08-07T17:40:51.3646001Z 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-08-07T17:40:51.3652384Z 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-08-07T17:40:51.3659063Z 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-08-07T17:40:51.3665404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.3672081Z 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-08-07T17:40:51.3678748Z 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-08-07T17:40:51.3685011Z 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-08-07T17:40:51.3691530Z 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-08-07T17:40:51.3697866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_reciprocal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.3704243Z 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-08-07T17:40:51.3710776Z 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-08-07T17:40:51.3716731Z 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-08-07T17:40:51.3723221Z 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-08-07T17:40:51.3729052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.3735240Z 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-08-07T17:40:51.3740891Z 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-08-07T17:40:51.3746617Z 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-08-07T17:40:51.3752660Z 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-08-07T17:40:51.3758983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.3765021Z 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-08-07T17:40:51.3770920Z 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-08-07T17:40:51.3776860Z 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-08-07T17:40:51.3782748Z 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-08-07T17:40:51.3788358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.3794411Z 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-08-07T17:40:51.3800259Z 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-08-07T17:40:51.3813495Z 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-08-07T17:40:51.3819419Z 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-08-07T17:40:51.3825131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.3830662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.3836674Z 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-08-07T17:40:51.3842836Z 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-08-07T17:40:51.3848563Z 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-08-07T17:40:51.3854328Z 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-08-07T17:40:51.3860650Z 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-08-07T17:40:51.3866264Z 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-08-07T17:40:51.3872668Z 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-08-07T17:40:51.3878589Z 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-08-07T17:40:51.3884346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.3890338Z 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-08-07T17:40:51.3896341Z 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-08-07T17:40:51.3902360Z 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-08-07T17:40:51.3908204Z 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-08-07T17:40:51.3914710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.3921405Z 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-08-07T17:40:51.3927818Z 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-08-07T17:40:51.3934222Z 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-08-07T17:40:51.3940954Z 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-08-07T17:40:51.3947540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.3954227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.3960638Z 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-08-07T17:40:51.3967067Z 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-08-07T17:40:51.3973552Z 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-08-07T17:40:51.3979898Z 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-08-07T17:40:51.3986527Z 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-08-07T17:40:51.3992924Z 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-08-07T17:40:51.4025432Z 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-08-07T17:40:51.4031960Z 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-08-07T17:40:51.4038301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_trunc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.4044942Z 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-08-07T17:40:51.4051373Z 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-08-07T17:40:51.4057621Z 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-08-07T17:40:51.4064094Z 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-08-07T17:40:51.4070319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_zero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.4077055Z 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-08-07T17:40:51.4084077Z 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-08-07T17:40:51.4090707Z 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-08-07T17:40:51.4097051Z 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-08-07T17:40:51.4103870Z 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-08-07T17:40:51.4110672Z 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-08-07T17:40:51.4117356Z 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-08-07T17:40:51.4123565Z 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-08-07T17:40:51.4129851Z 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-08-07T17:40:51.4136715Z 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-08-07T17:40:51.4143039Z 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-08-07T17:40:51.4150618Z 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-08-07T17:40:51.4157122Z 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-08-07T17:40:51.4164006Z 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-08-07T17:40:51.4170424Z 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-08-07T17:40:51.4177489Z 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-08-07T17:40:51.4184138Z 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-08-07T17:40:51.4190916Z 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-08-07T17:40:51.4197373Z 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-08-07T17:40:51.4204056Z 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-08-07T17:40:51.4210559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adagrad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.4217505Z 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-08-07T17:40:51.4223991Z 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-08-07T17:40:51.4230307Z 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-08-07T17:40:51.4236662Z 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-08-07T17:40:51.4243192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.4251012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.4257348Z 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-08-07T17:40:51.4266207Z 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-08-07T17:40:51.4273573Z 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-08-07T17:40:51.4279945Z 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-08-07T17:40:51.4286262Z 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-08-07T17:40:51.4292575Z 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-08-07T17:40:51.4299068Z 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-08-07T17:40:51.4305024Z 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-08-07T17:40:51.4311013Z 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-08-07T17:40:51.4316777Z 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-08-07T17:40:51.4322864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.4329653Z 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-08-07T17:40:51.4335859Z 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-08-07T17:40:51.4341777Z 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-08-07T17:40:51.4348084Z 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-08-07T17:40:51.4353837Z 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-08-07T17:40:51.4360337Z 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-08-07T17:40:51.4366142Z 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-08-07T17:40:51.4371999Z 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-08-07T17:40:51.4378269Z 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-08-07T17:40:51.4384870Z 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-08-07T17:40:51.4391209Z 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-08-07T17:40:51.4397435Z 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-08-07T17:40:51.4403291Z 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-08-07T17:40:51.4409388Z 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-08-07T17:40:51.4415203Z 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-08-07T17:40:51.4421301Z 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-08-07T17:40:51.4427294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.4433640Z 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-08-07T17:40:51.4439534Z 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-08-07T17:40:51.4445582Z 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-08-07T17:40:51.4451333Z 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-08-07T17:40:51.4457002Z 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-08-07T17:40:51.4462969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.4468821Z 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-08-07T17:40:51.4474367Z 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-08-07T17:40:51.4480844Z 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-08-07T17:40:51.4487289Z 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-08-07T17:40:51.4495477Z 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-08-07T17:40:51.4502226Z 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-08-07T17:40:51.4508709Z 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-08-07T17:40:51.4514813Z 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-08-07T17:40:51.4521265Z 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-08-07T17:40:51.4527963Z 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-08-07T17:40:51.4534331Z 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-08-07T17:40:51.4541132Z 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-08-07T17:40:51.4547802Z 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-08-07T17:40:51.4554410Z 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-08-07T17:40:51.4561281Z 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-08-07T17:40:51.4567671Z 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-08-07T17:40:51.4574694Z 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-08-07T17:40:51.4582415Z 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-08-07T17:40:51.4589019Z 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-08-07T17:40:51.4596734Z 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-08-07T17:40:51.4603274Z 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-08-07T17:40:51.4610154Z 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-08-07T17:40:51.4616610Z 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-08-07T17:40:51.4623129Z 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-08-07T17:40:51.4629743Z 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-08-07T17:40:51.4636366Z 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-08-07T17:40:51.4642785Z 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-08-07T17:40:51.4649349Z 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-08-07T17:40:51.4656357Z 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-08-07T17:40:51.4663395Z 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-08-07T17:40:51.4669865Z 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-08-07T17:40:51.4676717Z 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-08-07T17:40:51.4683144Z 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-08-07T17:40:51.4689508Z 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-08-07T17:40:51.4696294Z 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-08-07T17:40:51.4703520Z 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-08-07T17:40:51.4710195Z 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-08-07T17:40:51.4717116Z 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-08-07T17:40:51.4724158Z 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-08-07T17:40:51.4730837Z 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-08-07T17:40:51.4737664Z 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-08-07T17:40:51.4744014Z 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-08-07T17:40:51.4750677Z 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-08-07T17:40:51.4757060Z 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-08-07T17:40:51.4763768Z 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-08-07T17:40:51.4770533Z 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-08-07T17:40:51.4777535Z 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-08-07T17:40:51.4783753Z 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-08-07T17:40:51.4812499Z 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-08-07T17:40:51.4819420Z 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-08-07T17:40:51.4826141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.4831714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.4838700Z 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-08-07T17:40:51.4845209Z 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-08-07T17:40:51.4851509Z 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-08-07T17:40:51.4857782Z 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-08-07T17:40:51.4864695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.4870663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.4877155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_int_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.4883600Z 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-08-07T17:40:51.4890490Z 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-08-07T17:40:51.4896962Z 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-08-07T17:40:51.4903071Z 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-08-07T17:40:51.4910031Z 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-08-07T17:40:51.4916343Z 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-08-07T17:40:51.4922822Z 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-08-07T17:40:51.4929126Z 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-08-07T17:40:51.4935685Z 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-08-07T17:40:51.4942495Z 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-08-07T17:40:51.4949497Z 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-08-07T17:40:51.4955016Z 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-08-07T17:40:51.4961743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_zerotensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.4968518Z 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-08-07T17:40:51.4975072Z 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-08-07T17:40:51.4981398Z 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-08-07T17:40:51.4987949Z 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-08-07T17:40:51.4994441Z 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-08-07T17:40:51.5001102Z 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-08-07T17:40:51.5007761Z 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-08-07T17:40:51.5014181Z 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-08-07T17:40:51.5020771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lazy_clone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.5027468Z 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-08-07T17:40:51.5033750Z 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-08-07T17:40:51.5039951Z 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-08-07T17:40:51.5046534Z 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-08-07T17:40:51.5053669Z 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-08-07T17:40:51.5059968Z 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-08-07T17:40:51.5066111Z 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-08-07T17:40:51.5072557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.5078942Z 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-08-07T17:40:51.5084639Z 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-08-07T17:40:51.5091209Z 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-08-07T17:40:51.5097314Z 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-08-07T17:40:51.5103458Z 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-08-07T17:40:51.5109468Z 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-08-07T17:40:51.5115439Z 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-08-07T17:40:51.5121734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.5128066Z 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-08-07T17:40:51.5133798Z 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-08-07T17:40:51.5139767Z 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-08-07T17:40:51.5145656Z 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-08-07T17:40:51.5151802Z 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-08-07T17:40:51.5157733Z 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-08-07T17:40:51.5163796Z 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-08-07T17:40:51.5169679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.5176156Z 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-08-07T17:40:51.5182100Z 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-08-07T17:40:51.5188190Z 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-08-07T17:40:51.5194196Z 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-08-07T17:40:51.5200027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.5206232Z 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-08-07T17:40:51.5212164Z 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-08-07T17:40:51.5218117Z 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-08-07T17:40:51.5228849Z 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-08-07T17:40:51.5233200Z 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-08-07T17:40:51.5239512Z 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-08-07T17:40:51.5245702Z 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-08-07T17:40:51.5251729Z 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-08-07T17:40:51.5275644Z 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-08-07T17:40:51.5277113Z 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-08-07T17:40:51.5278195Z 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-08-07T17:40:51.5279225Z 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-08-07T17:40:51.5283005Z 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-08-07T17:40:51.5289066Z 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-08-07T17:40:51.5295634Z 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-08-07T17:40:51.5301681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.5307929Z 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-08-07T17:40:51.5314043Z 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-08-07T17:40:51.5320367Z 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-08-07T17:40:51.5326388Z 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-08-07T17:40:51.5332336Z 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-08-07T17:40:51.5338523Z 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-08-07T17:40:51.5344554Z 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-08-07T17:40:51.5350600Z 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-08-07T17:40:51.5356514Z 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-08-07T17:40:51.5363152Z 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-08-07T17:40:51.5369109Z 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-08-07T17:40:51.5407301Z 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-08-07T17:40:51.5412901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.5419147Z 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-08-07T17:40:51.5424887Z 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-08-07T17:40:51.5430344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.5436395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.5442272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.5447722Z 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-08-07T17:40:51.5454022Z 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-08-07T17:40:51.5459608Z 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-08-07T17:40:51.5465168Z 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-08-07T17:40:51.5471571Z 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-08-07T17:40:51.5478338Z 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-08-07T17:40:51.5484026Z 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-08-07T17:40:51.5489986Z 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-08-07T17:40:51.5496032Z 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-08-07T17:40:51.5501633Z 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-08-07T17:40:51.5507537Z 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-08-07T17:40:51.5513418Z 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-08-07T17:40:51.5519111Z 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-08-07T17:40:51.5524746Z 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-08-07T17:40:51.5530540Z 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-08-07T17:40:51.5535918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lstm_mps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.5542600Z 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-08-07T17:40:51.5548154Z 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-08-07T17:40:51.5553894Z 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-08-07T17:40:51.5559839Z 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-08-07T17:40:51.5565712Z 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-08-07T17:40:51.5571400Z 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-08-07T17:40:51.5577903Z 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-08-07T17:40:51.5585050Z 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-08-07T17:40:51.5591806Z 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-08-07T17:40:51.5598627Z 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-08-07T17:40:51.5604919Z 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-08-07T17:40:51.5611181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.5617759Z 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-08-07T17:40:51.5624045Z 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-08-07T17:40:51.5630889Z 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-08-07T17:40:51.5637551Z 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-08-07T17:40:51.5643820Z 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-08-07T17:40:51.5650096Z 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-08-07T17:40:51.5656139Z 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-08-07T17:40:51.5662103Z 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-08-07T17:40:51.5668389Z 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-08-07T17:40:51.5675689Z 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-08-07T17:40:51.5682469Z 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-08-07T17:40:51.5689110Z 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-08-07T17:40:51.5695574Z 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-08-07T17:40:51.5702100Z 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-08-07T17:40:51.5708590Z 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-08-07T17:40:51.5715402Z 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-08-07T17:40:51.5722244Z 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-08-07T17:40:51.5729110Z 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-08-07T17:40:51.5735645Z 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-08-07T17:40:51.5742938Z 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-08-07T17:40:51.5749319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_scale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.5755957Z 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-08-07T17:40:51.5762624Z 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-08-07T17:40:51.5768831Z 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-08-07T17:40:51.5775472Z 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-08-07T17:40:51.5781739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.5788225Z 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-08-07T17:40:51.5794625Z 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-08-07T17:40:51.5800931Z 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-08-07T17:40:51.5807465Z 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-08-07T17:40:51.5813887Z 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-08-07T17:40:51.5820542Z 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-08-07T17:40:51.5827541Z 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-08-07T17:40:51.5833800Z 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-08-07T17:40:51.5840371Z 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-08-07T17:40:51.5846586Z 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-08-07T17:40:51.5853094Z 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-08-07T17:40:51.5859445Z 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-08-07T17:40:51.5865920Z 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-08-07T17:40:51.5872058Z 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-08-07T17:40:51.5878441Z 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-08-07T17:40:51.5884575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_reshape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.5890693Z 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-08-07T17:40:51.5896801Z 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-08-07T17:40:51.5902985Z 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-08-07T17:40:51.5909315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.5916012Z 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-08-07T17:40:51.5922189Z 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-08-07T17:40:51.5928766Z 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-08-07T17:40:51.5934715Z 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-08-07T17:40:51.5940414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.5946697Z 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-08-07T17:40:51.5953108Z 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-08-07T17:40:51.5959149Z 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-08-07T17:40:51.5964546Z 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-08-07T17:40:51.5970517Z 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-08-07T17:40:51.5976269Z 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-08-07T17:40:51.5982732Z 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-08-07T17:40:51.5988634Z 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-08-07T17:40:51.5994518Z 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-08-07T17:40:51.6000774Z 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-08-07T17:40:51.6006464Z 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-08-07T17:40:51.6012088Z 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-08-07T17:40:51.6018036Z 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-08-07T17:40:51.6024139Z 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-08-07T17:40:51.6029860Z 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-08-07T17:40:51.6035698Z 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-08-07T17:40:51.6042061Z 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-08-07T17:40:51.6048642Z 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-08-07T17:40:51.6055758Z 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-08-07T17:40:51.6062303Z 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-08-07T17:40:51.6069181Z 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-08-07T17:40:51.6075214Z 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-08-07T17:40:51.6081755Z 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-08-07T17:40:51.6088103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.6094548Z 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-08-07T17:40:51.6101002Z 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-08-07T17:40:51.6107912Z 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-08-07T17:40:51.6114617Z 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-08-07T17:40:51.6120744Z 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-08-07T17:40:51.6127081Z 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-08-07T17:40:51.6133939Z 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-08-07T17:40:51.6139847Z 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-08-07T17:40:51.6146469Z 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-08-07T17:40:51.6152977Z 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-08-07T17:40:51.6159454Z 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-08-07T17:40:51.6166152Z 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-08-07T17:40:51.6172623Z 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-08-07T17:40:51.6178801Z 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-08-07T17:40:51.6185107Z 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-08-07T17:40:51.6192021Z 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-08-07T17:40:51.6198768Z 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-08-07T17:40:51.6205150Z 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-08-07T17:40:51.6211882Z 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-08-07T17:40:51.6218308Z 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-08-07T17:40:51.6225220Z 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-08-07T17:40:51.6231801Z 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-08-07T17:40:51.6238531Z 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-08-07T17:40:51.6260927Z 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-08-07T17:40:51.6267124Z 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-08-07T17:40:51.6273297Z 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-08-07T17:40:51.6279580Z 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-08-07T17:40:51.6286160Z 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-08-07T17:40:51.6292294Z 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-08-07T17:40:51.6298863Z 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-08-07T17:40:51.6305294Z 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-08-07T17:40:51.6311605Z 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-08-07T17:40:51.6317943Z 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-08-07T17:40:51.6324295Z 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-08-07T17:40:51.6330366Z 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-08-07T17:40:51.6337066Z 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-08-07T17:40:51.6344114Z 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-08-07T17:40:51.6350268Z 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-08-07T17:40:51.6356747Z 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-08-07T17:40:51.6363498Z 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-08-07T17:40:51.6369610Z 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-08-07T17:40:51.6375927Z 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-08-07T17:40:51.6382323Z 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-08-07T17:40:51.6389510Z 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-08-07T17:40:51.6395853Z 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-08-07T17:40:51.6402270Z 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-08-07T17:40:51.6408799Z 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-08-07T17:40:51.6415409Z 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-08-07T17:40:51.6422183Z 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-08-07T17:40:51.6428464Z 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-08-07T17:40:51.6435136Z 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-08-07T17:40:51.6441582Z 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-08-07T17:40:51.6448293Z 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-08-07T17:40:51.6454639Z 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-08-07T17:40:51.6460984Z 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-08-07T17:40:51.6467860Z 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-08-07T17:40:51.6474728Z 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-08-07T17:40:51.6509205Z 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-08-07T17:40:51.6515806Z 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-08-07T17:40:51.6522299Z 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-08-07T17:40:51.6528927Z 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-08-07T17:40:51.6536390Z 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-08-07T17:40:51.6542835Z 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-08-07T17:40:51.6549647Z 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-08-07T17:40:51.6556379Z 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-08-07T17:40:51.6562928Z 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-08-07T17:40:51.6569515Z 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-08-07T17:40:51.6576191Z 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-08-07T17:40:51.6582343Z 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-08-07T17:40:51.6588852Z 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-08-07T17:40:51.6595579Z 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-08-07T17:40:51.6602476Z 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-08-07T17:40:51.6609639Z 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-08-07T17:40:51.6616029Z 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-08-07T17:40:51.6622469Z 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-08-07T17:40:51.6629179Z 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-08-07T17:40:51.6635410Z 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-08-07T17:40:51.6641942Z 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-08-07T17:40:51.6649393Z 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-08-07T17:40:51.6655525Z 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-08-07T17:40:51.6662076Z 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-08-07T17:40:51.6668505Z 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-08-07T17:40:51.6675543Z 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-08-07T17:40:51.6682436Z 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-08-07T17:40:51.6689360Z 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-08-07T17:40:51.6695880Z 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-08-07T17:40:51.6701971Z 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-08-07T17:40:51.6708769Z 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-08-07T17:40:51.6715422Z 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-08-07T17:40:51.6721593Z 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-08-07T17:40:51.6727977Z 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-08-07T17:40:51.6734191Z 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-08-07T17:40:51.6740955Z 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-08-07T17:40:51.6747241Z 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-08-07T17:40:51.6754952Z 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-08-07T17:40:51.6760873Z 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-08-07T17:40:51.6766558Z 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-08-07T17:40:51.6773688Z 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-08-07T17:40:51.6779811Z 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-08-07T17:40:51.6785715Z 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-08-07T17:40:51.6791903Z 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-08-07T17:40:51.6798158Z 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-08-07T17:40:51.6803701Z 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-08-07T17:40:51.6809883Z 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-08-07T17:40:51.6815870Z 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-08-07T17:40:51.6821708Z 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-08-07T17:40:51.6828401Z 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-08-07T17:40:51.6834597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_available.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.6840521Z 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-08-07T17:40:51.6846411Z 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-08-07T17:40:51.6851909Z 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-08-07T17:40:51.6858040Z 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-08-07T17:40:51.6864160Z 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-08-07T17:40:51.6870380Z 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-08-07T17:40:51.6876926Z 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-08-07T17:40:51.6882423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.6887530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.6893489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.6899162Z 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-08-07T17:40:51.6905112Z 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-08-07T17:40:51.6911412Z 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-08-07T17:40:51.6917106Z 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-08-07T17:40:51.6922855Z 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-08-07T17:40:51.6929848Z 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-08-07T17:40:51.6935762Z 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-08-07T17:40:51.6941652Z 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-08-07T17:40:51.6947623Z 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-08-07T17:40:51.6954115Z 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-08-07T17:40:51.6960288Z 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-08-07T17:40:51.6965921Z 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-08-07T17:40:51.6971891Z 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-08-07T17:40:51.6977615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_circular.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.6983634Z 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-08-07T17:40:51.6989475Z 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-08-07T17:40:51.6995007Z 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-08-07T17:40:51.7000886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_enum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.7007041Z 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-08-07T17:40:51.7012472Z 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-08-07T17:40:51.7017947Z 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-08-07T17:40:51.7023794Z 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-08-07T17:40:51.7030388Z 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-08-07T17:40:51.7036231Z 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-08-07T17:40:51.7042265Z 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-08-07T17:40:51.7047908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.7053957Z 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-08-07T17:40:51.7059321Z 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-08-07T17:40:51.7064935Z 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-08-07T17:40:51.7071045Z 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-08-07T17:40:51.7077125Z 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-08-07T17:40:51.7083037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.7089285Z 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-08-07T17:40:51.7095338Z 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-08-07T17:40:51.7101100Z 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-08-07T17:40:51.7106972Z 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-08-07T17:40:51.7112821Z 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-08-07T17:40:51.7118730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pin_memory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.7124804Z 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-08-07T17:40:51.7130999Z 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-08-07T17:40:51.7137256Z 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-08-07T17:40:51.7143615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.7149731Z 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-08-07T17:40:51.7156249Z 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-08-07T17:40:51.7162745Z 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-08-07T17:40:51.7173747Z 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-08-07T17:40:51.7180485Z 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-08-07T17:40:51.7186704Z 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-08-07T17:40:51.7192990Z 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-08-07T17:40:51.7199719Z 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-08-07T17:40:51.7206063Z 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-08-07T17:40:51.7212605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.7219150Z 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-08-07T17:40:51.7225787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.7231955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.7238260Z 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-08-07T17:40:51.7245010Z 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-08-07T17:40:51.7251355Z 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-08-07T17:40:51.7257529Z 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-08-07T17:40:51.7263915Z 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-08-07T17:40:51.7270187Z 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-08-07T17:40:51.7276469Z 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-08-07T17:40:51.7282443Z 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-08-07T17:40:51.7288952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.7295214Z 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-08-07T17:40:51.7302825Z 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-08-07T17:40:51.7309211Z 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-08-07T17:40:51.7315587Z 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-08-07T17:40:51.7321989Z 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-08-07T17:40:51.7328592Z 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-08-07T17:40:51.7335060Z 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-08-07T17:40:51.7342024Z 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-08-07T17:40:51.7348230Z 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-08-07T17:40:51.7354473Z 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-08-07T17:40:51.7360768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.7367147Z 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-08-07T17:40:51.7373580Z 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-08-07T17:40:51.7379796Z 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-08-07T17:40:51.7386063Z 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-08-07T17:40:51.7392786Z 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-08-07T17:40:51.7399724Z 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-08-07T17:40:51.7406053Z 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-08-07T17:40:51.7412653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_resize_output.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.7419757Z 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-08-07T17:40:51.7426353Z 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-08-07T17:40:51.7432849Z 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-08-07T17:40:51.7439047Z 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-08-07T17:40:51.7445716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_rowwise_prune.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.7451975Z 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-08-07T17:40:51.7458192Z 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-08-07T17:40:51.7464595Z 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-08-07T17:40:51.7470812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.7477615Z 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-08-07T17:40:51.7483386Z 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-08-07T17:40:51.7489305Z 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-08-07T17:40:51.7495740Z 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-08-07T17:40:51.7501506Z 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-08-07T17:40:51.7507215Z 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-08-07T17:40:51.7513508Z 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-08-07T17:40:51.7519497Z 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-08-07T17:40:51.7546081Z 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-08-07T17:40:51.7552933Z 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-08-07T17:40:51.7559676Z 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-08-07T17:40:51.7566396Z 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-08-07T17:40:51.7573073Z 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-08-07T17:40:51.7579154Z 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-08-07T17:40:51.7585868Z 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-08-07T17:40:51.7592465Z 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-08-07T17:40:51.7599041Z 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-08-07T17:40:51.7606042Z 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-08-07T17:40:51.7613075Z 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-08-07T17:40:51.7619861Z 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-08-07T17:40:51.7626492Z 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-08-07T17:40:51.7632998Z 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-08-07T17:40:51.7639923Z 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-08-07T17:40:51.7646417Z 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-08-07T17:40:51.7652906Z 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-08-07T17:40:51.7659797Z 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-08-07T17:40:51.7666434Z 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-08-07T17:40:51.7674154Z 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-08-07T17:40:51.7680803Z 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-08-07T17:40:51.7687572Z 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-08-07T17:40:51.7694182Z 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-08-07T17:40:51.7700945Z 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-08-07T17:40:51.7707705Z 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-08-07T17:40:51.7714498Z 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-08-07T17:40:51.7721569Z 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-08-07T17:40:51.7728532Z 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-08-07T17:40:51.7735599Z 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-08-07T17:40:51.7741930Z 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-08-07T17:40:51.7748685Z 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-08-07T17:40:51.7755283Z 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-08-07T17:40:51.7762282Z 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-08-07T17:40:51.7769552Z 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-08-07T17:40:51.7776514Z 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-08-07T17:40:51.7783217Z 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-08-07T17:40:51.7789866Z 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-08-07T17:40:51.7796972Z 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-08-07T17:40:51.7804018Z 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-08-07T17:40:51.7810123Z 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-08-07T17:40:51.7817048Z 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-08-07T17:40:51.7823873Z 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-08-07T17:40:51.7831144Z 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-08-07T17:40:51.7838231Z 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-08-07T17:40:51.7844966Z 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-08-07T17:40:51.7852167Z 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-08-07T17:40:51.7859476Z 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-08-07T17:40:51.7866742Z 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-08-07T17:40:51.7872425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.7879076Z 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-08-07T17:40:51.7885907Z 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-08-07T17:40:51.7891773Z 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-08-07T17:40:51.7898131Z 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-08-07T17:40:51.7904862Z 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-08-07T17:40:51.7910877Z 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-08-07T17:40:51.7916810Z 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-08-07T17:40:51.7922738Z 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-08-07T17:40:51.7929269Z 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-08-07T17:40:51.7935136Z 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-08-07T17:40:51.7941355Z 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-08-07T17:40:51.7946938Z 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-08-07T17:40:51.7952565Z 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-08-07T17:40:51.7958667Z 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-08-07T17:40:51.7964705Z 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-08-07T17:40:51.7970414Z 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-08-07T17:40:51.7976732Z 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-08-07T17:40:51.7983014Z 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-08-07T17:40:51.7988986Z 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-08-07T17:40:51.7994972Z 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-08-07T17:40:51.8000925Z 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-08-07T17:40:51.8006974Z 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-08-07T17:40:51.8012788Z 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-08-07T17:40:51.8018628Z 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-08-07T17:40:51.8024389Z 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-08-07T17:40:51.8030145Z 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-08-07T17:40:51.8047148Z 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-08-07T17:40:51.8052746Z 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-08-07T17:40:51.8058432Z 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-08-07T17:40:51.8064525Z 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-08-07T17:40:51.8070169Z 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-08-07T17:40:51.8076308Z 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-08-07T17:40:51.8082977Z 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-08-07T17:40:51.8089626Z 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-08-07T17:40:51.8096210Z 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-08-07T17:40:51.8102733Z 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-08-07T17:40:51.8109048Z 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-08-07T17:40:51.8115835Z 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-08-07T17:40:51.8122372Z 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-08-07T17:40:51.8128986Z 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-08-07T17:40:51.8135511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.8141778Z 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-08-07T17:40:51.8148824Z 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-08-07T17:40:51.8155209Z 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-08-07T17:40:51.8161775Z 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-08-07T17:40:51.8168098Z 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-08-07T17:40:51.8193967Z 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-08-07T17:40:51.8201062Z 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-08-07T17:40:51.8207814Z 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-08-07T17:40:51.8214572Z 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-08-07T17:40:51.8220808Z 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-08-07T17:40:51.8227451Z 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-08-07T17:40:51.8233663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.8240561Z 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-08-07T17:40:51.8247079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.8253040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.8259353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.8265785Z 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-08-07T17:40:51.8271770Z 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-08-07T17:40:51.8278084Z 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-08-07T17:40:51.8284486Z 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-08-07T17:40:51.8291446Z 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-08-07T17:40:51.8298757Z 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-08-07T17:40:51.8305354Z 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-08-07T17:40:51.8311807Z 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-08-07T17:40:51.8318392Z 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-08-07T17:40:51.8324847Z 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-08-07T17:40:51.8331168Z 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-08-07T17:40:51.8337536Z 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-08-07T17:40:51.8344226Z 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-08-07T17:40:51.8350567Z 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-08-07T17:40:51.8358612Z 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-08-07T17:40:51.8366458Z 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-08-07T17:40:51.8372813Z 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-08-07T17:40:51.8378810Z 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-08-07T17:40:51.8385026Z 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-08-07T17:40:51.8391424Z 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-08-07T17:40:51.8399330Z 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-08-07T17:40:51.8404678Z 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-08-07T17:40:51.8410857Z 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-08-07T17:40:51.8416992Z 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-08-07T17:40:51.8423283Z 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-08-07T17:40:51.8429696Z 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-08-07T17:40:51.8435933Z 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-08-07T17:40:51.8441933Z 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-08-07T17:40:51.8448254Z 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-08-07T17:40:51.8454357Z 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-08-07T17:40:51.8460444Z 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-08-07T17:40:51.8466290Z 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-08-07T17:40:51.8472482Z 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-08-07T17:40:51.8479056Z 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-08-07T17:40:51.8485382Z 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-08-07T17:40:51.8491496Z 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-08-07T17:40:51.8497424Z 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-08-07T17:40:51.8504140Z 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-08-07T17:40:51.8510142Z 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-08-07T17:40:51.8516161Z 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-08-07T17:40:51.8522459Z 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-08-07T17:40:51.8528639Z 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-08-07T17:40:51.8535001Z 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-08-07T17:40:51.8540721Z 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-08-07T17:40:51.8546829Z 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-08-07T17:40:51.8552889Z 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-08-07T17:40:51.8559246Z 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-08-07T17:40:51.8570400Z 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-08-07T17:40:51.8576740Z 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-08-07T17:40:51.8582889Z 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-08-07T17:40:51.8589004Z 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-08-07T17:40:51.8594828Z 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-08-07T17:40:51.8600937Z 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-08-07T17:40:51.8607250Z 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-08-07T17:40:51.8613189Z 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-08-07T17:40:51.8619362Z 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-08-07T17:40:51.8625044Z 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-08-07T17:40:51.8630913Z 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-08-07T17:40:51.8637275Z 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-08-07T17:40:51.8643846Z 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-08-07T17:40:51.8650431Z 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-08-07T17:40:51.8657015Z 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-08-07T17:40:51.8663682Z 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-08-07T17:40:51.8670146Z 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-08-07T17:40:51.8676489Z 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-08-07T17:40:51.8683428Z 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-08-07T17:40:51.8690127Z 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-08-07T17:40:51.8696974Z 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-08-07T17:40:51.8703481Z 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-08-07T17:40:51.8709827Z 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-08-07T17:40:51.8716164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.8722755Z 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-08-07T17:40:51.8729391Z 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-08-07T17:40:51.8736042Z 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-08-07T17:40:51.8742564Z 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-08-07T17:40:51.8749075Z 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-08-07T17:40:51.8755735Z 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-08-07T17:40:51.8763110Z 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-08-07T17:40:51.8769824Z 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-08-07T17:40:51.8776214Z 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-08-07T17:40:51.8782662Z 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-08-07T17:40:51.8789245Z 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-08-07T17:40:51.8795752Z 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-08-07T17:40:51.8802265Z 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-08-07T17:40:51.8809018Z 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-08-07T17:40:51.8815855Z 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-08-07T17:40:51.8822608Z 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-08-07T17:40:51.8829276Z 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-08-07T17:40:51.8835844Z 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-08-07T17:40:51.8842567Z 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-08-07T17:40:51.8849477Z 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-08-07T17:40:51.8856186Z 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-08-07T17:40:51.8862701Z 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-08-07T17:40:51.8869322Z 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-08-07T17:40:51.8875789Z 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-08-07T17:40:51.8882407Z 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-08-07T17:40:51.8889203Z 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-08-07T17:40:51.8895994Z 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-08-07T17:40:51.8902846Z 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-08-07T17:40:51.8909288Z 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-08-07T17:40:51.8915723Z 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-08-07T17:40:51.8922649Z 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-08-07T17:40:51.8929243Z 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-08-07T17:40:51.8936155Z 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-08-07T17:40:51.8944140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.8951292Z 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-08-07T17:40:51.8958338Z 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-08-07T17:40:51.8964588Z 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-08-07T17:40:51.8971237Z 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-08-07T17:40:51.8977854Z 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-08-07T17:40:51.8984345Z 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-08-07T17:40:51.8990962Z 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-08-07T17:40:51.8997746Z 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-08-07T17:40:51.9004863Z 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-08-07T17:40:51.9011500Z 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-08-07T17:40:51.9017779Z 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-08-07T17:40:51.9024581Z 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-08-07T17:40:51.9030846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.9037187Z 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-08-07T17:40:51.9044053Z 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-08-07T17:40:51.9050719Z 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-08-07T17:40:51.9057516Z 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-08-07T17:40:51.9064232Z 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-08-07T17:40:51.9071089Z 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-08-07T17:40:51.9077595Z 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-08-07T17:40:51.9084389Z 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-08-07T17:40:51.9090814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.9097431Z 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-08-07T17:40:51.9103535Z 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-08-07T17:40:51.9109728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.9116231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.9122555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.9128161Z 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-08-07T17:40:51.9134398Z 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-08-07T17:40:51.9140230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.9146415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.9152079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.9158440Z 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-08-07T17:40:51.9163943Z 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-08-07T17:40:51.9169589Z 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-08-07T17:40:51.9175426Z 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-08-07T17:40:51.9182695Z 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-08-07T17:40:51.9188544Z 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-08-07T17:40:51.9194319Z 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-08-07T17:40:51.9200488Z 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-08-07T17:40:51.9206320Z 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-08-07T17:40:51.9212088Z 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-08-07T17:40:51.9218062Z 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-08-07T17:40:51.9224010Z 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-08-07T17:40:51.9229924Z 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-08-07T17:40:51.9236191Z 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-08-07T17:40:51.9242305Z 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-08-07T17:40:51.9248214Z 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-08-07T17:40:51.9254951Z 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-08-07T17:40:51.9260953Z 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-08-07T17:40:51.9266867Z 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-08-07T17:40:51.9272644Z 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-08-07T17:40:51.9278884Z 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-08-07T17:40:51.9285694Z 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-08-07T17:40:51.9291229Z 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-08-07T17:40:51.9297729Z 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-08-07T17:40:51.9303865Z 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-08-07T17:40:51.9310825Z 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-08-07T17:40:51.9316683Z 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-08-07T17:40:51.9322646Z 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-08-07T17:40:51.9328794Z 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-08-07T17:40:51.9335442Z 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-08-07T17:40:51.9341760Z 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-08-07T17:40:51.9347414Z 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-08-07T17:40:51.9353968Z 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-08-07T17:40:51.9360746Z 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-08-07T17:40:51.9367035Z 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-08-07T17:40:51.9372919Z 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-08-07T17:40:51.9379477Z 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-08-07T17:40:51.9385341Z 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-08-07T17:40:51.9391972Z 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-08-07T17:40:51.9398491Z 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-08-07T17:40:51.9404131Z 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-08-07T17:40:51.9422929Z 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-08-07T17:40:51.9429483Z 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-08-07T17:40:51.9436403Z 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-08-07T17:40:51.9443803Z 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-08-07T17:40:51.9450370Z 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-08-07T17:40:51.9457094Z 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-08-07T17:40:51.9465095Z 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-08-07T17:40:51.9474622Z 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-08-07T17:40:51.9484092Z 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-08-07T17:40:51.9492853Z 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-08-07T17:40:51.9500864Z 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-08-07T17:40:51.9509069Z 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-08-07T17:40:51.9517384Z 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-08-07T17:40:51.9526125Z 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-08-07T17:40:51.9534297Z 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-08-07T17:40:51.9542463Z 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-08-07T17:40:51.9550767Z 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-08-07T17:40:51.9558337Z 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-08-07T17:40:51.9564861Z 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-08-07T17:40:51.9571668Z 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-08-07T17:40:51.9578573Z 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-08-07T17:40:51.9585089Z 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-08-07T17:40:51.9591328Z 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-08-07T17:40:51.9597687Z 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-08-07T17:40:51.9604140Z 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-08-07T17:40:51.9610931Z 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-08-07T17:40:51.9617118Z 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-08-07T17:40:51.9623376Z 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-08-07T17:40:51.9629944Z 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-08-07T17:40:51.9636698Z 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-08-07T17:40:51.9643054Z 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-08-07T17:40:51.9649990Z 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-08-07T17:40:51.9656046Z 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-08-07T17:40:51.9662905Z 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-08-07T17:40:51.9669307Z 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-08-07T17:40:51.9676175Z 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-08-07T17:40:51.9682669Z 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-08-07T17:40:51.9689144Z 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-08-07T17:40:51.9696001Z 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-08-07T17:40:51.9702334Z 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-08-07T17:40:51.9708896Z 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-08-07T17:40:51.9715242Z 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-08-07T17:40:51.9721967Z 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-08-07T17:40:51.9728149Z 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-08-07T17:40:51.9734696Z 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-08-07T17:40:51.9741085Z 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-08-07T17:40:51.9747787Z 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-08-07T17:40:51.9754340Z 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-08-07T17:40:51.9761400Z 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-08-07T17:40:51.9767646Z 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-08-07T17:40:51.9774437Z 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-08-07T17:40:51.9781046Z 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-08-07T17:40:51.9787436Z 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-08-07T17:40:51.9793673Z 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-08-07T17:40:51.9800475Z 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-08-07T17:40:51.9806910Z 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-08-07T17:40:51.9814220Z 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-08-07T17:40:51.9820695Z 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-08-07T17:40:51.9827240Z 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-08-07T17:40:51.9833654Z 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-08-07T17:40:51.9840112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.9846307Z 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-08-07T17:40:51.9852845Z 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-08-07T17:40:51.9859295Z 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-08-07T17:40:51.9865517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:51.9871556Z 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-08-07T17:40:51.9878033Z 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-08-07T17:40:52.0964972Z 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-08-07T17:40:52.0970769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:52.0976782Z 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-08-07T17:40:52.0982989Z 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-08-07T17:40:52.0989029Z 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-08-07T17:40:52.0995264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:52.1000653Z 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-08-07T17:40:52.1006728Z 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-08-07T17:40:52.1012425Z 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-08-07T17:40:52.1018076Z 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-08-07T17:40:52.1024012Z 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-08-07T17:40:52.1030000Z 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-08-07T17:40:52.1035702Z 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-08-07T17:40:52.1041864Z 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-08-07T17:40:52.1047566Z 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-08-07T17:40:52.1053472Z 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-08-07T17:40:52.1059221Z 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-08-07T17:40:52.1065094Z 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-08-07T17:40:52.1071050Z 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-08-07T17:40:52.1076858Z 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-08-07T17:40:52.1082723Z 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-08-07T17:40:52.1088668Z 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-08-07T17:40:52.1094499Z 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-08-07T17:40:52.1100619Z 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-08-07T17:40:52.1107343Z 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-08-07T17:40:52.1113094Z 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-08-07T17:40:52.1118674Z 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-08-07T17:40:52.1124702Z 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-08-07T17:40:52.1130370Z 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-08-07T17:40:52.1136286Z 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-08-07T17:40:52.1142458Z 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-08-07T17:40:52.1148292Z 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-08-07T17:40:52.1153688Z 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-08-07T17:40:52.1159568Z 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-08-07T17:40:52.1166540Z 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-08-07T17:40:52.1172543Z 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-08-07T17:40:52.1179774Z 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-08-07T17:40:52.1186418Z 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-08-07T17:40:52.1192568Z 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-08-07T17:40:52.1199149Z 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-08-07T17:40:52.1205795Z 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-08-07T17:40:52.1212130Z 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-08-07T17:40:52.1219168Z 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-08-07T17:40:52.1225686Z 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-08-07T17:40:52.1232306Z 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-08-07T17:40:52.1238807Z 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-08-07T17:40:52.1245514Z 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-08-07T17:40:52.1251952Z 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-08-07T17:40:52.1258682Z 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-08-07T17:40:52.1265427Z 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-08-07T17:40:52.1271739Z 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-08-07T17:40:52.1278087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:52.1285152Z 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-08-07T17:40:52.1291695Z 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-08-07T17:40:52.1298244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:52.1304647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:52.1311062Z 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-08-07T17:40:52.1317964Z 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-08-07T17:40:52.1324257Z 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-08-07T17:40:52.1331017Z 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-08-07T17:40:52.1337659Z 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-08-07T17:40:52.1344313Z 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-08-07T17:40:52.1351075Z 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-08-07T17:40:52.1357471Z 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-08-07T17:40:52.1363859Z 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-08-07T17:40:52.1370716Z 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-08-07T17:40:52.1377112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:52.1383138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:52.1389507Z 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-08-07T17:40:52.1396382Z 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-08-07T17:40:52.1402720Z 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-08-07T17:40:52.1408978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:52.1415357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:52.1421966Z 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-08-07T17:40:52.1428195Z 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-08-07T17:40:52.1434361Z 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-08-07T17:40:52.1440682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:52.1446763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:52.1452929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unpack_dual.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:52.1459303Z 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-08-07T17:40:52.1465577Z 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-08-07T17:40:52.1471563Z 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-08-07T17:40:52.1477810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:52.1484208Z 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-08-07T17:40:52.1490344Z 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-08-07T17:40:52.1496337Z 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-08-07T17:40:52.1502617Z 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-08-07T17:40:52.1509636Z 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-08-07T17:40:52.1516111Z 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-08-07T17:40:52.1522450Z 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-08-07T17:40:52.1528823Z 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-08-07T17:40:52.1535032Z 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-08-07T17:40:52.1541123Z 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-08-07T17:40:52.1546664Z 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-08-07T17:40:52.1591497Z 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-08-07T17:40:52.1597718Z 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-08-07T17:40:52.1603531Z 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-08-07T17:40:52.1609367Z 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-08-07T17:40:52.1615158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:52.1621445Z 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-08-07T17:40:52.1626886Z 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-08-07T17:40:52.1632546Z 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-08-07T17:40:52.1638541Z 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-08-07T17:40:52.1644855Z 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-08-07T17:40:52.1651182Z 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-08-07T17:40:52.1657145Z 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-08-07T17:40:52.1662796Z 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-08-07T17:40:52.1668628Z 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-08-07T17:40:52.1674980Z 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-08-07T17:40:52.1680929Z 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-08-07T17:40:52.1686772Z 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-08-07T17:40:52.1693309Z 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-08-07T17:40:52.1699230Z 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-08-07T17:40:52.1705167Z 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-08-07T17:40:52.1710921Z 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-08-07T17:40:52.1716703Z 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-08-07T17:40:52.1722761Z 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-08-07T17:40:52.1728602Z 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-08-07T17:40:52.1734290Z 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-08-07T17:40:52.1740066Z 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-08-07T17:40:52.1746453Z 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-08-07T17:40:52.1753449Z 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-08-07T17:40:52.1760499Z 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-08-07T17:40:52.1767139Z 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-08-07T17:40:52.1773612Z 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-08-07T17:40:52.1780155Z 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-08-07T17:40:52.1794441Z 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-08-07T17:40:52.1800128Z 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-08-07T17:40:52.1806034Z 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-08-07T17:40:52.1812209Z 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-08-07T17:40:52.1818644Z 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-08-07T17:40:52.1824736Z 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-08-07T17:40:52.1830948Z 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-08-07T17:40:52.1837112Z 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-08-07T17:40:52.1843257Z 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-08-07T17:40:52.1849189Z 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-08-07T17:40:52.1855217Z 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-08-07T17:40:52.1862892Z 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-08-07T17:40:52.1869050Z 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-08-07T17:40:52.1875496Z 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-08-07T17:40:52.1881647Z 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-08-07T17:40:52.1887716Z 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-08-07T17:40:52.1894035Z 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-08-07T17:40:52.1900258Z 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-08-07T17:40:52.1907786Z 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-08-07T17:40:52.1915446Z 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-08-07T17:40:52.1921952Z 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-08-07T17:40:52.1928552Z 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-08-07T17:40:52.1935123Z 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-08-07T17:40:52.1941524Z 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-08-07T17:40:52.1948163Z 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-08-07T17:40:52.1954544Z 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-08-07T17:40:52.1961104Z 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-08-07T17:40:52.1968137Z 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-08-07T17:40:52.1974983Z 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-08-07T17:40:52.1981978Z 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-08-07T17:40:52.1988354Z 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-08-07T17:40:52.1994869Z 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-08-07T17:40:52.2001716Z 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-08-07T17:40:52.2008225Z 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-08-07T17:40:52.2014741Z 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-08-07T17:40:52.2021330Z 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-08-07T17:40:52.2052285Z 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-08-07T17:40:52.2059072Z 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-08-07T17:40:52.2065858Z 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-08-07T17:40:52.2072364Z 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-08-07T17:40:52.2078775Z 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-08-07T17:40:52.2085177Z 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-08-07T17:40:52.2092305Z 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-08-07T17:40:52.2098933Z 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-08-07T17:40:52.2105771Z 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-08-07T17:40:52.2112376Z 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-08-07T17:40:52.2118798Z 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-08-07T17:40:52.2125243Z 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-08-07T17:40:52.2131747Z 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-08-07T17:40:52.2137661Z 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-08-07T17:40:52.2144115Z 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-08-07T17:40:52.2149953Z 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-08-07T17:40:52.2155808Z 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-08-07T17:40:52.2162350Z 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-08-07T17:40:52.2168257Z 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-08-07T17:40:52.2174610Z 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-08-07T17:40:52.2180427Z 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-08-07T17:40:52.2186275Z 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-08-07T17:40:52.2192462Z 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-08-07T17:40:52.2198489Z 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-08-07T17:40:52.2204238Z 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-08-07T17:40:52.2209959Z 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-08-07T17:40:52.2215614Z 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-08-07T17:40:52.2221230Z 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-08-07T17:40:52.2227652Z 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-08-07T17:40:52.2234028Z 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-08-07T17:40:52.2240814Z 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-08-07T17:40:52.2247112Z 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-08-07T17:40:52.2253293Z 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-08-07T17:40:52.2260201Z 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-08-07T17:40:52.2266915Z 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-08-07T17:40:52.2274148Z 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-08-07T17:40:52.2280898Z 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-08-07T17:40:52.2287698Z 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-08-07T17:40:52.2294073Z 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-08-07T17:40:52.2300975Z 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-08-07T17:40:52.2307329Z 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-08-07T17:40:52.2313686Z 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-08-07T17:40:52.2320147Z 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-08-07T17:40:52.2326772Z 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-08-07T17:40:52.2333294Z 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-08-07T17:40:52.2339837Z 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-08-07T17:40:52.2346533Z 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-08-07T17:40:52.2357988Z 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-08-07T17:40:52.2360134Z 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-08-07T17:40:52.2366583Z 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-08-07T17:40:52.2372921Z 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-08-07T17:40:52.2379578Z 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-08-07T17:40:52.2386652Z 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-08-07T17:40:52.2394195Z 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-08-07T17:40:52.2401289Z 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-08-07T17:40:52.2408617Z 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-08-07T17:40:52.2415641Z 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-08-07T17:40:52.2422172Z 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-08-07T17:40:52.2428523Z 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-08-07T17:40:52.2435139Z 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-08-07T17:40:52.2441719Z 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-08-07T17:40:52.2448440Z 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-08-07T17:40:52.2455299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:52.2461148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:52.2467895Z 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-08-07T17:40:52.2474306Z 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-08-07T17:40:52.2480830Z 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-08-07T17:40:52.2486986Z 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-08-07T17:40:52.2493258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:52.2499202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:52.2505489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:52.2511446Z 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-08-07T17:40:52.2517683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:52.2523555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:52.2530334Z 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-08-07T17:40:52.2536565Z 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-08-07T17:40:52.2542763Z 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-08-07T17:40:52.2549007Z 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-08-07T17:40:52.2555347Z 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-08-07T17:40:52.2561792Z 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-08-07T17:40:52.2567955Z 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-08-07T17:40:52.2574269Z 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-08-07T17:40:52.2579720Z 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-08-07T17:40:52.2586015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-07T17:40:52.2592056Z 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-08-07T17:40:52.2597983Z 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-08-07T17:40:52.2604154Z 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-08-07T17:40:52.2610242Z 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-08-07T17:40:52.2616460Z 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-08-07T17:40:52.2622236Z 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-08-07T17:40:52.2628085Z 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-08-07T17:40:52.2634092Z 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-08-07T17:40:52.2640093Z 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-08-07T17:40:52.2667232Z 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-08-07T17:40:52.2673695Z 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-08-07T17:40:52.2679760Z 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-08-07T17:40:52.2686444Z 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-08-07T17:40:52.2692438Z 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-08-07T17:40:52.2698432Z 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-08-07T17:40:52.2704176Z 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-08-07T17:40:52.2709942Z 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-08-07T17:40:52.2715698Z 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-08-07T17:40:52.2721682Z 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-08-07T17:40:52.2729890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PadNd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2735292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Parallel-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2740725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Parallel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2746084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelFuture.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2751200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelNative.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2756386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelOpenMP.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2761959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PTThreadPool.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2767162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PythonTorchFunctionTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2773919Z creating build\bdist.win-amd64\wheel\torch\include\ATen\quantized 2024-08-07T17:40:52.2776971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\quantized\QTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\quantized 2024-08-07T17:40:52.2782351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\quantized\Quantizer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\quantized 2024-08-07T17:40:52.2787884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\record_function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2793938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\RedispatchFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2818621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\RegistrationDeclarations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2831198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SavedTensorHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2836612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2841662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ScalarOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2847157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2852308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SequenceNumber.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2857621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SmallVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2862815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseCsrTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2868284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseCsrTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2885308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2891375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2896801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\StorageUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2902941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2908280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2913946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorGeometry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2920089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIndexing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2926444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2933313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIteratorInternal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2939509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2945601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorNames.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2951571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2957778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2963516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorSubclassLikeUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2969633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2975811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ThreadLocalPythonObjects.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2981646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ThreadLocalState.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2987659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TracerMode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.2993553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TypeDefault.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.3006470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.3012269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Version.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.3017774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\VmapGeneratedPlumbing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.3038978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\WrapDimUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.3045035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\WrapDimUtilsMulti.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-07T17:40:52.3051761Z creating build\bdist.win-amd64\wheel\torch\include\ATen\xpu 2024-08-07T17:40:52.3055150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-08-07T17:40:52.3060969Z creating build\bdist.win-amd64\wheel\torch\include\ATen\xpu\detail 2024-08-07T17:40:52.3063664Z 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-08-07T17:40:52.3088419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\PinnedMemoryAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-08-07T17:40:52.3093918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-08-07T17:40:52.3109271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUDevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-08-07T17:40:52.3114809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-08-07T17:40:52.3120753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-08-07T17:40:52.3128245Z creating build\bdist.win-amd64\wheel\torch\include\c10 2024-08-07T17:40:52.3132163Z creating build\bdist.win-amd64\wheel\torch\include\c10\core 2024-08-07T17:40:52.3134927Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\alignment.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3140457Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Allocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3146355Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\AutogradState.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3152046Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Backend.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3164397Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CompileTimeFunctionPointer.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3169718Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ConstantSymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3175486Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Contiguity.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3181317Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CopyBytes.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3187267Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CPUAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3193147Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DefaultDtype.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3198972Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DefaultTensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3204760Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3210552Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceArray.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3216452Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3222394Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceType.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3228424Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DispatchKey.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3234865Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DispatchKeySet.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3241812Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DynamicCast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3247658Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3253494Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\GeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3269183Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\GradMode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3275468Z creating build\bdist.win-amd64\wheel\torch\include\c10\core\impl 2024-08-07T17:40:52.3278348Z 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-08-07T17:40:52.3283895Z 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-08-07T17:40:52.3289642Z 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-08-07T17:40:52.3295606Z 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-08-07T17:40:52.3324437Z 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-08-07T17:40:52.3330406Z 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-08-07T17:40:52.3336264Z 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-08-07T17:40:52.3342187Z 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-08-07T17:40:52.3348082Z 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-08-07T17:40:52.3354054Z 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-08-07T17:40:52.3360444Z 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-08-07T17:40:52.3366396Z 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-08-07T17:40:52.3372371Z 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-08-07T17:40:52.3378485Z 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-08-07T17:40:52.3384180Z 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-08-07T17:40:52.3390149Z 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-08-07T17:40:52.3396051Z 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-08-07T17:40:52.3402011Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\InferenceMode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3407751Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3413574Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\MemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3419518Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\OptionalRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3425178Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\PyHandleCache.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3431098Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\QEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3437227Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\QScheme.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3443046Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\RefcountedDeleter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3448979Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SafePyObject.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3454903Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3460785Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3472949Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ScalarTypeToTypeMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3478399Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3484130Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\StorageImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3489764Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3495151Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\StreamGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3501060Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymbolicShapeMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3506355Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymBool.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3511548Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymFloat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3516756Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymInt.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3522087Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymIntArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3527322Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3533211Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\TensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3545496Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\TensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3551323Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\thread_pool.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3556804Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\UndefinedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3562108Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\WrapDimMinimal.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-07T17:40:52.3567876Z creating build\bdist.win-amd64\wheel\torch\include\c10\cuda 2024-08-07T17:40:52.3570691Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAAlgorithm.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-07T17:40:52.3575921Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAAllocatorConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-07T17:40:52.3581289Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDACachingAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-07T17:40:52.3588107Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDADeviceAssertion.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-07T17:40:52.3604756Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDADeviceAssertionHost.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-07T17:40:52.3610125Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAException.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-07T17:40:52.3615435Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-07T17:40:52.3620704Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAGraphsC10Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-07T17:40:52.3625992Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-07T17:40:52.3631714Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMacros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-07T17:40:52.3637076Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMathCompat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-07T17:40:52.3642465Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMiscFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-07T17:40:52.3647524Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAStream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-07T17:40:52.3653019Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\driver_api.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-07T17:40:52.3658537Z creating build\bdist.win-amd64\wheel\torch\include\c10\cuda\impl 2024-08-07T17:40:52.3661299Z 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-08-07T17:40:52.3666566Z 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-08-07T17:40:52.3671769Z creating build\bdist.win-amd64\wheel\torch\include\c10\macros 2024-08-07T17:40:52.3674516Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\cmake_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2024-08-07T17:40:52.3679521Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\Export.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2024-08-07T17:40:52.3684613Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\Macros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2024-08-07T17:40:52.3692090Z creating build\bdist.win-amd64\wheel\torch\include\c10\util 2024-08-07T17:40:52.3695391Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\AbortHandler.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3701221Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\accumulate.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3707148Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\AlignOf.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3712888Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ApproximateClock.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3724775Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Array.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3730272Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3736100Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3741917Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3748372Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16-math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3754016Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3761015Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\bits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3767427Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Bitset.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3773080Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\bit_cast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3778158Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\C++17.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3783700Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\CallOnce.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3789650Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3795027Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex_math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3800846Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3806310Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ConstexprCrc.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3812164Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\copysign.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3817675Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DeadlockDetection.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3823161Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Deprecated.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3828550Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3834770Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DynamicCounter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3846834Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\env.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3852334Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Exception.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3858928Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ExclusivelyOwned.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3865126Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ExclusivelyOwnedTensorTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3871038Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\FbcodeMaps.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3876996Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Flags.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3883022Z 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-08-07T17:40:52.3889960Z 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-08-07T17:40:52.3896094Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fn.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3902119Z 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-08-07T17:40:52.3908360Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fnuz.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3923695Z 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-08-07T17:40:52.3929465Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3935425Z 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-08-07T17:40:52.3941744Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2fnuz.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3947696Z 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-08-07T17:40:52.3953866Z 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-08-07T17:40:52.3959814Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\FunctionRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3965740Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\generic_math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3971574Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Half-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3984275Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Half.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3990501Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\hash.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.3996438Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\IdWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4002328Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\int128.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4008354Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\intrusive_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4029570Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\irange.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4035251Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Knobs.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4040940Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Lazy.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4046950Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\LeftRight.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4052814Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\llvmMathExtras.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4059045Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Load.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4064862Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Logging.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4070794Z 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-08-07T17:40:52.4077022Z 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-08-07T17:40:52.4089205Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\MathConstants.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4098549Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\MaybeOwned.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4103974Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Metaprogramming.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4109388Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\numa.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4115102Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Optional.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4120358Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\OptionalArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4125944Z 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-08-07T17:40:52.4132479Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\overloaded.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4137965Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ParallelGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4143279Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\python_stub.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4162383Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\qint32.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4167293Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\qint8.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4172281Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint2x4.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4177099Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint4x2.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4181958Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint8.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4186661Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Registry.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4192002Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\safe_numerics.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4197550Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ScopeExit.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4203633Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\signal_handler.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4208721Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\SmallBuffer.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4214014Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\SmallVector.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4220349Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\sparse_bitset.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4226076Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ssize.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4237184Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\static_tracepoint.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4242618Z 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-08-07T17:40:52.4248044Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\strides.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4253468Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\StringUtil.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4258616Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\string_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4263645Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\string_view.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4269466Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\strong_type.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4275390Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Synchronized.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4280843Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\tempfile.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4286025Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ThreadLocal.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4291449Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ThreadLocalDebugInfo.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4303804Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\thread_name.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4309529Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Type.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4315139Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeCast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4321000Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4327277Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeIndex.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4333347Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeList.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4339477Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeSafeSignMath.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4345781Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4375559Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Unicode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4381200Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\UniqueVoidPtr.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4387387Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Unroll.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4393211Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\WaitCounter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4399497Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\win32-headers.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-07T17:40:52.4405763Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu 2024-08-07T17:40:52.4409172Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu\impl 2024-08-07T17:40:52.4412237Z 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-08-07T17:40:52.4418124Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUCachingAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-08-07T17:40:52.4424115Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUDeviceProp.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-08-07T17:40:52.4431800Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUException.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-08-07T17:40:52.4442892Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-08-07T17:40:52.4448656Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUMacros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-08-07T17:40:52.4454575Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUStream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-08-07T17:40:52.4460944Z creating build\bdist.win-amd64\wheel\torch\include\caffe2 2024-08-07T17:40:52.4464669Z creating build\bdist.win-amd64\wheel\torch\include\caffe2\serialize 2024-08-07T17:40:52.4467267Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\crc_alt.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-08-07T17:40:52.4474013Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\file_adapter.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-08-07T17:40:52.4479931Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\inline_container.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-08-07T17:40:52.4485817Z 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-08-07T17:40:52.4501023Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\istream_adapter.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-08-07T17:40:52.4506898Z 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-08-07T17:40:52.4512511Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\versions.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-08-07T17:40:52.4518698Z copying build\lib.win-amd64-cpython-39\torch\include\cpuinfo.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-07T17:40:52.4525042Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-07T17:40:52.4530700Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_config.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-07T17:40:52.4541462Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_debug.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-07T17:40:52.4547186Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_ocl.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-07T17:40:52.4553104Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_sycl.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-07T17:40:52.4558739Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_sycl_types.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-07T17:40:52.4564344Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_threadpool.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-07T17:40:52.4570010Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_types.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-07T17:40:52.4576081Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_version.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-07T17:40:52.4581911Z copying build\lib.win-amd64-cpython-39\torch\include\experiments-config.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-07T17:40:52.4587475Z copying build\lib.win-amd64-cpython-39\torch\include\fp16.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-07T17:40:52.4592875Z copying build\lib.win-amd64-cpython-39\torch\include\fxdiv.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-07T17:40:52.4599128Z creating build\bdist.win-amd64\wheel\torch\include\kineto 2024-08-07T17:40:52.4602558Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\AbstractConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-07T17:40:52.4608489Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityProfilerInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-07T17:40:52.4614363Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityTraceInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-07T17:40:52.4625608Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityType.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-07T17:40:52.4631710Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ClientInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-07T17:40:52.4637296Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\Config.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-07T17:40:52.4643106Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\GenericTraceActivity.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-07T17:40:52.4648769Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\IActivityProfiler.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-07T17:40:52.4654763Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ILoggerObserver.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-07T17:40:52.4660367Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ITraceActivity.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-07T17:40:52.4666035Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\libkineto.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-07T17:40:52.4671467Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\LoggingAPI.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-07T17:40:52.4677154Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\output_base.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-07T17:40:52.4682710Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ThreadUtil.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-07T17:40:52.4688411Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\time_since_epoch.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-07T17:40:52.4693833Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\TraceSpan.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-07T17:40:52.4699128Z copying build\lib.win-amd64-cpython-39\torch\include\libshm.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-07T17:40:52.4704320Z copying build\lib.win-amd64-cpython-39\torch\include\psimd.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-07T17:40:52.4710042Z copying build\lib.win-amd64-cpython-39\torch\include\pthreadpool.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-07T17:40:52.4717235Z creating build\bdist.win-amd64\wheel\torch\include\pybind11 2024-08-07T17:40:52.4720697Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\attr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-07T17:40:52.4726961Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\buffer_info.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-07T17:40:52.4732066Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\cast.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-07T17:40:52.4738484Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\chrono.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-07T17:40:52.4743624Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-07T17:40:52.4748508Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-07T17:40:52.4761969Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\detail 2024-08-07T17:40:52.4764750Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\class.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-08-07T17:40:52.4770380Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-08-07T17:40:52.4776982Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\descr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-08-07T17:40:52.4782187Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\init.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-08-07T17:40:52.4787750Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\internals.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-08-07T17:40:52.4793535Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-08-07T17:40:52.4803852Z 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-08-07T17:40:52.4810396Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\eigen 2024-08-07T17:40:52.4813227Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2024-08-07T17:40:52.4818129Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\matrix.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2024-08-07T17:40:52.4823802Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2024-08-07T17:40:52.4829353Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-07T17:40:52.4834264Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\embed.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-07T17:40:52.4839508Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eval.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-07T17:40:52.4844697Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-07T17:40:52.4850086Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\gil.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-07T17:40:52.4855377Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\gil_safe_call_once.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-07T17:40:52.4860822Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\iostream.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-07T17:40:52.4866015Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\numpy.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-07T17:40:52.4872220Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\operators.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-07T17:40:52.4878209Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\options.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-07T17:40:52.4883868Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\pybind11.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-07T17:40:52.4891105Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\pytypes.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-07T17:40:52.4897914Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\stl.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-07T17:40:52.4903718Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\stl_bind.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-07T17:40:52.4910049Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\type_caster_pyobject_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-07T17:40:52.4915861Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\typing.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-07T17:40:52.4921840Z copying build\lib.win-amd64-cpython-39\torch\include\sleef.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-07T17:40:52.4930959Z creating build\bdist.win-amd64\wheel\torch\include\torch 2024-08-07T17:40:52.4934234Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc 2024-08-07T17:40:52.4937564Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api 2024-08-07T17:40:52.4940452Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include 2024-08-07T17:40:52.4944012Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch 2024-08-07T17:40:52.4946822Z 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-08-07T17:40:52.4952295Z 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-08-07T17:40:52.4958243Z 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-08-07T17:40:52.4963637Z 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-08-07T17:40:52.4969629Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data 2024-08-07T17:40:52.4972591Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\dataloader 2024-08-07T17:40:52.4975987Z 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-08-07T17:40:52.4981901Z 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-08-07T17:40:52.4987657Z 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-08-07T17:40:52.4993646Z 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-08-07T17:40:52.4999691Z 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-08-07T17:40:52.5005657Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\datasets 2024-08-07T17:40:52.5018456Z 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-08-07T17:40:52.5024228Z 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-08-07T17:40:52.5030322Z 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-08-07T17:40:52.5036256Z 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-08-07T17:40:52.5042066Z 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-08-07T17:40:52.5047588Z 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-08-07T17:40:52.5053282Z 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-08-07T17:40:52.5064423Z 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-08-07T17:40:52.5070234Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\detail 2024-08-07T17:40:52.5073224Z 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-08-07T17:40:52.5079199Z 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-08-07T17:40:52.5085374Z 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-08-07T17:40:52.5091219Z 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-08-07T17:40:52.5097059Z 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-08-07T17:40:52.5103132Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\samplers 2024-08-07T17:40:52.5106529Z 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-08-07T17:40:52.5112588Z 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-08-07T17:40:52.5118225Z 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-08-07T17:40:52.5124329Z 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-08-07T17:40:52.5130178Z 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-08-07T17:40:52.5141779Z 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-08-07T17:40:52.5147665Z 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-08-07T17:40:52.5153303Z 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-08-07T17:40:52.5159249Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\transforms 2024-08-07T17:40:52.5162516Z 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-08-07T17:40:52.5168226Z 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-08-07T17:40:52.5173899Z 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-08-07T17:40:52.5179910Z 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-08-07T17:40:52.5185542Z 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-08-07T17:40:52.5191797Z 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-08-07T17:40:52.5197830Z 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-08-07T17:40:52.5203573Z 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-08-07T17:40:52.5209341Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\detail 2024-08-07T17:40:52.5212226Z 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-08-07T17:40:52.5218060Z 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-08-07T17:40:52.5223876Z 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-08-07T17:40:52.5237387Z 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-08-07T17:40:52.5242891Z 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-08-07T17:40:52.5248702Z 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-08-07T17:40:52.5254609Z 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-08-07T17:40:52.5260355Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\linalg.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2024-08-07T17:40:52.5266435Z 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-08-07T17:40:52.5272171Z 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-08-07T17:40:52.5287955Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn 2024-08-07T17:40:52.5291067Z 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-08-07T17:40:52.5296916Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\functional 2024-08-07T17:40:52.5299962Z 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-08-07T17:40:52.5305867Z 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-08-07T17:40:52.5311174Z 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-08-07T17:40:52.5316587Z 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-08-07T17:40:52.5329737Z 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-08-07T17:40:52.5334911Z 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-08-07T17:40:52.5340022Z 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-08-07T17:40:52.5345298Z 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-08-07T17:40:52.5350620Z 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-08-07T17:40:52.5355753Z 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-08-07T17:40:52.5362126Z 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-08-07T17:40:52.5367491Z 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-08-07T17:40:52.5372872Z 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-08-07T17:40:52.5378124Z 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-08-07T17:40:52.5384654Z 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-08-07T17:40:52.5390625Z 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-08-07T17:40:52.5396395Z 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-08-07T17:40:52.5402370Z 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-08-07T17:40:52.5417202Z 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-08-07T17:40:52.5424100Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\modules 2024-08-07T17:40:52.5427032Z 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-08-07T17:40:52.5433068Z 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-08-07T17:40:52.5438880Z 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-08-07T17:40:52.5444749Z 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-08-07T17:40:52.5450908Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\modules\container 2024-08-07T17:40:52.5460178Z 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-08-07T17:40:52.5466315Z 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-08-07T17:40:52.5472169Z 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-08-07T17:40:52.5478215Z 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-08-07T17:40:52.5490552Z 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-08-07T17:40:52.5496628Z 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-08-07T17:40:52.5502623Z 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-08-07T17:40:52.5509066Z 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-08-07T17:40:52.5515083Z 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-08-07T17:40:52.5521319Z 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-08-07T17:40:52.5531101Z 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-08-07T17:40:52.5537304Z 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-08-07T17:40:52.5543013Z 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-08-07T17:40:52.5548834Z 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-08-07T17:40:52.5554565Z 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-08-07T17:40:52.5560528Z 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-08-07T17:40:52.5566339Z 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-08-07T17:40:52.5572587Z 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-08-07T17:40:52.5578413Z 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-08-07T17:40:52.5584433Z 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-08-07T17:40:52.5590258Z 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-08-07T17:40:52.5596174Z 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-08-07T17:40:52.5602390Z 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-08-07T17:40:52.5608248Z 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-08-07T17:40:52.5614158Z 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-08-07T17:40:52.5620079Z 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-08-07T17:40:52.5626384Z 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-08-07T17:40:52.5633098Z 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-08-07T17:40:52.5640150Z 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-08-07T17:40:52.5646541Z 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-08-07T17:40:52.5653077Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\options 2024-08-07T17:40:52.5656014Z 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-08-07T17:40:52.5662396Z 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-08-07T17:40:52.5668060Z 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-08-07T17:40:52.5673728Z 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-08-07T17:40:52.5679575Z 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-08-07T17:40:52.5695352Z 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-08-07T17:40:52.5701078Z 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-08-07T17:40:52.5706958Z 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-08-07T17:40:52.5713046Z 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-08-07T17:40:52.5718963Z 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-08-07T17:40:52.5730718Z 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-08-07T17:40:52.5736583Z 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-08-07T17:40:52.5742439Z 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-08-07T17:40:52.5747777Z 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-08-07T17:40:52.5753181Z 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-08-07T17:40:52.5759325Z 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-08-07T17:40:52.5764719Z 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-08-07T17:40:52.5770215Z 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-08-07T17:40:52.5775767Z 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-08-07T17:40:52.5781579Z 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-08-07T17:40:52.5787066Z 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-08-07T17:40:52.5792728Z 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-08-07T17:40:52.5798155Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\parallel 2024-08-07T17:40:52.5801072Z 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-08-07T17:40:52.5807026Z 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-08-07T17:40:52.5812283Z 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-08-07T17:40:52.5817743Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\utils 2024-08-07T17:40:52.5820615Z 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-08-07T17:40:52.5826037Z 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-08-07T17:40:52.5831428Z 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-08-07T17:40:52.5836755Z 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-08-07T17:40:52.5841797Z 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-08-07T17:40:52.5847618Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\optim 2024-08-07T17:40:52.5850499Z 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-08-07T17:40:52.5855714Z 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-08-07T17:40:52.5860816Z 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-08-07T17:40:52.5866016Z 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-08-07T17:40:52.5871254Z 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-08-07T17:40:52.5876505Z 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-08-07T17:40:52.5887643Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\optim\schedulers 2024-08-07T17:40:52.5890733Z 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-08-07T17:40:52.5896239Z 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-08-07T17:40:52.5901316Z 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-08-07T17:40:52.5916983Z 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-08-07T17:40:52.5922408Z 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-08-07T17:40:52.5947168Z 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-08-07T17:40:52.5952729Z 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-08-07T17:40:52.5958804Z 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-08-07T17:40:52.5964658Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\serialize 2024-08-07T17:40:52.5967753Z 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-08-07T17:40:52.5973154Z 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-08-07T17:40:52.5978729Z 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-08-07T17:40:52.5983979Z 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-08-07T17:40:52.5996108Z 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-08-07T17:40:52.6002210Z 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-08-07T17:40:52.6007580Z 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-08-07T17:40:52.6014123Z 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-08-07T17:40:52.6019689Z 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-08-07T17:40:52.6025600Z 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-08-07T17:40:52.6031797Z 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-08-07T17:40:52.6037464Z 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-08-07T17:40:52.6044688Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd 2024-08-07T17:40:52.6047713Z 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-08-07T17:40:52.6053849Z 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-08-07T17:40:52.6059502Z 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-08-07T17:40:52.6065584Z 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-08-07T17:40:52.6078490Z 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-08-07T17:40:52.6084683Z 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-08-07T17:40:52.6090218Z 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-08-07T17:40:52.6095973Z 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-08-07T17:40:52.6101641Z 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-08-07T17:40:52.6108064Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\functions 2024-08-07T17:40:52.6111110Z 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-08-07T17:40:52.6116812Z 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-08-07T17:40:52.6122312Z 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-08-07T17:40:52.6127736Z 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-08-07T17:40:52.6140187Z 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-08-07T17:40:52.6145742Z 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-08-07T17:40:52.6151481Z 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-08-07T17:40:52.6158072Z 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-08-07T17:40:52.6164566Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\generated 2024-08-07T17:40:52.6167975Z 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-08-07T17:40:52.6178161Z 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-08-07T17:40:52.6183978Z 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-08-07T17:40:52.6202000Z 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-08-07T17:40:52.6207827Z 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-08-07T17:40:52.6214909Z 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-08-07T17:40:52.6221703Z 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-08-07T17:40:52.6227111Z 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-08-07T17:40:52.6233606Z 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-08-07T17:40:52.6239344Z 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-08-07T17:40:52.6245206Z 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-08-07T17:40:52.6251265Z 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-08-07T17:40:52.6257154Z 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-08-07T17:40:52.6262608Z 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-08-07T17:40:52.6268365Z 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-08-07T17:40:52.6286428Z 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-08-07T17:40:52.6291863Z 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-08-07T17:40:52.6297312Z 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-08-07T17:40:52.6303013Z 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-08-07T17:40:52.6308538Z 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-08-07T17:40:52.6314015Z 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-08-07T17:40:52.6319610Z 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-08-07T17:40:52.6324482Z 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-08-07T17:40:52.6330202Z 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-08-07T17:40:52.6341661Z 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-08-07T17:40:52.6347417Z 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-08-07T17:40:52.6352605Z 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-08-07T17:40:52.6357856Z 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-08-07T17:40:52.6363198Z 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-08-07T17:40:52.6368586Z 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-08-07T17:40:52.6373779Z 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-08-07T17:40:52.6379002Z 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-08-07T17:40:52.6384630Z 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-08-07T17:40:52.6405203Z 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-08-07T17:40:52.6411136Z 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-08-07T17:40:52.6417005Z 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-08-07T17:40:52.6423063Z 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-08-07T17:40:52.6428505Z 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-08-07T17:40:52.6434263Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\utils 2024-08-07T17:40:52.6437749Z 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-08-07T17:40:52.6443513Z 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-08-07T17:40:52.6454010Z 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-08-07T17:40:52.6459910Z 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-08-07T17:40:52.6471558Z 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-08-07T17:40:52.6477243Z 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-08-07T17:40:52.6483027Z 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-08-07T17:40:52.6489626Z 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-08-07T17:40:52.6495635Z 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-08-07T17:40:52.6501332Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\copy_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-07T17:40:52.6507381Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\cuda 2024-08-07T17:40:52.6510881Z 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-08-07T17:40:52.6516817Z 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-08-07T17:40:52.6522848Z 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-08-07T17:40:52.6528648Z 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-08-07T17:40:52.6535074Z 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-08-07T17:40:52.6548037Z 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-08-07T17:40:52.6553525Z 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-08-07T17:40:52.6559983Z 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-08-07T17:40:52.6565568Z 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-08-07T17:40:52.6572122Z 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-08-07T17:40:52.6577832Z 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-08-07T17:40:52.6583316Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\CudaIPCTypes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-07T17:40:52.6594845Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DataLoader.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-07T17:40:52.6600718Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-07T17:40:52.6606518Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed 2024-08-07T17:40:52.6609516Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd 2024-08-07T17:40:52.6612770Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\context 2024-08-07T17:40:52.6615806Z 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-08-07T17:40:52.6621636Z 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-08-07T17:40:52.6627891Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\functions 2024-08-07T17:40:52.6631264Z 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-08-07T17:40:52.6637367Z 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-08-07T17:40:52.6643480Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\rpc_messages 2024-08-07T17:40:52.6646928Z 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-08-07T17:40:52.6652949Z 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-08-07T17:40:52.6658715Z 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-08-07T17:40:52.6670278Z 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-08-07T17:40:52.6676400Z 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-08-07T17:40:52.6682076Z 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-08-07T17:40:52.6687944Z 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-08-07T17:40:52.6694183Z 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-08-07T17:40:52.6700060Z 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-08-07T17:40:52.6706304Z 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-08-07T17:40:52.6712498Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:52.6715646Z 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-08-07T17:40:52.6721563Z 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-08-07T17:40:52.6727554Z 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-08-07T17:40:52.6732634Z 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-08-07T17:40:52.6738618Z 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-08-07T17:40:52.6744401Z 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-08-07T17:40:52.6754984Z 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-08-07T17:40:52.6760520Z 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-08-07T17:40:52.6765833Z 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-08-07T17:40:52.6771105Z 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-08-07T17:40:52.6776374Z 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-08-07T17:40:52.6781949Z 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-08-07T17:40:52.6787796Z 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-08-07T17:40:52.6793260Z 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-08-07T17:40:52.6798982Z 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-08-07T17:40:52.6804133Z 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-08-07T17:40:52.6809546Z 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-08-07T17:40:52.6815008Z 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-08-07T17:40:52.6820291Z 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-08-07T17:40:52.6825787Z 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-08-07T17:40:52.6832065Z 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-08-07T17:40:52.6837649Z 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-08-07T17:40:52.6849582Z 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-08-07T17:40:52.6855324Z 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-08-07T17:40:52.6860859Z 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-08-07T17:40:52.6866541Z 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-08-07T17:40:52.6872640Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\ProcessGroupRoundRobin.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2024-08-07T17:40:52.6878795Z 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-08-07T17:40:52.6884418Z 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-08-07T17:40:52.6890037Z 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-08-07T17:40:52.6895893Z 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-08-07T17:40:52.6909924Z 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-08-07T17:40:52.6915560Z 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-08-07T17:40:52.6921540Z 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-08-07T17:40:52.6929991Z 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-08-07T17:40:52.6935527Z 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-08-07T17:40:52.6941347Z 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-08-07T17:40:52.6947338Z 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-08-07T17:40:52.6953419Z 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-08-07T17:40:52.6959903Z 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-08-07T17:40:52.6965957Z 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-08-07T17:40:52.6972031Z 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-08-07T17:40:52.6978204Z 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-08-07T17:40:52.6989478Z 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-08-07T17:40:52.6995597Z 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-08-07T17:40:52.7001831Z 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-08-07T17:40:52.7008225Z 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-08-07T17:40:52.7013907Z 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-08-07T17:40:52.7021943Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\rpc 2024-08-07T17:40:52.7025305Z 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-08-07T17:40:52.7031293Z 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-08-07T17:40:52.7036959Z 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-08-07T17:40:52.7043146Z 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-08-07T17:40:52.7059097Z 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-08-07T17:40:52.7064826Z 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-08-07T17:40:52.7070724Z 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-08-07T17:40:52.7076772Z 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-08-07T17:40:52.7082821Z 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-08-07T17:40:52.7088796Z 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-08-07T17:40:52.7094689Z 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-08-07T17:40:52.7100626Z 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-08-07T17:40:52.7106149Z 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-08-07T17:40:52.7112580Z 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-08-07T17:40:52.7118721Z 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-08-07T17:40:52.7124637Z 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-08-07T17:40:52.7130888Z 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-08-07T17:40:52.7137101Z 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-08-07T17:40:52.7143527Z 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-08-07T17:40:52.7149604Z 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-08-07T17:40:52.7161787Z 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-08-07T17:40:52.7168444Z 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-08-07T17:40:52.7174704Z 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-08-07T17:40:52.7180918Z 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-08-07T17:40:52.7186813Z 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-08-07T17:40:52.7193123Z 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-08-07T17:40:52.7214048Z 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-08-07T17:40:52.7219731Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Dtype.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-07T17:40:52.7225508Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DynamicTypes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-07T17:40:52.7231961Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\dynamo 2024-08-07T17:40:52.7235372Z 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-08-07T17:40:52.7241886Z 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-08-07T17:40:52.7248178Z 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-08-07T17:40:52.7253715Z 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-08-07T17:40:52.7265268Z 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-08-07T17:40:52.7271405Z 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-08-07T17:40:52.7277466Z 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-08-07T17:40:52.7283189Z 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-08-07T17:40:52.7289197Z 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-08-07T17:40:52.7300049Z 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-08-07T17:40:52.7302936Z 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-08-07T17:40:52.7307979Z 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-08-07T17:40:52.7317048Z 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-08-07T17:40:52.7322133Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-07T17:40:52.7327640Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-07T17:40:52.7333577Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Export.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-07T17:40:52.7338579Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-07T17:40:52.7344620Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor 2024-08-07T17:40:52.7347588Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_runner 2024-08-07T17:40:52.7350554Z 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-08-07T17:40:52.7356570Z 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-08-07T17:40:52.7362342Z 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-08-07T17:40:52.7377798Z 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-08-07T17:40:52.7383044Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_runtime 2024-08-07T17:40:52.7386205Z 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-08-07T17:40:52.7391635Z 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-08-07T17:40:52.7396947Z 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-08-07T17:40:52.7408787Z 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-08-07T17:40:52.7414211Z 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-08-07T17:40:52.7421213Z 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-08-07T17:40:52.7426486Z 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-08-07T17:40:52.7431752Z 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-08-07T17:40:52.7437119Z 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-08-07T17:40:52.7442664Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch 2024-08-07T17:40:52.7445778Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch\c 2024-08-07T17:40:52.7448569Z 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-08-07T17:40:52.7454790Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch\generated 2024-08-07T17:40:52.7457818Z 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-08-07T17:40:52.7463726Z 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-08-07T17:40:52.7469674Z 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-08-07T17:40:52.7474840Z 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-08-07T17:40:52.7485732Z 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-08-07T17:40:52.7490592Z 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-08-07T17:40:52.7495807Z 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-08-07T17:40:52.7501286Z 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-08-07T17:40:52.7512688Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\itt_wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-07T17:40:52.7518968Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit 2024-08-07T17:40:52.7521814Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\api 2024-08-07T17:40:52.7525293Z 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-08-07T17:40:52.7531477Z 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-08-07T17:40:52.7537437Z 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-08-07T17:40:52.7543268Z 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-08-07T17:40:52.7549602Z 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-08-07T17:40:52.7562439Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\backends 2024-08-07T17:40:52.7565055Z 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-08-07T17:40:52.7570883Z 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-08-07T17:40:52.7577044Z 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-08-07T17:40:52.7607752Z 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-08-07T17:40:52.7623797Z 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-08-07T17:40:52.7629796Z 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-08-07T17:40:52.7635485Z 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-08-07T17:40:52.7641486Z 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-08-07T17:40:52.7647244Z 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-08-07T17:40:52.7653005Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen 2024-08-07T17:40:52.7656388Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen\cuda 2024-08-07T17:40:52.7659469Z 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-08-07T17:40:52.7665900Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\frontend 2024-08-07T17:40:52.7669172Z 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-08-07T17:40:52.7675265Z 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-08-07T17:40:52.7680946Z 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-08-07T17:40:52.7693069Z 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-08-07T17:40:52.7698666Z 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-08-07T17:40:52.7704276Z 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-08-07T17:40:52.7710187Z 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-08-07T17:40:52.7716766Z 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-08-07T17:40:52.7722716Z 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-08-07T17:40:52.7728698Z 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-08-07T17:40:52.7734324Z 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-08-07T17:40:52.7740752Z 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-08-07T17:40:52.7746627Z 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-08-07T17:40:52.7764535Z 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-08-07T17:40:52.7765909Z 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-08-07T17:40:52.7766521Z 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-08-07T17:40:52.7770685Z 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-08-07T17:40:52.7776458Z 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-08-07T17:40:52.7782505Z 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-08-07T17:40:52.7788486Z 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-08-07T17:40:52.7800698Z 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-08-07T17:40:52.7806611Z 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-08-07T17:40:52.7812583Z 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-08-07T17:40:52.7818142Z 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-08-07T17:40:52.7824702Z 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-08-07T17:40:52.7830754Z 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-08-07T17:40:52.7836724Z 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-08-07T17:40:52.7843699Z 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-08-07T17:40:52.7849945Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\ir 2024-08-07T17:40:52.7853054Z 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-08-07T17:40:52.7858813Z 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-08-07T17:40:52.7864664Z 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-08-07T17:40:52.7870622Z 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-08-07T17:40:52.7884277Z 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-08-07T17:40:52.7890272Z 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-08-07T17:40:52.7897307Z 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-08-07T17:40:52.7903106Z 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-08-07T17:40:52.7908954Z 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-08-07T17:40:52.7914837Z 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-08-07T17:40:52.7920691Z 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-08-07T17:40:52.7926557Z 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-08-07T17:40:52.7932464Z 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-08-07T17:40:52.7937676Z 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-08-07T17:40:52.7943596Z 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-08-07T17:40:52.7959190Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\mobile 2024-08-07T17:40:52.7962043Z 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-08-07T17:40:52.7967255Z 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-08-07T17:40:52.7972552Z 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-08-07T17:40:52.7978042Z 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-08-07T17:40:52.7990121Z 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-08-07T17:40:52.7995995Z 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-08-07T17:40:52.8001153Z 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-08-07T17:40:52.8006405Z 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-08-07T17:40:52.8011691Z 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-08-07T17:40:52.8016959Z 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-08-07T17:40:52.8022470Z 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-08-07T17:40:52.8027438Z 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-08-07T17:40:52.8032525Z 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-08-07T17:40:52.8037816Z 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-08-07T17:40:52.8043470Z 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-08-07T17:40:52.8049555Z 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-08-07T17:40:52.8055027Z 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-08-07T17:40:52.8060497Z 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-08-07T17:40:52.8066023Z 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-08-07T17:40:52.8071706Z 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-08-07T17:40:52.8077233Z 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-08-07T17:40:52.8082702Z 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-08-07T17:40:52.8095584Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes 2024-08-07T17:40:52.8098426Z 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-08-07T17:40:52.8103698Z 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-08-07T17:40:52.8109472Z 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-08-07T17:40:52.8114454Z 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-08-07T17:40:52.8126201Z 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-08-07T17:40:52.8131375Z 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-08-07T17:40:52.8136911Z 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-08-07T17:40:52.8141757Z 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-08-07T17:40:52.8147098Z 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-08-07T17:40:52.8152581Z 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-08-07T17:40:52.8158841Z 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-08-07T17:40:52.8164331Z 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-08-07T17:40:52.8170407Z 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-08-07T17:40:52.8176157Z 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-08-07T17:40:52.8182067Z 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-08-07T17:40:52.8187951Z 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-08-07T17:40:52.8193612Z 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-08-07T17:40:52.8199658Z 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-08-07T17:40:52.8205615Z 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-08-07T17:40:52.8217123Z 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-08-07T17:40:52.8222827Z 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-08-07T17:40:52.8228582Z 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-08-07T17:40:52.8234591Z 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-08-07T17:40:52.8240551Z 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-08-07T17:40:52.8246916Z 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-08-07T17:40:52.8252735Z 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-08-07T17:40:52.8259258Z 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-08-07T17:40:52.8265095Z 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-08-07T17:40:52.8277366Z 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-08-07T17:40:52.8283283Z 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-08-07T17:40:52.8289114Z 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-08-07T17:40:52.8294969Z 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-08-07T17:40:52.8300690Z 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-08-07T17:40:52.8307011Z 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-08-07T17:40:52.8312722Z 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-08-07T17:40:52.8318704Z 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-08-07T17:40:52.8324855Z 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-08-07T17:40:52.8336327Z 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-08-07T17:40:52.8342143Z 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-08-07T17:40:52.8347758Z 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-08-07T17:40:52.8353544Z 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-08-07T17:40:52.8359372Z 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-08-07T17:40:52.8365126Z 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-08-07T17:40:52.8371052Z 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-08-07T17:40:52.8376943Z 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-08-07T17:40:52.8382887Z 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-08-07T17:40:52.8394619Z 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-08-07T17:40:52.8400509Z 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-08-07T17:40:52.8406166Z 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-08-07T17:40:52.8412125Z 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-08-07T17:40:52.8417975Z 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-08-07T17:40:52.8423621Z 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-08-07T17:40:52.8430084Z 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-08-07T17:40:52.8436010Z 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-08-07T17:40:52.8442155Z 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-08-07T17:40:52.8447912Z 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-08-07T17:40:52.8615572Z 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-08-07T17:40:52.8620832Z 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-08-07T17:40:52.8626067Z 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-08-07T17:40:52.8631662Z 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-08-07T17:40:52.8637050Z 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-08-07T17:40:52.8642323Z 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-08-07T17:40:52.8647784Z 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-08-07T17:40:52.8653229Z 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-08-07T17:40:52.8659058Z 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-08-07T17:40:52.8664622Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\quantization 2024-08-07T17:40:52.8667812Z 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-08-07T17:40:52.8673439Z 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-08-07T17:40:52.8678895Z 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-08-07T17:40:52.8683972Z 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-08-07T17:40:52.8696127Z 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-08-07T17:40:52.8702098Z 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-08-07T17:40:52.8708102Z 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-08-07T17:40:52.8714492Z 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-08-07T17:40:52.8719878Z 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-08-07T17:40:52.8731169Z 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-08-07T17:40:52.8741562Z 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-08-07T17:40:52.8746697Z 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-08-07T17:40:52.8752412Z 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-08-07T17:40:52.8757744Z 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-08-07T17:40:52.8762999Z 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-08-07T17:40:52.8768859Z 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-08-07T17:40:52.8774207Z 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-08-07T17:40:52.8779579Z 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-08-07T17:40:52.8784727Z 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-08-07T17:40:52.8795970Z 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-08-07T17:40:52.8801626Z 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-08-07T17:40:52.8807398Z 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-08-07T17:40:52.8813114Z 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-08-07T17:40:52.8818932Z 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-08-07T17:40:52.8824143Z 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-08-07T17:40:52.8829503Z 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-08-07T17:40:52.8835117Z 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-08-07T17:40:52.8841144Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\utils 2024-08-07T17:40:52.8844332Z 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-08-07T17:40:52.8849543Z 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-08-07T17:40:52.8854895Z 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-08-07T17:40:52.8865914Z 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-08-07T17:40:52.8871150Z 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-08-07T17:40:52.8876576Z 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-08-07T17:40:52.8881983Z 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-08-07T17:40:52.8887597Z 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-08-07T17:40:52.8892947Z 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-08-07T17:40:52.8899078Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\python 2024-08-07T17:40:52.8902218Z 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-08-07T17:40:52.8907265Z 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-08-07T17:40:52.8913069Z 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-08-07T17:40:52.8918911Z 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-08-07T17:40:52.8925674Z 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-08-07T17:40:52.8941546Z 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-08-07T17:40:52.8947131Z 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-08-07T17:40:52.8953560Z 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-08-07T17:40:52.8959568Z 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-08-07T17:40:52.8965508Z 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-08-07T17:40:52.8971526Z 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-08-07T17:40:52.8977442Z 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-08-07T17:40:52.8983545Z 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-08-07T17:40:52.8989427Z 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-08-07T17:40:52.8995206Z 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-08-07T17:40:52.9001095Z 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-08-07T17:40:52.9006792Z 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-08-07T17:40:52.9013154Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\runtime 2024-08-07T17:40:52.9016160Z 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-08-07T17:40:52.9022267Z 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-08-07T17:40:52.9028403Z 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-08-07T17:40:52.9034091Z 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-08-07T17:40:52.9046408Z 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-08-07T17:40:52.9052308Z 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-08-07T17:40:52.9058147Z 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-08-07T17:40:52.9063928Z 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-08-07T17:40:52.9069965Z 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-08-07T17:40:52.9075872Z 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-08-07T17:40:52.9082343Z 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-08-07T17:40:52.9088356Z 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-08-07T17:40:52.9094423Z 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-08-07T17:40:52.9100286Z 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-08-07T17:40:52.9106072Z 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-08-07T17:40:52.9111792Z 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-08-07T17:40:52.9117824Z 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-08-07T17:40:52.9123558Z 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-08-07T17:40:52.9129435Z 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-08-07T17:40:52.9135333Z 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-08-07T17:40:52.9148253Z 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-08-07T17:40:52.9154811Z 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-08-07T17:40:52.9161398Z 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-08-07T17:40:52.9167575Z 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-08-07T17:40:52.9173299Z 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-08-07T17:40:52.9179187Z 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-08-07T17:40:52.9185178Z 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-08-07T17:40:52.9190891Z 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-08-07T17:40:52.9196780Z 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-08-07T17:40:52.9220915Z 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-08-07T17:40:52.9227064Z 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-08-07T17:40:52.9233953Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\serialization 2024-08-07T17:40:52.9237385Z 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-08-07T17:40:52.9243071Z 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-08-07T17:40:52.9248886Z 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-08-07T17:40:52.9260153Z 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-08-07T17:40:52.9266030Z 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-08-07T17:40:52.9271718Z 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-08-07T17:40:52.9277896Z 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-08-07T17:40:52.9283963Z 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-08-07T17:40:52.9289890Z 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-08-07T17:40:52.9295776Z 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-08-07T17:40:52.9302187Z 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-08-07T17:40:52.9308298Z 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-08-07T17:40:52.9315692Z 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-08-07T17:40:52.9321235Z 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-08-07T17:40:52.9327304Z 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-08-07T17:40:52.9333196Z 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-08-07T17:40:52.9339279Z 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-08-07T17:40:52.9345247Z 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-08-07T17:40:52.9350634Z 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-08-07T17:40:52.9357057Z 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-08-07T17:40:52.9368769Z 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-08-07T17:40:52.9375907Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\tensorexpr 2024-08-07T17:40:52.9379375Z 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-08-07T17:40:52.9385025Z 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-08-07T17:40:52.9408629Z 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-08-07T17:40:52.9413976Z 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-08-07T17:40:52.9428362Z 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-08-07T17:40:52.9433867Z 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-08-07T17:40:52.9439397Z 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-08-07T17:40:52.9444687Z 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-08-07T17:40:52.9450084Z 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-08-07T17:40:52.9455991Z 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-08-07T17:40:52.9461972Z 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-08-07T17:40:52.9467605Z 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-08-07T17:40:52.9472861Z 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-08-07T17:40:52.9478169Z 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-08-07T17:40:52.9483449Z 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-08-07T17:40:52.9488891Z 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-08-07T17:40:52.9494265Z 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-08-07T17:40:52.9499658Z 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-08-07T17:40:52.9505086Z 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-08-07T17:40:52.9510959Z 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-08-07T17:40:52.9516198Z 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-08-07T17:40:52.9527700Z 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-08-07T17:40:52.9533140Z 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-08-07T17:40:52.9538437Z 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-08-07T17:40:52.9543747Z 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-08-07T17:40:52.9549326Z 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-08-07T17:40:52.9555004Z 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-08-07T17:40:52.9560967Z 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-08-07T17:40:52.9567229Z 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-08-07T17:40:52.9573200Z 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-08-07T17:40:52.9578977Z 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-08-07T17:40:52.9585726Z 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-08-07T17:40:52.9596961Z 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-08-07T17:40:52.9602843Z 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-08-07T17:40:52.9609321Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\tensorexpr\operators 2024-08-07T17:40:52.9613227Z 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-08-07T17:40:52.9619124Z 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-08-07T17:40:52.9624857Z 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-08-07T17:40:52.9630963Z 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-08-07T17:40:52.9636504Z 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-08-07T17:40:52.9648784Z 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-08-07T17:40:52.9654456Z 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-08-07T17:40:52.9660563Z 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-08-07T17:40:52.9666367Z 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-08-07T17:40:52.9671975Z 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-08-07T17:40:52.9678215Z 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-08-07T17:40:52.9684240Z 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-08-07T17:40:52.9690619Z 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-08-07T17:40:52.9696793Z 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-08-07T17:40:52.9702695Z 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-08-07T17:40:52.9708957Z 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-08-07T17:40:52.9715362Z 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-08-07T17:40:52.9721886Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\testing 2024-08-07T17:40:52.9724759Z 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-08-07T17:40:52.9730773Z 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-08-07T17:40:52.9736781Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-07T17:40:52.9742659Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy 2024-08-07T17:40:52.9746007Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\backend 2024-08-07T17:40:52.9748912Z 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-08-07T17:40:52.9755029Z 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-08-07T17:40:52.9760911Z 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-08-07T17:40:52.9766652Z 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-08-07T17:40:52.9780569Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core 2024-08-07T17:40:52.9783103Z 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-08-07T17:40:52.9788675Z 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-08-07T17:40:52.9794467Z 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-08-07T17:40:52.9800664Z 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-08-07T17:40:52.9806534Z 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-08-07T17:40:52.9818851Z 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-08-07T17:40:52.9825086Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core\internal_ops 2024-08-07T17:40:52.9828448Z 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-08-07T17:40:52.9834486Z 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-08-07T17:40:52.9840356Z 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-08-07T17:40:52.9846443Z 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-08-07T17:40:52.9852685Z 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-08-07T17:40:52.9858928Z 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-08-07T17:40:52.9864870Z 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-08-07T17:40:52.9870739Z 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-08-07T17:40:52.9876980Z 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-08-07T17:40:52.9883388Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core\ops 2024-08-07T17:40:52.9886370Z 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-08-07T17:40:52.9892238Z 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-08-07T17:40:52.9898101Z 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-08-07T17:40:52.9904407Z 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-08-07T17:40:52.9910200Z 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-08-07T17:40:52.9915637Z 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-08-07T17:40:52.9921638Z 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-08-07T17:40:52.9926952Z 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-08-07T17:40:52.9932703Z 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-08-07T17:40:52.9938474Z 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-08-07T17:40:52.9943992Z 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-08-07T17:40:52.9960355Z 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-08-07T17:40:52.9966218Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\python 2024-08-07T17:40:52.9969116Z 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-08-07T17:40:52.9974369Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\ts_backend 2024-08-07T17:40:52.9977206Z 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-08-07T17:40:52.9982190Z 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-08-07T17:40:52.9987294Z 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-08-07T17:40:52.9992573Z 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-08-07T17:40:53.0004565Z 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-08-07T17:40:53.0009777Z 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-08-07T17:40:53.0015038Z 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-08-07T17:40:53.0020337Z 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-08-07T17:40:53.0026021Z 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-08-07T17:40:53.0031253Z 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-08-07T17:40:53.0036385Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\MemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-07T17:40:53.0041997Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-07T17:40:53.0047224Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\onnx 2024-08-07T17:40:53.0050030Z 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-08-07T17:40:53.0055365Z 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-08-07T17:40:53.0060116Z 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-08-07T17:40:53.0065305Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler 2024-08-07T17:40:53.0067962Z 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-08-07T17:40:53.0073013Z 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-08-07T17:40:53.0079222Z 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-08-07T17:40:53.0084450Z 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-08-07T17:40:53.0095944Z 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-08-07T17:40:53.0101794Z 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-08-07T17:40:53.0106536Z 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-08-07T17:40:53.0112451Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\orchestration 2024-08-07T17:40:53.0115330Z 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-08-07T17:40:53.0120731Z 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-08-07T17:40:53.0126568Z 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-08-07T17:40:53.0132366Z 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-08-07T17:40:53.0138119Z 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-08-07T17:40:53.0144160Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\python 2024-08-07T17:40:53.0147606Z 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-08-07T17:40:53.0153401Z 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-08-07T17:40:53.0159351Z 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-08-07T17:40:53.0165740Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\standalone 2024-08-07T17:40:53.0168822Z 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-08-07T17:40:53.0174604Z 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-08-07T17:40:53.0180269Z 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-08-07T17:40:53.0196123Z 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-08-07T17:40:53.0209574Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\stubs 2024-08-07T17:40:53.0211278Z 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-08-07T17:40:53.0214083Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\unwind 2024-08-07T17:40:53.0218017Z 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-08-07T17:40:53.0225217Z 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-08-07T17:40:53.0232670Z 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-08-07T17:40:53.0240992Z 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-08-07T17:40:53.0253957Z 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-08-07T17:40:53.0259708Z 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-08-07T17:40:53.0265467Z 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-08-07T17:40:53.0270979Z 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-08-07T17:40:53.0276866Z 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-08-07T17:40:53.0282538Z 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-08-07T17:40:53.0288375Z 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-08-07T17:40:53.0293890Z 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-08-07T17:40:53.0299937Z 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-08-07T17:40:53.0306012Z 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-08-07T17:40:53.0311446Z 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-08-07T17:40:53.0317181Z 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-08-07T17:40:53.0323094Z 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-08-07T17:40:53.0328727Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\PyInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-07T17:40:53.0334249Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\python_dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-07T17:40:53.0340019Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\python_headers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-07T17:40:53.0353436Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\QScheme.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-07T17:40:53.0359108Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\serialization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-07T17:40:53.0365169Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Size.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-07T17:40:53.0370747Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-07T17:40:53.0376628Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\StorageMethods.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-07T17:40:53.0382566Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\StorageSharing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-07T17:40:53.0388146Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-07T17:40:53.0393917Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\tensor 2024-08-07T17:40:53.0397014Z 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-08-07T17:40:53.0402985Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\THConcat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-07T17:40:53.0408417Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\THP.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-07T17:40:53.0414061Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\TypeInfo.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-07T17:40:53.0419779Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-07T17:40:53.0426319Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\utils 2024-08-07T17:40:53.0429437Z 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-08-07T17:40:53.0435604Z 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-08-07T17:40:53.0441682Z 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-08-07T17:40:53.0447109Z 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-08-07T17:40:53.0463545Z 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-08-07T17:40:53.0469213Z 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-08-07T17:40:53.0474245Z 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-08-07T17:40:53.0479678Z 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-08-07T17:40:53.0485119Z 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-08-07T17:40:53.0490092Z 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-08-07T17:40:53.0495141Z 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-08-07T17:40:53.0500062Z 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-08-07T17:40:53.0505383Z 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-08-07T17:40:53.0510560Z 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-08-07T17:40:53.0516188Z 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-08-07T17:40:53.0522310Z 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-08-07T17:40:53.0532649Z 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-08-07T17:40:53.0538019Z 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-08-07T17:40:53.0543198Z 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-08-07T17:40:53.0548774Z 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-08-07T17:40:53.0560018Z 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-08-07T17:40:53.0565318Z 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-08-07T17:40:53.0577340Z 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-08-07T17:40:53.0583325Z 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-08-07T17:40:53.0589415Z 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-08-07T17:40:53.0595146Z 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-08-07T17:40:53.0601362Z 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-08-07T17:40:53.0607063Z 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-08-07T17:40:53.0613143Z 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-08-07T17:40:53.0619191Z 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-08-07T17:40:53.0630461Z 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-08-07T17:40:53.0636211Z 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-08-07T17:40:53.0642328Z 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-08-07T17:40:53.0647960Z 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-08-07T17:40:53.0653717Z 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-08-07T17:40:53.0659326Z 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-08-07T17:40:53.0665495Z 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-08-07T17:40:53.0671484Z 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-08-07T17:40:53.0677633Z 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-08-07T17:40:53.0683696Z 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-08-07T17:40:53.0695640Z 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-08-07T17:40:53.0701758Z 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-08-07T17:40:53.0707659Z 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-08-07T17:40:53.0713164Z 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-08-07T17:40:53.0721575Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-07T17:40:53.0727932Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\xpu 2024-08-07T17:40:53.0731157Z 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-08-07T17:40:53.0737480Z 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-08-07T17:40:53.0742829Z 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-08-07T17:40:53.0748433Z copying build\lib.win-amd64-cpython-39\torch\include\torch\custom_class.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-08-07T17:40:53.0755184Z copying build\lib.win-amd64-cpython-39\torch\include\torch\custom_class_detail.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-08-07T17:40:53.0761024Z copying build\lib.win-amd64-cpython-39\torch\include\torch\extension.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-08-07T17:40:53.1743309Z copying build\lib.win-amd64-cpython-39\torch\include\torch\library.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-08-07T17:40:53.1749285Z copying build\lib.win-amd64-cpython-39\torch\include\torch\script.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-08-07T17:40:53.1754918Z copying build\lib.win-amd64-cpython-39\torch\include\xnnpack.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-07T17:40:53.1764776Z creating build\bdist.win-amd64\wheel\torch\jit 2024-08-07T17:40:53.1768480Z copying build\lib.win-amd64-cpython-39\torch\jit\annotations.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-07T17:40:53.1775302Z copying build\lib.win-amd64-cpython-39\torch\jit\frontend.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-07T17:40:53.1781953Z copying build\lib.win-amd64-cpython-39\torch\jit\generate_bytecode.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-07T17:40:53.1788028Z creating build\bdist.win-amd64\wheel\torch\jit\mobile 2024-08-07T17:40:53.1791196Z copying build\lib.win-amd64-cpython-39\torch\jit\mobile\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit\mobile 2024-08-07T17:40:53.1797113Z copying build\lib.win-amd64-cpython-39\torch\jit\quantized.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-07T17:40:53.1811939Z copying build\lib.win-amd64-cpython-39\torch\jit\supported_ops.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-07T17:40:53.1818215Z copying build\lib.win-amd64-cpython-39\torch\jit\unsupported_tensor_ops.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-07T17:40:53.1824110Z copying build\lib.win-amd64-cpython-39\torch\jit\_async.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-07T17:40:53.1829969Z copying build\lib.win-amd64-cpython-39\torch\jit\_await.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-07T17:40:53.1835488Z copying build\lib.win-amd64-cpython-39\torch\jit\_builtins.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-07T17:40:53.1841734Z copying build\lib.win-amd64-cpython-39\torch\jit\_check.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-07T17:40:53.1847546Z copying build\lib.win-amd64-cpython-39\torch\jit\_dataclass_impls.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-07T17:40:53.1853397Z copying build\lib.win-amd64-cpython-39\torch\jit\_decompositions.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-07T17:40:53.1859392Z copying build\lib.win-amd64-cpython-39\torch\jit\_decomposition_utils.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-07T17:40:53.1864796Z copying build\lib.win-amd64-cpython-39\torch\jit\_freeze.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-07T17:40:53.1870414Z copying build\lib.win-amd64-cpython-39\torch\jit\_fuser.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-07T17:40:53.1876143Z copying build\lib.win-amd64-cpython-39\torch\jit\_ir_utils.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-07T17:40:53.1882052Z copying build\lib.win-amd64-cpython-39\torch\jit\_logging.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-07T17:40:53.1887654Z copying build\lib.win-amd64-cpython-39\torch\jit\_monkeytype_config.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-07T17:40:53.1894496Z creating build\bdist.win-amd64\wheel\torch\jit\_passes 2024-08-07T17:40:53.1897970Z copying build\lib.win-amd64-cpython-39\torch\jit\_passes\_property_propagation.py -> build\bdist.win-amd64\wheel\.\torch\jit\_passes 2024-08-07T17:40:53.1904337Z copying build\lib.win-amd64-cpython-39\torch\jit\_passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit\_passes 2024-08-07T17:40:53.1908447Z copying build\lib.win-amd64-cpython-39\torch\jit\_pickle.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-07T17:40:53.1913821Z copying build\lib.win-amd64-cpython-39\torch\jit\_recursive.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-07T17:40:53.1920621Z copying build\lib.win-amd64-cpython-39\torch\jit\_script.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-07T17:40:53.1926917Z copying build\lib.win-amd64-cpython-39\torch\jit\_script.pyi -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-07T17:40:53.1932712Z copying build\lib.win-amd64-cpython-39\torch\jit\_serialization.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-07T17:40:53.1947213Z copying build\lib.win-amd64-cpython-39\torch\jit\_shape_functions.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-07T17:40:53.1979520Z copying build\lib.win-amd64-cpython-39\torch\jit\_state.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-07T17:40:53.1984590Z copying build\lib.win-amd64-cpython-39\torch\jit\_trace.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-07T17:40:53.1990660Z copying build\lib.win-amd64-cpython-39\torch\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-07T17:40:53.1997001Z creating build\bdist.win-amd64\wheel\torch\lib 2024-08-07T17:40:53.1999841Z copying build\lib.win-amd64-cpython-39\torch\lib\aoti_custom_ops.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-07T17:40:53.2007712Z copying build\lib.win-amd64-cpython-39\torch\lib\aoti_custom_ops.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-07T17:40:53.2013740Z copying build\lib.win-amd64-cpython-39\torch\lib\asmjit.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-07T17:40:53.2022701Z copying build\lib.win-amd64-cpython-39\torch\lib\asmjit.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-07T17:40:53.2029651Z copying build\lib.win-amd64-cpython-39\torch\lib\backend_with_compiler.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-07T17:40:53.2046142Z copying build\lib.win-amd64-cpython-39\torch\lib\backend_with_compiler.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-07T17:40:53.2052537Z copying build\lib.win-amd64-cpython-39\torch\lib\c10.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-07T17:40:53.2065031Z copying build\lib.win-amd64-cpython-39\torch\lib\c10.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-07T17:40:53.2076728Z copying build\lib.win-amd64-cpython-39\torch\lib\cpuinfo.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-07T17:40:53.2083495Z copying build\lib.win-amd64-cpython-39\torch\lib\dnnl.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-07T17:40:53.7928747Z copying build\lib.win-amd64-cpython-39\torch\lib\fbgemm.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-07T17:40:53.7978281Z copying build\lib.win-amd64-cpython-39\torch\lib\fbgemm.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-07T17:40:53.7996307Z copying build\lib.win-amd64-cpython-39\torch\lib\fmt.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-07T17:40:53.8015130Z copying build\lib.win-amd64-cpython-39\torch\lib\jitbackend_test.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-07T17:40:53.8023459Z copying build\lib.win-amd64-cpython-39\torch\lib\jitbackend_test.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-07T17:40:53.8029989Z copying build\lib.win-amd64-cpython-39\torch\lib\kineto.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-07T17:40:53.8246166Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotobuf-lite.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-07T17:40:53.8298395Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotobuf.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-07T17:40:53.8633219Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotoc.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-07T17:40:53.8989674Z copying build\lib.win-amd64-cpython-39\torch\lib\pthreadpool.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-07T17:40:53.8997219Z copying build\lib.win-amd64-cpython-39\torch\lib\shm.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-07T17:40:53.9003035Z copying build\lib.win-amd64-cpython-39\torch\lib\shm.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-07T17:40:53.9008532Z copying build\lib.win-amd64-cpython-39\torch\lib\sleef.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-07T17:40:53.9090376Z copying build\lib.win-amd64-cpython-39\torch\lib\torch.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-07T17:40:53.9095529Z copying build\lib.win-amd64-cpython-39\torch\lib\torch.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-07T17:40:53.9101448Z copying build\lib.win-amd64-cpython-39\torch\lib\torchbind_test.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-07T17:40:53.9120918Z copying build\lib.win-amd64-cpython-39\torch\lib\torchbind_test.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-07T17:40:53.9127382Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cpu.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-07T17:40:54.0730301Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cpu.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-07T17:40:54.1012635Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_global_deps.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-07T17:40:54.1019103Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_python.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-07T17:40:54.1162853Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_python.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-07T17:40:54.1171368Z copying build\lib.win-amd64-cpython-39\torch\lib\XNNPACK.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-07T17:40:54.1214365Z copying build\lib.win-amd64-cpython-39\torch\lib\_C.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-07T17:40:54.1220826Z copying build\lib.win-amd64-cpython-39\torch\library.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:54.1229071Z creating build\bdist.win-amd64\wheel\torch\linalg 2024-08-07T17:40:54.1232267Z copying build\lib.win-amd64-cpython-39\torch\linalg\__init__.py -> build\bdist.win-amd64\wheel\.\torch\linalg 2024-08-07T17:40:54.1239871Z creating build\bdist.win-amd64\wheel\torch\masked 2024-08-07T17:40:54.1243273Z creating build\bdist.win-amd64\wheel\torch\masked\maskedtensor 2024-08-07T17:40:54.1245765Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\binary.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-08-07T17:40:54.1251108Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\core.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-08-07T17:40:54.1256849Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\creation.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-08-07T17:40:54.1263240Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\passthrough.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-08-07T17:40:54.1271673Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\reductions.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-08-07T17:40:54.1418410Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\unary.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-08-07T17:40:54.1424709Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\_ops_refs.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-08-07T17:40:54.1431323Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-08-07T17:40:54.1437300Z copying build\lib.win-amd64-cpython-39\torch\masked\_docs.py -> build\bdist.win-amd64\wheel\.\torch\masked 2024-08-07T17:40:54.1444592Z copying build\lib.win-amd64-cpython-39\torch\masked\_ops.py -> build\bdist.win-amd64\wheel\.\torch\masked 2024-08-07T17:40:54.1452333Z copying build\lib.win-amd64-cpython-39\torch\masked\__init__.py -> build\bdist.win-amd64\wheel\.\torch\masked 2024-08-07T17:40:54.1458740Z creating build\bdist.win-amd64\wheel\torch\monitor 2024-08-07T17:40:54.1462328Z copying build\lib.win-amd64-cpython-39\torch\monitor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\monitor 2024-08-07T17:40:54.1469167Z creating build\bdist.win-amd64\wheel\torch\mps 2024-08-07T17:40:54.1472104Z copying build\lib.win-amd64-cpython-39\torch\mps\event.py -> build\bdist.win-amd64\wheel\.\torch\mps 2024-08-07T17:40:54.1478595Z copying build\lib.win-amd64-cpython-39\torch\mps\profiler.py -> build\bdist.win-amd64\wheel\.\torch\mps 2024-08-07T17:40:54.1484552Z copying build\lib.win-amd64-cpython-39\torch\mps\__init__.py -> build\bdist.win-amd64\wheel\.\torch\mps 2024-08-07T17:40:54.1490674Z creating build\bdist.win-amd64\wheel\torch\mtia 2024-08-07T17:40:54.1494527Z copying build\lib.win-amd64-cpython-39\torch\mtia\_utils.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2024-08-07T17:40:54.1500203Z copying build\lib.win-amd64-cpython-39\torch\mtia\__init__.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2024-08-07T17:40:54.1506788Z creating build\bdist.win-amd64\wheel\torch\multiprocessing 2024-08-07T17:40:54.1509604Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\pool.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-08-07T17:40:54.1516433Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\queue.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-08-07T17:40:54.1522244Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\reductions.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-08-07T17:40:54.1528319Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\spawn.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-08-07T17:40:54.1533984Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\_atfork.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-08-07T17:40:54.1673423Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-08-07T17:40:54.1679986Z creating build\bdist.win-amd64\wheel\torch\nested 2024-08-07T17:40:54.1683115Z creating build\bdist.win-amd64\wheel\torch\nested\_internal 2024-08-07T17:40:54.1685828Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\nested_tensor.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2024-08-07T17:40:54.1691791Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\ops.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2024-08-07T17:40:54.1697875Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\sdpa.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2024-08-07T17:40:54.1703985Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2024-08-07T17:40:54.1708475Z copying build\lib.win-amd64-cpython-39\torch\nested\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nested 2024-08-07T17:40:54.1714409Z creating build\bdist.win-amd64\wheel\torch\nn 2024-08-07T17:40:54.1717430Z creating build\bdist.win-amd64\wheel\torch\nn\attention 2024-08-07T17:40:54.1720492Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\bias.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2024-08-07T17:40:54.1725949Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2024-08-07T17:40:54.1731772Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2024-08-07T17:40:54.1736991Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2024-08-07T17:40:54.1742587Z creating build\bdist.win-amd64\wheel\torch\nn\backends 2024-08-07T17:40:54.1745448Z copying build\lib.win-amd64-cpython-39\torch\nn\backends\thnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\backends 2024-08-07T17:40:54.1750584Z copying build\lib.win-amd64-cpython-39\torch\nn\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\backends 2024-08-07T17:40:54.1754800Z copying build\lib.win-amd64-cpython-39\torch\nn\common_types.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-08-07T17:40:54.1760161Z copying build\lib.win-amd64-cpython-39\torch\nn\cpp.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-08-07T17:40:54.1765212Z copying build\lib.win-amd64-cpython-39\torch\nn\functional.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-08-07T17:40:54.1818350Z copying build\lib.win-amd64-cpython-39\torch\nn\functional.pyi -> build\bdist.win-amd64\wheel\.\torch\nn 2024-08-07T17:40:54.1825753Z copying build\lib.win-amd64-cpython-39\torch\nn\grad.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-08-07T17:40:54.1832000Z copying build\lib.win-amd64-cpython-39\torch\nn\init.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-08-07T17:40:54.1838781Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic 2024-08-07T17:40:54.1842279Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\modules 2024-08-07T17:40:54.1845619Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules\fused.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\modules 2024-08-07T17:40:54.1851523Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\modules 2024-08-07T17:40:54.1857718Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\qat 2024-08-07T17:40:54.1861233Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\qat\modules 2024-08-07T17:40:54.1864296Z 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-08-07T17:40:54.1870598Z 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-08-07T17:40:54.1876386Z 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-08-07T17:40:54.1882364Z 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-08-07T17:40:54.1957813Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\qat 2024-08-07T17:40:54.1964051Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized 2024-08-07T17:40:54.1967674Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\dynamic 2024-08-07T17:40:54.1971205Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\dynamic\modules 2024-08-07T17:40:54.1974296Z 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-08-07T17:40:54.1980148Z 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-08-07T17:40:54.1986118Z 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-08-07T17:40:54.1992347Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\modules 2024-08-07T17:40:54.1996060Z 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-08-07T17:40:54.2001746Z 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-08-07T17:40:54.2008116Z 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-08-07T17:40:54.2014052Z 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-08-07T17:40:54.2020737Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized 2024-08-07T17:40:54.2026296Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic 2024-08-07T17:40:54.2032643Z creating build\bdist.win-amd64\wheel\torch\nn\modules 2024-08-07T17:40:54.2035761Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-07T17:40:54.2043754Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\adaptive.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-07T17:40:54.2050303Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-07T17:40:54.2058226Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\channelshuffle.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-07T17:40:54.2131605Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\container.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-07T17:40:54.2138005Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-07T17:40:54.2145524Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\distance.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-07T17:40:54.2151674Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-07T17:40:54.2158327Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\flatten.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-07T17:40:54.2164405Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\fold.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-07T17:40:54.2170714Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\instancenorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-07T17:40:54.2177684Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\lazy.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-07T17:40:54.2190023Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-07T17:40:54.2196323Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\loss.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-07T17:40:54.2203523Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\module.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-07T17:40:54.2229897Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-07T17:40:54.2235950Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\padding.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-07T17:40:54.2242361Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\pixelshuffle.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-07T17:40:54.2248097Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\pooling.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-07T17:40:54.2254606Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-07T17:40:54.2261826Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\sparse.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-07T17:40:54.2268087Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\transformer.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-07T17:40:54.2274833Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\upsampling.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-07T17:40:54.2280439Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-07T17:40:54.2306305Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\_functions.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-07T17:40:54.2312182Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-07T17:40:54.2318691Z creating build\bdist.win-amd64\wheel\torch\nn\parallel 2024-08-07T17:40:54.2321636Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\comm.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-08-07T17:40:54.2327204Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\data_parallel.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-08-07T17:40:54.2332846Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\distributed.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-08-07T17:40:54.2339834Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\parallel_apply.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-08-07T17:40:54.2532249Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\replicate.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-08-07T17:40:54.2558649Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\scatter_gather.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-08-07T17:40:54.2565631Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\_functions.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-08-07T17:40:54.2571790Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-08-07T17:40:54.2577987Z copying build\lib.win-amd64-cpython-39\torch\nn\parameter.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-08-07T17:40:54.2584737Z copying build\lib.win-amd64-cpython-39\torch\nn\parameter.pyi -> build\bdist.win-amd64\wheel\.\torch\nn 2024-08-07T17:40:54.2592425Z creating build\bdist.win-amd64\wheel\torch\nn\qat 2024-08-07T17:40:54.2595995Z creating build\bdist.win-amd64\wheel\torch\nn\qat\dynamic 2024-08-07T17:40:54.2599663Z creating build\bdist.win-amd64\wheel\torch\nn\qat\dynamic\modules 2024-08-07T17:40:54.2602605Z 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-08-07T17:40:54.2608092Z 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-08-07T17:40:54.2614172Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\dynamic 2024-08-07T17:40:54.2620266Z creating build\bdist.win-amd64\wheel\torch\nn\qat\modules 2024-08-07T17:40:54.2623497Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2024-08-07T17:40:54.2660155Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2024-08-07T17:40:54.2665549Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2024-08-07T17:40:54.2672777Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2024-08-07T17:40:54.2679590Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat 2024-08-07T17:40:54.2686219Z creating build\bdist.win-amd64\wheel\torch\nn\quantizable 2024-08-07T17:40:54.2689481Z creating build\bdist.win-amd64\wheel\torch\nn\quantizable\modules 2024-08-07T17:40:54.2693029Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2024-08-07T17:40:54.2699276Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2024-08-07T17:40:54.2705117Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2024-08-07T17:40:54.2711076Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable 2024-08-07T17:40:54.2717519Z creating build\bdist.win-amd64\wheel\torch\nn\quantized 2024-08-07T17:40:54.2720730Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\dynamic 2024-08-07T17:40:54.2724657Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\dynamic\modules 2024-08-07T17:40:54.2727892Z 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-08-07T17:40:54.2733950Z 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-08-07T17:40:54.2739881Z 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-08-07T17:40:54.2745917Z 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-08-07T17:40:54.2752559Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic 2024-08-07T17:40:54.2758418Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\functional.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized 2024-08-07T17:40:54.2765887Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\modules 2024-08-07T17:40:54.2768878Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-08-07T17:40:54.2775161Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-08-07T17:40:54.2781228Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-08-07T17:40:54.2786921Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-08-07T17:40:54.2793018Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-08-07T17:40:54.2865090Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\functional_modules.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-08-07T17:40:54.2870383Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-08-07T17:40:54.2876625Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-08-07T17:40:54.2882619Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-08-07T17:40:54.2888187Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-08-07T17:40:54.2893505Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-08-07T17:40:54.2899991Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\_reference 2024-08-07T17:40:54.3003761Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\_reference\modules 2024-08-07T17:40:54.3007362Z 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-08-07T17:40:54.3013188Z 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-08-07T17:40:54.3019583Z 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-08-07T17:40:54.3025838Z 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-08-07T17:40:54.3031480Z 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-08-07T17:40:54.3037810Z 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-08-07T17:40:54.3044107Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference 2024-08-07T17:40:54.3050135Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized 2024-08-07T17:40:54.3057205Z creating build\bdist.win-amd64\wheel\torch\nn\utils 2024-08-07T17:40:54.3060337Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\clip_grad.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-07T17:40:54.3067041Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\convert_parameters.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-07T17:40:54.3073291Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\fusion.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-07T17:40:54.3079413Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\init.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-07T17:40:54.3086016Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\memory_format.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-07T17:40:54.3125810Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\parametrizations.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-07T17:40:54.3132844Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\parametrize.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-07T17:40:54.3141066Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\prune.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-07T17:40:54.3148400Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-07T17:40:54.3155568Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\spectral_norm.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-07T17:40:54.3163408Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\stateless.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-07T17:40:54.3168865Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\weight_norm.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-07T17:40:54.3173914Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_deprecation_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-07T17:40:54.3179457Z creating build\bdist.win-amd64\wheel\torch\nn\utils\_expanded_weights 2024-08-07T17:40:54.3182761Z 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-08-07T17:40:54.3189819Z 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-08-07T17:40:54.3196374Z 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-08-07T17:40:54.3265454Z 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-08-07T17:40:54.3272378Z 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-08-07T17:40:54.3279145Z 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-08-07T17:40:54.3286162Z 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-08-07T17:40:54.3292978Z 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-08-07T17:40:54.3299352Z 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-08-07T17:40:54.3307031Z 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-08-07T17:40:54.3312781Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_named_member_accessor.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-07T17:40:54.3318966Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_per_sample_grad.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-07T17:40:54.3325198Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-07T17:40:54.3331454Z copying build\lib.win-amd64-cpython-39\torch\nn\_reduction.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-08-07T17:40:54.3337988Z copying build\lib.win-amd64-cpython-39\torch\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-08-07T17:40:54.3345910Z creating build\bdist.win-amd64\wheel\torch\onnx 2024-08-07T17:40:54.3349538Z copying build\lib.win-amd64-cpython-39\torch\onnx\errors.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-07T17:40:54.3355658Z copying build\lib.win-amd64-cpython-39\torch\onnx\operators.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-07T17:40:54.3361190Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_caffe2.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-07T17:40:54.3409893Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_helper.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-07T17:40:54.3462970Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset10.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-07T17:40:54.3469674Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset11.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-07T17:40:54.3476835Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset12.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-07T17:40:54.3484131Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset13.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-07T17:40:54.3491475Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset14.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-07T17:40:54.3498211Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset15.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-07T17:40:54.3504734Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset16.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-07T17:40:54.3511814Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset17.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-07T17:40:54.3519195Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset18.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-07T17:40:54.4155355Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset19.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-07T17:40:54.4161548Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset20.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-07T17:40:54.4168003Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset7.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-07T17:40:54.4173553Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset8.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-07T17:40:54.4179040Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset9.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-07T17:40:54.4187313Z copying build\lib.win-amd64-cpython-39\torch\onnx\utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-07T17:40:54.4193811Z copying build\lib.win-amd64-cpython-39\torch\onnx\verification.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-07T17:40:54.9279604Z copying build\lib.win-amd64-cpython-39\torch\onnx\_constants.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-07T17:40:54.9284811Z copying build\lib.win-amd64-cpython-39\torch\onnx\_deprecation.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-07T17:40:54.9291238Z copying build\lib.win-amd64-cpython-39\torch\onnx\_experimental.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-07T17:40:54.9296897Z copying build\lib.win-amd64-cpython-39\torch\onnx\_exporter_states.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-07T17:40:54.9302917Z copying build\lib.win-amd64-cpython-39\torch\onnx\_flags.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-07T17:40:54.9309078Z copying build\lib.win-amd64-cpython-39\torch\onnx\_globals.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-07T17:40:54.9315666Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal 2024-08-07T17:40:54.9320053Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics 2024-08-07T17:40:54.9323346Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics\infra 2024-08-07T17:40:54.9326718Z 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-08-07T17:40:54.9333184Z 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-08-07T17:40:54.9339170Z 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-08-07T17:40:54.9346048Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-07T17:40:54.9349387Z 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-08-07T17:40:54.9354984Z 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-08-07T17:40:54.9361139Z 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-08-07T17:40:54.9367348Z 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-08-07T17:40:54.9373253Z 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-08-07T17:40:54.9445190Z 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-08-07T17:40:54.9451458Z 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-08-07T17:40:54.9457529Z 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-08-07T17:40:54.9463692Z 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-08-07T17:40:54.9469645Z 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-08-07T17:40:54.9475712Z 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-08-07T17:40:54.9481754Z 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-08-07T17:40:54.9487976Z 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-08-07T17:40:54.9494075Z 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-08-07T17:40:54.9500457Z 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-08-07T17:40:54.9507096Z 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-08-07T17:40:54.9512785Z 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-08-07T17:40:54.9518810Z 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-08-07T17:40:54.9524769Z 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-08-07T17:40:54.9572285Z 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-08-07T17:40:54.9578777Z 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-08-07T17:40:55.4644645Z 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-08-07T17:40:55.4651063Z 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-08-07T17:40:55.4657718Z 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-08-07T17:40:55.4664105Z 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-08-07T17:40:55.4670564Z 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-08-07T17:40:55.4677767Z 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-08-07T17:40:55.4683634Z 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-08-07T17:40:55.4689575Z 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-08-07T17:40:55.4695815Z 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-08-07T17:40:55.4701513Z 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-08-07T17:40:55.7210407Z 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-08-07T17:40:55.7215871Z 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-08-07T17:40:55.7222041Z 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-08-07T17:40:55.7227861Z 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-08-07T17:40:55.7233585Z 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-08-07T17:40:55.7239354Z 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-08-07T17:40:55.7244980Z 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-08-07T17:40:55.7250574Z 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-08-07T17:40:55.7256071Z 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-08-07T17:40:55.7266069Z 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-08-07T17:40:56.2015641Z 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-08-07T17:40:56.2020782Z 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-08-07T17:40:56.2026381Z 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-08-07T17:40:56.2032271Z 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-08-07T17:40:56.2037290Z 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-08-07T17:40:56.2042681Z 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-08-07T17:40:56.2048074Z 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-08-07T17:40:56.2053530Z 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-08-07T17:40:56.2059624Z 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-08-07T17:40:56.2065140Z 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-08-07T17:40:56.2076240Z 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-08-07T17:40:56.2081561Z 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-08-07T17:40:56.2086947Z 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-08-07T17:40:56.2094237Z 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-08-07T17:40:56.2099489Z 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-08-07T17:40:56.2112000Z 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-08-07T17:40:56.2117312Z 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-08-07T17:40:56.2122594Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\_diagnostic.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2024-08-07T17:40:56.2127522Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\_rules.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2024-08-07T17:40:56.2133376Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2024-08-07T17:40:56.2139180Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx 2024-08-07T17:40:56.2141987Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx\analysis 2024-08-07T17:40:56.2144756Z 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-08-07T17:40:56.2149892Z 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-08-07T17:40:56.2154850Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\decomposition_skip.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-08-07T17:40:56.2160702Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\decomposition_table.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-08-07T17:40:56.2166444Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\diagnostics.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-08-07T17:40:56.2177655Z 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-08-07T17:40:56.2183552Z 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-08-07T17:40:56.2190707Z 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-08-07T17:40:56.2196486Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\onnxfunction_dispatcher.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-08-07T17:40:56.2202847Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\op_validation.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-08-07T17:40:56.2209335Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx\passes 2024-08-07T17:40:56.2212377Z 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-08-07T17:40:56.2217989Z 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-08-07T17:40:56.2223736Z 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-08-07T17:40:56.2230210Z 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-08-07T17:40:56.2242610Z 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-08-07T17:40:56.2250009Z 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-08-07T17:40:56.2255698Z 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-08-07T17:40:56.2261230Z 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-08-07T17:40:56.2272501Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\patcher.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-08-07T17:40:56.2273540Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-08-07T17:40:56.2278357Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\serialization.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-08-07T17:40:56.2284384Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\torch_export_graph_extractor.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-08-07T17:40:56.2290477Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\type_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-08-07T17:40:56.2296473Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\_pass.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-08-07T17:40:56.2302266Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-08-07T17:40:56.2307832Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\io_adapter.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-08-07T17:40:56.2313924Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\jit_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-08-07T17:40:56.2332753Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\onnxruntime.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-08-07T17:40:56.2339556Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\onnx_proto_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-08-07T17:40:56.2345432Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-08-07T17:40:56.2351356Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\_exporter_legacy.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-08-07T17:40:56.2359142Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-08-07T17:40:56.2364226Z copying build\lib.win-amd64-cpython-39\torch\onnx\_onnx_supported_ops.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-07T17:40:56.2370151Z copying build\lib.win-amd64-cpython-39\torch\onnx\_type_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-07T17:40:56.2376136Z copying build\lib.win-amd64-cpython-39\torch\onnx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-07T17:40:56.2388257Z creating build\bdist.win-amd64\wheel\torch\optim 2024-08-07T17:40:56.2391305Z copying build\lib.win-amd64-cpython-39\torch\optim\adadelta.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-07T17:40:56.2397309Z copying build\lib.win-amd64-cpython-39\torch\optim\adagrad.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-07T17:40:56.2403177Z copying build\lib.win-amd64-cpython-39\torch\optim\adam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-07T17:40:56.2409370Z copying build\lib.win-amd64-cpython-39\torch\optim\adamax.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-07T17:40:56.2415330Z copying build\lib.win-amd64-cpython-39\torch\optim\adamw.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-07T17:40:56.2421279Z copying build\lib.win-amd64-cpython-39\torch\optim\asgd.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-07T17:40:56.2427261Z copying build\lib.win-amd64-cpython-39\torch\optim\lbfgs.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-07T17:40:56.2443144Z copying build\lib.win-amd64-cpython-39\torch\optim\lr_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-07T17:40:56.2450028Z copying build\lib.win-amd64-cpython-39\torch\optim\nadam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-07T17:40:56.2456173Z copying build\lib.win-amd64-cpython-39\torch\optim\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-07T17:40:56.2463024Z copying build\lib.win-amd64-cpython-39\torch\optim\radam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-07T17:40:56.2469458Z copying build\lib.win-amd64-cpython-39\torch\optim\rmsprop.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-07T17:40:56.2475294Z copying build\lib.win-amd64-cpython-39\torch\optim\rprop.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-07T17:40:56.2481529Z copying build\lib.win-amd64-cpython-39\torch\optim\sgd.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-07T17:40:56.2487972Z copying build\lib.win-amd64-cpython-39\torch\optim\sparse_adam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-07T17:40:56.2494171Z copying build\lib.win-amd64-cpython-39\torch\optim\swa_utils.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-07T17:40:56.2527606Z copying build\lib.win-amd64-cpython-39\torch\optim\_adafactor.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-07T17:40:56.2533956Z copying build\lib.win-amd64-cpython-39\torch\optim\_functional.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-07T17:40:56.2540565Z creating build\bdist.win-amd64\wheel\torch\optim\_multi_tensor 2024-08-07T17:40:56.2543542Z copying build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\optim\_multi_tensor 2024-08-07T17:40:56.2549197Z copying build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\optim\_multi_tensor 2024-08-07T17:40:56.2554984Z copying build\lib.win-amd64-cpython-39\torch\optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-07T17:40:56.2560115Z copying build\lib.win-amd64-cpython-39\torch\overrides.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:56.2567438Z creating build\bdist.win-amd64\wheel\torch\package 2024-08-07T17:40:56.2570400Z creating build\bdist.win-amd64\wheel\torch\package\analyze 2024-08-07T17:40:56.2573262Z 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-08-07T17:40:56.2578461Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\is_from_package.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2024-08-07T17:40:56.2583547Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\trace_dependencies.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2024-08-07T17:40:56.2595022Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\__init__.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2024-08-07T17:40:56.2600233Z copying build\lib.win-amd64-cpython-39\torch\package\file_structure_representation.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-07T17:40:56.2605679Z copying build\lib.win-amd64-cpython-39\torch\package\find_file_dependencies.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-07T17:40:56.2611428Z copying build\lib.win-amd64-cpython-39\torch\package\glob_group.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-07T17:40:56.2623728Z copying build\lib.win-amd64-cpython-39\torch\package\importer.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-07T17:40:56.2628598Z copying build\lib.win-amd64-cpython-39\torch\package\package_exporter.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-07T17:40:56.2635057Z copying build\lib.win-amd64-cpython-39\torch\package\package_importer.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-07T17:40:56.2640803Z copying build\lib.win-amd64-cpython-39\torch\package\_digraph.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-07T17:40:56.2646013Z copying build\lib.win-amd64-cpython-39\torch\package\_directory_reader.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-07T17:40:56.2651284Z copying build\lib.win-amd64-cpython-39\torch\package\_importlib.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-07T17:40:56.2656704Z copying build\lib.win-amd64-cpython-39\torch\package\_mangling.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-07T17:40:56.2662103Z copying build\lib.win-amd64-cpython-39\torch\package\_mock.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-07T17:40:56.2667387Z copying build\lib.win-amd64-cpython-39\torch\package\_package_pickler.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-07T17:40:56.2673691Z copying build\lib.win-amd64-cpython-39\torch\package\_package_unpickler.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-07T17:40:56.2679209Z copying build\lib.win-amd64-cpython-39\torch\package\_stdlib.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-07T17:40:56.2684505Z copying build\lib.win-amd64-cpython-39\torch\package\__init__.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-07T17:40:56.2689938Z creating build\bdist.win-amd64\wheel\torch\profiler 2024-08-07T17:40:56.2692615Z copying build\lib.win-amd64-cpython-39\torch\profiler\itt.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-08-07T17:40:56.2697746Z copying build\lib.win-amd64-cpython-39\torch\profiler\profiler.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-08-07T17:40:56.2703745Z copying build\lib.win-amd64-cpython-39\torch\profiler\python_tracer.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-08-07T17:40:56.2709298Z copying build\lib.win-amd64-cpython-39\torch\profiler\_memory_profiler.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-08-07T17:40:56.2715461Z copying build\lib.win-amd64-cpython-39\torch\profiler\_pattern_matcher.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-08-07T17:40:56.2734415Z copying build\lib.win-amd64-cpython-39\torch\profiler\_utils.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-08-07T17:40:56.2740189Z copying build\lib.win-amd64-cpython-39\torch\profiler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-08-07T17:40:56.2746038Z copying build\lib.win-amd64-cpython-39\torch\py.typed -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:56.2757392Z creating build\bdist.win-amd64\wheel\torch\quantization 2024-08-07T17:40:56.2760281Z copying build\lib.win-amd64-cpython-39\torch\quantization\fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-07T17:40:56.2766192Z copying build\lib.win-amd64-cpython-39\torch\quantization\fuser_method_mappings.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-07T17:40:56.2771621Z copying build\lib.win-amd64-cpython-39\torch\quantization\fuse_modules.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-07T17:40:56.2783591Z creating build\bdist.win-amd64\wheel\torch\quantization\fx 2024-08-07T17:40:56.2786749Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\convert.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-07T17:40:56.2792007Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\fuse.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-07T17:40:56.2797563Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\fusion_patterns.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-07T17:40:56.2803147Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-07T17:40:56.2808544Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\match_utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-07T17:40:56.2819836Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-07T17:40:56.2825585Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\prepare.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-07T17:40:56.2831158Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\quantization_patterns.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-07T17:40:56.2837518Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\quantization_types.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-07T17:40:56.2862977Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-07T17:40:56.2868401Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-07T17:40:56.2874422Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-07T17:40:56.2880272Z copying build\lib.win-amd64-cpython-39\torch\quantization\observer.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-07T17:40:56.2885647Z copying build\lib.win-amd64-cpython-39\torch\quantization\qconfig.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-07T17:40:56.2891196Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantization_mappings.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-07T17:40:56.2896939Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-07T17:40:56.2902520Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize_fx.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-07T17:40:56.2908922Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize_jit.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-07T17:40:56.2915039Z copying build\lib.win-amd64-cpython-39\torch\quantization\quant_type.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-07T17:40:56.2920568Z copying build\lib.win-amd64-cpython-39\torch\quantization\stubs.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-07T17:40:56.2925941Z copying build\lib.win-amd64-cpython-39\torch\quantization\utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-07T17:40:56.2931982Z copying build\lib.win-amd64-cpython-39\torch\quantization\_numeric_suite.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-07T17:40:56.2942044Z copying build\lib.win-amd64-cpython-39\torch\quantization\_numeric_suite_fx.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-07T17:40:56.2948062Z copying build\lib.win-amd64-cpython-39\torch\quantization\_quantized_conversions.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-07T17:40:56.2953901Z copying build\lib.win-amd64-cpython-39\torch\quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-07T17:40:56.2959730Z copying build\lib.win-amd64-cpython-39\torch\quasirandom.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:56.2965883Z copying build\lib.win-amd64-cpython-39\torch\random.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:56.2971729Z copying build\lib.win-amd64-cpython-39\torch\return_types.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:56.2977486Z copying build\lib.win-amd64-cpython-39\torch\return_types.pyi -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:56.2983464Z copying build\lib.win-amd64-cpython-39\torch\serialization.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:56.2990803Z creating build\bdist.win-amd64\wheel\torch\share 2024-08-07T17:40:56.2994001Z creating build\bdist.win-amd64\wheel\torch\share\cmake 2024-08-07T17:40:56.2997344Z creating build\bdist.win-amd64\wheel\torch\share\cmake\ATen 2024-08-07T17:40:56.3000652Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\ATen\ATenConfig.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\ATen 2024-08-07T17:40:56.3006680Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2 2024-08-07T17:40:56.3009539Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Config.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-08-07T17:40:56.3015464Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Targets-release.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-08-07T17:40:56.3021470Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Targets.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-08-07T17:40:56.3035244Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUDAToolkit.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-08-07T17:40:56.3042152Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUSPARSELT.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-08-07T17:40:56.3047595Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindSYCLToolkit.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-08-07T17:40:56.3053113Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix 2024-08-07T17:40:56.3055864Z 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-08-07T17:40:56.3061266Z 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-08-07T17:40:56.3070713Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2024-08-07T17:40:56.3080959Z 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-08-07T17:40:56.3087955Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2024-08-07T17:40:56.3091178Z 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-08-07T17:40:56.3097073Z 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-08-07T17:40:56.3102914Z 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-08-07T17:40:56.3114946Z 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-08-07T17:40:56.3120971Z 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-08-07T17:40:56.3128608Z 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-08-07T17:40:56.3140954Z 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-08-07T17:40:56.3146540Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\public 2024-08-07T17:40:56.3149469Z 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-08-07T17:40:56.3155195Z 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-08-07T17:40:56.3161063Z 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-08-07T17:40:56.3166384Z 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-08-07T17:40:56.3178799Z 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-08-07T17:40:56.3185179Z 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-08-07T17:40:56.3190881Z 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-08-07T17:40:56.3196855Z 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-08-07T17:40:56.3203201Z 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-08-07T17:40:56.3209272Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Torch 2024-08-07T17:40:56.3212929Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Torch\TorchConfig.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Torch 2024-08-07T17:40:56.3218301Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Torch\TorchConfigVersion.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Torch 2024-08-07T17:40:56.3223550Z creating build\bdist.win-amd64\wheel\torch\signal 2024-08-07T17:40:56.3226580Z creating build\bdist.win-amd64\wheel\torch\signal\windows 2024-08-07T17:40:56.3254986Z copying build\lib.win-amd64-cpython-39\torch\signal\windows\windows.py -> build\bdist.win-amd64\wheel\.\torch\signal\windows 2024-08-07T17:40:56.3261204Z copying build\lib.win-amd64-cpython-39\torch\signal\windows\__init__.py -> build\bdist.win-amd64\wheel\.\torch\signal\windows 2024-08-07T17:40:56.3266028Z copying build\lib.win-amd64-cpython-39\torch\signal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\signal 2024-08-07T17:40:56.3271067Z creating build\bdist.win-amd64\wheel\torch\sparse 2024-08-07T17:40:56.3273849Z copying build\lib.win-amd64-cpython-39\torch\sparse\semi_structured.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-08-07T17:40:56.3279798Z copying build\lib.win-amd64-cpython-39\torch\sparse\_semi_structured_conversions.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-08-07T17:40:56.3285660Z copying build\lib.win-amd64-cpython-39\torch\sparse\_semi_structured_ops.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-08-07T17:40:56.3295957Z copying build\lib.win-amd64-cpython-39\torch\sparse\_triton_ops.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-08-07T17:40:56.3302341Z copying build\lib.win-amd64-cpython-39\torch\sparse\_triton_ops_meta.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-08-07T17:40:56.3311209Z copying build\lib.win-amd64-cpython-39\torch\sparse\__init__.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-08-07T17:40:56.3317649Z creating build\bdist.win-amd64\wheel\torch\special 2024-08-07T17:40:56.3320320Z copying build\lib.win-amd64-cpython-39\torch\special\__init__.py -> build\bdist.win-amd64\wheel\.\torch\special 2024-08-07T17:40:56.3326316Z copying build\lib.win-amd64-cpython-39\torch\storage.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:56.3334528Z creating build\bdist.win-amd64\wheel\torch\test 2024-08-07T17:40:56.3337333Z copying build\lib.win-amd64-cpython-39\torch\test\apply_utils_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3346162Z copying build\lib.win-amd64-cpython-39\torch\test\atest.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3355091Z copying build\lib.win-amd64-cpython-39\torch\test\backend_fallback_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3363519Z copying build\lib.win-amd64-cpython-39\torch\test\basic.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3382196Z copying build\lib.win-amd64-cpython-39\torch\test\broadcast_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3390836Z copying build\lib.win-amd64-cpython-39\torch\test\c10_accumulate_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3399190Z copying build\lib.win-amd64-cpython-39\torch\test\c10_bfloat16_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3407372Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Bitset_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3416343Z copying build\lib.win-amd64-cpython-39\torch\test\c10_bit_cast_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3424779Z copying build\lib.win-amd64-cpython-39\torch\test\c10_CompileTimeFunctionPointer_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3433430Z copying build\lib.win-amd64-cpython-39\torch\test\c10_complex_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3443045Z copying build\lib.win-amd64-cpython-39\torch\test\c10_complex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3452510Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ConstexprCrc_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3460885Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3471062Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DeadlockDetection_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3479880Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DeviceGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3488994Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Device_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3497759Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DispatchKeySet_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3517114Z copying build\lib.win-amd64-cpython-39\torch\test\c10_exception_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3526171Z copying build\lib.win-amd64-cpython-39\torch\test\c10_flags_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3535221Z copying build\lib.win-amd64-cpython-39\torch\test\c10_generic_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3544292Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3553714Z copying build\lib.win-amd64-cpython-39\torch\test\c10_InlineDeviceGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3563315Z copying build\lib.win-amd64-cpython-39\torch\test\c10_InlineStreamGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3576822Z copying build\lib.win-amd64-cpython-39\torch\test\c10_intrusive_ptr_benchmark.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3619304Z copying build\lib.win-amd64-cpython-39\torch\test\c10_intrusive_ptr_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3764543Z copying build\lib.win-amd64-cpython-39\torch\test\c10_irange_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3772549Z copying build\lib.win-amd64-cpython-39\torch\test\c10_lazy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3782417Z copying build\lib.win-amd64-cpython-39\torch\test\c10_LeftRight_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3790197Z copying build\lib.win-amd64-cpython-39\torch\test\c10_logging_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3799349Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Metaprogramming_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3807438Z copying build\lib.win-amd64-cpython-39\torch\test\c10_optional_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3817516Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ordered_preserving_dict_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3826840Z copying build\lib.win-amd64-cpython-39\torch\test\c10_registry_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3835204Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Scalar_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3853822Z copying build\lib.win-amd64-cpython-39\torch\test\c10_SizesAndStrides_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3862759Z copying build\lib.win-amd64-cpython-39\torch\test\c10_small_vector_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3876944Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ssize_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3885270Z copying build\lib.win-amd64-cpython-39\torch\test\c10_StreamGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3893504Z copying build\lib.win-amd64-cpython-39\torch\test\c10_string_util_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3901809Z copying build\lib.win-amd64-cpython-39\torch\test\c10_string_view_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3910419Z copying build\lib.win-amd64-cpython-39\torch\test\c10_SymInt_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.3918942Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Synchronized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4376572Z copying build\lib.win-amd64-cpython-39\torch\test\c10_tempfile_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4384408Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ThreadLocal_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4393040Z copying build\lib.win-amd64-cpython-39\torch\test\c10_typeid_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4401720Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeIndex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4410067Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeList_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4418239Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeTraits_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4426179Z copying build\lib.win-amd64-cpython-39\torch\test\CppSignature_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4434587Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4443567Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_generator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4464137Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_profiling_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4472877Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_rng_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4484051Z copying build\lib.win-amd64-cpython-39\torch\test\Dict_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4494228Z copying build\lib.win-amd64-cpython-39\torch\test\Dimname_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4502783Z copying build\lib.win-amd64-cpython-39\torch\test\dispatch_key_set_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4511571Z copying build\lib.win-amd64-cpython-39\torch\test\dlconvertor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4523386Z copying build\lib.win-amd64-cpython-39\torch\test\extension_backend_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4539276Z copying build\lib.win-amd64-cpython-39\torch\test\half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4553811Z copying build\lib.win-amd64-cpython-39\torch\test\IListRef_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4572842Z copying build\lib.win-amd64-cpython-39\torch\test\inline_container_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4582786Z copying build\lib.win-amd64-cpython-39\torch\test\ivalue_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4595500Z copying build\lib.win-amd64-cpython-39\torch\test\KernelFunction_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4605936Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_function_legacy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4621187Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_function_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4633855Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_lambda_legacy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4648045Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_lambda_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4660222Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_stackbased_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4678663Z copying build\lib.win-amd64-cpython-39\torch\test\lazy_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4688343Z copying build\lib.win-amd64-cpython-39\torch\test\legacy_vmap_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4700396Z copying build\lib.win-amd64-cpython-39\torch\test\List_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4713107Z copying build\lib.win-amd64-cpython-39\torch\test\make_boxed_from_unboxed_functor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4725582Z copying build\lib.win-amd64-cpython-39\torch\test\math_kernel_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4735706Z copying build\lib.win-amd64-cpython-39\torch\test\MaybeOwned_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4746490Z copying build\lib.win-amd64-cpython-39\torch\test\memory_format_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4755979Z copying build\lib.win-amd64-cpython-39\torch\test\memory_overlapping_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4765725Z copying build\lib.win-amd64-cpython-39\torch\test\mobile_memory_cleanup.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4775480Z copying build\lib.win-amd64-cpython-39\torch\test\NamedTensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4785370Z copying build\lib.win-amd64-cpython-39\torch\test\native_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4795390Z copying build\lib.win-amd64-cpython-39\torch\test\operators_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4804743Z copying build\lib.win-amd64-cpython-39\torch\test\operator_name_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4813986Z copying build\lib.win-amd64-cpython-39\torch\test\op_allowlist_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4822566Z copying build\lib.win-amd64-cpython-39\torch\test\op_registration_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4847140Z copying build\lib.win-amd64-cpython-39\torch\test\packedtensoraccessor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4856776Z copying build\lib.win-amd64-cpython-39\torch\test\pow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4867415Z copying build\lib.win-amd64-cpython-39\torch\test\quantized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4885515Z copying build\lib.win-amd64-cpython-39\torch\test\reduce_ops_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4894867Z copying build\lib.win-amd64-cpython-39\torch\test\reportMemoryUsage_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4903841Z copying build\lib.win-amd64-cpython-39\torch\test\scalar_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4913186Z copying build\lib.win-amd64-cpython-39\torch\test\scalar_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4922552Z copying build\lib.win-amd64-cpython-39\torch\test\StorageUtils_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4932683Z copying build\lib.win-amd64-cpython-39\torch\test\stride_properties_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4941756Z copying build\lib.win-amd64-cpython-39\torch\test\tensor_iterator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4953978Z copying build\lib.win-amd64-cpython-39\torch\test\test_parallel.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4965262Z copying build\lib.win-amd64-cpython-39\torch\test\thread_init_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4972190Z copying build\lib.win-amd64-cpython-39\torch\test\type_ptr_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4981691Z copying build\lib.win-amd64-cpython-39\torch\test\type_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.4992257Z copying build\lib.win-amd64-cpython-39\torch\test\undefined_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.5001753Z copying build\lib.win-amd64-cpython-39\torch\test\verify_api_visibility.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.5009073Z copying build\lib.win-amd64-cpython-39\torch\test\weakref_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.5018759Z copying build\lib.win-amd64-cpython-39\torch\test\wrapdim_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.5028786Z copying build\lib.win-amd64-cpython-39\torch\test\xla_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-07T17:40:56.5039542Z creating build\bdist.win-amd64\wheel\torch\testing 2024-08-07T17:40:56.5042576Z copying build\lib.win-amd64-cpython-39\torch\testing\_comparison.py -> build\bdist.win-amd64\wheel\.\torch\testing 2024-08-07T17:40:56.5049118Z copying build\lib.win-amd64-cpython-39\torch\testing\_creation.py -> build\bdist.win-amd64\wheel\.\torch\testing 2024-08-07T17:40:56.5056331Z creating build\bdist.win-amd64\wheel\torch\testing\_internal 2024-08-07T17:40:56.5059842Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\autocast_test_lists.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5066210Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\autograd_function_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5072442Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\check_kernel_launches.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5089442Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\codegen 2024-08-07T17:40:56.5092256Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\codegen 2024-08-07T17:40:56.5097655Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_cuda.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5103547Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_device_type.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5110624Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_distributed.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5117896Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_dist_composable.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5123831Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_dtype.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5130192Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_fsdp.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5136954Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_jit.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5143177Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_methods_invocations.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5160729Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_mkldnn.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5166766Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_modules.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5175261Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_nn.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5183517Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_optimizers.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5190909Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_pruning.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5200825Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_quantization.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5231692Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_quantized.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5249558Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_subclass.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5255532Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5263707Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\composite_compliance.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5270575Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\custom_op_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5277014Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\custom_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5283065Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\data 2024-08-07T17:40:56.5286436Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\network1.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2024-08-07T17:40:56.5291381Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\network2.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2024-08-07T17:40:56.5296287Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2024-08-07T17:40:56.5301671Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed 2024-08-07T17:40:56.5304508Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\checkpoint_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-08-07T17:40:56.5310346Z 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-08-07T17:40:56.5315551Z 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-08-07T17:40:56.5397729Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\distributed_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-08-07T17:40:56.5407124Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\distributed_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-08-07T17:40:56.5412356Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\fake_pg.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-08-07T17:40:56.5417515Z 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-08-07T17:40:56.5423511Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\nn 2024-08-07T17:40:56.5426383Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\nn\api 2024-08-07T17:40:56.5429439Z 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-08-07T17:40:56.5435289Z 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-08-07T17:40:56.5439871Z 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-08-07T17:40:56.5444415Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc 2024-08-07T17:40:56.5447472Z 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-08-07T17:40:56.5454081Z 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-08-07T17:40:56.5459816Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc\examples 2024-08-07T17:40:56.5462768Z 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-08-07T17:40:56.5468240Z 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-08-07T17:40:56.5473545Z 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-08-07T17:40:56.5478001Z 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-08-07T17:40:56.5492719Z 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-08-07T17:40:56.5498720Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc\jit 2024-08-07T17:40:56.5501777Z 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-08-07T17:40:56.5507051Z 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-08-07T17:40:56.5512803Z 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-08-07T17:40:56.5518408Z 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-08-07T17:40:56.5522771Z 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-08-07T17:40:56.5527925Z 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-08-07T17:40:56.5535657Z 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-08-07T17:40:56.5541648Z 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-08-07T17:40:56.5545946Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-08-07T17:40:56.5551804Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_shard 2024-08-07T17:40:56.5554711Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_shard\sharded_tensor 2024-08-07T17:40:56.5557886Z 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-08-07T17:40:56.5563286Z 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-08-07T17:40:56.5568791Z 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-08-07T17:40:56.5573933Z 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-08-07T17:40:56.5579176Z 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-08-07T17:40:56.5584326Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_tensor 2024-08-07T17:40:56.5587228Z 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-08-07T17:40:56.5593474Z 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-08-07T17:40:56.5598485Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-08-07T17:40:56.5602920Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\dist_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5608356Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\dynamo_test_failures.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5614000Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\generated 2024-08-07T17:40:56.5616940Z 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-08-07T17:40:56.5627336Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\generated\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\generated 2024-08-07T17:40:56.5631565Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\hop_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5636942Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\hypothesis_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5652714Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\inductor_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5657645Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\jit_metaprogramming_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5663563Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\jit_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5669418Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\logging_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5674716Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\logging_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5680415Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\opinfo 2024-08-07T17:40:56.5683211Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\core.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2024-08-07T17:40:56.5690198Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\opinfo\definitions 2024-08-07T17:40:56.5693047Z 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-08-07T17:40:56.5699209Z 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-08-07T17:40:56.5706158Z 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-08-07T17:40:56.5711839Z 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-08-07T17:40:56.5721564Z 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-08-07T17:40:56.5728032Z 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-08-07T17:40:56.5743214Z 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-08-07T17:40:56.5749550Z 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-08-07T17:40:56.5754771Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\refs.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2024-08-07T17:40:56.5760507Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2024-08-07T17:40:56.5766156Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2024-08-07T17:40:56.5772394Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\optests 2024-08-07T17:40:56.5775789Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\aot_autograd.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-08-07T17:40:56.5781758Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\autograd_registration.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-08-07T17:40:56.5787556Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\fake_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-08-07T17:40:56.5793303Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\generate_tests.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-08-07T17:40:56.5805928Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\make_fx.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-08-07T17:40:56.5811660Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-08-07T17:40:56.5817333Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\quantization_torch_package_models.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5823203Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\static_module.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5830335Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\test_module 2024-08-07T17:40:56.5839445Z 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-08-07T17:40:56.5844666Z 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-08-07T17:40:56.5850270Z 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-08-07T17:40:56.5855277Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\torchbind_impls.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5861090Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\triton_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5867312Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\two_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5873251Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-07T17:40:56.5878157Z copying build\lib.win-amd64-cpython-39\torch\testing\_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing 2024-08-07T17:40:56.5889778Z copying build\lib.win-amd64-cpython-39\torch\testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing 2024-08-07T17:40:56.5895286Z copying build\lib.win-amd64-cpython-39\torch\torch_version.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:56.5905946Z copying build\lib.win-amd64-cpython-39\torch\types.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:56.5912636Z creating build\bdist.win-amd64\wheel\torch\utils 2024-08-07T17:40:56.5915500Z creating build\bdist.win-amd64\wheel\torch\utils\backcompat 2024-08-07T17:40:56.5918891Z copying build\lib.win-amd64-cpython-39\torch\utils\backcompat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\backcompat 2024-08-07T17:40:56.5924696Z copying build\lib.win-amd64-cpython-39\torch\utils\backend_registration.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.5931221Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark 2024-08-07T17:40:56.5934177Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\examples 2024-08-07T17:40:56.5937524Z 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-08-07T17:40:56.5943484Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\compare.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-08-07T17:40:56.5949178Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-08-07T17:40:56.5954833Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\op_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-08-07T17:40:56.5960829Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\simple_timeit.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-08-07T17:40:56.5973606Z 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-08-07T17:40:56.5997629Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-08-07T17:40:56.6002687Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\op_fuzzers 2024-08-07T17:40:56.6005494Z 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-08-07T17:40:56.6011239Z 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-08-07T17:40:56.6017061Z 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-08-07T17:40:56.6023246Z 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-08-07T17:40:56.6033717Z 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-08-07T17:40:56.6039578Z 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-08-07T17:40:56.6044188Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\utils 2024-08-07T17:40:56.6046950Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-08-07T17:40:56.6052711Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\compare.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-08-07T17:40:56.6057844Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\compile.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-08-07T17:40:56.6063343Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\cpp_jit.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-08-07T17:40:56.6068940Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-08-07T17:40:56.6074559Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\sparse_fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-08-07T17:40:56.6089605Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\timeit_template.cpp -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-08-07T17:40:56.6095203Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\timer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-08-07T17:40:56.6101624Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\utils\valgrind_wrapper 2024-08-07T17:40:56.6104304Z 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-08-07T17:40:56.6109627Z 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-08-07T17:40:56.6114951Z 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-08-07T17:40:56.6127117Z 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-08-07T17:40:56.6132789Z 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-08-07T17:40:56.6141712Z 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-08-07T17:40:56.6145847Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\_stubs.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-08-07T17:40:56.6151626Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-08-07T17:40:56.6156347Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark 2024-08-07T17:40:56.6161601Z creating build\bdist.win-amd64\wheel\torch\utils\bottleneck 2024-08-07T17:40:56.6173719Z copying build\lib.win-amd64-cpython-39\torch\utils\bottleneck\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\bottleneck 2024-08-07T17:40:56.6177694Z copying build\lib.win-amd64-cpython-39\torch\utils\bottleneck\__main__.py -> build\bdist.win-amd64\wheel\.\torch\utils\bottleneck 2024-08-07T17:40:56.6182805Z copying build\lib.win-amd64-cpython-39\torch\utils\bundled_inputs.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6188398Z copying build\lib.win-amd64-cpython-39\torch\utils\checkpoint.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6194701Z copying build\lib.win-amd64-cpython-39\torch\utils\collect_env.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6200543Z copying build\lib.win-amd64-cpython-39\torch\utils\cpp_backtrace.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6205552Z copying build\lib.win-amd64-cpython-39\torch\utils\cpp_extension.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6212288Z creating build\bdist.win-amd64\wheel\torch\utils\data 2024-08-07T17:40:56.6215149Z copying build\lib.win-amd64-cpython-39\torch\utils\data\backward_compatibility.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-08-07T17:40:56.6220050Z copying build\lib.win-amd64-cpython-39\torch\utils\data\dataloader.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-08-07T17:40:56.6226559Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes 2024-08-07T17:40:56.6229405Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\dataframe 2024-08-07T17:40:56.6232306Z 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-08-07T17:40:56.6237805Z 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-08-07T17:40:56.6243625Z 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-08-07T17:40:56.6259138Z 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-08-07T17:40:56.6264977Z 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-08-07T17:40:56.6270348Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\datapipe.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-08-07T17:40:56.6276571Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\datapipe.pyi -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-08-07T17:40:56.6282928Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\gen_pyi.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-08-07T17:40:56.6289285Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\iter 2024-08-07T17:40:56.6297478Z 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-08-07T17:40:56.6303224Z 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-08-07T17:40:56.6308903Z 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-08-07T17:40:56.6315359Z 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-08-07T17:40:56.6326030Z 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-08-07T17:40:56.6331609Z 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-08-07T17:40:56.6338027Z 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-08-07T17:40:56.6343610Z 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-08-07T17:40:56.6349159Z 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-08-07T17:40:56.6355182Z 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-08-07T17:40:56.6360758Z 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-08-07T17:40:56.6366172Z 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-08-07T17:40:56.6372128Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\map 2024-08-07T17:40:56.6374996Z 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-08-07T17:40:56.6380482Z 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-08-07T17:40:56.6386019Z 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-08-07T17:40:56.6391489Z 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-08-07T17:40:56.6396883Z 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-08-07T17:40:56.6408375Z 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-08-07T17:40:56.6413847Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\utils 2024-08-07T17:40:56.6417150Z 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-08-07T17:40:56.6423033Z 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-08-07T17:40:56.6429291Z 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-08-07T17:40:56.6435382Z 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-08-07T17:40:56.6439857Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_decorator.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-08-07T17:40:56.6446174Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_hook_iterator.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-08-07T17:40:56.6451796Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_typing.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-08-07T17:40:56.6457955Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-08-07T17:40:56.6463378Z copying build\lib.win-amd64-cpython-39\torch\utils\data\dataset.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-08-07T17:40:56.6474708Z copying build\lib.win-amd64-cpython-39\torch\utils\data\distributed.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-08-07T17:40:56.6480465Z copying build\lib.win-amd64-cpython-39\torch\utils\data\graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-08-07T17:40:56.6486151Z copying build\lib.win-amd64-cpython-39\torch\utils\data\graph_settings.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-08-07T17:40:56.6491877Z copying build\lib.win-amd64-cpython-39\torch\utils\data\sampler.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-08-07T17:40:56.6497943Z creating build\bdist.win-amd64\wheel\torch\utils\data\_utils 2024-08-07T17:40:56.6501481Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\collate.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-08-07T17:40:56.6506917Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\fetch.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-08-07T17:40:56.6512522Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\pin_memory.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-08-07T17:40:56.6518539Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\signal_handling.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-08-07T17:40:56.6523920Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\worker.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-08-07T17:40:56.6540347Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-08-07T17:40:56.6546715Z copying build\lib.win-amd64-cpython-39\torch\utils\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-08-07T17:40:56.6552113Z copying build\lib.win-amd64-cpython-39\torch\utils\deterministic.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6557653Z copying build\lib.win-amd64-cpython-39\torch\utils\dlpack.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6563194Z copying build\lib.win-amd64-cpython-39\torch\utils\file_baton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6568636Z copying build\lib.win-amd64-cpython-39\torch\utils\flop_counter.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6575189Z creating build\bdist.win-amd64\wheel\torch\utils\hipify 2024-08-07T17:40:56.6577827Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\constants.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-08-07T17:40:56.6583268Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\cuda_to_hip_mappings.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-08-07T17:40:56.6591907Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\hipify_python.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-08-07T17:40:56.6597951Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\version.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-08-07T17:40:56.6611870Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-08-07T17:40:56.6617284Z copying build\lib.win-amd64-cpython-39\torch\utils\hooks.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6623553Z creating build\bdist.win-amd64\wheel\torch\utils\jit 2024-08-07T17:40:56.6626385Z copying build\lib.win-amd64-cpython-39\torch\utils\jit\log_extract.py -> build\bdist.win-amd64\wheel\.\torch\utils\jit 2024-08-07T17:40:56.6632139Z copying build\lib.win-amd64-cpython-39\torch\utils\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\jit 2024-08-07T17:40:56.6636992Z copying build\lib.win-amd64-cpython-39\torch\utils\mkldnn.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6642755Z copying build\lib.win-amd64-cpython-39\torch\utils\mobile_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6648806Z creating build\bdist.win-amd64\wheel\torch\utils\model_dump 2024-08-07T17:40:56.6651959Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\code.js -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-08-07T17:40:56.6657670Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\htm.mjs -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-08-07T17:40:56.6662832Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\preact.mjs -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-08-07T17:40:56.6668391Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\skeleton.html -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-08-07T17:40:56.6673486Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-08-07T17:40:56.6684121Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\__main__.py -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-08-07T17:40:56.6688982Z copying build\lib.win-amd64-cpython-39\torch\utils\model_zoo.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6694034Z copying build\lib.win-amd64-cpython-39\torch\utils\module_tracker.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6705010Z copying build\lib.win-amd64-cpython-39\torch\utils\show_pickle.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6710598Z creating build\bdist.win-amd64\wheel\torch\utils\tensorboard 2024-08-07T17:40:56.6713419Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\summary.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-08-07T17:40:56.6719325Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\writer.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-08-07T17:40:56.6724927Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_convert_np.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-08-07T17:40:56.6730661Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_embedding.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-08-07T17:40:56.6742265Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_onnx_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-08-07T17:40:56.6747612Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_proto_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-08-07T17:40:56.6752817Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_pytorch_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-08-07T17:40:56.6758743Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-08-07T17:40:56.6763835Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-08-07T17:40:56.6768771Z copying build\lib.win-amd64-cpython-39\torch\utils\throughput_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6774243Z creating build\bdist.win-amd64\wheel\torch\utils\viz 2024-08-07T17:40:56.6777060Z copying build\lib.win-amd64-cpython-39\torch\utils\viz\_cycles.py -> build\bdist.win-amd64\wheel\.\torch\utils\viz 2024-08-07T17:40:56.6782395Z copying build\lib.win-amd64-cpython-39\torch\utils\viz\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\viz 2024-08-07T17:40:56.6786550Z copying build\lib.win-amd64-cpython-39\torch\utils\weak.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6791737Z copying build\lib.win-amd64-cpython-39\torch\utils\_backport_slots.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6797482Z copying build\lib.win-amd64-cpython-39\torch\utils\_config_module.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6802783Z copying build\lib.win-amd64-cpython-39\torch\utils\_config_typing.pyi -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6807971Z copying build\lib.win-amd64-cpython-39\torch\utils\_content_store.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6827649Z copying build\lib.win-amd64-cpython-39\torch\utils\_contextlib.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6833036Z copying build\lib.win-amd64-cpython-39\torch\utils\_cpp_extension_versioner.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6847216Z copying build\lib.win-amd64-cpython-39\torch\utils\_cxx_pytree.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6853484Z copying build\lib.win-amd64-cpython-39\torch\utils\_device.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6859135Z copying build\lib.win-amd64-cpython-39\torch\utils\_exposed_in.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6865355Z copying build\lib.win-amd64-cpython-39\torch\utils\_foreach_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6871273Z copying build\lib.win-amd64-cpython-39\torch\utils\_freeze.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6877168Z copying build\lib.win-amd64-cpython-39\torch\utils\_get_clean_triton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6882940Z copying build\lib.win-amd64-cpython-39\torch\utils\_import_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6888753Z copying build\lib.win-amd64-cpython-39\torch\utils\_mode_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6894274Z copying build\lib.win-amd64-cpython-39\torch\utils\_ordered_set.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6900226Z copying build\lib.win-amd64-cpython-39\torch\utils\_python_dispatch.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6911676Z copying build\lib.win-amd64-cpython-39\torch\utils\_pytree.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6918278Z copying build\lib.win-amd64-cpython-39\torch\utils\_stats.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.6924503Z creating build\bdist.win-amd64\wheel\torch\utils\_strobelight 2024-08-07T17:40:56.6927735Z copying build\lib.win-amd64-cpython-39\torch\utils\_strobelight\cli_function_profiler.py -> build\bdist.win-amd64\wheel\.\torch\utils\_strobelight 2024-08-07T17:40:56.6933556Z copying build\lib.win-amd64-cpython-39\torch\utils\_strobelight\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\_strobelight 2024-08-07T17:40:56.6938429Z creating build\bdist.win-amd64\wheel\torch\utils\_sympy 2024-08-07T17:40:56.6941676Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\functions.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-08-07T17:40:56.6947861Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\interp.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-08-07T17:40:56.6953492Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\numbers.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-08-07T17:40:56.6959278Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\reference.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-08-07T17:40:56.6965515Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\singleton_int.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-08-07T17:40:56.6976199Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\solve.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-08-07T17:40:56.6981736Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\symbol.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-08-07T17:40:56.6987685Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\value_ranges.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-08-07T17:40:56.6994331Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-08-07T17:40:56.6998829Z copying build\lib.win-amd64-cpython-39\torch\utils\_thunk.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.7004407Z copying build\lib.win-amd64-cpython-39\torch\utils\_traceback.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.7010183Z copying build\lib.win-amd64-cpython-39\torch\utils\_triton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.7015877Z copying build\lib.win-amd64-cpython-39\torch\utils\_typing_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.7021384Z copying build\lib.win-amd64-cpython-39\torch\utils\_zip.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.7027041Z copying build\lib.win-amd64-cpython-39\torch\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-07T17:40:56.7032856Z copying build\lib.win-amd64-cpython-39\torch\version.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:56.7038732Z creating build\bdist.win-amd64\wheel\torch\xpu 2024-08-07T17:40:56.7041758Z copying build\lib.win-amd64-cpython-39\torch\xpu\random.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-08-07T17:40:56.7047418Z copying build\lib.win-amd64-cpython-39\torch\xpu\streams.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-08-07T17:40:56.7053419Z copying build\lib.win-amd64-cpython-39\torch\xpu\_gpu_trace.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-08-07T17:40:56.7059103Z copying build\lib.win-amd64-cpython-39\torch\xpu\_utils.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-08-07T17:40:56.7064692Z copying build\lib.win-amd64-cpython-39\torch\xpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-08-07T17:40:56.7070471Z copying build\lib.win-amd64-cpython-39\torch\_appdirs.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:56.7077004Z creating build\bdist.win-amd64\wheel\torch\_awaits 2024-08-07T17:40:56.7080250Z copying build\lib.win-amd64-cpython-39\torch\_awaits\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_awaits 2024-08-07T17:40:56.7086366Z creating build\bdist.win-amd64\wheel\torch\_C 2024-08-07T17:40:56.7089043Z copying build\lib.win-amd64-cpython-39\torch\_C\_aoti.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-07T17:40:56.7094566Z copying build\lib.win-amd64-cpython-39\torch\_C\_autograd.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-07T17:40:56.7100399Z copying build\lib.win-amd64-cpython-39\torch\_C\_cpu.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-07T17:40:56.7105773Z copying build\lib.win-amd64-cpython-39\torch\_C\_cudnn.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-07T17:40:56.7111243Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_autograd.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-07T17:40:56.7124289Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_c10d.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-07T17:40:56.7130456Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_rpc.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-07T17:40:56.7136262Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_rpc_testing.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-07T17:40:56.7142042Z copying build\lib.win-amd64-cpython-39\torch\_C\_functions.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-07T17:40:56.7147564Z copying build\lib.win-amd64-cpython-39\torch\_C\_functorch.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-07T17:40:56.7153434Z copying build\lib.win-amd64-cpython-39\torch\_C\_itt.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-07T17:40:56.7159022Z copying build\lib.win-amd64-cpython-39\torch\_C\_lazy.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-07T17:40:56.7164685Z copying build\lib.win-amd64-cpython-39\torch\_C\_lazy_ts_backend.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-07T17:40:56.7170250Z copying build\lib.win-amd64-cpython-39\torch\_C\_monitor.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-07T17:40:56.7175875Z copying build\lib.win-amd64-cpython-39\torch\_C\_nn.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-07T17:40:56.7181613Z copying build\lib.win-amd64-cpython-39\torch\_C\_nvtx.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-07T17:40:56.7186872Z copying build\lib.win-amd64-cpython-39\torch\_C\_onnx.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-07T17:40:56.7192485Z copying build\lib.win-amd64-cpython-39\torch\_C\_profiler.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-07T17:40:56.7198527Z copying build\lib.win-amd64-cpython-39\torch\_C\_VariableFunctions.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-07T17:40:56.7215151Z copying build\lib.win-amd64-cpython-39\torch\_C\_verbose.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-07T17:40:56.7220712Z copying build\lib.win-amd64-cpython-39\torch\_C\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-07T17:40:56.7231530Z copying build\lib.win-amd64-cpython-39\torch\_C.cp39-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:56.7237547Z copying build\lib.win-amd64-cpython-39\torch\_classes.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:56.7243561Z copying build\lib.win-amd64-cpython-39\torch\_compile.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:56.7249863Z creating build\bdist.win-amd64\wheel\torch\_custom_op 2024-08-07T17:40:56.7253306Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\autograd.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2024-08-07T17:40:56.7258712Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\functional.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2024-08-07T17:40:56.7264606Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\impl.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2024-08-07T17:40:56.7270654Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2024-08-07T17:40:56.7275257Z copying build\lib.win-amd64-cpython-39\torch\_custom_ops.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:56.7281715Z creating build\bdist.win-amd64\wheel\torch\_decomp 2024-08-07T17:40:56.7285002Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2024-08-07T17:40:56.7292828Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions_for_jvp.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2024-08-07T17:40:56.7298639Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions_for_rng.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2024-08-07T17:40:56.7312179Z copying build\lib.win-amd64-cpython-39\torch\_decomp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2024-08-07T17:40:56.7319086Z copying build\lib.win-amd64-cpython-39\torch\_deploy.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:56.7325195Z creating build\bdist.win-amd64\wheel\torch\_dispatch 2024-08-07T17:40:56.7333962Z copying build\lib.win-amd64-cpython-39\torch\_dispatch\python.py -> build\bdist.win-amd64\wheel\.\torch\_dispatch 2024-08-07T17:40:56.7339694Z copying build\lib.win-amd64-cpython-39\torch\_dispatch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dispatch 2024-08-07T17:40:56.7344725Z creating build\bdist.win-amd64\wheel\torch\_dynamo 2024-08-07T17:40:56.7347691Z creating build\bdist.win-amd64\wheel\torch\_dynamo\backends 2024-08-07T17:40:56.7350358Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\common.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-08-07T17:40:56.7356181Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\cudagraphs.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-08-07T17:40:56.7361422Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\debugging.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-08-07T17:40:56.7366679Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-08-07T17:40:56.7378597Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\inductor.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-08-07T17:40:56.7383998Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\onnxrt.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-08-07T17:40:56.7389191Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\registry.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-08-07T17:40:56.7394262Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\tensorrt.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-08-07T17:40:56.7399276Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\torchxla.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-08-07T17:40:56.7404380Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\tvm.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-08-07T17:40:56.7409796Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-08-07T17:40:56.7414078Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\bytecode_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7419456Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\bytecode_transformation.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7425524Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\cache_size.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7436654Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\callback.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7442236Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\codegen.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7447883Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\code_context.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7453137Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\compiled_autograd.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7458420Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\comptime.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7464223Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\config.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7469866Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\convert_frame.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7475793Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\create_parameter_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7481169Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\current_scope_id.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7486386Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7492134Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\decorators.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7497470Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\device_interface.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7503257Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7508468Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\eval_frame.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7514822Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\exc.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7523986Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\external_utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7527351Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\funcname_cache.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7532577Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\guards.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7547193Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\hooks.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7552091Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\logging.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7557348Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\mutation_guard.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7562698Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\output_graph.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7595721Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfill.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7601011Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\profiler.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7606267Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\replay_record.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7611887Z creating build\bdist.win-amd64\wheel\torch\_dynamo\repro 2024-08-07T17:40:56.7614682Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\after_aot.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2024-08-07T17:40:56.7620544Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\after_dynamo.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2024-08-07T17:40:56.7626311Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2024-08-07T17:40:56.7630608Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\resume_execution.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7636523Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\side_effects.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7642875Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\source.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7648907Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\symbolic_convert.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7655793Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\tensor_version_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7670512Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\testing.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7675814Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\test_case.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7681495Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\test_minifier_common.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7686790Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\trace_rules.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7693706Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\types.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7698874Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7705688Z creating build\bdist.win-amd64\wheel\torch\_dynamo\variables 2024-08-07T17:40:56.7708603Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\base.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-07T17:40:56.7714066Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\builder.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-07T17:40:56.7720650Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\builtin.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-07T17:40:56.7726734Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\constant.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-07T17:40:56.7731934Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\ctx_manager.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-07T17:40:56.7748534Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\dicts.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-07T17:40:56.7754433Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-07T17:40:56.7760225Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\functions.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-07T17:40:56.7765876Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\higher_order_ops.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-07T17:40:56.7772214Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\iter.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-07T17:40:56.7777973Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\lazy.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-07T17:40:56.7783408Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\lists.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-07T17:40:56.7789143Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\misc.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-07T17:40:56.7795225Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\nn_module.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-07T17:40:56.7801521Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-07T17:40:56.7806965Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\script_object.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-07T17:40:56.7812302Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\sdpa.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-07T17:40:56.7817943Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\tensor.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-07T17:40:56.7824011Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\torch.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-07T17:40:56.7830211Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\torch_function.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-07T17:40:56.7835337Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\user_defined.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-07T17:40:56.7841333Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-07T17:40:56.7846950Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\_trace_wrapped_higher_order_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7852416Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-07T17:40:56.7858269Z creating build\bdist.win-amd64\wheel\torch\_export 2024-08-07T17:40:56.7861145Z copying build\lib.win-amd64-cpython-39\torch\_export\converter.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-08-07T17:40:56.7868466Z creating build\bdist.win-amd64\wheel\torch\_export\db 2024-08-07T17:40:56.7871121Z copying build\lib.win-amd64-cpython-39\torch\_export\db\case.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2024-08-07T17:40:56.7877630Z creating build\bdist.win-amd64\wheel\torch\_export\db\examples 2024-08-07T17:40:56.7880502Z 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-08-07T17:40:56.7886053Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\autograd_function.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-07T17:40:56.7892388Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\class_method.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-07T17:40:56.7909713Z 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-08-07T17:40:56.7915982Z 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-08-07T17:40:56.7922248Z 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-08-07T17:40:56.7928220Z 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-08-07T17:40:56.7933856Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_operands.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-07T17:40:56.7939825Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_predicate.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-07T17:40:56.7946539Z 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-08-07T17:40:56.7952454Z 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-08-07T17:40:56.7958659Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\decorator.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-07T17:40:56.7964566Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dictionary.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-07T17:40:56.7970862Z 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-08-07T17:40:56.7976503Z 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-08-07T17:40:56.7982873Z 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-08-07T17:40:56.7988554Z 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-08-07T17:40:56.7994317Z 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-08-07T17:40:56.8126291Z 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-08-07T17:40:56.8131970Z 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-08-07T17:40:56.8137885Z 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-08-07T17:40:56.8145793Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\list_contains.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-07T17:40:56.8150277Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\list_unpack.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-07T17:40:56.8156350Z 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-08-07T17:40:56.8162600Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\nested_function.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-07T17:40:56.8168011Z 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-08-07T17:40:56.8179023Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\optional_input.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-07T17:40:56.8184913Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\pytree_flatten.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-07T17:40:56.8191010Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\scalar_output.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-07T17:40:56.8197154Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\specialized_attribute.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-07T17:40:56.8202556Z 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-08-07T17:40:56.8208163Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\static_if.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-07T17:40:56.8213690Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\tensor_setattr.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-07T17:40:56.8219386Z 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-08-07T17:40:56.8224629Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\unsupported_operator.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-07T17:40:56.8238462Z 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-08-07T17:40:56.8243942Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-07T17:40:56.8249112Z copying build\lib.win-amd64-cpython-39\torch\_export\db\gen_example.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2024-08-07T17:40:56.8254106Z copying build\lib.win-amd64-cpython-39\torch\_export\db\logging.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2024-08-07T17:40:56.8259160Z copying build\lib.win-amd64-cpython-39\torch\_export\db\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2024-08-07T17:40:56.8264536Z copying build\lib.win-amd64-cpython-39\torch\_export\error.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-08-07T17:40:56.8270009Z copying build\lib.win-amd64-cpython-39\torch\_export\non_strict_utils.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-08-07T17:40:56.8276113Z creating build\bdist.win-amd64\wheel\torch\_export\passes 2024-08-07T17:40:56.8284722Z 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-08-07T17:40:56.8290113Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\collect_tracepoints_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-08-07T17:40:56.8295595Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\constant_folding.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-08-07T17:40:56.8306991Z 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-08-07T17:40:56.8311893Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\lift_constants_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-08-07T17:40:56.8317466Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\remove_runtime_assertions.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-08-07T17:40:56.8323264Z 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-08-07T17:40:56.8328830Z 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-08-07T17:40:56.8334554Z 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-08-07T17:40:56.8339944Z 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-08-07T17:40:56.8345350Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\_node_metadata_hook.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-08-07T17:40:56.8350639Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-08-07T17:40:56.8355988Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_base.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-08-07T17:40:56.8361952Z creating build\bdist.win-amd64\wheel\torch\_export\pass_infra 2024-08-07T17:40:56.8365055Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\node_metadata.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2024-08-07T17:40:56.8372661Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\proxy_value.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2024-08-07T17:40:56.8378009Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2024-08-07T17:40:56.8383085Z creating build\bdist.win-amd64\wheel\torch\_export\serde 2024-08-07T17:40:56.8385797Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\aoti_schema.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-08-07T17:40:56.8390922Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-08-07T17:40:56.8396361Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema.yaml -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-08-07T17:40:56.8401624Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema_check.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-08-07T17:40:56.8501436Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\serialize.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-08-07T17:40:56.8508749Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\union.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-08-07T17:40:56.8514640Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-08-07T17:40:56.8519608Z copying build\lib.win-amd64-cpython-39\torch\_export\tools.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-08-07T17:40:56.8525981Z copying build\lib.win-amd64-cpython-39\torch\_export\utils.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-08-07T17:40:56.8534021Z copying build\lib.win-amd64-cpython-39\torch\_export\verifier.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-08-07T17:40:56.8540769Z copying build\lib.win-amd64-cpython-39\torch\_export\wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-08-07T17:40:56.8547416Z copying build\lib.win-amd64-cpython-39\torch\_export\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-08-07T17:40:56.8554744Z creating build\bdist.win-amd64\wheel\torch\_functorch 2024-08-07T17:40:56.8557675Z copying build\lib.win-amd64-cpython-39\torch\_functorch\aot_autograd.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-07T17:40:56.8564111Z copying build\lib.win-amd64-cpython-39\torch\_functorch\apis.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-07T17:40:56.8570351Z copying build\lib.win-amd64-cpython-39\torch\_functorch\autograd_function.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-07T17:40:56.8577060Z copying build\lib.win-amd64-cpython-39\torch\_functorch\batch_norm_replacement.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-07T17:40:56.8687157Z copying build\lib.win-amd64-cpython-39\torch\_functorch\benchmark_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-07T17:40:56.8692886Z copying build\lib.win-amd64-cpython-39\torch\_functorch\compilers.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-07T17:40:56.8699162Z copying build\lib.win-amd64-cpython-39\torch\_functorch\compile_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-07T17:40:56.8704966Z copying build\lib.win-amd64-cpython-39\torch\_functorch\config.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-07T17:40:56.8710798Z copying build\lib.win-amd64-cpython-39\torch\_functorch\deprecated.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-07T17:40:56.8716663Z copying build\lib.win-amd64-cpython-39\torch\_functorch\eager_transforms.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-07T17:40:56.8724361Z copying build\lib.win-amd64-cpython-39\torch\_functorch\functional_call.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-07T17:40:56.8729980Z copying build\lib.win-amd64-cpython-39\torch\_functorch\fx_minifier.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-07T17:40:56.8736006Z copying build\lib.win-amd64-cpython-39\torch\_functorch\make_functional.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-07T17:40:56.8742155Z copying build\lib.win-amd64-cpython-39\torch\_functorch\partitioners.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-07T17:40:56.8748628Z copying build\lib.win-amd64-cpython-39\torch\_functorch\pyfunctorch.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-07T17:40:56.8754424Z copying build\lib.win-amd64-cpython-39\torch\_functorch\python_key.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-07T17:40:56.8759907Z copying build\lib.win-amd64-cpython-39\torch\_functorch\pytree_hacks.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-07T17:40:56.8765448Z copying build\lib.win-amd64-cpython-39\torch\_functorch\top_operators_github_usage.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-07T17:40:56.8771397Z copying build\lib.win-amd64-cpython-39\torch\_functorch\utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-07T17:40:56.8776713Z copying build\lib.win-amd64-cpython-39\torch\_functorch\vmap.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-07T17:40:56.8783059Z creating build\bdist.win-amd64\wheel\torch\_functorch\_aot_autograd 2024-08-07T17:40:57.3781670Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\autograd_cache.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-08-07T17:40:57.3783702Z 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-08-07T17:40:57.3785147Z 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-08-07T17:40:57.3786503Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\functional_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-08-07T17:40:57.3787946Z 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-08-07T17:40:57.3789102Z 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-08-07T17:40:57.3790235Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\logging_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-08-07T17:40:57.3794499Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\runtime_wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-08-07T17:40:57.3801503Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\schemas.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-08-07T17:40:57.3807743Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\subclass_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-08-07T17:40:57.3813552Z 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-08-07T17:40:57.3819424Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-08-07T17:40:57.3824668Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-08-07T17:40:57.3829888Z copying build\lib.win-amd64-cpython-39\torch\_functorch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-07T17:40:57.3835228Z copying build\lib.win-amd64-cpython-39\torch\_guards.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:57.3842656Z creating build\bdist.win-amd64\wheel\torch\_higher_order_ops 2024-08-07T17:40:57.3845838Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\associative_scan.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-08-07T17:40:57.3851813Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\auto_functionalize.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-08-07T17:40:57.3857605Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\cond.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-08-07T17:40:57.3870549Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\effects.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-08-07T17:40:57.3876192Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-08-07T17:40:57.3882600Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\map.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-08-07T17:40:57.3888399Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\out_dtype.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-08-07T17:40:57.3894278Z 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-08-07T17:40:57.3900044Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\strict_mode.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-08-07T17:40:57.3905845Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\torchbind.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-08-07T17:40:57.3911677Z 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-08-07T17:40:57.3918162Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\utils.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-08-07T17:40:57.3924158Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\while_loop.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-08-07T17:40:57.3929955Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\wrap.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-08-07T17:40:57.3935613Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-08-07T17:40:57.3941852Z creating build\bdist.win-amd64\wheel\torch\_inductor 2024-08-07T17:40:57.3945452Z copying build\lib.win-amd64-cpython-39\torch\_inductor\aoti_eager.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.3951364Z copying build\lib.win-amd64-cpython-39\torch\_inductor\async_compile.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.3957566Z creating build\bdist.win-amd64\wheel\torch\_inductor\autoheuristic 2024-08-07T17:40:57.3969745Z creating build\bdist.win-amd64\wheel\torch\_inductor\autoheuristic\artifacts 2024-08-07T17:40:57.3972669Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-08-07T17:40:57.3978782Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_PadMMA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-08-07T17:40:57.3984467Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-08-07T17:40:57.3989409Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\autoheuristic.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-08-07T17:40:57.3995293Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\autoheuristic_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-08-07T17:40:57.4007336Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\learnedheuristic_interface.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-08-07T17:40:57.4013328Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\learned_heuristic_controller.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-08-07T17:40:57.4019629Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-08-07T17:40:57.4024381Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autotune_process.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.4030998Z copying build\lib.win-amd64-cpython-39\torch\_inductor\bounds.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.4036696Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codecache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.4044781Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen 2024-08-07T17:40:57.4048344Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_hipify_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-07T17:40:57.4054436Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\aoti_runtime 2024-08-07T17:40:57.4057617Z 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-08-07T17:40:57.4063143Z 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-08-07T17:40:57.4068911Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\codegen_device_driver.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-07T17:40:57.4083451Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\common.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-07T17:40:57.4090134Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-07T17:40:57.4097939Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-07T17:40:57.4105105Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_micro_gemm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-07T17:40:57.4111483Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_prefix.h -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-07T17:40:57.4118184Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-07T17:40:57.4124152Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_template_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-07T17:40:57.4130024Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-07T17:40:57.4136602Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_cpu.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-07T17:40:57.4144876Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_cuda.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-07T17:40:57.4151770Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda 2024-08-07T17:40:57.4155216Z 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-08-07T17:40:57.4161119Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_env.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-08-07T17:40:57.4167020Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-08-07T17:40:57.4172847Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-08-07T17:40:57.4189899Z 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-08-07T17:40:57.4196480Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2024-08-07T17:40:57.4199815Z 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-08-07T17:40:57.4205832Z 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-08-07T17:40:57.4210514Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-08-07T17:40:57.4216495Z 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-08-07T17:40:57.4222363Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-08-07T17:40:57.4229005Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-08-07T17:40:57.4234228Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda_combined_scheduling.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-07T17:40:57.4240184Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\halide.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-07T17:40:57.4246915Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\memory_planning.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-07T17:40:57.4253283Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\multi_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-07T17:40:57.4259459Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\rocm 2024-08-07T17:40:57.4262471Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\ck_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-08-07T17:40:57.4268351Z 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-08-07T17:40:57.4274045Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\compile_command.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-08-07T17:40:57.4291798Z 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-08-07T17:40:57.4297869Z 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-08-07T17:40:57.4303227Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-08-07T17:40:57.4308580Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-08-07T17:40:57.4314071Z 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-08-07T17:40:57.4319591Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-08-07T17:40:57.4323873Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\simd.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-07T17:40:57.4331001Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-07T17:40:57.4337913Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_combo_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-07T17:40:57.4350904Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_split_scan.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-07T17:40:57.4356392Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-07T17:40:57.4361694Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\wrapper.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-07T17:40:57.4368149Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\xpu 2024-08-07T17:40:57.4370996Z 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-08-07T17:40:57.4376315Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\xpu 2024-08-07T17:40:57.4380720Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-07T17:40:57.4385742Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comms.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.4391279Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comm_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.4396644Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_fx.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.4403355Z creating build\bdist.win-amd64\wheel\torch\_inductor\compile_worker 2024-08-07T17:40:57.4406338Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\subproc_pool.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2024-08-07T17:40:57.4411533Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\watchdog.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2024-08-07T17:40:57.4416872Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2024-08-07T17:40:57.4421079Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\__main__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2024-08-07T17:40:57.4426092Z copying build\lib.win-amd64-cpython-39\torch\_inductor\config.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.4431915Z copying build\lib.win-amd64-cpython-39\torch\_inductor\constant_folding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.4455422Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cpp_builder.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.4461160Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cpu_vec_isa.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.4466639Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cudagraph_trees.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.4473346Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cudagraph_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.4478843Z copying build\lib.win-amd64-cpython-39\torch\_inductor\debug.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.4485374Z copying build\lib.win-amd64-cpython-39\torch\_inductor\decomposition.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.4493202Z copying build\lib.win-amd64-cpython-39\torch\_inductor\dependencies.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.4499119Z copying build\lib.win-amd64-cpython-39\torch\_inductor\exc.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.4504426Z copying build\lib.win-amd64-cpython-39\torch\_inductor\extern_node_serializer.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.4519621Z copying build\lib.win-amd64-cpython-39\torch\_inductor\freezing.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.4525570Z creating build\bdist.win-amd64\wheel\torch\_inductor\fx_passes 2024-08-07T17:40:57.4528284Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\b2b_gemm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-07T17:40:57.4534038Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\binary_folding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-07T17:40:57.4539384Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\ddp_fusion.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-07T17:40:57.4544983Z 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-08-07T17:40:57.4558004Z 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-08-07T17:40:57.4563641Z 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-08-07T17:40:57.4569019Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\freezing_patterns.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-07T17:40:57.4574599Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\fuse_attention.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-07T17:40:57.4580125Z 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-08-07T17:40:57.4586889Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\joint_graph.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-07T17:40:57.4593331Z 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-08-07T17:40:57.4599767Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\misc_patterns.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-07T17:40:57.4605706Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\mkldnn_fusion.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-07T17:40:57.4612470Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\numeric_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-07T17:40:57.4618344Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\pad_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-07T17:40:57.4624614Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\post_grad.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-07T17:40:57.4631135Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\pre_grad.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-07T17:40:57.4644140Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\quantization.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-07T17:40:57.4646023Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\reinplace.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-07T17:40:57.4652303Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\replace_random.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-07T17:40:57.4670151Z creating build\bdist.win-amd64\wheel\torch\_inductor\fx_passes\serialized_patterns 2024-08-07T17:40:57.4673360Z 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-08-07T17:40:57.4679244Z 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-08-07T17:40:57.4684900Z 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-08-07T17:40:57.4698373Z 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-08-07T17:40:57.4704295Z 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-08-07T17:40:57.4710337Z 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-08-07T17:40:57.4716680Z 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-08-07T17:40:57.4722736Z 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-08-07T17:40:57.4728728Z 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-08-07T17:40:57.4734853Z 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-08-07T17:40:57.4741017Z 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-08-07T17:40:57.4747640Z 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-08-07T17:40:57.4754126Z 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-08-07T17:40:57.4760779Z 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-08-07T17:40:57.4767457Z 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-08-07T17:40:57.4773508Z 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-08-07T17:40:57.4779584Z 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-08-07T17:40:57.4785587Z 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-08-07T17:40:57.4791650Z 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-08-07T17:40:57.4806562Z 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-08-07T17:40:57.4813035Z 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-08-07T17:40:57.4819128Z 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-08-07T17:40:57.4825394Z 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-08-07T17:40:57.4830590Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\split_cat.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-07T17:40:57.4837573Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-07T17:40:57.4842383Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.4848188Z copying build\lib.win-amd64-cpython-39\torch\_inductor\graph.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.4855005Z copying build\lib.win-amd64-cpython-39\torch\_inductor\hooks.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.4860588Z copying build\lib.win-amd64-cpython-39\torch\_inductor\index_propagation.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.4866545Z copying build\lib.win-amd64-cpython-39\torch\_inductor\inductor_prims.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.4872359Z copying build\lib.win-amd64-cpython-39\torch\_inductor\ir.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.4880838Z copying build\lib.win-amd64-cpython-39\torch\_inductor\jagged_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.4887289Z creating build\bdist.win-amd64\wheel\torch\_inductor\kernel 2024-08-07T17:40:57.4890539Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\bmm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-08-07T17:40:57.4896253Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\conv.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-08-07T17:40:57.4902566Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-08-07T17:40:57.4909266Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex_decoding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-08-07T17:40:57.4915863Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-08-07T17:40:57.4930530Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_common.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-08-07T17:40:57.4936332Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_plus_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-08-07T17:40:57.4941714Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_scaled.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-08-07T17:40:57.4947525Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\unpack_mixed_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-08-07T17:40:57.4952959Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-08-07T17:40:57.4958152Z copying build\lib.win-amd64-cpython-39\torch\_inductor\lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.4965971Z copying build\lib.win-amd64-cpython-39\torch\_inductor\metrics.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.4971183Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mkldnn_ir.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.4977951Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mkldnn_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.4992114Z copying build\lib.win-amd64-cpython-39\torch\_inductor\ops_handler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.4998616Z copying build\lib.win-amd64-cpython-39\torch\_inductor\optimize_indexing.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.5004901Z creating build\bdist.win-amd64\wheel\torch\_inductor\package 2024-08-07T17:40:57.5008118Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\build_package.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2024-08-07T17:40:57.5013669Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\package.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2024-08-07T17:40:57.5019659Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\pt2_archive_constants.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2024-08-07T17:40:57.5024996Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2024-08-07T17:40:57.5030389Z copying build\lib.win-amd64-cpython-39\torch\_inductor\pattern_matcher.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.5037773Z copying build\lib.win-amd64-cpython-39\torch\_inductor\quantized_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.5043582Z copying build\lib.win-amd64-cpython-39\torch\_inductor\remote_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.5049862Z creating build\bdist.win-amd64\wheel\torch\_inductor\runtime 2024-08-07T17:40:57.5053277Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\compile_tasks.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-08-07T17:40:57.5058944Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\coordinate_descent_tuner.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-08-07T17:40:57.5065160Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\halide_helpers.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-08-07T17:40:57.5078529Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\hints.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-08-07T17:40:57.5084213Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\runtime_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-08-07T17:40:57.5089939Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_helpers.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-08-07T17:40:57.5096294Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_heuristics.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-08-07T17:40:57.5103338Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-08-07T17:40:57.5107988Z copying build\lib.win-amd64-cpython-39\torch\_inductor\scheduler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.5115841Z copying build\lib.win-amd64-cpython-39\torch\_inductor\select_algorithm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.5123029Z copying build\lib.win-amd64-cpython-39\torch\_inductor\sizevars.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.5129690Z copying build\lib.win-amd64-cpython-39\torch\_inductor\subgraph_lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.5145280Z copying build\lib.win-amd64-cpython-39\torch\_inductor\test_case.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.5151117Z copying build\lib.win-amd64-cpython-39\torch\_inductor\test_operators.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.5156799Z copying build\lib.win-amd64-cpython-39\torch\_inductor\utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.5163770Z copying build\lib.win-amd64-cpython-39\torch\_inductor\virtualized.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.5169776Z copying build\lib.win-amd64-cpython-39\torch\_inductor\wrapper_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.5175700Z copying build\lib.win-amd64-cpython-39\torch\_inductor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-07T17:40:57.5181949Z copying build\lib.win-amd64-cpython-39\torch\_jit_internal.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:57.5189308Z creating build\bdist.win-amd64\wheel\torch\_lazy 2024-08-07T17:40:57.5192015Z copying build\lib.win-amd64-cpython-39\torch\_lazy\closure.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-08-07T17:40:57.5198583Z copying build\lib.win-amd64-cpython-39\torch\_lazy\computation.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-08-07T17:40:57.5204220Z copying build\lib.win-amd64-cpython-39\torch\_lazy\config.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-08-07T17:40:57.5209635Z copying build\lib.win-amd64-cpython-39\torch\_lazy\debug.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-08-07T17:40:57.5215236Z copying build\lib.win-amd64-cpython-39\torch\_lazy\device_context.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-08-07T17:40:57.5226606Z copying build\lib.win-amd64-cpython-39\torch\_lazy\extract_compiled_graph.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-08-07T17:40:57.5232140Z copying build\lib.win-amd64-cpython-39\torch\_lazy\ir_cache.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-08-07T17:40:57.5237682Z copying build\lib.win-amd64-cpython-39\torch\_lazy\metrics.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-08-07T17:40:57.5243398Z copying build\lib.win-amd64-cpython-39\torch\_lazy\tensor_factory_functions.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-08-07T17:40:57.5249295Z copying build\lib.win-amd64-cpython-39\torch\_lazy\ts_backend.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-08-07T17:40:57.5254872Z copying build\lib.win-amd64-cpython-39\torch\_lazy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-08-07T17:40:57.5268873Z creating build\bdist.win-amd64\wheel\torch\_library 2024-08-07T17:40:57.5272102Z copying build\lib.win-amd64-cpython-39\torch\_library\autograd.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-08-07T17:40:57.5278064Z copying build\lib.win-amd64-cpython-39\torch\_library\custom_ops.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-08-07T17:40:57.5284612Z copying build\lib.win-amd64-cpython-39\torch\_library\fake_class_registry.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-08-07T17:40:57.5290434Z copying build\lib.win-amd64-cpython-39\torch\_library\fake_impl.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-08-07T17:40:57.5301561Z copying build\lib.win-amd64-cpython-39\torch\_library\infer_schema.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-08-07T17:40:57.5307535Z copying build\lib.win-amd64-cpython-39\torch\_library\simple_registry.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-08-07T17:40:57.5314155Z copying build\lib.win-amd64-cpython-39\torch\_library\triton.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-08-07T17:40:57.5320029Z copying build\lib.win-amd64-cpython-39\torch\_library\utils.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-08-07T17:40:57.5325778Z copying build\lib.win-amd64-cpython-39\torch\_library\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-08-07T17:40:57.5331239Z copying build\lib.win-amd64-cpython-39\torch\_linalg_utils.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:57.5337215Z copying build\lib.win-amd64-cpython-39\torch\_lobpcg.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:57.5344033Z creating build\bdist.win-amd64\wheel\torch\_logging 2024-08-07T17:40:57.5346806Z copying build\lib.win-amd64-cpython-39\torch\_logging\structured.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-08-07T17:40:57.5352842Z copying build\lib.win-amd64-cpython-39\torch\_logging\_internal.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-08-07T17:40:57.5359325Z copying build\lib.win-amd64-cpython-39\torch\_logging\_registrations.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-08-07T17:40:57.5365075Z copying build\lib.win-amd64-cpython-39\torch\_logging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-08-07T17:40:57.5377781Z copying build\lib.win-amd64-cpython-39\torch\_lowrank.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:57.5383508Z copying build\lib.win-amd64-cpython-39\torch\_meta_registrations.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:57.5396797Z copying build\lib.win-amd64-cpython-39\torch\_namedtensor_internals.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:57.5402937Z creating build\bdist.win-amd64\wheel\torch\_numpy 2024-08-07T17:40:57.5405570Z copying build\lib.win-amd64-cpython-39\torch\_numpy\fft.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-07T17:40:57.5410682Z copying build\lib.win-amd64-cpython-39\torch\_numpy\linalg.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-07T17:40:57.5416243Z copying build\lib.win-amd64-cpython-39\torch\_numpy\random.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-07T17:40:57.5422428Z creating build\bdist.win-amd64\wheel\torch\_numpy\testing 2024-08-07T17:40:57.5425660Z copying build\lib.win-amd64-cpython-39\torch\_numpy\testing\utils.py -> build\bdist.win-amd64\wheel\.\torch\_numpy\testing 2024-08-07T17:40:57.5432034Z copying build\lib.win-amd64-cpython-39\torch\_numpy\testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_numpy\testing 2024-08-07T17:40:57.5437340Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_binary_ufuncs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-07T17:40:57.5442573Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_casting_dicts.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-07T17:40:57.5456848Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_dtypes.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-07T17:40:57.5462065Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_dtypes_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-07T17:40:57.5467219Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_funcs.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-07T17:40:57.5472611Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_funcs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-07T17:40:57.5478720Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_getlimits.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-07T17:40:57.5484251Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_ndarray.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-07T17:40:57.5490524Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_normalizations.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-07T17:40:57.5496780Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_reductions_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-07T17:40:57.5503010Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_ufuncs.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-07T17:40:57.5508557Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_unary_ufuncs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-07T17:40:57.5514671Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_util.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-07T17:40:57.5520497Z copying build\lib.win-amd64-cpython-39\torch\_numpy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-07T17:40:57.5526044Z copying build\lib.win-amd64-cpython-39\torch\_ops.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:57.5533941Z creating build\bdist.win-amd64\wheel\torch\_prims 2024-08-07T17:40:57.5537443Z copying build\lib.win-amd64-cpython-39\torch\_prims\context.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-08-07T17:40:57.5543281Z copying build\lib.win-amd64-cpython-39\torch\_prims\debug_prims.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-08-07T17:40:57.5548751Z copying build\lib.win-amd64-cpython-39\torch\_prims\executor.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-08-07T17:40:57.5553877Z copying build\lib.win-amd64-cpython-39\torch\_prims\rng_prims.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-08-07T17:40:57.5560393Z copying build\lib.win-amd64-cpython-39\torch\_prims\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-08-07T17:40:57.5658660Z creating build\bdist.win-amd64\wheel\torch\_prims_common 2024-08-07T17:40:57.5662202Z copying build\lib.win-amd64-cpython-39\torch\_prims_common\wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_prims_common 2024-08-07T17:40:57.5668765Z copying build\lib.win-amd64-cpython-39\torch\_prims_common\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_prims_common 2024-08-07T17:40:57.5677597Z copying build\lib.win-amd64-cpython-39\torch\_python_dispatcher.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:57.5684055Z creating build\bdist.win-amd64\wheel\torch\_refs 2024-08-07T17:40:57.5687347Z copying build\lib.win-amd64-cpython-39\torch\_refs\fft.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2024-08-07T17:40:57.5694055Z creating build\bdist.win-amd64\wheel\torch\_refs\linalg 2024-08-07T17:40:57.5696675Z copying build\lib.win-amd64-cpython-39\torch\_refs\linalg\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\linalg 2024-08-07T17:40:57.5702664Z creating build\bdist.win-amd64\wheel\torch\_refs\nn 2024-08-07T17:40:57.5706109Z creating build\bdist.win-amd64\wheel\torch\_refs\nn\functional 2024-08-07T17:40:57.5709086Z copying build\lib.win-amd64-cpython-39\torch\_refs\nn\functional\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\nn\functional 2024-08-07T17:40:57.5715779Z copying build\lib.win-amd64-cpython-39\torch\_refs\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\nn 2024-08-07T17:40:57.5721346Z creating build\bdist.win-amd64\wheel\torch\_refs\special 2024-08-07T17:40:57.5724785Z copying build\lib.win-amd64-cpython-39\torch\_refs\special\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\special 2024-08-07T17:40:57.5730453Z copying build\lib.win-amd64-cpython-39\torch\_refs\_conversions.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2024-08-07T17:40:57.5736415Z copying build\lib.win-amd64-cpython-39\torch\_refs\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2024-08-07T17:40:57.5749819Z copying build\lib.win-amd64-cpython-39\torch\_size_docs.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:57.5756179Z copying build\lib.win-amd64-cpython-39\torch\_sources.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:57.5762018Z copying build\lib.win-amd64-cpython-39\torch\_storage_docs.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:57.5767659Z copying build\lib.win-amd64-cpython-39\torch\_streambase.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:57.5773890Z creating build\bdist.win-amd64\wheel\torch\_strobelight 2024-08-07T17:40:57.5791398Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\cli_function_profiler.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2024-08-07T17:40:57.5797254Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\compile_time_profiler.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2024-08-07T17:40:57.5802873Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2024-08-07T17:40:57.5815057Z creating build\bdist.win-amd64\wheel\torch\_subclasses 2024-08-07T17:40:57.5818100Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_impls.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-08-07T17:40:57.5824617Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_tensor.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-08-07T17:40:57.5831580Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-08-07T17:40:57.5843621Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\functional_tensor.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-08-07T17:40:57.5849908Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\meta_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-08-07T17:40:57.5856423Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\schema_check_mode.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-08-07T17:40:57.5861505Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\_fake_tensor_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-08-07T17:40:57.5866837Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-08-07T17:40:57.5871736Z copying build\lib.win-amd64-cpython-39\torch\_tensor.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:57.5878715Z copying build\lib.win-amd64-cpython-39\torch\_tensor_docs.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:57.5885966Z copying build\lib.win-amd64-cpython-39\torch\_tensor_str.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:57.5891816Z copying build\lib.win-amd64-cpython-39\torch\_torch_docs.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:57.5901094Z copying build\lib.win-amd64-cpython-39\torch\_utils.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:57.5906946Z copying build\lib.win-amd64-cpython-39\torch\_utils_internal.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:57.5913230Z creating build\bdist.win-amd64\wheel\torch\_vendor 2024-08-07T17:40:57.5916139Z creating build\bdist.win-amd64\wheel\torch\_vendor\packaging 2024-08-07T17:40:57.5919110Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\version.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2024-08-07T17:40:57.5924627Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\_structures.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2024-08-07T17:40:57.5930290Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2024-08-07T17:40:57.5935544Z copying build\lib.win-amd64-cpython-39\torch\_vendor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_vendor 2024-08-07T17:40:57.5939719Z copying build\lib.win-amd64-cpython-39\torch\_VF.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:57.5945246Z copying build\lib.win-amd64-cpython-39\torch\_VF.pyi -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:57.5960877Z copying build\lib.win-amd64-cpython-39\torch\_vmap_internals.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:57.5966531Z copying build\lib.win-amd64-cpython-39\torch\_weights_only_unpickler.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:57.5979259Z copying build\lib.win-amd64-cpython-39\torch\__config__.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:57.5984272Z copying build\lib.win-amd64-cpython-39\torch\__future__.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:57.5989556Z copying build\lib.win-amd64-cpython-39\torch\__init__.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-07T17:40:57.5998310Z creating build\bdist.win-amd64\wheel\torchgen 2024-08-07T17:40:57.6001205Z creating build\bdist.win-amd64\wheel\torchgen\aoti 2024-08-07T17:40:57.6003901Z copying build\lib.win-amd64-cpython-39\torchgen\aoti\fallback_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\aoti 2024-08-07T17:40:57.6009225Z copying build\lib.win-amd64-cpython-39\torchgen\aoti\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\aoti 2024-08-07T17:40:57.6014029Z creating build\bdist.win-amd64\wheel\torchgen\api 2024-08-07T17:40:57.6017141Z copying build\lib.win-amd64-cpython-39\torchgen\api\autograd.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-07T17:40:57.6022546Z copying build\lib.win-amd64-cpython-39\torchgen\api\cpp.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-07T17:40:57.6028137Z copying build\lib.win-amd64-cpython-39\torchgen\api\dispatcher.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-07T17:40:57.6033990Z copying build\lib.win-amd64-cpython-39\torchgen\api\functionalization.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-07T17:40:57.6047097Z copying build\lib.win-amd64-cpython-39\torchgen\api\lazy.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-07T17:40:57.6061355Z copying build\lib.win-amd64-cpython-39\torchgen\api\meta.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-07T17:40:57.6066314Z copying build\lib.win-amd64-cpython-39\torchgen\api\native.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-07T17:40:57.6071947Z copying build\lib.win-amd64-cpython-39\torchgen\api\python.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-07T17:40:57.6078841Z copying build\lib.win-amd64-cpython-39\torchgen\api\structured.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-07T17:40:57.6084485Z copying build\lib.win-amd64-cpython-39\torchgen\api\translate.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-07T17:40:57.6091513Z creating build\bdist.win-amd64\wheel\torchgen\api\types 2024-08-07T17:40:57.6094350Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\signatures.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2024-08-07T17:40:57.6100254Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\types.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2024-08-07T17:40:57.6105938Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\types_base.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2024-08-07T17:40:57.6112299Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2024-08-07T17:40:57.6117688Z copying build\lib.win-amd64-cpython-39\torchgen\api\ufunc.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-07T17:40:57.6123182Z copying build\lib.win-amd64-cpython-39\torchgen\api\unboxing.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-07T17:40:57.6129384Z copying build\lib.win-amd64-cpython-39\torchgen\api\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-07T17:40:57.6134280Z copying build\lib.win-amd64-cpython-39\torchgen\code_template.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-07T17:40:57.6140068Z copying build\lib.win-amd64-cpython-39\torchgen\context.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-07T17:40:57.6146407Z creating build\bdist.win-amd64\wheel\torchgen\dest 2024-08-07T17:40:57.6149099Z copying build\lib.win-amd64-cpython-39\torchgen\dest\lazy_ir.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-08-07T17:40:57.6155447Z copying build\lib.win-amd64-cpython-39\torchgen\dest\lazy_ts_lowering.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-08-07T17:40:57.6161298Z copying build\lib.win-amd64-cpython-39\torchgen\dest\native_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-08-07T17:40:57.6167138Z copying build\lib.win-amd64-cpython-39\torchgen\dest\register_dispatch_key.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-08-07T17:40:57.6179025Z copying build\lib.win-amd64-cpython-39\torchgen\dest\ufunc.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-08-07T17:40:57.6185151Z copying build\lib.win-amd64-cpython-39\torchgen\dest\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-08-07T17:40:57.6191068Z creating build\bdist.win-amd64\wheel\torchgen\executorch 2024-08-07T17:40:57.6225946Z creating build\bdist.win-amd64\wheel\torchgen\executorch\api 2024-08-07T17:40:57.6229156Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\custom_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2024-08-07T17:40:57.6235326Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\et_cpp.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2024-08-07T17:40:57.6241670Z creating build\bdist.win-amd64\wheel\torchgen\executorch\api\types 2024-08-07T17:40:57.6244878Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\signatures.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2024-08-07T17:40:57.6250828Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\types.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2024-08-07T17:40:57.6257051Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2024-08-07T17:40:57.6262307Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\unboxing.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2024-08-07T17:40:57.6268091Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2024-08-07T17:40:57.6272734Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\model.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2024-08-07T17:40:57.6278430Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\parse.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2024-08-07T17:40:57.6284099Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2024-08-07T17:40:57.6288971Z copying build\lib.win-amd64-cpython-39\torchgen\gen.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-07T17:40:57.6296566Z copying build\lib.win-amd64-cpython-39\torchgen\gen_aoti_c_shim.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-07T17:40:57.6302803Z copying build\lib.win-amd64-cpython-39\torchgen\gen_backend_stubs.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-07T17:40:57.6309178Z copying build\lib.win-amd64-cpython-39\torchgen\gen_executorch.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-07T17:40:57.6315892Z copying build\lib.win-amd64-cpython-39\torchgen\gen_functionalization_type.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-07T17:40:57.6322338Z copying build\lib.win-amd64-cpython-39\torchgen\gen_lazy_tensor.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-07T17:40:57.6328988Z copying build\lib.win-amd64-cpython-39\torchgen\gen_vmap_plumbing.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-07T17:40:57.6334651Z copying build\lib.win-amd64-cpython-39\torchgen\local.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-07T17:40:57.6340308Z copying build\lib.win-amd64-cpython-39\torchgen\model.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-07T17:40:57.6348271Z copying build\lib.win-amd64-cpython-39\torchgen\native_function_generation.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-07T17:40:57.6355207Z creating build\bdist.win-amd64\wheel\torchgen\operator_versions 2024-08-07T17:40:57.6358287Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\gen_mobile_upgraders.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2024-08-07T17:40:57.6364647Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\gen_mobile_upgraders_constant.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2024-08-07T17:40:57.6369516Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2024-08-07T17:40:57.6382914Z creating build\bdist.win-amd64\wheel\torchgen\packaged 2024-08-07T17:40:57.6385842Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen 2024-08-07T17:40:57.6389068Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen\native 2024-08-07T17:40:57.6391926Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native\native_functions.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\native 2024-08-07T17:40:57.6402983Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native\tags.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\native 2024-08-07T17:40:57.6409175Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6412083Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\ATenOpList.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6417922Z 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-08-07T17:40:57.6424045Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\CompositeViewCopyKernels.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6439370Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6444610Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6450010Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6455397Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6460585Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6465863Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\enum_tag.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6470755Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Function.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6477248Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\FunctionalInverses.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6482024Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6487365Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6492760Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\LazyIr.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6497948Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\LazyNonNativeIr.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6502952Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\MethodOperators.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6508255Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6513567Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6523205Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeMetaFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6538230Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeMetaFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6543342Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operator.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6548719Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operators.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6553737Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operators.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6559457Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RedispatchFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6564777Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RedispatchFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6570365Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterBackendSelect.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6577369Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterCodegenUnboxedKernels.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6582813Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterDispatchDefinitions.ini -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6588400Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterDispatchKey.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6599256Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterFunctionalization.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6604668Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterSchema.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6609985Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegistrationDeclarations.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6615363Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\TensorBody.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6621285Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\TensorMethods.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6626599Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCPU.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6631739Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCPUKernel.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6636844Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCUDA.cu -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6642132Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UnboxingFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6652847Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UnboxingFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-07T17:40:57.6658596Z creating build\bdist.win-amd64\wheel\torchgen\packaged\autograd 2024-08-07T17:40:57.6661365Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\BUILD.bazel -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-07T17:40:57.6666556Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\build.bzl -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-07T17:40:57.6671403Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\context.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-07T17:40:57.6677152Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\deprecated.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-07T17:40:57.6683096Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\derivatives.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-07T17:40:57.6697010Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_annotated_fn_args.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-07T17:40:57.6702918Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_autograd.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-07T17:40:57.6708945Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_autograd_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-07T17:40:57.6715406Z 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-08-07T17:40:57.6722041Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_python_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-07T17:40:57.6728704Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_trace_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-07T17:40:57.6735211Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_variable_factories.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-07T17:40:57.6741077Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_variable_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-07T17:40:57.6749115Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_view_funcs.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-07T17:40:57.6754589Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\load_derivatives.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-07T17:40:57.6761025Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\README.md -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-07T17:40:57.6767348Z creating build\bdist.win-amd64\wheel\torchgen\packaged\autograd\templates 2024-08-07T17:40:57.6770554Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ADInplaceOrViewType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-08-07T17:40:57.6777062Z 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-08-07T17:40:57.6782457Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\Functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-08-07T17:40:57.6798411Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\Functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-08-07T17:40:57.6805401Z 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-08-07T17:40:57.6810972Z 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-08-07T17:40:57.6816886Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-08-07T17:40:57.6822776Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-08-07T17:40:57.6828433Z 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-08-07T17:40:57.6834577Z 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-08-07T17:40:57.6840575Z 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-08-07T17:40:57.6846512Z 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-08-07T17:40:57.6852469Z 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-08-07T17:40:57.6858107Z 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-08-07T17:40:57.6864273Z 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-08-07T17:40:57.6870237Z 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-08-07T17:40:57.6876457Z 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-08-07T17:40:57.6890646Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\TraceType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-08-07T17:40:57.6896590Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\VariableType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-08-07T17:40:57.6902727Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\VariableType.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-08-07T17:40:57.6908658Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\variable_factories.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-08-07T17:40:57.6914645Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ViewFuncs.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-08-07T17:40:57.6920513Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ViewFuncs.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-08-07T17:40:57.6926367Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-07T17:40:57.6931573Z creating build\bdist.win-amd64\wheel\torchgen\selective_build 2024-08-07T17:40:57.6935017Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\operator.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2024-08-07T17:40:57.6940701Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\selector.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2024-08-07T17:40:57.6946534Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2024-08-07T17:40:57.6951759Z creating build\bdist.win-amd64\wheel\torchgen\static_runtime 2024-08-07T17:40:57.6954509Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\config.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2024-08-07T17:40:57.6960366Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\generator.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2024-08-07T17:40:57.6966682Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\gen_static_runtime_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2024-08-07T17:40:57.6980958Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2024-08-07T17:40:57.6985458Z copying build\lib.win-amd64-cpython-39\torchgen\utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-07T17:40:57.6991854Z copying build\lib.win-amd64-cpython-39\torchgen\yaml_utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-07T17:40:57.6998353Z copying build\lib.win-amd64-cpython-39\torchgen\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-07T17:40:57.7010297Z running install_egg_info 2024-08-07T17:40:57.7338602Z running egg_info 2024-08-07T17:40:57.7339368Z creating torch.egg-info 2024-08-07T17:40:57.7429532Z writing torch.egg-info\PKG-INFO 2024-08-07T17:40:57.7453831Z writing dependency_links to torch.egg-info\dependency_links.txt 2024-08-07T17:40:57.7458436Z writing entry points to torch.egg-info\entry_points.txt 2024-08-07T17:40:57.7474513Z writing requirements to torch.egg-info\requires.txt 2024-08-07T17:40:57.7478864Z writing top-level names to torch.egg-info\top_level.txt 2024-08-07T17:40:57.7482375Z writing manifest file 'torch.egg-info\SOURCES.txt' 2024-08-07T17:40:58.6488310Z reading manifest file 'torch.egg-info\SOURCES.txt' 2024-08-07T17:40:58.6494850Z reading manifest template 'MANIFEST.in' 2024-08-07T17:41:27.7667200Z warning: no files found matching '*.*' under directory 'modules' 2024-08-07T17:41:27.9471170Z warning: no previously-included files matching '*.o' found anywhere in distribution 2024-08-07T17:41:28.0819712Z warning: no previously-included files matching '*.so' found anywhere in distribution 2024-08-07T17:41:28.2180748Z warning: no previously-included files matching '*.dylib' found anywhere in distribution 2024-08-07T17:41:28.3487123Z warning: no previously-included files matching '*.a' found anywhere in distribution 2024-08-07T17:41:28.7138813Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2024-08-07T17:41:28.7139332Z adding license file 'LICENSE' 2024-08-07T17:41:28.7139618Z adding license file 'NOTICE' 2024-08-07T17:41:34.7784622Z writing manifest file 'torch.egg-info\SOURCES.txt' 2024-08-07T17:41:34.8256673Z Copying torch.egg-info to build\bdist.win-amd64\wheel\.\torch-2.5.0a0+git016588f-py3.9.egg-info 2024-08-07T17:41:34.8359192Z running install_scripts 2024-08-07T17:41:34.8374789Z 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-08-07T17:41:34.8375638Z if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")): 2024-08-07T17:41:34.8483923Z creating build\bdist.win-amd64\wheel\torch-2.5.0a0+git016588f.dist-info\WHEEL 2024-08-07T17:41:34.8501703Z creating 'dist\torch-2.5.0a0+git016588f-cp39-cp39-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it 2024-08-07T17:41:34.8742293Z adding 'functorch/_C.cp39-win_amd64.pyd' 2024-08-07T17:41:34.8761650Z adding 'functorch/__init__.py' 2024-08-07T17:41:34.8765440Z adding 'functorch/_src/__init__.py' 2024-08-07T17:41:34.8769112Z adding 'functorch/_src/aot_autograd/__init__.py' 2024-08-07T17:41:34.8772687Z adding 'functorch/_src/eager_transforms/__init__.py' 2024-08-07T17:41:34.8776234Z adding 'functorch/_src/make_functional/__init__.py' 2024-08-07T17:41:34.8780004Z adding 'functorch/_src/vmap/__init__.py' 2024-08-07T17:41:34.8783763Z adding 'functorch/compile/__init__.py' 2024-08-07T17:41:34.8788568Z adding 'functorch/dim/__init__.py' 2024-08-07T17:41:34.8791800Z adding 'functorch/dim/batch_tensor.py' 2024-08-07T17:41:34.8795247Z adding 'functorch/dim/delayed_mul_tensor.py' 2024-08-07T17:41:34.8799005Z adding 'functorch/dim/dim.py' 2024-08-07T17:41:34.8802362Z adding 'functorch/dim/magic_trace.py' 2024-08-07T17:41:34.8806621Z adding 'functorch/dim/op_properties.py' 2024-08-07T17:41:34.8815890Z adding 'functorch/dim/reference.py' 2024-08-07T17:41:34.8819567Z adding 'functorch/dim/tree_map.py' 2024-08-07T17:41:34.8822909Z adding 'functorch/dim/wrap_type.py' 2024-08-07T17:41:34.8826486Z adding 'functorch/einops/__init__.py' 2024-08-07T17:41:34.8832257Z adding 'functorch/einops/_parsing.py' 2024-08-07T17:41:34.8837386Z adding 'functorch/einops/rearrange.py' 2024-08-07T17:41:34.8841781Z adding 'functorch/experimental/__init__.py' 2024-08-07T17:41:34.8844806Z adding 'functorch/experimental/control_flow.py' 2024-08-07T17:41:34.8848064Z adding 'functorch/experimental/ops.py' 2024-08-07T17:41:34.8857286Z adding 'torch/_C.cp39-win_amd64.pyd' 2024-08-07T17:41:34.8861239Z adding 'torch/_VF.py' 2024-08-07T17:41:34.9091881Z adding 'torch/_VF.pyi' 2024-08-07T17:41:34.9123983Z adding 'torch/__config__.py' 2024-08-07T17:41:34.9127746Z adding 'torch/__future__.py' 2024-08-07T17:41:34.9164506Z adding 'torch/__init__.py' 2024-08-07T17:41:34.9175702Z adding 'torch/_appdirs.py' 2024-08-07T17:41:34.9179933Z adding 'torch/_classes.py' 2024-08-07T17:41:34.9183884Z adding 'torch/_compile.py' 2024-08-07T17:41:34.9189714Z adding 'torch/_custom_ops.py' 2024-08-07T17:41:34.9194187Z adding 'torch/_deploy.py' 2024-08-07T17:41:34.9206247Z adding 'torch/_guards.py' 2024-08-07T17:41:34.9229621Z adding 'torch/_jit_internal.py' 2024-08-07T17:41:34.9235343Z adding 'torch/_linalg_utils.py' 2024-08-07T17:41:34.9251326Z adding 'torch/_lobpcg.py' 2024-08-07T17:41:34.9257875Z adding 'torch/_lowrank.py' 2024-08-07T17:41:34.9319270Z adding 'torch/_meta_registrations.py' 2024-08-07T17:41:34.9327980Z adding 'torch/_namedtensor_internals.py' 2024-08-07T17:41:34.9348265Z adding 'torch/_ops.py' 2024-08-07T17:41:34.9354278Z adding 'torch/_python_dispatcher.py' 2024-08-07T17:41:34.9357628Z adding 'torch/_size_docs.py' 2024-08-07T17:41:34.9361696Z adding 'torch/_sources.py' 2024-08-07T17:41:34.9365062Z adding 'torch/_storage_docs.py' 2024-08-07T17:41:34.9368071Z adding 'torch/_streambase.py' 2024-08-07T17:41:34.9388723Z adding 'torch/_tensor.py' 2024-08-07T17:41:34.9434627Z adding 'torch/_tensor_docs.py' 2024-08-07T17:41:34.9448514Z adding 'torch/_tensor_str.py' 2024-08-07T17:41:34.9590638Z adding 'torch/_torch_docs.py' 2024-08-07T17:41:34.9617021Z adding 'torch/_utils.py' 2024-08-07T17:41:34.9623239Z adding 'torch/_utils_internal.py' 2024-08-07T17:41:34.9629242Z adding 'torch/_vmap_internals.py' 2024-08-07T17:41:34.9636323Z adding 'torch/_weights_only_unpickler.py' 2024-08-07T17:41:34.9669548Z adding 'torch/functional.py' 2024-08-07T17:41:34.9684768Z adding 'torch/hub.py' 2024-08-07T17:41:34.9705073Z adding 'torch/library.py' 2024-08-07T17:41:34.9734365Z adding 'torch/overrides.py' 2024-08-07T17:41:34.9740266Z adding 'torch/py.typed' 2024-08-07T17:41:34.9745368Z adding 'torch/quasirandom.py' 2024-08-07T17:41:34.9750691Z adding 'torch/random.py' 2024-08-07T17:41:34.9754321Z adding 'torch/return_types.py' 2024-08-07T17:41:34.9758494Z adding 'torch/return_types.pyi' 2024-08-07T17:41:34.9784402Z adding 'torch/serialization.py' 2024-08-07T17:41:34.9800611Z adding 'torch/storage.py' 2024-08-07T17:41:34.9805357Z adding 'torch/torch_version.py' 2024-08-07T17:41:34.9809526Z adding 'torch/types.py' 2024-08-07T17:41:34.9812623Z adding 'torch/version.py' 2024-08-07T17:41:35.0036055Z adding 'torch/_C/_VariableFunctions.pyi' 2024-08-07T17:41:35.0148121Z adding 'torch/_C/__init__.pyi' 2024-08-07T17:41:35.0160292Z adding 'torch/_C/_aoti.pyi' 2024-08-07T17:41:35.0164075Z adding 'torch/_C/_autograd.pyi' 2024-08-07T17:41:35.0167660Z adding 'torch/_C/_cpu.pyi' 2024-08-07T17:41:35.0170134Z adding 'torch/_C/_cudnn.pyi' 2024-08-07T17:41:35.0173414Z adding 'torch/_C/_distributed_autograd.pyi' 2024-08-07T17:41:35.0180335Z adding 'torch/_C/_distributed_c10d.pyi' 2024-08-07T17:41:35.0185077Z adding 'torch/_C/_distributed_rpc.pyi' 2024-08-07T17:41:35.0188427Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2024-08-07T17:41:35.0191437Z adding 'torch/_C/_functions.pyi' 2024-08-07T17:41:35.0194822Z adding 'torch/_C/_functorch.pyi' 2024-08-07T17:41:35.0197825Z adding 'torch/_C/_itt.pyi' 2024-08-07T17:41:35.0201344Z adding 'torch/_C/_lazy.pyi' 2024-08-07T17:41:35.0203951Z adding 'torch/_C/_lazy_ts_backend.pyi' 2024-08-07T17:41:35.0207621Z adding 'torch/_C/_monitor.pyi' 2024-08-07T17:41:35.0210668Z adding 'torch/_C/_nn.pyi' 2024-08-07T17:41:35.0213815Z adding 'torch/_C/_nvtx.pyi' 2024-08-07T17:41:35.0216929Z adding 'torch/_C/_onnx.pyi' 2024-08-07T17:41:35.0221203Z adding 'torch/_C/_profiler.pyi' 2024-08-07T17:41:35.0224625Z adding 'torch/_C/_verbose.pyi' 2024-08-07T17:41:35.0228262Z adding 'torch/_awaits/__init__.py' 2024-08-07T17:41:35.0233809Z adding 'torch/_custom_op/__init__.py' 2024-08-07T17:41:35.0239861Z adding 'torch/_custom_op/autograd.py' 2024-08-07T17:41:35.0245516Z adding 'torch/_custom_op/functional.py' 2024-08-07T17:41:35.0256133Z adding 'torch/_custom_op/impl.py' 2024-08-07T17:41:35.0264572Z adding 'torch/_decomp/__init__.py' 2024-08-07T17:41:35.0325391Z adding 'torch/_decomp/decompositions.py' 2024-08-07T17:41:35.0335511Z adding 'torch/_decomp/decompositions_for_jvp.py' 2024-08-07T17:41:35.0341501Z adding 'torch/_decomp/decompositions_for_rng.py' 2024-08-07T17:41:35.0345828Z adding 'torch/_dispatch/__init__.py' 2024-08-07T17:41:35.0351153Z adding 'torch/_dispatch/python.py' 2024-08-07T17:41:35.0356432Z adding 'torch/_dynamo/__init__.py' 2024-08-07T17:41:35.0361150Z adding 'torch/_dynamo/_trace_wrapped_higher_order_op.py' 2024-08-07T17:41:35.0366522Z adding 'torch/_dynamo/bytecode_analysis.py' 2024-08-07T17:41:35.0387691Z adding 'torch/_dynamo/bytecode_transformation.py' 2024-08-07T17:41:35.0394355Z adding 'torch/_dynamo/cache_size.py' 2024-08-07T17:41:35.0398380Z adding 'torch/_dynamo/callback.py' 2024-08-07T17:41:35.0401585Z adding 'torch/_dynamo/code_context.py' 2024-08-07T17:41:35.0409763Z adding 'torch/_dynamo/codegen.py' 2024-08-07T17:41:35.0417213Z adding 'torch/_dynamo/compiled_autograd.py' 2024-08-07T17:41:35.0424172Z adding 'torch/_dynamo/comptime.py' 2024-08-07T17:41:35.0434894Z adding 'torch/_dynamo/config.py' 2024-08-07T17:41:35.0452029Z adding 'torch/_dynamo/convert_frame.py' 2024-08-07T17:41:35.0457020Z adding 'torch/_dynamo/create_parameter_op.py' 2024-08-07T17:41:35.0460406Z adding 'torch/_dynamo/current_scope_id.py' 2024-08-07T17:41:35.0471881Z adding 'torch/_dynamo/debug_utils.py' 2024-08-07T17:41:35.0479170Z adding 'torch/_dynamo/decorators.py' 2024-08-07T17:41:35.0485124Z adding 'torch/_dynamo/device_interface.py' 2024-08-07T17:41:35.0489383Z adding 'torch/_dynamo/distributed.py' 2024-08-07T17:41:35.0515342Z adding 'torch/_dynamo/eval_frame.py' 2024-08-07T17:41:35.0524651Z adding 'torch/_dynamo/exc.py' 2024-08-07T17:41:35.0529007Z adding 'torch/_dynamo/external_utils.py' 2024-08-07T17:41:35.0532464Z adding 'torch/_dynamo/funcname_cache.py' 2024-08-07T17:41:35.0571966Z adding 'torch/_dynamo/guards.py' 2024-08-07T17:41:35.0577461Z adding 'torch/_dynamo/hooks.py' 2024-08-07T17:41:35.0581266Z adding 'torch/_dynamo/logging.py' 2024-08-07T17:41:35.0585332Z adding 'torch/_dynamo/mutation_guard.py' 2024-08-07T17:41:35.0618703Z adding 'torch/_dynamo/output_graph.py' 2024-08-07T17:41:35.0624434Z adding 'torch/_dynamo/polyfill.py' 2024-08-07T17:41:35.0628438Z adding 'torch/_dynamo/profiler.py' 2024-08-07T17:41:35.0632157Z adding 'torch/_dynamo/replay_record.py' 2024-08-07T17:41:35.0642239Z adding 'torch/_dynamo/resume_execution.py' 2024-08-07T17:41:35.0652555Z adding 'torch/_dynamo/side_effects.py' 2024-08-07T17:41:35.0660416Z adding 'torch/_dynamo/source.py' 2024-08-07T17:41:35.0704782Z adding 'torch/_dynamo/symbolic_convert.py' 2024-08-07T17:41:35.0711123Z adding 'torch/_dynamo/tensor_version_op.py' 2024-08-07T17:41:35.0714555Z adding 'torch/_dynamo/test_case.py' 2024-08-07T17:41:35.0719785Z adding 'torch/_dynamo/test_minifier_common.py' 2024-08-07T17:41:35.0725670Z adding 'torch/_dynamo/testing.py' 2024-08-07T17:41:35.0761332Z adding 'torch/_dynamo/trace_rules.py' 2024-08-07T17:41:35.0768617Z adding 'torch/_dynamo/types.py' 2024-08-07T17:41:35.0806952Z adding 'torch/_dynamo/utils.py' 2024-08-07T17:41:35.0813529Z adding 'torch/_dynamo/backends/__init__.py' 2024-08-07T17:41:35.0818032Z adding 'torch/_dynamo/backends/common.py' 2024-08-07T17:41:35.0823555Z adding 'torch/_dynamo/backends/cudagraphs.py' 2024-08-07T17:41:35.0829703Z adding 'torch/_dynamo/backends/debugging.py' 2024-08-07T17:41:35.0841821Z adding 'torch/_dynamo/backends/distributed.py' 2024-08-07T17:41:35.0845992Z adding 'torch/_dynamo/backends/inductor.py' 2024-08-07T17:41:35.0849380Z adding 'torch/_dynamo/backends/onnxrt.py' 2024-08-07T17:41:35.0853839Z adding 'torch/_dynamo/backends/registry.py' 2024-08-07T17:41:35.0857446Z adding 'torch/_dynamo/backends/tensorrt.py' 2024-08-07T17:41:35.0860713Z adding 'torch/_dynamo/backends/torchxla.py' 2024-08-07T17:41:35.0865872Z adding 'torch/_dynamo/backends/tvm.py' 2024-08-07T17:41:35.0870391Z adding 'torch/_dynamo/repro/__init__.py' 2024-08-07T17:41:35.0883049Z adding 'torch/_dynamo/repro/after_aot.py' 2024-08-07T17:41:35.0892117Z adding 'torch/_dynamo/repro/after_dynamo.py' 2024-08-07T17:41:35.0898026Z adding 'torch/_dynamo/variables/__init__.py' 2024-08-07T17:41:35.0904605Z adding 'torch/_dynamo/variables/base.py' 2024-08-07T17:41:35.0947009Z adding 'torch/_dynamo/variables/builder.py' 2024-08-07T17:41:35.0975090Z adding 'torch/_dynamo/variables/builtin.py' 2024-08-07T17:41:35.0982804Z adding 'torch/_dynamo/variables/constant.py' 2024-08-07T17:41:35.0994365Z adding 'torch/_dynamo/variables/ctx_manager.py' 2024-08-07T17:41:35.1007406Z adding 'torch/_dynamo/variables/dicts.py' 2024-08-07T17:41:35.1014543Z adding 'torch/_dynamo/variables/distributed.py' 2024-08-07T17:41:35.1029336Z adding 'torch/_dynamo/variables/functions.py' 2024-08-07T17:41:35.1055489Z adding 'torch/_dynamo/variables/higher_order_ops.py' 2024-08-07T17:41:35.1062659Z adding 'torch/_dynamo/variables/iter.py' 2024-08-07T17:41:35.1067634Z adding 'torch/_dynamo/variables/lazy.py' 2024-08-07T17:41:35.1078804Z adding 'torch/_dynamo/variables/lists.py' 2024-08-07T17:41:35.1096954Z adding 'torch/_dynamo/variables/misc.py' 2024-08-07T17:41:35.1114703Z adding 'torch/_dynamo/variables/nn_module.py' 2024-08-07T17:41:35.1122305Z adding 'torch/_dynamo/variables/optimizer.py' 2024-08-07T17:41:35.1126897Z adding 'torch/_dynamo/variables/script_object.py' 2024-08-07T17:41:35.1130176Z adding 'torch/_dynamo/variables/sdpa.py' 2024-08-07T17:41:35.1148945Z adding 'torch/_dynamo/variables/tensor.py' 2024-08-07T17:41:35.1164610Z adding 'torch/_dynamo/variables/torch.py' 2024-08-07T17:41:35.1171444Z adding 'torch/_dynamo/variables/torch_function.py' 2024-08-07T17:41:35.1187289Z adding 'torch/_dynamo/variables/user_defined.py' 2024-08-07T17:41:35.1195167Z adding 'torch/_export/__init__.py' 2024-08-07T17:41:35.1217752Z adding 'torch/_export/converter.py' 2024-08-07T17:41:35.1222862Z adding 'torch/_export/error.py' 2024-08-07T17:41:35.1231093Z adding 'torch/_export/non_strict_utils.py' 2024-08-07T17:41:35.1238417Z adding 'torch/_export/pass_base.py' 2024-08-07T17:41:35.1242869Z adding 'torch/_export/tools.py' 2024-08-07T17:41:35.1252536Z adding 'torch/_export/utils.py' 2024-08-07T17:41:35.1260299Z adding 'torch/_export/verifier.py' 2024-08-07T17:41:35.1264562Z adding 'torch/_export/wrappers.py' 2024-08-07T17:41:35.1274901Z adding 'torch/_export/db/__init__.py' 2024-08-07T17:41:35.1279460Z adding 'torch/_export/db/case.py' 2024-08-07T17:41:35.1282574Z adding 'torch/_export/db/gen_example.py' 2024-08-07T17:41:35.1285800Z adding 'torch/_export/db/logging.py' 2024-08-07T17:41:35.1290858Z adding 'torch/_export/db/examples/__init__.py' 2024-08-07T17:41:35.1294058Z adding 'torch/_export/db/examples/assume_constant_result.py' 2024-08-07T17:41:35.1298018Z adding 'torch/_export/db/examples/autograd_function.py' 2024-08-07T17:41:35.1300455Z adding 'torch/_export/db/examples/class_method.py' 2024-08-07T17:41:35.1303813Z adding 'torch/_export/db/examples/cond_branch_class_method.py' 2024-08-07T17:41:35.1307084Z adding 'torch/_export/db/examples/cond_branch_nested_function.py' 2024-08-07T17:41:35.1310587Z adding 'torch/_export/db/examples/cond_branch_nonlocal_variables.py' 2024-08-07T17:41:35.1313650Z adding 'torch/_export/db/examples/cond_closed_over_variable.py' 2024-08-07T17:41:35.1316770Z adding 'torch/_export/db/examples/cond_operands.py' 2024-08-07T17:41:35.1320043Z adding 'torch/_export/db/examples/cond_predicate.py' 2024-08-07T17:41:35.1323083Z adding 'torch/_export/db/examples/constrain_as_size_example.py' 2024-08-07T17:41:35.1326168Z adding 'torch/_export/db/examples/constrain_as_value_example.py' 2024-08-07T17:41:35.1329118Z adding 'torch/_export/db/examples/decorator.py' 2024-08-07T17:41:35.1332083Z adding 'torch/_export/db/examples/dictionary.py' 2024-08-07T17:41:35.1335084Z adding 'torch/_export/db/examples/dynamic_shape_assert.py' 2024-08-07T17:41:35.1338324Z adding 'torch/_export/db/examples/dynamic_shape_constructor.py' 2024-08-07T17:41:35.1341307Z adding 'torch/_export/db/examples/dynamic_shape_if_guard.py' 2024-08-07T17:41:35.1344310Z adding 'torch/_export/db/examples/dynamic_shape_map.py' 2024-08-07T17:41:35.1347344Z adding 'torch/_export/db/examples/dynamic_shape_round.py' 2024-08-07T17:41:35.1350313Z adding 'torch/_export/db/examples/dynamic_shape_slicing.py' 2024-08-07T17:41:35.1353278Z adding 'torch/_export/db/examples/dynamic_shape_view.py' 2024-08-07T17:41:35.1356316Z adding 'torch/_export/db/examples/fn_with_kwargs.py' 2024-08-07T17:41:35.1359293Z adding 'torch/_export/db/examples/list_contains.py' 2024-08-07T17:41:35.1362316Z adding 'torch/_export/db/examples/list_unpack.py' 2024-08-07T17:41:35.1365415Z adding 'torch/_export/db/examples/model_attr_mutation.py' 2024-08-07T17:41:35.1368398Z adding 'torch/_export/db/examples/nested_function.py' 2024-08-07T17:41:35.1371465Z adding 'torch/_export/db/examples/null_context_manager.py' 2024-08-07T17:41:35.1374466Z adding 'torch/_export/db/examples/optional_input.py' 2024-08-07T17:41:35.1377563Z adding 'torch/_export/db/examples/pytree_flatten.py' 2024-08-07T17:41:35.1404657Z adding 'torch/_export/db/examples/scalar_output.py' 2024-08-07T17:41:35.1407460Z adding 'torch/_export/db/examples/specialized_attribute.py' 2024-08-07T17:41:35.1410647Z adding 'torch/_export/db/examples/static_for_loop.py' 2024-08-07T17:41:35.1413776Z adding 'torch/_export/db/examples/static_if.py' 2024-08-07T17:41:35.1416833Z adding 'torch/_export/db/examples/tensor_setattr.py' 2024-08-07T17:41:35.1419971Z adding 'torch/_export/db/examples/type_reflection_method.py' 2024-08-07T17:41:35.1423226Z adding 'torch/_export/db/examples/unsupported_operator.py' 2024-08-07T17:41:35.1426663Z adding 'torch/_export/db/examples/user_input_mutation.py' 2024-08-07T17:41:35.1429934Z adding 'torch/_export/pass_infra/__init__.py' 2024-08-07T17:41:35.1433187Z adding 'torch/_export/pass_infra/node_metadata.py' 2024-08-07T17:41:35.1436382Z adding 'torch/_export/pass_infra/proxy_value.py' 2024-08-07T17:41:35.1440355Z adding 'torch/_export/passes/__init__.py' 2024-08-07T17:41:35.1444379Z adding 'torch/_export/passes/_node_metadata_hook.py' 2024-08-07T17:41:35.1450100Z adding 'torch/_export/passes/add_runtime_assertions_for_constraints_pass.py' 2024-08-07T17:41:35.1453484Z adding 'torch/_export/passes/collect_tracepoints_pass.py' 2024-08-07T17:41:35.1459459Z adding 'torch/_export/passes/constant_folding.py' 2024-08-07T17:41:35.1463684Z adding 'torch/_export/passes/functionalize_side_effectful_ops_pass.py' 2024-08-07T17:41:35.1469703Z adding 'torch/_export/passes/lift_constants_pass.py' 2024-08-07T17:41:35.1473496Z adding 'torch/_export/passes/remove_runtime_assertions.py' 2024-08-07T17:41:35.1478635Z adding 'torch/_export/passes/replace_autocast_with_hop_pass.py' 2024-08-07T17:41:35.1482868Z adding 'torch/_export/passes/replace_set_grad_with_hop_pass.py' 2024-08-07T17:41:35.1486738Z adding 'torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py' 2024-08-07T17:41:35.1490701Z adding 'torch/_export/passes/replace_with_hop_pass_util.py' 2024-08-07T17:41:35.1495313Z adding 'torch/_export/serde/__init__.py' 2024-08-07T17:41:35.1497637Z adding 'torch/_export/serde/aoti_schema.py' 2024-08-07T17:41:35.1502711Z adding 'torch/_export/serde/schema.py' 2024-08-07T17:41:35.1510436Z adding 'torch/_export/serde/schema.yaml' 2024-08-07T17:41:35.1513044Z adding 'torch/_export/serde/schema_check.py' 2024-08-07T17:41:35.1552148Z adding 'torch/_export/serde/serialize.py' 2024-08-07T17:41:35.1557983Z adding 'torch/_export/serde/union.py' 2024-08-07T17:41:35.1561802Z adding 'torch/_functorch/__init__.py' 2024-08-07T17:41:35.1587248Z adding 'torch/_functorch/aot_autograd.py' 2024-08-07T17:41:35.1597467Z adding 'torch/_functorch/apis.py' 2024-08-07T17:41:35.1608823Z adding 'torch/_functorch/autograd_function.py' 2024-08-07T17:41:35.1612120Z adding 'torch/_functorch/batch_norm_replacement.py' 2024-08-07T17:41:35.1616733Z adding 'torch/_functorch/benchmark_utils.py' 2024-08-07T17:41:35.1621270Z adding 'torch/_functorch/compile_utils.py' 2024-08-07T17:41:35.1627778Z adding 'torch/_functorch/compilers.py' 2024-08-07T17:41:35.1633993Z adding 'torch/_functorch/config.py' 2024-08-07T17:41:35.1638380Z adding 'torch/_functorch/deprecated.py' 2024-08-07T17:41:35.1663754Z adding 'torch/_functorch/eager_transforms.py' 2024-08-07T17:41:35.1671468Z adding 'torch/_functorch/functional_call.py' 2024-08-07T17:41:35.1678659Z adding 'torch/_functorch/fx_minifier.py' 2024-08-07T17:41:35.1688173Z adding 'torch/_functorch/make_functional.py' 2024-08-07T17:41:35.1715260Z adding 'torch/_functorch/partitioners.py' 2024-08-07T17:41:35.1722065Z adding 'torch/_functorch/pyfunctorch.py' 2024-08-07T17:41:35.1725425Z adding 'torch/_functorch/python_key.py' 2024-08-07T17:41:35.1728679Z adding 'torch/_functorch/pytree_hacks.py' 2024-08-07T17:41:35.1737177Z adding 'torch/_functorch/top_operators_github_usage.py' 2024-08-07T17:41:35.1740996Z adding 'torch/_functorch/utils.py' 2024-08-07T17:41:35.1749229Z adding 'torch/_functorch/vmap.py' 2024-08-07T17:41:35.1753793Z adding 'torch/_functorch/_aot_autograd/__init__.py' 2024-08-07T17:41:35.1762367Z adding 'torch/_functorch/_aot_autograd/autograd_cache.py' 2024-08-07T17:41:35.1778074Z adding 'torch/_functorch/_aot_autograd/collect_metadata_analysis.py' 2024-08-07T17:41:35.1784980Z adding 'torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py' 2024-08-07T17:41:35.1793698Z adding 'torch/_functorch/_aot_autograd/functional_utils.py' 2024-08-07T17:41:35.1802851Z adding 'torch/_functorch/_aot_autograd/input_output_analysis.py' 2024-08-07T17:41:35.1814696Z adding 'torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py' 2024-08-07T17:41:35.1819734Z adding 'torch/_functorch/_aot_autograd/logging_utils.py' 2024-08-07T17:41:35.1853345Z adding 'torch/_functorch/_aot_autograd/runtime_wrappers.py' 2024-08-07T17:41:35.1870415Z adding 'torch/_functorch/_aot_autograd/schemas.py' 2024-08-07T17:41:35.1878359Z adding 'torch/_functorch/_aot_autograd/subclass_utils.py' 2024-08-07T17:41:35.1894358Z adding 'torch/_functorch/_aot_autograd/traced_function_transforms.py' 2024-08-07T17:41:35.1901288Z adding 'torch/_functorch/_aot_autograd/utils.py' 2024-08-07T17:41:35.1905759Z adding 'torch/_higher_order_ops/__init__.py' 2024-08-07T17:41:35.1910584Z adding 'torch/_higher_order_ops/associative_scan.py' 2024-08-07T17:41:35.1916539Z adding 'torch/_higher_order_ops/auto_functionalize.py' 2024-08-07T17:41:35.1925699Z adding 'torch/_higher_order_ops/cond.py' 2024-08-07T17:41:35.1931287Z adding 'torch/_higher_order_ops/effects.py' 2024-08-07T17:41:35.1941155Z adding 'torch/_higher_order_ops/flex_attention.py' 2024-08-07T17:41:35.1947049Z adding 'torch/_higher_order_ops/map.py' 2024-08-07T17:41:35.1951847Z adding 'torch/_higher_order_ops/out_dtype.py' 2024-08-07T17:41:35.1955438Z adding 'torch/_higher_order_ops/run_const_graph.py' 2024-08-07T17:41:35.1959599Z adding 'torch/_higher_order_ops/strict_mode.py' 2024-08-07T17:41:35.1963438Z adding 'torch/_higher_order_ops/torchbind.py' 2024-08-07T17:41:35.1977707Z adding 'torch/_higher_order_ops/triton_kernel_wrap.py' 2024-08-07T17:41:35.1985343Z adding 'torch/_higher_order_ops/utils.py' 2024-08-07T17:41:35.1991035Z adding 'torch/_higher_order_ops/while_loop.py' 2024-08-07T17:41:35.1996491Z adding 'torch/_higher_order_ops/wrap.py' 2024-08-07T17:41:35.2002620Z adding 'torch/_inductor/__init__.py' 2024-08-07T17:41:35.2007912Z adding 'torch/_inductor/aoti_eager.py' 2024-08-07T17:41:35.2013204Z adding 'torch/_inductor/async_compile.py' 2024-08-07T17:41:35.2023478Z adding 'torch/_inductor/autotune_process.py' 2024-08-07T17:41:35.2028655Z adding 'torch/_inductor/bounds.py' 2024-08-07T17:41:35.2077097Z adding 'torch/_inductor/codecache.py' 2024-08-07T17:41:35.2085429Z adding 'torch/_inductor/comm_analysis.py' 2024-08-07T17:41:35.2094318Z adding 'torch/_inductor/comms.py' 2024-08-07T17:41:35.2116395Z adding 'torch/_inductor/compile_fx.py' 2024-08-07T17:41:35.2136749Z adding 'torch/_inductor/config.py' 2024-08-07T17:41:35.2143725Z adding 'torch/_inductor/constant_folding.py' 2024-08-07T17:41:35.2158968Z adding 'torch/_inductor/cpp_builder.py' 2024-08-07T17:41:35.2165720Z adding 'torch/_inductor/cpu_vec_isa.py' 2024-08-07T17:41:35.2203529Z adding 'torch/_inductor/cudagraph_trees.py' 2024-08-07T17:41:35.2211239Z adding 'torch/_inductor/cudagraph_utils.py' 2024-08-07T17:41:35.2220477Z adding 'torch/_inductor/debug.py' 2024-08-07T17:41:35.2232244Z adding 'torch/_inductor/decomposition.py' 2024-08-07T17:41:35.2241695Z adding 'torch/_inductor/dependencies.py' 2024-08-07T17:41:35.2245844Z adding 'torch/_inductor/exc.py' 2024-08-07T17:41:35.2249061Z adding 'torch/_inductor/extern_node_serializer.py' 2024-08-07T17:41:35.2254308Z adding 'torch/_inductor/freezing.py' 2024-08-07T17:41:35.2259740Z adding 'torch/_inductor/fx_utils.py' 2024-08-07T17:41:35.2288192Z adding 'torch/_inductor/graph.py' 2024-08-07T17:41:35.2293101Z adding 'torch/_inductor/hooks.py' 2024-08-07T17:41:35.2299283Z adding 'torch/_inductor/index_propagation.py' 2024-08-07T17:41:35.2303851Z adding 'torch/_inductor/inductor_prims.py' 2024-08-07T17:41:35.2385589Z adding 'torch/_inductor/ir.py' 2024-08-07T17:41:35.2395709Z adding 'torch/_inductor/jagged_lowerings.py' 2024-08-07T17:41:35.2465754Z adding 'torch/_inductor/lowering.py' 2024-08-07T17:41:35.2476591Z adding 'torch/_inductor/metrics.py' 2024-08-07T17:41:35.2489225Z adding 'torch/_inductor/mkldnn_ir.py' 2024-08-07T17:41:35.2501835Z adding 'torch/_inductor/mkldnn_lowerings.py' 2024-08-07T17:41:35.2513453Z adding 'torch/_inductor/ops_handler.py' 2024-08-07T17:41:35.2517899Z adding 'torch/_inductor/optimize_indexing.py' 2024-08-07T17:41:35.2550519Z adding 'torch/_inductor/pattern_matcher.py' 2024-08-07T17:41:35.2555391Z adding 'torch/_inductor/quantized_lowerings.py' 2024-08-07T17:41:35.2558782Z adding 'torch/_inductor/remote_cache.py' 2024-08-07T17:41:35.2603155Z adding 'torch/_inductor/scheduler.py' 2024-08-07T17:41:35.2627689Z adding 'torch/_inductor/select_algorithm.py' 2024-08-07T17:41:35.2642094Z adding 'torch/_inductor/sizevars.py' 2024-08-07T17:41:35.2646895Z adding 'torch/_inductor/subgraph_lowering.py' 2024-08-07T17:41:35.2650431Z adding 'torch/_inductor/test_case.py' 2024-08-07T17:41:35.2653914Z adding 'torch/_inductor/test_operators.py' 2024-08-07T17:41:35.2678069Z adding 'torch/_inductor/utils.py' 2024-08-07T17:41:35.2685482Z adding 'torch/_inductor/virtualized.py' 2024-08-07T17:41:35.2691458Z adding 'torch/_inductor/wrapper_benchmark.py' 2024-08-07T17:41:35.2696414Z adding 'torch/_inductor/autoheuristic/__init__.py' 2024-08-07T17:41:35.2702105Z adding 'torch/_inductor/autoheuristic/autoheuristic.py' 2024-08-07T17:41:35.2707817Z adding 'torch/_inductor/autoheuristic/autoheuristic_utils.py' 2024-08-07T17:41:35.2712181Z adding 'torch/_inductor/autoheuristic/learned_heuristic_controller.py' 2024-08-07T17:41:35.2715795Z adding 'torch/_inductor/autoheuristic/learnedheuristic_interface.py' 2024-08-07T17:41:35.2720828Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py' 2024-08-07T17:41:35.2725015Z adding 'torch/_inductor/autoheuristic/artifacts/_PadMMA100.py' 2024-08-07T17:41:35.2728076Z adding 'torch/_inductor/autoheuristic/artifacts/__init__.py' 2024-08-07T17:41:35.2732009Z adding 'torch/_inductor/codegen/__init__.py' 2024-08-07T17:41:35.2735315Z adding 'torch/_inductor/codegen/aoti_hipify_utils.py' 2024-08-07T17:41:35.2739337Z adding 'torch/_inductor/codegen/codegen_device_driver.py' 2024-08-07T17:41:35.2762986Z adding 'torch/_inductor/codegen/common.py' 2024-08-07T17:41:35.2820283Z adding 'torch/_inductor/codegen/cpp.py' 2024-08-07T17:41:35.2836431Z adding 'torch/_inductor/codegen/cpp_gemm_template.py' 2024-08-07T17:41:35.2846166Z adding 'torch/_inductor/codegen/cpp_micro_gemm.py' 2024-08-07T17:41:35.2855103Z adding 'torch/_inductor/codegen/cpp_prefix.h' 2024-08-07T17:41:35.2859854Z adding 'torch/_inductor/codegen/cpp_template.py' 2024-08-07T17:41:35.2866806Z adding 'torch/_inductor/codegen/cpp_template_kernel.py' 2024-08-07T17:41:35.2876495Z adding 'torch/_inductor/codegen/cpp_utils.py' 2024-08-07T17:41:35.2910511Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu.py' 2024-08-07T17:41:35.2919076Z adding 'torch/_inductor/codegen/cpp_wrapper_cuda.py' 2024-08-07T17:41:35.2923146Z adding 'torch/_inductor/codegen/cuda_combined_scheduling.py' 2024-08-07T17:41:35.2944863Z adding 'torch/_inductor/codegen/halide.py' 2024-08-07T17:41:35.2956669Z adding 'torch/_inductor/codegen/memory_planning.py' 2024-08-07T17:41:35.2964099Z adding 'torch/_inductor/codegen/multi_kernel.py' 2024-08-07T17:41:35.2990697Z adding 'torch/_inductor/codegen/simd.py' 2024-08-07T17:41:35.3032370Z adding 'torch/_inductor/codegen/triton.py' 2024-08-07T17:41:35.3047551Z adding 'torch/_inductor/codegen/triton_combo_kernel.py' 2024-08-07T17:41:35.3053128Z adding 'torch/_inductor/codegen/triton_split_scan.py' 2024-08-07T17:41:35.3057701Z adding 'torch/_inductor/codegen/triton_utils.py' 2024-08-07T17:41:35.3085814Z adding 'torch/_inductor/codegen/wrapper.py' 2024-08-07T17:41:35.3092186Z adding 'torch/_inductor/codegen/aoti_runtime/implementation.cpp' 2024-08-07T17:41:35.3097502Z adding 'torch/_inductor/codegen/aoti_runtime/interface.cpp' 2024-08-07T17:41:35.3101694Z adding 'torch/_inductor/codegen/cuda/__init__.py' 2024-08-07T17:41:35.3106286Z adding 'torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py' 2024-08-07T17:41:35.3109463Z adding 'torch/_inductor/codegen/cuda/cuda_env.py' 2024-08-07T17:41:35.3115326Z adding 'torch/_inductor/codegen/cuda/cuda_kernel.py' 2024-08-07T17:41:35.3120593Z adding 'torch/_inductor/codegen/cuda/cuda_template.py' 2024-08-07T17:41:35.3126537Z adding 'torch/_inductor/codegen/cuda/cutlass_epilogue_gen.py' 2024-08-07T17:41:35.3132704Z adding 'torch/_inductor/codegen/cuda/cutlass_utils.py' 2024-08-07T17:41:35.3136203Z adding 'torch/_inductor/codegen/cuda/device_op_overrides.py' 2024-08-07T17:41:35.3150649Z adding 'torch/_inductor/codegen/cuda/gemm_template.py' 2024-08-07T17:41:35.3155462Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py' 2024-08-07T17:41:35.3160314Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py' 2024-08-07T17:41:35.3164433Z adding 'torch/_inductor/codegen/rocm/__init__.py' 2024-08-07T17:41:35.3167950Z adding 'torch/_inductor/codegen/rocm/ck_template.py' 2024-08-07T17:41:35.3174588Z adding 'torch/_inductor/codegen/rocm/ck_universal_gemm_template.py' 2024-08-07T17:41:35.3178908Z adding 'torch/_inductor/codegen/rocm/compile_command.py' 2024-08-07T17:41:35.3183073Z adding 'torch/_inductor/codegen/rocm/rocm_benchmark_request.py' 2024-08-07T17:41:35.3187119Z adding 'torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py' 2024-08-07T17:41:35.3192660Z adding 'torch/_inductor/codegen/rocm/rocm_kernel.py' 2024-08-07T17:41:35.3197256Z adding 'torch/_inductor/codegen/rocm/rocm_template.py' 2024-08-07T17:41:35.3200538Z adding 'torch/_inductor/codegen/rocm/rocm_template_buffer.py' 2024-08-07T17:41:35.3204107Z adding 'torch/_inductor/codegen/xpu/__init__.py' 2024-08-07T17:41:35.3207212Z adding 'torch/_inductor/codegen/xpu/device_op_overrides.py' 2024-08-07T17:41:35.3210819Z adding 'torch/_inductor/compile_worker/__init__.py' 2024-08-07T17:41:35.3213979Z adding 'torch/_inductor/compile_worker/__main__.py' 2024-08-07T17:41:35.3219647Z adding 'torch/_inductor/compile_worker/subproc_pool.py' 2024-08-07T17:41:35.3223282Z adding 'torch/_inductor/compile_worker/watchdog.py' 2024-08-07T17:41:35.3227279Z adding 'torch/_inductor/fx_passes/__init__.py' 2024-08-07T17:41:35.3236028Z adding 'torch/_inductor/fx_passes/b2b_gemm.py' 2024-08-07T17:41:35.3241949Z adding 'torch/_inductor/fx_passes/binary_folding.py' 2024-08-07T17:41:35.3250846Z adding 'torch/_inductor/fx_passes/ddp_fusion.py' 2024-08-07T17:41:35.3255586Z adding 'torch/_inductor/fx_passes/decompose_mem_bound_mm.py' 2024-08-07T17:41:35.3259098Z adding 'torch/_inductor/fx_passes/dedupe_symint_uses.py' 2024-08-07T17:41:35.3264813Z adding 'torch/_inductor/fx_passes/efficient_conv_bn_eval.py' 2024-08-07T17:41:35.3269835Z adding 'torch/_inductor/fx_passes/freezing_patterns.py' 2024-08-07T17:41:35.3278481Z adding 'torch/_inductor/fx_passes/fuse_attention.py' 2024-08-07T17:41:35.3293324Z adding 'torch/_inductor/fx_passes/group_batch_fusion.py' 2024-08-07T17:41:35.3303401Z adding 'torch/_inductor/fx_passes/joint_graph.py' 2024-08-07T17:41:35.3313861Z adding 'torch/_inductor/fx_passes/micro_pipeline_tp.py' 2024-08-07T17:41:35.3318614Z adding 'torch/_inductor/fx_passes/misc_patterns.py' 2024-08-07T17:41:35.3332195Z adding 'torch/_inductor/fx_passes/mkldnn_fusion.py' 2024-08-07T17:41:35.3338008Z adding 'torch/_inductor/fx_passes/numeric_utils.py' 2024-08-07T17:41:35.3347861Z adding 'torch/_inductor/fx_passes/pad_mm.py' 2024-08-07T17:41:35.3364001Z adding 'torch/_inductor/fx_passes/post_grad.py' 2024-08-07T17:41:35.3374758Z adding 'torch/_inductor/fx_passes/pre_grad.py' 2024-08-07T17:41:35.3399404Z adding 'torch/_inductor/fx_passes/quantization.py' 2024-08-07T17:41:35.3411321Z adding 'torch/_inductor/fx_passes/reinplace.py' 2024-08-07T17:41:35.3415703Z adding 'torch/_inductor/fx_passes/replace_random.py' 2024-08-07T17:41:35.3439016Z adding 'torch/_inductor/fx_passes/split_cat.py' 2024-08-07T17:41:35.3445350Z adding 'torch/_inductor/fx_passes/serialized_patterns/__init__.py' 2024-08-07T17:41:35.3449552Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py' 2024-08-07T17:41:35.3454377Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py' 2024-08-07T17:41:35.3459499Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py' 2024-08-07T17:41:35.3463980Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py' 2024-08-07T17:41:35.3468385Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py' 2024-08-07T17:41:35.3473227Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py' 2024-08-07T17:41:35.3478209Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py' 2024-08-07T17:41:35.3484915Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py' 2024-08-07T17:41:35.3490630Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py' 2024-08-07T17:41:35.3496660Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py' 2024-08-07T17:41:35.3502007Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py' 2024-08-07T17:41:35.3506624Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py' 2024-08-07T17:41:35.3511292Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py' 2024-08-07T17:41:35.3515720Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py' 2024-08-07T17:41:35.3520256Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py' 2024-08-07T17:41:35.3524925Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py' 2024-08-07T17:41:35.3529763Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py' 2024-08-07T17:41:35.3534568Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py' 2024-08-07T17:41:35.3539547Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py' 2024-08-07T17:41:35.3543299Z adding 'torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py' 2024-08-07T17:41:35.3546709Z adding 'torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py' 2024-08-07T17:41:35.3550469Z adding 'torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py' 2024-08-07T17:41:35.3553745Z adding 'torch/_inductor/kernel/__init__.py' 2024-08-07T17:41:35.3558376Z adding 'torch/_inductor/kernel/bmm.py' 2024-08-07T17:41:35.3566311Z adding 'torch/_inductor/kernel/conv.py' 2024-08-07T17:41:35.3581734Z adding 'torch/_inductor/kernel/flex_attention.py' 2024-08-07T17:41:35.3590515Z adding 'torch/_inductor/kernel/flex_decoding.py' 2024-08-07T17:41:35.3598763Z adding 'torch/_inductor/kernel/mm.py' 2024-08-07T17:41:35.3605465Z adding 'torch/_inductor/kernel/mm_common.py' 2024-08-07T17:41:35.3610859Z adding 'torch/_inductor/kernel/mm_plus_mm.py' 2024-08-07T17:41:35.3616239Z adding 'torch/_inductor/kernel/mm_scaled.py' 2024-08-07T17:41:35.3620606Z adding 'torch/_inductor/kernel/unpack_mixed_mm.py' 2024-08-07T17:41:35.3624485Z adding 'torch/_inductor/package/__init__.py' 2024-08-07T17:41:35.3627507Z adding 'torch/_inductor/package/build_package.py' 2024-08-07T17:41:35.3632479Z adding 'torch/_inductor/package/package.py' 2024-08-07T17:41:35.3636064Z adding 'torch/_inductor/package/pt2_archive_constants.py' 2024-08-07T17:41:35.3639816Z adding 'torch/_inductor/runtime/__init__.py' 2024-08-07T17:41:35.3643424Z adding 'torch/_inductor/runtime/compile_tasks.py' 2024-08-07T17:41:35.3648852Z adding 'torch/_inductor/runtime/coordinate_descent_tuner.py' 2024-08-07T17:41:35.3653031Z adding 'torch/_inductor/runtime/halide_helpers.py' 2024-08-07T17:41:35.3657942Z adding 'torch/_inductor/runtime/hints.py' 2024-08-07T17:41:35.3662358Z adding 'torch/_inductor/runtime/runtime_utils.py' 2024-08-07T17:41:35.3669617Z adding 'torch/_inductor/runtime/triton_helpers.py' 2024-08-07T17:41:35.3692230Z adding 'torch/_inductor/runtime/triton_heuristics.py' 2024-08-07T17:41:35.3698285Z adding 'torch/_lazy/__init__.py' 2024-08-07T17:41:35.3703177Z adding 'torch/_lazy/closure.py' 2024-08-07T17:41:35.3706083Z adding 'torch/_lazy/computation.py' 2024-08-07T17:41:35.3709394Z adding 'torch/_lazy/config.py' 2024-08-07T17:41:35.3712407Z adding 'torch/_lazy/debug.py' 2024-08-07T17:41:35.3715496Z adding 'torch/_lazy/device_context.py' 2024-08-07T17:41:35.3720838Z adding 'torch/_lazy/extract_compiled_graph.py' 2024-08-07T17:41:35.3724067Z adding 'torch/_lazy/ir_cache.py' 2024-08-07T17:41:35.3727236Z adding 'torch/_lazy/metrics.py' 2024-08-07T17:41:35.3730473Z adding 'torch/_lazy/tensor_factory_functions.py' 2024-08-07T17:41:35.3733504Z adding 'torch/_lazy/ts_backend.py' 2024-08-07T17:41:35.3737731Z adding 'torch/_library/__init__.py' 2024-08-07T17:41:35.3743200Z adding 'torch/_library/autograd.py' 2024-08-07T17:41:35.3755035Z adding 'torch/_library/custom_ops.py' 2024-08-07T17:41:35.3761732Z adding 'torch/_library/fake_class_registry.py' 2024-08-07T17:41:35.3766851Z adding 'torch/_library/fake_impl.py' 2024-08-07T17:41:35.3772750Z adding 'torch/_library/infer_schema.py' 2024-08-07T17:41:35.3776675Z adding 'torch/_library/simple_registry.py' 2024-08-07T17:41:35.3781641Z adding 'torch/_library/triton.py' 2024-08-07T17:41:35.3787231Z adding 'torch/_library/utils.py' 2024-08-07T17:41:35.3791470Z adding 'torch/_logging/__init__.py' 2024-08-07T17:41:35.3807673Z adding 'torch/_logging/_internal.py' 2024-08-07T17:41:35.3812896Z adding 'torch/_logging/_registrations.py' 2024-08-07T17:41:35.3816938Z adding 'torch/_logging/structured.py' 2024-08-07T17:41:35.3820680Z adding 'torch/_numpy/__init__.py' 2024-08-07T17:41:35.3824142Z adding 'torch/_numpy/_binary_ufuncs_impl.py' 2024-08-07T17:41:35.3831347Z adding 'torch/_numpy/_casting_dicts.py' 2024-08-07T17:41:35.3837772Z adding 'torch/_numpy/_dtypes.py' 2024-08-07T17:41:35.3842630Z adding 'torch/_numpy/_dtypes_impl.py' 2024-08-07T17:41:35.3846225Z adding 'torch/_numpy/_funcs.py' 2024-08-07T17:41:35.3867793Z adding 'torch/_numpy/_funcs_impl.py' 2024-08-07T17:41:35.3872566Z adding 'torch/_numpy/_getlimits.py' 2024-08-07T17:41:35.3879575Z adding 'torch/_numpy/_ndarray.py' 2024-08-07T17:41:35.3884913Z adding 'torch/_numpy/_normalizations.py' 2024-08-07T17:41:35.3890755Z adding 'torch/_numpy/_reductions_impl.py' 2024-08-07T17:41:35.3895454Z adding 'torch/_numpy/_ufuncs.py' 2024-08-07T17:41:35.3899114Z adding 'torch/_numpy/_unary_ufuncs_impl.py' 2024-08-07T17:41:35.3904127Z adding 'torch/_numpy/_util.py' 2024-08-07T17:41:35.3907696Z adding 'torch/_numpy/fft.py' 2024-08-07T17:41:35.3911779Z adding 'torch/_numpy/linalg.py' 2024-08-07T17:41:35.3915984Z adding 'torch/_numpy/random.py' 2024-08-07T17:41:35.3919891Z adding 'torch/_numpy/testing/__init__.py' 2024-08-07T17:41:35.3947878Z adding 'torch/_numpy/testing/utils.py' 2024-08-07T17:41:35.3979396Z adding 'torch/_prims/__init__.py' 2024-08-07T17:41:35.3984777Z adding 'torch/_prims/context.py' 2024-08-07T17:41:35.3988298Z adding 'torch/_prims/debug_prims.py' 2024-08-07T17:41:35.3991684Z adding 'torch/_prims/executor.py' 2024-08-07T17:41:35.3996659Z adding 'torch/_prims/rng_prims.py' 2024-08-07T17:41:35.4022925Z adding 'torch/_prims_common/__init__.py' 2024-08-07T17:41:35.4031787Z adding 'torch/_prims_common/wrappers.py' 2024-08-07T17:41:35.4103233Z adding 'torch/_refs/__init__.py' 2024-08-07T17:41:35.4111748Z adding 'torch/_refs/_conversions.py' 2024-08-07T17:41:35.4118195Z adding 'torch/_refs/fft.py' 2024-08-07T17:41:35.4124727Z adding 'torch/_refs/linalg/__init__.py' 2024-08-07T17:41:35.4128881Z adding 'torch/_refs/nn/__init__.py' 2024-08-07T17:41:35.4142573Z adding 'torch/_refs/nn/functional/__init__.py' 2024-08-07T17:41:35.4148375Z adding 'torch/_refs/special/__init__.py' 2024-08-07T17:41:35.4152182Z adding 'torch/_strobelight/__init__.py' 2024-08-07T17:41:35.4157412Z adding 'torch/_strobelight/cli_function_profiler.py' 2024-08-07T17:41:35.4162104Z adding 'torch/_strobelight/compile_time_profiler.py' 2024-08-07T17:41:35.4166018Z adding 'torch/_subclasses/__init__.py' 2024-08-07T17:41:35.4170878Z adding 'torch/_subclasses/_fake_tensor_utils.py' 2024-08-07T17:41:35.4185317Z adding 'torch/_subclasses/fake_impls.py' 2024-08-07T17:41:35.4222901Z adding 'torch/_subclasses/fake_tensor.py' 2024-08-07T17:41:35.4229600Z adding 'torch/_subclasses/fake_utils.py' 2024-08-07T17:41:35.4241324Z adding 'torch/_subclasses/functional_tensor.py' 2024-08-07T17:41:35.4268081Z adding 'torch/_subclasses/meta_utils.py' 2024-08-07T17:41:35.4274585Z adding 'torch/_subclasses/schema_check_mode.py' 2024-08-07T17:41:35.4278446Z adding 'torch/_vendor/__init__.py' 2024-08-07T17:41:35.4282189Z adding 'torch/_vendor/packaging/__init__.py' 2024-08-07T17:41:35.4285524Z adding 'torch/_vendor/packaging/_structures.py' 2024-08-07T17:41:35.4292413Z adding 'torch/_vendor/packaging/version.py' 2024-08-07T17:41:35.4296961Z adding 'torch/amp/__init__.py' 2024-08-07T17:41:35.4305025Z adding 'torch/amp/autocast_mode.py' 2024-08-07T17:41:35.4316851Z adding 'torch/amp/grad_scaler.py' 2024-08-07T17:41:35.4321580Z adding 'torch/ao/__init__.py' 2024-08-07T17:41:35.4325365Z adding 'torch/ao/nn/__init__.py' 2024-08-07T17:41:35.4329406Z adding 'torch/ao/nn/intrinsic/__init__.py' 2024-08-07T17:41:35.4333341Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2024-08-07T17:41:35.4337474Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2024-08-07T17:41:35.4341387Z adding 'torch/ao/nn/intrinsic/qat/__init__.py' 2024-08-07T17:41:35.4345325Z adding 'torch/ao/nn/intrinsic/qat/modules/__init__.py' 2024-08-07T17:41:35.4353739Z adding 'torch/ao/nn/intrinsic/qat/modules/conv_fused.py' 2024-08-07T17:41:35.4359129Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_fused.py' 2024-08-07T17:41:35.4362861Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_relu.py' 2024-08-07T17:41:35.4366604Z adding 'torch/ao/nn/intrinsic/quantized/__init__.py' 2024-08-07T17:41:35.4370583Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/__init__.py' 2024-08-07T17:41:35.4375582Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2024-08-07T17:41:35.4379313Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2024-08-07T17:41:35.4383233Z adding 'torch/ao/nn/intrinsic/quantized/modules/__init__.py' 2024-08-07T17:41:35.4386845Z adding 'torch/ao/nn/intrinsic/quantized/modules/bn_relu.py' 2024-08-07T17:41:35.4390503Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_add.py' 2024-08-07T17:41:35.4394894Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_relu.py' 2024-08-07T17:41:35.4399334Z adding 'torch/ao/nn/intrinsic/quantized/modules/linear_relu.py' 2024-08-07T17:41:35.4403073Z adding 'torch/ao/nn/qat/__init__.py' 2024-08-07T17:41:35.4406668Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2024-08-07T17:41:35.4410304Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2024-08-07T17:41:35.4413595Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2024-08-07T17:41:35.4417460Z adding 'torch/ao/nn/qat/modules/__init__.py' 2024-08-07T17:41:35.4422070Z adding 'torch/ao/nn/qat/modules/conv.py' 2024-08-07T17:41:35.4426361Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2024-08-07T17:41:35.4430383Z adding 'torch/ao/nn/qat/modules/linear.py' 2024-08-07T17:41:35.4434166Z adding 'torch/ao/nn/quantizable/__init__.py' 2024-08-07T17:41:35.4437760Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2024-08-07T17:41:35.4446351Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2024-08-07T17:41:35.4454007Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2024-08-07T17:41:35.4458618Z adding 'torch/ao/nn/quantized/__init__.py' 2024-08-07T17:41:35.4467055Z adding 'torch/ao/nn/quantized/functional.py' 2024-08-07T17:41:35.4471551Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2024-08-07T17:41:35.4475265Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2024-08-07T17:41:35.4480356Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2024-08-07T17:41:35.4485426Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2024-08-07T17:41:35.4500196Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2024-08-07T17:41:35.4506377Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2024-08-07T17:41:35.4511681Z adding 'torch/ao/nn/quantized/modules/activation.py' 2024-08-07T17:41:35.4515974Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2024-08-07T17:41:35.4525522Z adding 'torch/ao/nn/quantized/modules/conv.py' 2024-08-07T17:41:35.4529844Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2024-08-07T17:41:35.4535358Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2024-08-07T17:41:35.4540202Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2024-08-07T17:41:35.4546536Z adding 'torch/ao/nn/quantized/modules/linear.py' 2024-08-07T17:41:35.4551087Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2024-08-07T17:41:35.4555114Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2024-08-07T17:41:35.4558947Z adding 'torch/ao/nn/quantized/modules/utils.py' 2024-08-07T17:41:35.4562900Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2024-08-07T17:41:35.4566904Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2024-08-07T17:41:35.4571814Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2024-08-07T17:41:35.4575531Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2024-08-07T17:41:35.4583761Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2024-08-07T17:41:35.4588216Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2024-08-07T17:41:35.4593888Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2024-08-07T17:41:35.4598181Z adding 'torch/ao/nn/sparse/__init__.py' 2024-08-07T17:41:35.4601630Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2024-08-07T17:41:35.4606327Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2024-08-07T17:41:35.4610282Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2024-08-07T17:41:35.4613901Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2024-08-07T17:41:35.4618428Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2024-08-07T17:41:35.4622349Z adding 'torch/ao/ns/__init__.py' 2024-08-07T17:41:35.4629334Z adding 'torch/ao/ns/_numeric_suite.py' 2024-08-07T17:41:35.4643223Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2024-08-07T17:41:35.4648067Z adding 'torch/ao/ns/fx/__init__.py' 2024-08-07T17:41:35.4655856Z adding 'torch/ao/ns/fx/graph_matcher.py' 2024-08-07T17:41:35.4671715Z adding 'torch/ao/ns/fx/graph_passes.py' 2024-08-07T17:41:35.4678976Z adding 'torch/ao/ns/fx/mappings.py' 2024-08-07T17:41:35.4696656Z adding 'torch/ao/ns/fx/n_shadows_utils.py' 2024-08-07T17:41:35.4701599Z adding 'torch/ao/ns/fx/ns_types.py' 2024-08-07T17:41:35.4706322Z adding 'torch/ao/ns/fx/pattern_utils.py' 2024-08-07T17:41:35.4711690Z adding 'torch/ao/ns/fx/qconfig_multi_mapping.py' 2024-08-07T17:41:35.4719554Z adding 'torch/ao/ns/fx/utils.py' 2024-08-07T17:41:35.4725107Z adding 'torch/ao/ns/fx/weight_utils.py' 2024-08-07T17:41:35.4729197Z adding 'torch/ao/pruning/__init__.py' 2024-08-07T17:41:35.4732164Z adding 'torch/ao/pruning/_mappings.py' 2024-08-07T17:41:35.4736001Z adding 'torch/ao/pruning/_experimental/__init__.py' 2024-08-07T17:41:35.4739688Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/__init__.py' 2024-08-07T17:41:35.4747470Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py' 2024-08-07T17:41:35.4751509Z adding 'torch/ao/pruning/_experimental/data_scheduler/__init__.py' 2024-08-07T17:41:35.4756259Z adding 'torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py' 2024-08-07T17:41:35.4760159Z adding 'torch/ao/pruning/_experimental/data_sparsifier/__init__.py' 2024-08-07T17:41:35.4766586Z adding 'torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py' 2024-08-07T17:41:35.4771751Z adding 'torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py' 2024-08-07T17:41:35.4776140Z adding 'torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py' 2024-08-07T17:41:35.4780021Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py' 2024-08-07T17:41:35.4783693Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2024-08-07T17:41:35.4787651Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2024-08-07T17:41:35.4791197Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2024-08-07T17:41:35.4795957Z adding 'torch/ao/pruning/_experimental/pruner/FPGM_pruner.py' 2024-08-07T17:41:35.4799007Z adding 'torch/ao/pruning/_experimental/pruner/__init__.py' 2024-08-07T17:41:35.4804196Z adding 'torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py' 2024-08-07T17:41:35.4808032Z adding 'torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py' 2024-08-07T17:41:35.4811448Z adding 'torch/ao/pruning/_experimental/pruner/match_utils.py' 2024-08-07T17:41:35.4814924Z adding 'torch/ao/pruning/_experimental/pruner/parametrization.py' 2024-08-07T17:41:35.4821941Z adding 'torch/ao/pruning/_experimental/pruner/prune_functions.py' 2024-08-07T17:41:35.4825735Z adding 'torch/ao/pruning/_experimental/pruner/saliency_pruner.py' 2024-08-07T17:41:35.4829366Z adding 'torch/ao/pruning/scheduler/__init__.py' 2024-08-07T17:41:35.4833754Z adding 'torch/ao/pruning/scheduler/base_scheduler.py' 2024-08-07T17:41:35.4837947Z adding 'torch/ao/pruning/scheduler/cubic_scheduler.py' 2024-08-07T17:41:35.4841980Z adding 'torch/ao/pruning/scheduler/lambda_scheduler.py' 2024-08-07T17:41:35.4845708Z adding 'torch/ao/pruning/sparsifier/__init__.py' 2024-08-07T17:41:35.4852172Z adding 'torch/ao/pruning/sparsifier/base_sparsifier.py' 2024-08-07T17:41:35.4856286Z adding 'torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py' 2024-08-07T17:41:35.4860754Z adding 'torch/ao/pruning/sparsifier/utils.py' 2024-08-07T17:41:35.4866114Z adding 'torch/ao/pruning/sparsifier/weight_norm_sparsifier.py' 2024-08-07T17:41:35.4871854Z adding 'torch/ao/quantization/__init__.py' 2024-08-07T17:41:35.4876379Z adding 'torch/ao/quantization/_correct_bias.py' 2024-08-07T17:41:35.4881958Z adding 'torch/ao/quantization/_equalize.py' 2024-08-07T17:41:35.4886859Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2024-08-07T17:41:35.4894923Z adding 'torch/ao/quantization/fake_quantize.py' 2024-08-07T17:41:35.4900272Z adding 'torch/ao/quantization/fuse_modules.py' 2024-08-07T17:41:35.4905577Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2024-08-07T17:41:35.4926865Z adding 'torch/ao/quantization/observer.py' 2024-08-07T17:41:35.4936945Z adding 'torch/ao/quantization/qconfig.py' 2024-08-07T17:41:35.4943559Z adding 'torch/ao/quantization/qconfig_mapping.py' 2024-08-07T17:41:35.4947145Z adding 'torch/ao/quantization/quant_type.py' 2024-08-07T17:41:35.4952800Z adding 'torch/ao/quantization/quantization_mappings.py' 2024-08-07T17:41:35.4964000Z adding 'torch/ao/quantization/quantize.py' 2024-08-07T17:41:35.4974692Z adding 'torch/ao/quantization/quantize_fx.py' 2024-08-07T17:41:35.4981726Z adding 'torch/ao/quantization/quantize_jit.py' 2024-08-07T17:41:35.4987477Z adding 'torch/ao/quantization/quantize_pt2e.py' 2024-08-07T17:41:35.4990849Z adding 'torch/ao/quantization/stubs.py' 2024-08-07T17:41:35.5001786Z adding 'torch/ao/quantization/utils.py' 2024-08-07T17:41:35.5006684Z adding 'torch/ao/quantization/backend_config/__init__.py' 2024-08-07T17:41:35.5014663Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2024-08-07T17:41:35.5019482Z adding 'torch/ao/quantization/backend_config/_qnnpack_pt2e.py' 2024-08-07T17:41:35.5029952Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2024-08-07T17:41:35.5036382Z adding 'torch/ao/quantization/backend_config/executorch.py' 2024-08-07T17:41:35.5040518Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2024-08-07T17:41:35.5044754Z adding 'torch/ao/quantization/backend_config/native.py' 2024-08-07T17:41:35.5047945Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2024-08-07T17:41:35.5053823Z adding 'torch/ao/quantization/backend_config/onednn.py' 2024-08-07T17:41:35.5058303Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2024-08-07T17:41:35.5062073Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2024-08-07T17:41:35.5068205Z adding 'torch/ao/quantization/backend_config/utils.py' 2024-08-07T17:41:35.5072237Z adding 'torch/ao/quantization/backend_config/x86.py' 2024-08-07T17:41:35.5076292Z adding 'torch/ao/quantization/fx/__init__.py' 2024-08-07T17:41:35.5086791Z adding 'torch/ao/quantization/fx/_decomposed.py' 2024-08-07T17:41:35.5101213Z adding 'torch/ao/quantization/fx/_equalize.py' 2024-08-07T17:41:35.5118678Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2024-08-07T17:41:35.5139529Z adding 'torch/ao/quantization/fx/convert.py' 2024-08-07T17:41:35.5147423Z adding 'torch/ao/quantization/fx/custom_config.py' 2024-08-07T17:41:35.5152734Z adding 'torch/ao/quantization/fx/fuse.py' 2024-08-07T17:41:35.5156896Z adding 'torch/ao/quantization/fx/fuse_handler.py' 2024-08-07T17:41:35.5161332Z adding 'torch/ao/quantization/fx/graph_module.py' 2024-08-07T17:41:35.5164885Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2024-08-07T17:41:35.5167834Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2024-08-07T17:41:35.5172827Z adding 'torch/ao/quantization/fx/lstm_utils.py' 2024-08-07T17:41:35.5178304Z adding 'torch/ao/quantization/fx/match_utils.py' 2024-08-07T17:41:35.5182402Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2024-08-07T17:41:35.5213448Z adding 'torch/ao/quantization/fx/prepare.py' 2024-08-07T17:41:35.5222207Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2024-08-07T17:41:35.5227214Z adding 'torch/ao/quantization/fx/quantize_handler.py' 2024-08-07T17:41:35.5230911Z adding 'torch/ao/quantization/fx/tracer.py' 2024-08-07T17:41:35.5244726Z adding 'torch/ao/quantization/fx/utils.py' 2024-08-07T17:41:35.5249406Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2024-08-07T17:41:35.5277145Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2024-08-07T17:41:35.5291621Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2024-08-07T17:41:35.5299105Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2024-08-07T17:41:35.5314090Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2024-08-07T17:41:35.5319775Z adding 'torch/ao/quantization/pt2e/__init__.py' 2024-08-07T17:41:35.5325915Z adding 'torch/ao/quantization/pt2e/_numeric_debugger.py' 2024-08-07T17:41:35.5329868Z adding 'torch/ao/quantization/pt2e/duplicate_dq_pass.py' 2024-08-07T17:41:35.5335681Z adding 'torch/ao/quantization/pt2e/export_utils.py' 2024-08-07T17:41:35.5340982Z adding 'torch/ao/quantization/pt2e/graph_utils.py' 2024-08-07T17:41:35.5347416Z adding 'torch/ao/quantization/pt2e/port_metadata_pass.py' 2024-08-07T17:41:35.5358873Z adding 'torch/ao/quantization/pt2e/prepare.py' 2024-08-07T17:41:35.5374118Z adding 'torch/ao/quantization/pt2e/qat_utils.py' 2024-08-07T17:41:35.5385891Z adding 'torch/ao/quantization/pt2e/utils.py' 2024-08-07T17:41:35.5391427Z adding 'torch/ao/quantization/pt2e/representation/__init__.py' 2024-08-07T17:41:35.5401035Z adding 'torch/ao/quantization/pt2e/representation/rewrite.py' 2024-08-07T17:41:35.5406023Z adding 'torch/ao/quantization/quantizer/__init__.py' 2024-08-07T17:41:35.5410961Z adding 'torch/ao/quantization/quantizer/composable_quantizer.py' 2024-08-07T17:41:35.5416045Z adding 'torch/ao/quantization/quantizer/embedding_quantizer.py' 2024-08-07T17:41:35.5421792Z adding 'torch/ao/quantization/quantizer/quantizer.py' 2024-08-07T17:41:35.5426944Z adding 'torch/ao/quantization/quantizer/utils.py' 2024-08-07T17:41:35.5448273Z adding 'torch/ao/quantization/quantizer/x86_inductor_quantizer.py' 2024-08-07T17:41:35.5457300Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer.py' 2024-08-07T17:41:35.5471660Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py' 2024-08-07T17:41:35.5485239Z adding 'torch/autograd/__init__.py' 2024-08-07T17:41:35.5489865Z adding 'torch/autograd/anomaly_mode.py' 2024-08-07T17:41:35.5495934Z adding 'torch/autograd/forward_ad.py' 2024-08-07T17:41:35.5509074Z adding 'torch/autograd/function.py' 2024-08-07T17:41:35.5525766Z adding 'torch/autograd/functional.py' 2024-08-07T17:41:35.5532308Z adding 'torch/autograd/grad_mode.py' 2024-08-07T17:41:35.5565881Z adding 'torch/autograd/gradcheck.py' 2024-08-07T17:41:35.5579246Z adding 'torch/autograd/graph.py' 2024-08-07T17:41:35.5597002Z adding 'torch/autograd/profiler.py' 2024-08-07T17:41:35.5603589Z adding 'torch/autograd/profiler_legacy.py' 2024-08-07T17:41:35.5617869Z adding 'torch/autograd/profiler_util.py' 2024-08-07T17:41:35.5621838Z adding 'torch/autograd/variable.py' 2024-08-07T17:41:35.5625405Z adding 'torch/autograd/_functions/__init__.py' 2024-08-07T17:41:35.5628745Z adding 'torch/autograd/_functions/tensor.py' 2024-08-07T17:41:35.5632222Z adding 'torch/autograd/_functions/utils.py' 2024-08-07T17:41:35.5636492Z adding 'torch/backends/__init__.py' 2024-08-07T17:41:35.5640071Z adding 'torch/backends/_coreml/__init__.py' 2024-08-07T17:41:35.5643955Z adding 'torch/backends/_coreml/preprocess.py' 2024-08-07T17:41:35.5647636Z adding 'torch/backends/_nnapi/__init__.py' 2024-08-07T17:41:35.5652041Z adding 'torch/backends/_nnapi/prepare.py' 2024-08-07T17:41:35.5675793Z adding 'torch/backends/_nnapi/serializer.py' 2024-08-07T17:41:35.5681418Z adding 'torch/backends/cpu/__init__.py' 2024-08-07T17:41:35.5688136Z adding 'torch/backends/cuda/__init__.py' 2024-08-07T17:41:35.5693645Z adding 'torch/backends/cudnn/__init__.py' 2024-08-07T17:41:35.5698591Z adding 'torch/backends/cudnn/rnn.py' 2024-08-07T17:41:35.5703753Z adding 'torch/backends/mha/__init__.py' 2024-08-07T17:41:35.5709037Z adding 'torch/backends/mkl/__init__.py' 2024-08-07T17:41:35.5713566Z adding 'torch/backends/mkldnn/__init__.py' 2024-08-07T17:41:35.5718842Z adding 'torch/backends/mps/__init__.py' 2024-08-07T17:41:35.5723958Z adding 'torch/backends/nnpack/__init__.py' 2024-08-07T17:41:35.5728933Z adding 'torch/backends/openmp/__init__.py' 2024-08-07T17:41:35.5734483Z adding 'torch/backends/opt_einsum/__init__.py' 2024-08-07T17:41:35.5739956Z adding 'torch/backends/quantized/__init__.py' 2024-08-07T17:41:35.5744769Z adding 'torch/backends/xeon/__init__.py' 2024-08-07T17:41:35.5758830Z adding 'torch/backends/xeon/run_cpu.py' 2024-08-07T17:41:35.5764861Z adding 'torch/backends/xnnpack/__init__.py' 2024-08-07T17:41:35.5995449Z adding 'torch/bin/FileStoreTest.exe' 2024-08-07T17:41:35.6229470Z adding 'torch/bin/TCPStoreTest.exe' 2024-08-07T17:41:35.6477685Z adding 'torch/bin/asmjit.dll' 2024-08-07T17:41:35.8184639Z adding 'torch/bin/fbgemm.dll' 2024-08-07T17:41:35.9789761Z adding 'torch/bin/protoc.exe' 2024-08-07T17:41:36.4212610Z adding 'torch/bin/test_api.exe' 2024-08-07T17:41:36.4596953Z adding 'torch/bin/test_edge_op_registration.exe' 2024-08-07T17:41:36.7133760Z adding 'torch/bin/test_jit.exe' 2024-08-07T17:41:36.8281343Z adding 'torch/bin/test_lazy.exe' 2024-08-07T17:41:37.1443723Z adding 'torch/bin/test_tensorexpr.exe' 2024-08-07T17:41:37.1651512Z adding 'torch/bin/tutorial_tensorexpr.exe' 2024-08-07T17:41:37.1661828Z adding 'torch/compiler/__init__.py' 2024-08-07T17:41:37.1665672Z adding 'torch/contrib/__init__.py' 2024-08-07T17:41:37.1670436Z adding 'torch/contrib/_tensorboard_vis.py' 2024-08-07T17:41:37.1675006Z adding 'torch/cpu/__init__.py' 2024-08-07T17:41:37.1678896Z adding 'torch/cpu/amp/__init__.py' 2024-08-07T17:41:37.1682572Z adding 'torch/cpu/amp/autocast_mode.py' 2024-08-07T17:41:37.1685478Z adding 'torch/cpu/amp/grad_scaler.py' 2024-08-07T17:41:37.1704562Z adding 'torch/cuda/__init__.py' 2024-08-07T17:41:37.1709241Z adding 'torch/cuda/_gpu_trace.py' 2024-08-07T17:41:37.1719304Z adding 'torch/cuda/_memory_viz.py' 2024-08-07T17:41:37.1727911Z adding 'torch/cuda/_sanitizer.py' 2024-08-07T17:41:37.1732129Z adding 'torch/cuda/_utils.py' 2024-08-07T17:41:37.1735011Z adding 'torch/cuda/comm.py' 2024-08-07T17:41:37.1737752Z adding 'torch/cuda/error.py' 2024-08-07T17:41:37.1746743Z adding 'torch/cuda/graphs.py' 2024-08-07T17:41:37.1751475Z adding 'torch/cuda/jiterator.py' 2024-08-07T17:41:37.1765680Z adding 'torch/cuda/memory.py' 2024-08-07T17:41:37.1770695Z adding 'torch/cuda/nccl.py' 2024-08-07T17:41:37.1774525Z adding 'torch/cuda/nvtx.py' 2024-08-07T17:41:37.1778109Z adding 'torch/cuda/profiler.py' 2024-08-07T17:41:37.1782239Z adding 'torch/cuda/random.py' 2024-08-07T17:41:37.1785132Z adding 'torch/cuda/sparse.py' 2024-08-07T17:41:37.1790028Z adding 'torch/cuda/streams.py' 2024-08-07T17:41:37.1795379Z adding 'torch/cuda/tunable.py' 2024-08-07T17:41:37.1799361Z adding 'torch/cuda/amp/__init__.py' 2024-08-07T17:41:37.1802787Z adding 'torch/cuda/amp/autocast_mode.py' 2024-08-07T17:41:37.1805813Z adding 'torch/cuda/amp/common.py' 2024-08-07T17:41:37.1808943Z adding 'torch/cuda/amp/grad_scaler.py' 2024-08-07T17:41:37.1814304Z adding 'torch/distributed/__init__.py' 2024-08-07T17:41:37.1817679Z adding 'torch/distributed/_checkpointable.py' 2024-08-07T17:41:37.1821061Z adding 'torch/distributed/_composable_state.py' 2024-08-07T17:41:37.1836160Z adding 'torch/distributed/_functional_collectives.py' 2024-08-07T17:41:37.1840511Z adding 'torch/distributed/_functional_collectives_impl.py' 2024-08-07T17:41:37.1849881Z adding 'torch/distributed/_state_dict_utils.py' 2024-08-07T17:41:37.1854227Z adding 'torch/distributed/argparse_util.py' 2024-08-07T17:41:37.1858089Z adding 'torch/distributed/c10d_logger.py' 2024-08-07T17:41:37.1862999Z adding 'torch/distributed/collective_utils.py' 2024-08-07T17:41:37.1866471Z adding 'torch/distributed/constants.py' 2024-08-07T17:41:37.1877947Z adding 'torch/distributed/device_mesh.py' 2024-08-07T17:41:37.1943475Z adding 'torch/distributed/distributed_c10d.py' 2024-08-07T17:41:37.1952977Z adding 'torch/distributed/launch.py' 2024-08-07T17:41:37.1956581Z adding 'torch/distributed/logging_handlers.py' 2024-08-07T17:41:37.1960469Z adding 'torch/distributed/remote_device.py' 2024-08-07T17:41:37.1966002Z adding 'torch/distributed/rendezvous.py' 2024-08-07T17:41:37.1979571Z adding 'torch/distributed/run.py' 2024-08-07T17:41:37.1987585Z adding 'torch/distributed/utils.py' 2024-08-07T17:41:37.1991012Z adding 'torch/distributed/_composable/__init__.py' 2024-08-07T17:41:37.1995189Z adding 'torch/distributed/_composable/checkpoint_activation.py' 2024-08-07T17:41:37.2000363Z adding 'torch/distributed/_composable/contract.py' 2024-08-07T17:41:37.2005091Z adding 'torch/distributed/_composable/fully_shard.py' 2024-08-07T17:41:37.2010418Z adding 'torch/distributed/_composable/replicate.py' 2024-08-07T17:41:37.2014509Z adding 'torch/distributed/_composable/fsdp/__init__.py' 2024-08-07T17:41:37.2018451Z adding 'torch/distributed/_composable/fsdp/_fsdp_api.py' 2024-08-07T17:41:37.2025762Z adding 'torch/distributed/_composable/fsdp/_fsdp_collectives.py' 2024-08-07T17:41:37.2030560Z adding 'torch/distributed/_composable/fsdp/_fsdp_common.py' 2024-08-07T17:41:37.2035234Z adding 'torch/distributed/_composable/fsdp/_fsdp_init.py' 2024-08-07T17:41:37.2048020Z adding 'torch/distributed/_composable/fsdp/_fsdp_param.py' 2024-08-07T17:41:37.2058915Z adding 'torch/distributed/_composable/fsdp/_fsdp_param_group.py' 2024-08-07T17:41:37.2067116Z adding 'torch/distributed/_composable/fsdp/_fsdp_state.py' 2024-08-07T17:41:37.2075147Z adding 'torch/distributed/_composable/fsdp/fully_shard.py' 2024-08-07T17:41:37.2079573Z adding 'torch/distributed/_shard/__init__.py' 2024-08-07T17:41:37.2082770Z adding 'torch/distributed/_shard/_utils.py' 2024-08-07T17:41:37.2089670Z adding 'torch/distributed/_shard/api.py' 2024-08-07T17:41:37.2092794Z adding 'torch/distributed/_shard/common_op_utils.py' 2024-08-07T17:41:37.2096441Z adding 'torch/distributed/_shard/metadata.py' 2024-08-07T17:41:37.2099887Z adding 'torch/distributed/_shard/op_registry_utils.py' 2024-08-07T17:41:37.2103224Z adding 'torch/distributed/_shard/sharder.py' 2024-08-07T17:41:37.2107175Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2024-08-07T17:41:37.2112123Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2024-08-07T17:41:37.2115442Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2024-08-07T17:41:37.2123726Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2024-08-07T17:41:37.2140792Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2024-08-07T17:41:37.2145126Z adding 'torch/distributed/_shard/sharded_tensor/logger.py' 2024-08-07T17:41:37.2148447Z adding 'torch/distributed/_shard/sharded_tensor/logging_handlers.py' 2024-08-07T17:41:37.2152113Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2024-08-07T17:41:37.2157703Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2024-08-07T17:41:37.2161214Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2024-08-07T17:41:37.2166448Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2024-08-07T17:41:37.2170754Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2024-08-07T17:41:37.2174752Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2024-08-07T17:41:37.2178526Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2024-08-07T17:41:37.2182868Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2024-08-07T17:41:37.2186235Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2024-08-07T17:41:37.2191629Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2024-08-07T17:41:37.2194727Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2024-08-07T17:41:37.2198664Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2024-08-07T17:41:37.2202983Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2024-08-07T17:41:37.2208612Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2024-08-07T17:41:37.2214246Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2024-08-07T17:41:37.2219981Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2024-08-07T17:41:37.2223308Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2024-08-07T17:41:37.2229669Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2024-08-07T17:41:37.2235660Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2024-08-07T17:41:37.2243665Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2024-08-07T17:41:37.2248255Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2024-08-07T17:41:37.2251740Z adding 'torch/distributed/_sharding_spec/__init__.py' 2024-08-07T17:41:37.2263835Z adding 'torch/distributed/_symmetric_memory/__init__.py' 2024-08-07T17:41:37.2271043Z adding 'torch/distributed/_tensor/__init__.py' 2024-08-07T17:41:37.2277474Z adding 'torch/distributed/_tensor/_collective_utils.py' 2024-08-07T17:41:37.2285156Z adding 'torch/distributed/_tensor/_dispatch.py' 2024-08-07T17:41:37.2293717Z adding 'torch/distributed/_tensor/_op_schema.py' 2024-08-07T17:41:37.2299656Z adding 'torch/distributed/_tensor/_redistribute.py' 2024-08-07T17:41:37.2307929Z adding 'torch/distributed/_tensor/_sharding_prop.py' 2024-08-07T17:41:37.2313854Z adding 'torch/distributed/_tensor/_shards_wrapper.py' 2024-08-07T17:41:37.2319002Z adding 'torch/distributed/_tensor/_tp_conv.py' 2024-08-07T17:41:37.2324826Z adding 'torch/distributed/_tensor/_utils.py' 2024-08-07T17:41:37.2338184Z adding 'torch/distributed/_tensor/api.py' 2024-08-07T17:41:37.2342172Z adding 'torch/distributed/_tensor/device_mesh.py' 2024-08-07T17:41:37.2352451Z adding 'torch/distributed/_tensor/placement_types.py' 2024-08-07T17:41:37.2359963Z adding 'torch/distributed/_tensor/random.py' 2024-08-07T17:41:37.2364519Z adding 'torch/distributed/_tensor/debug/__init__.py' 2024-08-07T17:41:37.2368395Z adding 'torch/distributed/_tensor/debug/_op_coverage.py' 2024-08-07T17:41:37.2377915Z adding 'torch/distributed/_tensor/debug/comm_mode.py' 2024-08-07T17:41:37.2383350Z adding 'torch/distributed/_tensor/debug/visualize_sharding.py' 2024-08-07T17:41:37.2387610Z adding 'torch/distributed/_tensor/experimental/__init__.py' 2024-08-07T17:41:37.2395945Z adding 'torch/distributed/_tensor/experimental/attention.py' 2024-08-07T17:41:37.2401910Z adding 'torch/distributed/_tensor/experimental/local_map.py' 2024-08-07T17:41:37.2407152Z adding 'torch/distributed/_tensor/experimental/register_sharding.py' 2024-08-07T17:41:37.2414658Z adding 'torch/distributed/_tensor/experimental/tp_transform.py' 2024-08-07T17:41:37.2419274Z adding 'torch/distributed/_tensor/ops/__init__.py' 2024-08-07T17:41:37.2425428Z adding 'torch/distributed/_tensor/ops/_common_rules.py' 2024-08-07T17:41:37.2429755Z adding 'torch/distributed/_tensor/ops/_conv_ops.py' 2024-08-07T17:41:37.2434158Z adding 'torch/distributed/_tensor/ops/_einsum_strategy.py' 2024-08-07T17:41:37.2439791Z adding 'torch/distributed/_tensor/ops/_embedding_ops.py' 2024-08-07T17:41:37.2443278Z adding 'torch/distributed/_tensor/ops/_experimental_ops.py' 2024-08-07T17:41:37.2454829Z adding 'torch/distributed/_tensor/ops/_math_ops.py' 2024-08-07T17:41:37.2461763Z adding 'torch/distributed/_tensor/ops/_matrix_ops.py' 2024-08-07T17:41:37.2469343Z adding 'torch/distributed/_tensor/ops/_pointwise_ops.py' 2024-08-07T17:41:37.2473167Z adding 'torch/distributed/_tensor/ops/_random_ops.py' 2024-08-07T17:41:37.2484220Z adding 'torch/distributed/_tensor/ops/_tensor_ops.py' 2024-08-07T17:41:37.2501273Z adding 'torch/distributed/_tensor/ops/_view_ops.py' 2024-08-07T17:41:37.2506511Z adding 'torch/distributed/_tensor/ops/utils.py' 2024-08-07T17:41:37.2510847Z adding 'torch/distributed/_tools/__init__.py' 2024-08-07T17:41:37.2519545Z adding 'torch/distributed/_tools/fsdp2_mem_tracker.py' 2024-08-07T17:41:37.2535073Z adding 'torch/distributed/_tools/mem_tracker.py' 2024-08-07T17:41:37.2541759Z adding 'torch/distributed/_tools/memory_tracker.py' 2024-08-07T17:41:37.2547265Z adding 'torch/distributed/_tools/mod_tracker.py' 2024-08-07T17:41:37.2551412Z adding 'torch/distributed/algorithms/__init__.py' 2024-08-07T17:41:37.2557893Z adding 'torch/distributed/algorithms/join.py' 2024-08-07T17:41:37.2562003Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2024-08-07T17:41:37.2568183Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2024-08-07T17:41:37.2572120Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2024-08-07T17:41:37.2577037Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2024-08-07T17:41:37.2580880Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2024-08-07T17:41:37.2584584Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2024-08-07T17:41:37.2588275Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2024-08-07T17:41:37.2592459Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2024-08-07T17:41:37.2597313Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2024-08-07T17:41:37.2604516Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2024-08-07T17:41:37.2608593Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2024-08-07T17:41:37.2612769Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2024-08-07T17:41:37.2616974Z adding 'torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py' 2024-08-07T17:41:37.2621580Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2024-08-07T17:41:37.2626031Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2024-08-07T17:41:37.2640046Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2024-08-07T17:41:37.2645466Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2024-08-07T17:41:37.2649339Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2024-08-07T17:41:37.2653514Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2024-08-07T17:41:37.2659075Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2024-08-07T17:41:37.2663037Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2024-08-07T17:41:37.2667233Z adding 'torch/distributed/autograd/__init__.py' 2024-08-07T17:41:37.2671484Z adding 'torch/distributed/checkpoint/__init__.py' 2024-08-07T17:41:37.2675905Z adding 'torch/distributed/checkpoint/_checkpointer.py' 2024-08-07T17:41:37.2679093Z adding 'torch/distributed/checkpoint/_dedup_save_plans.py' 2024-08-07T17:41:37.2682663Z adding 'torch/distributed/checkpoint/_dedup_tensors.py' 2024-08-07T17:41:37.2686575Z adding 'torch/distributed/checkpoint/_fsspec_filesystem.py' 2024-08-07T17:41:37.2690071Z adding 'torch/distributed/checkpoint/_nested_dict.py' 2024-08-07T17:41:37.2694038Z adding 'torch/distributed/checkpoint/_sharded_tensor_utils.py' 2024-08-07T17:41:37.2697378Z adding 'torch/distributed/checkpoint/_storage_utils.py' 2024-08-07T17:41:37.2701668Z adding 'torch/distributed/checkpoint/_traverse.py' 2024-08-07T17:41:37.2705161Z adding 'torch/distributed/checkpoint/api.py' 2024-08-07T17:41:37.2712542Z adding 'torch/distributed/checkpoint/default_planner.py' 2024-08-07T17:41:37.2722201Z adding 'torch/distributed/checkpoint/filesystem.py' 2024-08-07T17:41:37.2728063Z adding 'torch/distributed/checkpoint/format_utils.py' 2024-08-07T17:41:37.2731989Z adding 'torch/distributed/checkpoint/logger.py' 2024-08-07T17:41:37.2735099Z adding 'torch/distributed/checkpoint/logging_handlers.py' 2024-08-07T17:41:37.2739354Z adding 'torch/distributed/checkpoint/metadata.py' 2024-08-07T17:41:37.2745513Z adding 'torch/distributed/checkpoint/optimizer.py' 2024-08-07T17:41:37.2752312Z adding 'torch/distributed/checkpoint/planner.py' 2024-08-07T17:41:37.2758055Z adding 'torch/distributed/checkpoint/planner_helpers.py' 2024-08-07T17:41:37.2761840Z adding 'torch/distributed/checkpoint/resharding.py' 2024-08-07T17:41:37.2766098Z adding 'torch/distributed/checkpoint/staging.py' 2024-08-07T17:41:37.2783185Z adding 'torch/distributed/checkpoint/state_dict.py' 2024-08-07T17:41:37.2790129Z adding 'torch/distributed/checkpoint/state_dict_loader.py' 2024-08-07T17:41:37.2796337Z adding 'torch/distributed/checkpoint/state_dict_saver.py' 2024-08-07T17:41:37.2800014Z adding 'torch/distributed/checkpoint/stateful.py' 2024-08-07T17:41:37.2805448Z adding 'torch/distributed/checkpoint/storage.py' 2024-08-07T17:41:37.2811401Z adding 'torch/distributed/checkpoint/utils.py' 2024-08-07T17:41:37.2816744Z adding 'torch/distributed/elastic/__init__.py' 2024-08-07T17:41:37.2820262Z adding 'torch/distributed/elastic/control_plane.py' 2024-08-07T17:41:37.2824019Z adding 'torch/distributed/elastic/agent/__init__.py' 2024-08-07T17:41:37.2828264Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2024-08-07T17:41:37.2842462Z adding 'torch/distributed/elastic/agent/server/api.py' 2024-08-07T17:41:37.2847091Z adding 'torch/distributed/elastic/agent/server/health_check_server.py' 2024-08-07T17:41:37.2853903Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2024-08-07T17:41:37.2859618Z adding 'torch/distributed/elastic/events/__init__.py' 2024-08-07T17:41:37.2863647Z adding 'torch/distributed/elastic/events/api.py' 2024-08-07T17:41:37.2866968Z adding 'torch/distributed/elastic/events/handlers.py' 2024-08-07T17:41:37.2872083Z adding 'torch/distributed/elastic/metrics/__init__.py' 2024-08-07T17:41:37.2876608Z adding 'torch/distributed/elastic/metrics/api.py' 2024-08-07T17:41:37.2882751Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2024-08-07T17:41:37.2895490Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2024-08-07T17:41:37.2900263Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2024-08-07T17:41:37.2904648Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2024-08-07T17:41:37.2912743Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2024-08-07T17:41:37.2917819Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2024-08-07T17:41:37.2921215Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2024-08-07T17:41:37.2925365Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py' 2024-08-07T17:41:37.2928634Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py' 2024-08-07T17:41:37.2932293Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py' 2024-08-07T17:41:37.2937778Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2024-08-07T17:41:37.2944188Z adding 'torch/distributed/elastic/rendezvous/api.py' 2024-08-07T17:41:37.2950290Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2024-08-07T17:41:37.2966032Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2024-08-07T17:41:37.2982235Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2024-08-07T17:41:37.2988219Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2024-08-07T17:41:37.2993855Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2024-08-07T17:41:37.2999070Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2024-08-07T17:41:37.3002723Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2024-08-07T17:41:37.3006777Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2024-08-07T17:41:37.3012091Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2024-08-07T17:41:37.3016693Z adding 'torch/distributed/elastic/timer/__init__.py' 2024-08-07T17:41:37.3022368Z adding 'torch/distributed/elastic/timer/api.py' 2024-08-07T17:41:37.3025896Z adding 'torch/distributed/elastic/timer/debug_info_logging.py' 2024-08-07T17:41:37.3032778Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2024-08-07T17:41:37.3037246Z adding 'torch/distributed/elastic/timer/local_timer.py' 2024-08-07T17:41:37.3041341Z adding 'torch/distributed/elastic/utils/__init__.py' 2024-08-07T17:41:37.3044874Z adding 'torch/distributed/elastic/utils/api.py' 2024-08-07T17:41:37.3049481Z adding 'torch/distributed/elastic/utils/distributed.py' 2024-08-07T17:41:37.3052648Z adding 'torch/distributed/elastic/utils/log_level.py' 2024-08-07T17:41:37.3056317Z adding 'torch/distributed/elastic/utils/logging.py' 2024-08-07T17:41:37.3060497Z adding 'torch/distributed/elastic/utils/store.py' 2024-08-07T17:41:37.3064499Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2024-08-07T17:41:37.3068021Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2024-08-07T17:41:37.3071697Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2024-08-07T17:41:37.3076218Z adding 'torch/distributed/fsdp/__init__.py' 2024-08-07T17:41:37.3085767Z adding 'torch/distributed/fsdp/_common_utils.py' 2024-08-07T17:41:37.3090746Z adding 'torch/distributed/fsdp/_debug_utils.py' 2024-08-07T17:41:37.3094684Z adding 'torch/distributed/fsdp/_dynamo_utils.py' 2024-08-07T17:41:37.3101385Z adding 'torch/distributed/fsdp/_exec_order_utils.py' 2024-08-07T17:41:37.3143048Z adding 'torch/distributed/fsdp/_flat_param.py' 2024-08-07T17:41:37.3149730Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2024-08-07T17:41:37.3166528Z adding 'torch/distributed/fsdp/_init_utils.py' 2024-08-07T17:41:37.3171156Z adding 'torch/distributed/fsdp/_limiter_utils.py' 2024-08-07T17:41:37.3202645Z adding 'torch/distributed/fsdp/_optim_utils.py' 2024-08-07T17:41:37.3228491Z adding 'torch/distributed/fsdp/_runtime_utils.py' 2024-08-07T17:41:37.3234181Z adding 'torch/distributed/fsdp/_shard_utils.py' 2024-08-07T17:41:37.3245322Z adding 'torch/distributed/fsdp/_state_dict_utils.py' 2024-08-07T17:41:37.3251521Z adding 'torch/distributed/fsdp/_trace_utils.py' 2024-08-07T17:41:37.3255997Z adding 'torch/distributed/fsdp/_traversal_utils.py' 2024-08-07T17:41:37.3261764Z adding 'torch/distributed/fsdp/_unshard_param_utils.py' 2024-08-07T17:41:37.3267571Z adding 'torch/distributed/fsdp/_wrap_utils.py' 2024-08-07T17:41:37.3275482Z adding 'torch/distributed/fsdp/api.py' 2024-08-07T17:41:37.3308258Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2024-08-07T17:41:37.3317579Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2024-08-07T17:41:37.3327279Z adding 'torch/distributed/fsdp/wrap.py' 2024-08-07T17:41:37.3332864Z adding 'torch/distributed/launcher/__init__.py' 2024-08-07T17:41:37.3338462Z adding 'torch/distributed/launcher/api.py' 2024-08-07T17:41:37.3341688Z adding 'torch/distributed/nn/__init__.py' 2024-08-07T17:41:37.3348042Z adding 'torch/distributed/nn/functional.py' 2024-08-07T17:41:37.3351960Z adding 'torch/distributed/nn/api/__init__.py' 2024-08-07T17:41:37.3362133Z adding 'torch/distributed/nn/api/remote_module.py' 2024-08-07T17:41:37.3366525Z adding 'torch/distributed/nn/jit/__init__.py' 2024-08-07T17:41:37.3370722Z adding 'torch/distributed/nn/jit/instantiator.py' 2024-08-07T17:41:37.3374601Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2024-08-07T17:41:37.3378600Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2024-08-07T17:41:37.3382858Z adding 'torch/distributed/optim/__init__.py' 2024-08-07T17:41:37.3387276Z adding 'torch/distributed/optim/apply_optimizer_in_backward.py' 2024-08-07T17:41:37.3391340Z adding 'torch/distributed/optim/functional_adadelta.py' 2024-08-07T17:41:37.3395447Z adding 'torch/distributed/optim/functional_adagrad.py' 2024-08-07T17:41:37.3400102Z adding 'torch/distributed/optim/functional_adam.py' 2024-08-07T17:41:37.3404143Z adding 'torch/distributed/optim/functional_adamax.py' 2024-08-07T17:41:37.3408672Z adding 'torch/distributed/optim/functional_adamw.py' 2024-08-07T17:41:37.3412914Z adding 'torch/distributed/optim/functional_rmsprop.py' 2024-08-07T17:41:37.3416948Z adding 'torch/distributed/optim/functional_rprop.py' 2024-08-07T17:41:37.3421323Z adding 'torch/distributed/optim/functional_sgd.py' 2024-08-07T17:41:37.3427888Z adding 'torch/distributed/optim/named_optimizer.py' 2024-08-07T17:41:37.3433831Z adding 'torch/distributed/optim/optimizer.py' 2024-08-07T17:41:37.3438279Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2024-08-07T17:41:37.3441894Z adding 'torch/distributed/optim/utils.py' 2024-08-07T17:41:37.3467322Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2024-08-07T17:41:37.3472564Z adding 'torch/distributed/optim/zero_redundancy_optimizer.pyi' 2024-08-07T17:41:37.3492815Z adding 'torch/distributed/pipelining/_IR.py' 2024-08-07T17:41:37.3497040Z adding 'torch/distributed/pipelining/__init__.py' 2024-08-07T17:41:37.3501212Z adding 'torch/distributed/pipelining/_backward.py' 2024-08-07T17:41:37.3504979Z adding 'torch/distributed/pipelining/_debug.py' 2024-08-07T17:41:37.3507866Z adding 'torch/distributed/pipelining/_unflatten.py' 2024-08-07T17:41:37.3511410Z adding 'torch/distributed/pipelining/_utils.py' 2024-08-07T17:41:37.3518669Z adding 'torch/distributed/pipelining/microbatch.py' 2024-08-07T17:41:37.3541756Z adding 'torch/distributed/pipelining/schedules.py' 2024-08-07T17:41:37.3563375Z adding 'torch/distributed/pipelining/stage.py' 2024-08-07T17:41:37.3570742Z adding 'torch/distributed/rpc/__init__.py' 2024-08-07T17:41:37.3574448Z adding 'torch/distributed/rpc/_utils.py' 2024-08-07T17:41:37.3587018Z adding 'torch/distributed/rpc/api.py' 2024-08-07T17:41:37.3595337Z adding 'torch/distributed/rpc/backend_registry.py' 2024-08-07T17:41:37.3598476Z adding 'torch/distributed/rpc/constants.py' 2024-08-07T17:41:37.3602994Z adding 'torch/distributed/rpc/functions.py' 2024-08-07T17:41:37.3608687Z adding 'torch/distributed/rpc/internal.py' 2024-08-07T17:41:37.3613711Z adding 'torch/distributed/rpc/options.py' 2024-08-07T17:41:37.3617533Z adding 'torch/distributed/rpc/rref_proxy.py' 2024-08-07T17:41:37.3622691Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2024-08-07T17:41:37.3626781Z adding 'torch/distributed/rpc/_testing/__init__.py' 2024-08-07T17:41:37.3630252Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2024-08-07T17:41:37.3633752Z adding 'torch/distributed/tensor/__init__.py' 2024-08-07T17:41:37.3637728Z adding 'torch/distributed/tensor/parallel/__init__.py' 2024-08-07T17:41:37.3641107Z adding 'torch/distributed/tensor/parallel/_data_parallel_utils.py' 2024-08-07T17:41:37.3644519Z adding 'torch/distributed/tensor/parallel/_utils.py' 2024-08-07T17:41:37.3648834Z adding 'torch/distributed/tensor/parallel/api.py' 2024-08-07T17:41:37.3652775Z adding 'torch/distributed/tensor/parallel/ddp.py' 2024-08-07T17:41:37.3659174Z adding 'torch/distributed/tensor/parallel/fsdp.py' 2024-08-07T17:41:37.3663287Z adding 'torch/distributed/tensor/parallel/input_reshard.py' 2024-08-07T17:41:37.3670513Z adding 'torch/distributed/tensor/parallel/loss.py' 2024-08-07T17:41:37.3679570Z adding 'torch/distributed/tensor/parallel/style.py' 2024-08-07T17:41:37.3686059Z adding 'torch/distributions/__init__.py' 2024-08-07T17:41:37.3690162Z adding 'torch/distributions/bernoulli.py' 2024-08-07T17:41:37.3693857Z adding 'torch/distributions/beta.py' 2024-08-07T17:41:37.3698363Z adding 'torch/distributions/binomial.py' 2024-08-07T17:41:37.3702840Z adding 'torch/distributions/categorical.py' 2024-08-07T17:41:37.3706570Z adding 'torch/distributions/cauchy.py' 2024-08-07T17:41:37.3709754Z adding 'torch/distributions/chi2.py' 2024-08-07T17:41:37.3714725Z adding 'torch/distributions/constraint_registry.py' 2024-08-07T17:41:37.3721836Z adding 'torch/distributions/constraints.py' 2024-08-07T17:41:37.3727184Z adding 'torch/distributions/continuous_bernoulli.py' 2024-08-07T17:41:37.3731198Z adding 'torch/distributions/dirichlet.py' 2024-08-07T17:41:37.3736931Z adding 'torch/distributions/distribution.py' 2024-08-07T17:41:37.3740826Z adding 'torch/distributions/exp_family.py' 2024-08-07T17:41:37.3744316Z adding 'torch/distributions/exponential.py' 2024-08-07T17:41:37.3748081Z adding 'torch/distributions/fishersnedecor.py' 2024-08-07T17:41:37.3751772Z adding 'torch/distributions/gamma.py' 2024-08-07T17:41:37.3756110Z adding 'torch/distributions/geometric.py' 2024-08-07T17:41:37.3759869Z adding 'torch/distributions/gumbel.py' 2024-08-07T17:41:37.3763416Z adding 'torch/distributions/half_cauchy.py' 2024-08-07T17:41:37.3766988Z adding 'torch/distributions/half_normal.py' 2024-08-07T17:41:37.3770924Z adding 'torch/distributions/independent.py' 2024-08-07T17:41:37.3774499Z adding 'torch/distributions/inverse_gamma.py' 2024-08-07T17:41:37.3785038Z adding 'torch/distributions/kl.py' 2024-08-07T17:41:37.3789630Z adding 'torch/distributions/kumaraswamy.py' 2024-08-07T17:41:37.3793524Z adding 'torch/distributions/laplace.py' 2024-08-07T17:41:37.3798143Z adding 'torch/distributions/lkj_cholesky.py' 2024-08-07T17:41:37.3801809Z adding 'torch/distributions/log_normal.py' 2024-08-07T17:41:37.3805379Z adding 'torch/distributions/logistic_normal.py' 2024-08-07T17:41:37.3810604Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2024-08-07T17:41:37.3815691Z adding 'torch/distributions/mixture_same_family.py' 2024-08-07T17:41:37.3820217Z adding 'torch/distributions/multinomial.py' 2024-08-07T17:41:37.3825828Z adding 'torch/distributions/multivariate_normal.py' 2024-08-07T17:41:37.3830285Z adding 'torch/distributions/negative_binomial.py' 2024-08-07T17:41:37.3834185Z adding 'torch/distributions/normal.py' 2024-08-07T17:41:37.3838384Z adding 'torch/distributions/one_hot_categorical.py' 2024-08-07T17:41:37.3841875Z adding 'torch/distributions/pareto.py' 2024-08-07T17:41:37.3845455Z adding 'torch/distributions/poisson.py' 2024-08-07T17:41:37.3849720Z adding 'torch/distributions/relaxed_bernoulli.py' 2024-08-07T17:41:37.3853831Z adding 'torch/distributions/relaxed_categorical.py' 2024-08-07T17:41:37.3857870Z adding 'torch/distributions/studentT.py' 2024-08-07T17:41:37.3862979Z adding 'torch/distributions/transformed_distribution.py' 2024-08-07T17:41:37.3876290Z adding 'torch/distributions/transforms.py' 2024-08-07T17:41:37.3880826Z adding 'torch/distributions/uniform.py' 2024-08-07T17:41:37.3885708Z adding 'torch/distributions/utils.py' 2024-08-07T17:41:37.3890486Z adding 'torch/distributions/von_mises.py' 2024-08-07T17:41:37.3894194Z adding 'torch/distributions/weibull.py' 2024-08-07T17:41:37.3900342Z adding 'torch/distributions/wishart.py' 2024-08-07T17:41:37.3908772Z adding 'torch/export/__init__.py' 2024-08-07T17:41:37.3913347Z adding 'torch/export/_remove_auto_functionalized_pass.py' 2024-08-07T17:41:37.3918034Z adding 'torch/export/_remove_effect_tokens_pass.py' 2024-08-07T17:41:37.3921717Z adding 'torch/export/_safeguard.py' 2024-08-07T17:41:37.3950167Z adding 'torch/export/_trace.py' 2024-08-07T17:41:37.3955546Z adding 'torch/export/_tree_utils.py' 2024-08-07T17:41:37.3961091Z adding 'torch/export/_unlift.py' 2024-08-07T17:41:37.3964679Z adding 'torch/export/custom_obj.py' 2024-08-07T17:41:37.3980377Z adding 'torch/export/dynamic_shapes.py' 2024-08-07T17:41:37.3997911Z adding 'torch/export/exported_program.py' 2024-08-07T17:41:37.4005833Z adding 'torch/export/graph_signature.py' 2024-08-07T17:41:37.4026589Z adding 'torch/export/unflatten.py' 2024-08-07T17:41:37.4031653Z adding 'torch/export/experimental/__init__.py' 2024-08-07T17:41:37.4044836Z adding 'torch/fft/__init__.py' 2024-08-07T17:41:37.4049858Z adding 'torch/func/__init__.py' 2024-08-07T17:41:37.4057457Z adding 'torch/futures/__init__.py' 2024-08-07T17:41:37.4062970Z adding 'torch/fx/__init__.py' 2024-08-07T17:41:37.4066153Z adding 'torch/fx/__init__.pyi' 2024-08-07T17:41:37.4069385Z adding 'torch/fx/_compatibility.py' 2024-08-07T17:41:37.4074020Z adding 'torch/fx/_lazy_graph_module.py' 2024-08-07T17:41:37.4077787Z adding 'torch/fx/_pytree.py' 2024-08-07T17:41:37.4096949Z adding 'torch/fx/_symbolic_trace.py' 2024-08-07T17:41:37.4101690Z adding 'torch/fx/_utils.py' 2024-08-07T17:41:37.4104939Z adding 'torch/fx/annotate.py' 2024-08-07T17:41:37.4107988Z adding 'torch/fx/config.py' 2024-08-07T17:41:37.4135202Z adding 'torch/fx/graph.py' 2024-08-07T17:41:37.4151661Z adding 'torch/fx/graph_module.py' 2024-08-07T17:41:37.4156469Z adding 'torch/fx/immutable_collections.py' 2024-08-07T17:41:37.4164455Z adding 'torch/fx/interpreter.py' 2024-08-07T17:41:37.4177995Z adding 'torch/fx/node.py' 2024-08-07T17:41:37.4187448Z adding 'torch/fx/operator_schemas.py' 2024-08-07T17:41:37.4197628Z adding 'torch/fx/proxy.py' 2024-08-07T17:41:37.4204880Z adding 'torch/fx/subgraph_rewriter.py' 2024-08-07T17:41:37.4208539Z adding 'torch/fx/tensor_type.py' 2024-08-07T17:41:37.4212311Z adding 'torch/fx/traceback.py' 2024-08-07T17:41:37.4216371Z adding 'torch/fx/experimental/__init__.py' 2024-08-07T17:41:37.4219657Z adding 'torch/fx/experimental/_backward_state.py' 2024-08-07T17:41:37.4223710Z adding 'torch/fx/experimental/_config.py' 2024-08-07T17:41:37.4239879Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2024-08-07T17:41:37.4247181Z adding 'torch/fx/experimental/const_fold.py' 2024-08-07T17:41:37.4250816Z adding 'torch/fx/experimental/debug.py' 2024-08-07T17:41:37.4262533Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2024-08-07T17:41:37.4267845Z adding 'torch/fx/experimental/merge_matmul.py' 2024-08-07T17:41:37.4273416Z adding 'torch/fx/experimental/meta_tracer.py' 2024-08-07T17:41:37.4277995Z adding 'torch/fx/experimental/normalize.py' 2024-08-07T17:41:37.4285798Z adding 'torch/fx/experimental/optimization.py' 2024-08-07T17:41:37.4292417Z adding 'torch/fx/experimental/partitioner_utils.py' 2024-08-07T17:41:37.4321670Z adding 'torch/fx/experimental/proxy_tensor.py' 2024-08-07T17:41:37.4331978Z adding 'torch/fx/experimental/recording.py' 2024-08-07T17:41:37.4335515Z adding 'torch/fx/experimental/refinement_types.py' 2024-08-07T17:41:37.4339816Z adding 'torch/fx/experimental/rewriter.py' 2024-08-07T17:41:37.4344127Z adding 'torch/fx/experimental/schema_type_annotation.py' 2024-08-07T17:41:37.4361818Z adding 'torch/fx/experimental/sym_node.py' 2024-08-07T17:41:37.4464635Z adding 'torch/fx/experimental/symbolic_shapes.py' 2024-08-07T17:41:37.4473696Z adding 'torch/fx/experimental/unify_refinements.py' 2024-08-07T17:41:37.4485878Z adding 'torch/fx/experimental/validator.py' 2024-08-07T17:41:37.4490669Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2024-08-07T17:41:37.4496656Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2024-08-07T17:41:37.4511438Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2024-08-07T17:41:37.4526133Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2024-08-07T17:41:37.4529916Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2024-08-07T17:41:37.4535932Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2024-08-07T17:41:37.4539590Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2024-08-07T17:41:37.4542680Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2024-08-07T17:41:37.4546850Z adding 'torch/fx/experimental/unification/__init__.py' 2024-08-07T17:41:37.4550356Z adding 'torch/fx/experimental/unification/core.py' 2024-08-07T17:41:37.4553396Z adding 'torch/fx/experimental/unification/dispatch.py' 2024-08-07T17:41:37.4557111Z adding 'torch/fx/experimental/unification/match.py' 2024-08-07T17:41:37.4560969Z adding 'torch/fx/experimental/unification/more.py' 2024-08-07T17:41:37.4566638Z adding 'torch/fx/experimental/unification/unification_tools.py' 2024-08-07T17:41:37.4570640Z adding 'torch/fx/experimental/unification/utils.py' 2024-08-07T17:41:37.4574587Z adding 'torch/fx/experimental/unification/variable.py' 2024-08-07T17:41:37.4578402Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2024-08-07T17:41:37.4582508Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2024-08-07T17:41:37.4586394Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2024-08-07T17:41:37.4593092Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2024-08-07T17:41:37.4597564Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2024-08-07T17:41:37.4601799Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2024-08-07T17:41:37.4605784Z adding 'torch/fx/passes/__init__.py' 2024-08-07T17:41:37.4609261Z adding 'torch/fx/passes/annotate_getitem_nodes.py' 2024-08-07T17:41:37.4612859Z adding 'torch/fx/passes/fake_tensor_prop.py' 2024-08-07T17:41:37.4620018Z adding 'torch/fx/passes/graph_drawer.py' 2024-08-07T17:41:37.4624758Z adding 'torch/fx/passes/graph_manipulation.py' 2024-08-07T17:41:37.4628181Z adding 'torch/fx/passes/graph_transform_observer.py' 2024-08-07T17:41:37.4639710Z adding 'torch/fx/passes/net_min_base.py' 2024-08-07T17:41:37.4645281Z adding 'torch/fx/passes/operator_support.py' 2024-08-07T17:41:37.4649337Z adding 'torch/fx/passes/param_fetch.py' 2024-08-07T17:41:37.4654249Z adding 'torch/fx/passes/pass_manager.py' 2024-08-07T17:41:37.4668038Z adding 'torch/fx/passes/reinplace.py' 2024-08-07T17:41:37.4678639Z adding 'torch/fx/passes/runtime_assert.py' 2024-08-07T17:41:37.4683745Z adding 'torch/fx/passes/shape_prop.py' 2024-08-07T17:41:37.4693340Z adding 'torch/fx/passes/split_module.py' 2024-08-07T17:41:37.4699975Z adding 'torch/fx/passes/split_utils.py' 2024-08-07T17:41:37.4712238Z adding 'torch/fx/passes/splitter_base.py' 2024-08-07T17:41:37.4718853Z adding 'torch/fx/passes/tools_common.py' 2024-08-07T17:41:37.4722942Z adding 'torch/fx/passes/backends/__init__.py' 2024-08-07T17:41:37.4727006Z adding 'torch/fx/passes/backends/cudagraphs.py' 2024-08-07T17:41:37.4730043Z adding 'torch/fx/passes/dialect/__init__.py' 2024-08-07T17:41:37.4733708Z adding 'torch/fx/passes/dialect/common/__init__.py' 2024-08-07T17:41:37.4737777Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2024-08-07T17:41:37.4741575Z adding 'torch/fx/passes/infra/__init__.py' 2024-08-07T17:41:37.4748304Z adding 'torch/fx/passes/infra/partitioner.py' 2024-08-07T17:41:37.4752166Z adding 'torch/fx/passes/infra/pass_base.py' 2024-08-07T17:41:37.4758187Z adding 'torch/fx/passes/infra/pass_manager.py' 2024-08-07T17:41:37.4761873Z adding 'torch/fx/passes/tests/__init__.py' 2024-08-07T17:41:37.4765123Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2024-08-07T17:41:37.4768749Z adding 'torch/fx/passes/utils/__init__.py' 2024-08-07T17:41:37.4772415Z adding 'torch/fx/passes/utils/common.py' 2024-08-07T17:41:37.4777758Z adding 'torch/fx/passes/utils/fuser_utils.py' 2024-08-07T17:41:37.4785562Z adding 'torch/fx/passes/utils/matcher_utils.py' 2024-08-07T17:41:37.4790059Z adding 'torch/fx/passes/utils/matcher_with_name_node_map_utils.py' 2024-08-07T17:41:37.4794326Z adding 'torch/fx/passes/utils/source_matcher_utils.py' 2024-08-07T17:41:37.4807802Z adding 'torch/include/cpuinfo.h' 2024-08-07T17:41:37.4812365Z adding 'torch/include/dnnl.h' 2024-08-07T17:41:37.4815516Z adding 'torch/include/dnnl_config.h' 2024-08-07T17:41:37.4819971Z adding 'torch/include/dnnl_debug.h' 2024-08-07T17:41:37.4823165Z adding 'torch/include/dnnl_ocl.h' 2024-08-07T17:41:37.4826174Z adding 'torch/include/dnnl_sycl.h' 2024-08-07T17:41:37.4829201Z adding 'torch/include/dnnl_sycl_types.h' 2024-08-07T17:41:37.4832202Z adding 'torch/include/dnnl_threadpool.h' 2024-08-07T17:41:37.4835194Z adding 'torch/include/dnnl_types.h' 2024-08-07T17:41:37.4838249Z adding 'torch/include/dnnl_version.h' 2024-08-07T17:41:37.4841202Z adding 'torch/include/experiments-config.h' 2024-08-07T17:41:37.4843963Z adding 'torch/include/fp16.h' 2024-08-07T17:41:37.4849550Z adding 'torch/include/fxdiv.h' 2024-08-07T17:41:37.4853113Z adding 'torch/include/libshm.h' 2024-08-07T17:41:37.4863219Z adding 'torch/include/psimd.h' 2024-08-07T17:41:37.4878006Z adding 'torch/include/pthreadpool.h' 2024-08-07T17:41:37.4917270Z adding 'torch/include/sleef.h' 2024-08-07T17:41:37.4960520Z adding 'torch/include/xnnpack.h' 2024-08-07T17:41:37.4972350Z adding 'torch/include/ATen/ATen.h' 2024-08-07T17:41:37.4976629Z adding 'torch/include/ATen/AccumulateType.h' 2024-08-07T17:41:37.4979857Z adding 'torch/include/ATen/ArrayRef.h' 2024-08-07T17:41:37.4982601Z adding 'torch/include/ATen/Backend.h' 2024-08-07T17:41:37.4985941Z adding 'torch/include/ATen/Backtrace.h' 2024-08-07T17:41:37.4988942Z adding 'torch/include/ATen/BlasBackend.h' 2024-08-07T17:41:37.4994259Z adding 'torch/include/ATen/CPUApplyUtils.h' 2024-08-07T17:41:37.4997859Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2024-08-07T17:41:37.5001381Z adding 'torch/include/ATen/CPUFunctions.h' 2024-08-07T17:41:37.5007522Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2024-08-07T17:41:37.5011521Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2024-08-07T17:41:37.5015031Z adding 'torch/include/ATen/CUDAFunctions.h' 2024-08-07T17:41:37.5021888Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2024-08-07T17:41:37.5026241Z adding 'torch/include/ATen/CachedTensorUtils.h' 2024-08-07T17:41:37.5029618Z adding 'torch/include/ATen/CollapseDims.h' 2024-08-07T17:41:37.5033286Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2024-08-07T17:41:37.5040592Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2024-08-07T17:41:37.5045069Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2024-08-07T17:41:37.5050478Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2024-08-07T17:41:37.5054334Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2024-08-07T17:41:37.5061027Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2024-08-07T17:41:37.5065420Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2024-08-07T17:41:37.5068785Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2024-08-07T17:41:37.5071669Z adding 'torch/include/ATen/Config.h' 2024-08-07T17:41:37.5079552Z adding 'torch/include/ATen/Context.h' 2024-08-07T17:41:37.5083245Z adding 'torch/include/ATen/DLConvertor.h' 2024-08-07T17:41:37.5086472Z adding 'torch/include/ATen/Device.h' 2024-08-07T17:41:37.5089656Z adding 'torch/include/ATen/DeviceAccelerator.h' 2024-08-07T17:41:37.5092992Z adding 'torch/include/ATen/DeviceGuard.h' 2024-08-07T17:41:37.5095606Z adding 'torch/include/ATen/DimVector.h' 2024-08-07T17:41:37.5098564Z adding 'torch/include/ATen/Dimname.h' 2024-08-07T17:41:37.5107652Z adding 'torch/include/ATen/Dispatch.h' 2024-08-07T17:41:37.5114959Z adding 'torch/include/ATen/Dispatch_v2.h' 2024-08-07T17:41:37.5119023Z adding 'torch/include/ATen/DynamicLibrary.h' 2024-08-07T17:41:37.5122515Z adding 'torch/include/ATen/EmptyTensor.h' 2024-08-07T17:41:37.5125839Z adding 'torch/include/ATen/ExpandBase.h' 2024-08-07T17:41:37.5131692Z adding 'torch/include/ATen/ExpandUtils.h' 2024-08-07T17:41:37.5134942Z adding 'torch/include/ATen/Formatting.h' 2024-08-07T17:41:37.5138518Z adding 'torch/include/ATen/FuncTorchTLS.h' 2024-08-07T17:41:37.5143716Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2024-08-07T17:41:37.5151345Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2024-08-07T17:41:37.5163141Z adding 'torch/include/ATen/Functions.h' 2024-08-07T17:41:37.5167595Z adding 'torch/include/ATen/Generator.h' 2024-08-07T17:41:37.5171213Z adding 'torch/include/ATen/InferSize.h' 2024-08-07T17:41:37.5174291Z adding 'torch/include/ATen/InitialTensorOptions.h' 2024-08-07T17:41:37.5177005Z adding 'torch/include/ATen/Layout.h' 2024-08-07T17:41:37.5180308Z adding 'torch/include/ATen/LegacyBatchedFallback.h' 2024-08-07T17:41:37.5185059Z adding 'torch/include/ATen/LegacyBatchedTensorImpl.h' 2024-08-07T17:41:37.5188282Z adding 'torch/include/ATen/LegacyVmapMode.h' 2024-08-07T17:41:37.5193205Z adding 'torch/include/ATen/LegacyVmapTransforms.h' 2024-08-07T17:41:37.5196836Z adding 'torch/include/ATen/LinalgBackend.h' 2024-08-07T17:41:37.5200422Z adding 'torch/include/ATen/MapAllocator.h' 2024-08-07T17:41:37.5204142Z adding 'torch/include/ATen/MatrixRef.h' 2024-08-07T17:41:37.5207271Z adding 'torch/include/ATen/MemoryOverlap.h' 2024-08-07T17:41:37.5210648Z adding 'torch/include/ATen/MetaFunctions.h' 2024-08-07T17:41:37.5215344Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2024-08-07T17:41:37.5220641Z adding 'torch/include/ATen/MethodOperators.h' 2024-08-07T17:41:37.5224301Z adding 'torch/include/ATen/NamedTensor.h' 2024-08-07T17:41:37.5228802Z adding 'torch/include/ATen/NamedTensorUtils.h' 2024-08-07T17:41:37.5239689Z adding 'torch/include/ATen/NativeFunctions.h' 2024-08-07T17:41:37.5251309Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2024-08-07T17:41:37.5258320Z adding 'torch/include/ATen/NestedTensorImpl.h' 2024-08-07T17:41:37.5262288Z adding 'torch/include/ATen/NumericUtils.h' 2024-08-07T17:41:37.5265699Z adding 'torch/include/ATen/OpMathType.h' 2024-08-07T17:41:37.5269850Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2024-08-07T17:41:37.5280922Z adding 'torch/include/ATen/Operators.h' 2024-08-07T17:41:37.5285448Z adding 'torch/include/ATen/PTThreadPool.h' 2024-08-07T17:41:37.5288435Z adding 'torch/include/ATen/PadNd.h' 2024-08-07T17:41:37.5291804Z adding 'torch/include/ATen/Parallel-inl.h' 2024-08-07T17:41:37.5296300Z adding 'torch/include/ATen/Parallel.h' 2024-08-07T17:41:37.5299170Z adding 'torch/include/ATen/ParallelFuture.h' 2024-08-07T17:41:37.5302098Z adding 'torch/include/ATen/ParallelNative.h' 2024-08-07T17:41:37.5305294Z adding 'torch/include/ATen/ParallelOpenMP.h' 2024-08-07T17:41:37.5308573Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2024-08-07T17:41:37.5569015Z adding 'torch/include/ATen/RedispatchFunctions.h' 2024-08-07T17:41:37.5759559Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2024-08-07T17:41:37.5781528Z adding 'torch/include/ATen/SavedTensorHooks.h' 2024-08-07T17:41:37.5784371Z adding 'torch/include/ATen/Scalar.h' 2024-08-07T17:41:37.5787698Z adding 'torch/include/ATen/ScalarOps.h' 2024-08-07T17:41:37.5790580Z adding 'torch/include/ATen/ScalarType.h' 2024-08-07T17:41:37.5793457Z adding 'torch/include/ATen/SequenceNumber.h' 2024-08-07T17:41:37.5796156Z adding 'torch/include/ATen/SmallVector.h' 2024-08-07T17:41:37.5800652Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2024-08-07T17:41:37.5806548Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2024-08-07T17:41:37.5813279Z adding 'torch/include/ATen/SparseTensorImpl.h' 2024-08-07T17:41:37.5816437Z adding 'torch/include/ATen/Storage.h' 2024-08-07T17:41:37.5819769Z adding 'torch/include/ATen/StorageUtils.h' 2024-08-07T17:41:37.5822555Z adding 'torch/include/ATen/Tensor.h' 2024-08-07T17:41:37.5825504Z adding 'torch/include/ATen/TensorAccessor.h' 2024-08-07T17:41:37.5829462Z adding 'torch/include/ATen/TensorGeometry.h' 2024-08-07T17:41:37.5838746Z adding 'torch/include/ATen/TensorIndexing.h' 2024-08-07T17:41:37.5854155Z adding 'torch/include/ATen/TensorIterator.h' 2024-08-07T17:41:37.5858550Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2024-08-07T17:41:37.5862907Z adding 'torch/include/ATen/TensorMeta.h' 2024-08-07T17:41:37.5866806Z adding 'torch/include/ATen/TensorNames.h' 2024-08-07T17:41:37.5870260Z adding 'torch/include/ATen/TensorOperators.h' 2024-08-07T17:41:37.5873321Z adding 'torch/include/ATen/TensorOptions.h' 2024-08-07T17:41:37.5877088Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2024-08-07T17:41:37.5881116Z adding 'torch/include/ATen/TensorUtils.h' 2024-08-07T17:41:37.5884550Z adding 'torch/include/ATen/ThreadLocalPythonObjects.h' 2024-08-07T17:41:37.5888430Z adding 'torch/include/ATen/ThreadLocalState.h' 2024-08-07T17:41:37.5893149Z adding 'torch/include/ATen/TracerMode.h' 2024-08-07T17:41:37.5896891Z adding 'torch/include/ATen/TypeDefault.h' 2024-08-07T17:41:37.5900765Z adding 'torch/include/ATen/Utils.h' 2024-08-07T17:41:37.5904098Z adding 'torch/include/ATen/Version.h' 2024-08-07T17:41:37.6076574Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2024-08-07T17:41:37.6120158Z adding 'torch/include/ATen/WrapDimUtils.h' 2024-08-07T17:41:37.6123647Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2024-08-07T17:41:37.6134579Z adding 'torch/include/ATen/autocast_mode.h' 2024-08-07T17:41:37.6138753Z adding 'torch/include/ATen/ceil_div.h' 2024-08-07T17:41:37.6143455Z adding 'torch/include/ATen/code_template.h' 2024-08-07T17:41:37.6147404Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2024-08-07T17:41:37.6150501Z adding 'torch/include/ATen/div_rtn.h' 2024-08-07T17:41:37.6155508Z adding 'torch/include/ATen/dlpack.h' 2024-08-07T17:41:37.6158799Z adding 'torch/include/ATen/jit_macros.h' 2024-08-07T17:41:37.6162572Z adding 'torch/include/ATen/jiterator_macros.h' 2024-08-07T17:41:37.6171683Z adding 'torch/include/ATen/record_function.h' 2024-08-07T17:41:37.6177262Z adding 'torch/include/ATen/core/ATenGeneral.h' 2024-08-07T17:41:37.6180386Z adding 'torch/include/ATen/core/ATenOpList.h' 2024-08-07T17:41:37.6183491Z adding 'torch/include/ATen/core/ATen_fwd.h' 2024-08-07T17:41:37.6187461Z adding 'torch/include/ATen/core/ATen_pch.h' 2024-08-07T17:41:37.6190779Z adding 'torch/include/ATen/core/Array.h' 2024-08-07T17:41:37.6193774Z adding 'torch/include/ATen/core/Backtrace.h' 2024-08-07T17:41:37.6200353Z adding 'torch/include/ATen/core/CachingHostAllocator.h' 2024-08-07T17:41:37.6204020Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2024-08-07T17:41:37.6207800Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2024-08-07T17:41:37.6211136Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2024-08-07T17:41:37.6217624Z adding 'torch/include/ATen/core/Dict.h' 2024-08-07T17:41:37.6222436Z adding 'torch/include/ATen/core/Dict_inl.h' 2024-08-07T17:41:37.6225715Z adding 'torch/include/ATen/core/DimVector.h' 2024-08-07T17:41:37.6228932Z adding 'torch/include/ATen/core/Dimname.h' 2024-08-07T17:41:37.6233929Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2024-08-07T17:41:37.6237366Z adding 'torch/include/ATen/core/Formatting.h' 2024-08-07T17:41:37.6242078Z adding 'torch/include/ATen/core/Generator.h' 2024-08-07T17:41:37.6245516Z adding 'torch/include/ATen/core/GeneratorForPrivateuseone.h' 2024-08-07T17:41:37.6253593Z adding 'torch/include/ATen/core/IListRef.h' 2024-08-07T17:41:37.6258067Z adding 'torch/include/ATen/core/IListRef_inl.h' 2024-08-07T17:41:37.6262488Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2024-08-07T17:41:37.6269026Z adding 'torch/include/ATen/core/List.h' 2024-08-07T17:41:37.6274616Z adding 'torch/include/ATen/core/List_inl.h' 2024-08-07T17:41:37.6279587Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2024-08-07T17:41:37.6283920Z adding 'torch/include/ATen/core/NamedTensor.h' 2024-08-07T17:41:37.6288487Z adding 'torch/include/ATen/core/NestedIntSymNodeImpl.h' 2024-08-07T17:41:37.6293293Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2024-08-07T17:41:37.6296631Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2024-08-07T17:41:37.6299765Z adding 'torch/include/ATen/core/PythonOpRegistrationTrampoline.h' 2024-08-07T17:41:37.6303174Z adding 'torch/include/ATen/core/QuantizerBase.h' 2024-08-07T17:41:37.6306238Z adding 'torch/include/ATen/core/Range.h' 2024-08-07T17:41:37.6309173Z adding 'torch/include/ATen/core/Reduction.h' 2024-08-07T17:41:37.6311825Z adding 'torch/include/ATen/core/Scalar.h' 2024-08-07T17:41:37.6314527Z adding 'torch/include/ATen/core/ScalarType.h' 2024-08-07T17:41:37.6317811Z adding 'torch/include/ATen/core/Tensor.h' 2024-08-07T17:41:37.6322610Z adding 'torch/include/ATen/core/TensorAccessor.h' 2024-08-07T17:41:37.6337677Z adding 'torch/include/ATen/core/TensorBase.h' 2024-08-07T17:41:37.6392597Z adding 'torch/include/ATen/core/TensorBody.h' 2024-08-07T17:41:37.6402187Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2024-08-07T17:41:37.6406427Z adding 'torch/include/ATen/core/TransformationHelper.h' 2024-08-07T17:41:37.6409375Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2024-08-07T17:41:37.6412347Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2024-08-07T17:41:37.6416004Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2024-08-07T17:41:37.6419645Z adding 'torch/include/ATen/core/Variadic.h' 2024-08-07T17:41:37.6423189Z adding 'torch/include/ATen/core/Vitals.h' 2024-08-07T17:41:37.6427063Z adding 'torch/include/ATen/core/alias_info.h' 2024-08-07T17:41:37.6442518Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2024-08-07T17:41:37.6448136Z adding 'torch/include/ATen/core/blob.h' 2024-08-07T17:41:37.6451365Z adding 'torch/include/ATen/core/builtin_function.h' 2024-08-07T17:41:37.6457719Z adding 'torch/include/ATen/core/class_type.h' 2024-08-07T17:41:37.6461470Z adding 'torch/include/ATen/core/custom_class.h' 2024-08-07T17:41:37.6466720Z adding 'torch/include/ATen/core/dynamic_type.h' 2024-08-07T17:41:37.6469847Z adding 'torch/include/ATen/core/enum_tag.h' 2024-08-07T17:41:37.6473433Z adding 'torch/include/ATen/core/enum_type.h' 2024-08-07T17:41:37.6477306Z adding 'torch/include/ATen/core/function.h' 2024-08-07T17:41:37.6487103Z adding 'torch/include/ATen/core/function_schema.h' 2024-08-07T17:41:37.6494059Z adding 'torch/include/ATen/core/function_schema_inl.h' 2024-08-07T17:41:37.6497570Z adding 'torch/include/ATen/core/functional.h' 2024-08-07T17:41:37.6500662Z adding 'torch/include/ATen/core/grad_mode.h' 2024-08-07T17:41:37.6506179Z adding 'torch/include/ATen/core/interned_strings.h' 2024-08-07T17:41:37.6509636Z adding 'torch/include/ATen/core/interned_strings_class.h' 2024-08-07T17:41:37.6528447Z adding 'torch/include/ATen/core/ivalue.h' 2024-08-07T17:41:37.6558661Z adding 'torch/include/ATen/core/ivalue_inl.h' 2024-08-07T17:41:37.6563730Z adding 'torch/include/ATen/core/ivalue_to.h' 2024-08-07T17:41:37.6586687Z adding 'torch/include/ATen/core/jit_type.h' 2024-08-07T17:41:37.6596730Z adding 'torch/include/ATen/core/jit_type_base.h' 2024-08-07T17:41:37.6600998Z adding 'torch/include/ATen/core/operator_name.h' 2024-08-07T17:41:37.6605134Z adding 'torch/include/ATen/core/qualified_name.h' 2024-08-07T17:41:37.6608363Z adding 'torch/include/ATen/core/rref_interface.h' 2024-08-07T17:41:37.6612898Z adding 'torch/include/ATen/core/stack.h' 2024-08-07T17:41:37.6617231Z adding 'torch/include/ATen/core/symbol.h' 2024-08-07T17:41:37.6621026Z adding 'torch/include/ATen/core/type_factory.h' 2024-08-07T17:41:37.6624574Z adding 'torch/include/ATen/core/type_ptr.h' 2024-08-07T17:41:37.6627109Z adding 'torch/include/ATen/core/typeid.h' 2024-08-07T17:41:37.6633091Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2024-08-07T17:41:37.6636945Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2024-08-07T17:41:37.6642087Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2024-08-07T17:41:37.6647750Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2024-08-07T17:41:37.6650593Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2024-08-07T17:41:37.6655059Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2024-08-07T17:41:37.6658358Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2024-08-07T17:41:37.6664477Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2024-08-07T17:41:37.6674303Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2024-08-07T17:41:37.6678994Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2024-08-07T17:41:37.6683627Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2024-08-07T17:41:37.6689248Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2024-08-07T17:41:37.6702050Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2024-08-07T17:41:37.6706337Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2024-08-07T17:41:37.6712508Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2024-08-07T17:41:37.6716646Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2024-08-07T17:41:37.6719390Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2024-08-07T17:41:37.6723833Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2024-08-07T17:41:37.6728329Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2024-08-07T17:41:37.6733108Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2024-08-07T17:41:37.6741963Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2024-08-07T17:41:37.6746659Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2024-08-07T17:41:37.6749647Z adding 'torch/include/ATen/cpu/Utils.h' 2024-08-07T17:41:37.6754051Z adding 'torch/include/ATen/cpu/vml.h' 2024-08-07T17:41:37.6758115Z adding 'torch/include/ATen/cpu/vec/functional.h' 2024-08-07T17:41:37.6762884Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2024-08-07T17:41:37.6769458Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2024-08-07T17:41:37.6773375Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2024-08-07T17:41:37.6776590Z adding 'torch/include/ATen/cpu/vec/vec.h' 2024-08-07T17:41:37.6788635Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2024-08-07T17:41:37.6793046Z adding 'torch/include/ATen/cpu/vec/vec_convert.h' 2024-08-07T17:41:37.6796443Z adding 'torch/include/ATen/cpu/vec/vec_half.h' 2024-08-07T17:41:37.6801454Z adding 'torch/include/ATen/cpu/vec/vec_mask.h' 2024-08-07T17:41:37.6806728Z adding 'torch/include/ATen/cpu/vec/vec_n.h' 2024-08-07T17:41:37.6812060Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2024-08-07T17:41:37.6815970Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2024-08-07T17:41:37.6821365Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2024-08-07T17:41:37.6832426Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2024-08-07T17:41:37.6840061Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2024-08-07T17:41:37.6847646Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2024-08-07T17:41:37.6852195Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_convert.h' 2024-08-07T17:41:37.6857817Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2024-08-07T17:41:37.6865780Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2024-08-07T17:41:37.6874306Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h' 2024-08-07T17:41:37.6882973Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_half_neon.h' 2024-08-07T17:41:37.6897271Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2024-08-07T17:41:37.6902829Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_mask.h' 2024-08-07T17:41:37.6913873Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2024-08-07T17:41:37.6919440Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h' 2024-08-07T17:41:37.6924059Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h' 2024-08-07T17:41:37.6931412Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h' 2024-08-07T17:41:37.6939666Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h' 2024-08-07T17:41:37.6945686Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h' 2024-08-07T17:41:37.6951647Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h' 2024-08-07T17:41:37.6957325Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h' 2024-08-07T17:41:37.6962745Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h' 2024-08-07T17:41:37.6967647Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h' 2024-08-07T17:41:37.6972875Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h' 2024-08-07T17:41:37.6979145Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h' 2024-08-07T17:41:37.6985520Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h' 2024-08-07T17:41:37.6992897Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h' 2024-08-07T17:41:37.7017061Z adding 'torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h' 2024-08-07T17:41:37.7025221Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2024-08-07T17:41:37.7040049Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2024-08-07T17:41:37.7048937Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2024-08-07T17:41:37.7058824Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2024-08-07T17:41:37.7063765Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_convert.h' 2024-08-07T17:41:37.7069354Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2024-08-07T17:41:37.7078409Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2024-08-07T17:41:37.7091427Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2024-08-07T17:41:37.7096751Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_mask.h' 2024-08-07T17:41:37.7108239Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2024-08-07T17:41:37.7113920Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2024-08-07T17:41:37.7117287Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2024-08-07T17:41:37.7121551Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2024-08-07T17:41:37.7127878Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2024-08-07T17:41:37.7136336Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2024-08-07T17:41:37.7141897Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2024-08-07T17:41:37.7145516Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2024-08-07T17:41:37.7149212Z adding 'torch/include/ATen/cuda/CUDAContextLight.h' 2024-08-07T17:41:37.7152766Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2024-08-07T17:41:37.7155965Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2024-08-07T17:41:37.7160512Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2024-08-07T17:41:37.7165346Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2024-08-07T17:41:37.7169309Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2024-08-07T17:41:37.7173143Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2024-08-07T17:41:37.7176456Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2024-08-07T17:41:37.7180937Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2024-08-07T17:41:37.7185987Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2024-08-07T17:41:37.7189036Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2024-08-07T17:41:37.7192049Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2024-08-07T17:41:37.7195553Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2024-08-07T17:41:37.7198883Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2024-08-07T17:41:37.7202110Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2024-08-07T17:41:37.7206732Z adding 'torch/include/ATen/cuda/Exceptions.h' 2024-08-07T17:41:37.7210747Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2024-08-07T17:41:37.7213890Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2024-08-07T17:41:37.7216869Z adding 'torch/include/ATen/cuda/PhiloxCudaState.h' 2024-08-07T17:41:37.7219693Z adding 'torch/include/ATen/cuda/PhiloxUtils.cuh' 2024-08-07T17:41:37.7222553Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2024-08-07T17:41:37.7226008Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2024-08-07T17:41:37.7228958Z adding 'torch/include/ATen/cuda/Sleep.h' 2024-08-07T17:41:37.7232109Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2024-08-07T17:41:37.7237724Z adding 'torch/include/ATen/cuda/cub.cuh' 2024-08-07T17:41:37.7241870Z adding 'torch/include/ATen/cuda/cub.h' 2024-08-07T17:41:37.7245211Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2024-08-07T17:41:37.7248426Z adding 'torch/include/ATen/cuda/jiterator.h' 2024-08-07T17:41:37.7252697Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2024-08-07T17:41:37.7256018Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2024-08-07T17:41:37.7260537Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2024-08-07T17:41:37.7265688Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2024-08-07T17:41:37.7269006Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2024-08-07T17:41:37.7273191Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2024-08-07T17:41:37.7276688Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2024-08-07T17:41:37.7279760Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2024-08-07T17:41:37.7283750Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2024-08-07T17:41:37.7287101Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2024-08-07T17:41:37.7290866Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2024-08-07T17:41:37.7294354Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2024-08-07T17:41:37.7299774Z adding 'torch/include/ATen/cuda/tunable/GemmCommon.h' 2024-08-07T17:41:37.7306286Z adding 'torch/include/ATen/cuda/tunable/GemmHipblaslt.h' 2024-08-07T17:41:37.7311206Z adding 'torch/include/ATen/cuda/tunable/GemmRocblas.h' 2024-08-07T17:41:37.7314879Z adding 'torch/include/ATen/cuda/tunable/StreamTimer.h' 2024-08-07T17:41:37.7319497Z adding 'torch/include/ATen/cuda/tunable/Tunable.h' 2024-08-07T17:41:37.7324416Z adding 'torch/include/ATen/cuda/tunable/TunableGemm.h' 2024-08-07T17:41:37.7329855Z adding 'torch/include/ATen/cuda/tunable/TunableOp.h' 2024-08-07T17:41:37.7337654Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2024-08-07T17:41:37.7340986Z adding 'torch/include/ATen/cudnn/Exceptions.h' 2024-08-07T17:41:37.7343858Z adding 'torch/include/ATen/cudnn/Handle.h' 2024-08-07T17:41:37.7346968Z adding 'torch/include/ATen/cudnn/Handles.h' 2024-08-07T17:41:37.7356569Z adding 'torch/include/ATen/cudnn/Types.h' 2024-08-07T17:41:37.7359936Z adding 'torch/include/ATen/cudnn/Utils.h' 2024-08-07T17:41:37.7363030Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2024-08-07T17:41:37.7367463Z adding 'torch/include/ATen/detail/AcceleratorHooksInterface.h' 2024-08-07T17:41:37.7372293Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2024-08-07T17:41:37.7375784Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2024-08-07T17:41:37.7408224Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2024-08-07T17:41:37.7411936Z adding 'torch/include/ATen/detail/IPUHooksInterface.h' 2024-08-07T17:41:37.7415026Z adding 'torch/include/ATen/detail/MAIAHooksInterface.h' 2024-08-07T17:41:37.7418656Z adding 'torch/include/ATen/detail/MPSHooksInterface.h' 2024-08-07T17:41:37.7422663Z adding 'torch/include/ATen/detail/MTIAHooksInterface.h' 2024-08-07T17:41:37.7425822Z adding 'torch/include/ATen/detail/PrivateUse1HooksInterface.h' 2024-08-07T17:41:37.7429475Z adding 'torch/include/ATen/detail/XPUHooksInterface.h' 2024-08-07T17:41:37.7433727Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2024-08-07T17:41:37.7440336Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2024-08-07T17:41:37.7444585Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2024-08-07T17:41:37.7449318Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2024-08-07T17:41:37.7453356Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2024-08-07T17:41:37.7458528Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2024-08-07T17:41:37.7461713Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2024-08-07T17:41:37.7466247Z adding 'torch/include/ATen/functorch/Interpreter.h' 2024-08-07T17:41:37.7471723Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2024-08-07T17:41:37.7474809Z adding 'torch/include/ATen/functorch/Macros.h' 2024-08-07T17:41:37.7478476Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2024-08-07T17:41:37.7482550Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2024-08-07T17:41:37.7485908Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2024-08-07T17:41:37.7490637Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2024-08-07T17:41:37.7493728Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2024-08-07T17:41:37.7499798Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2024-08-07T17:41:37.7504108Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2024-08-07T17:41:37.7508979Z adding 'torch/include/ATen/miopen/Descriptors.h' 2024-08-07T17:41:37.7512342Z adding 'torch/include/ATen/miopen/Exceptions.h' 2024-08-07T17:41:37.7515392Z adding 'torch/include/ATen/miopen/Handle.h' 2024-08-07T17:41:37.7518314Z adding 'torch/include/ATen/miopen/Types.h' 2024-08-07T17:41:37.7521236Z adding 'torch/include/ATen/miopen/Utils.h' 2024-08-07T17:41:37.7524037Z adding 'torch/include/ATen/miopen/miopen-wrapper.h' 2024-08-07T17:41:37.7527926Z adding 'torch/include/ATen/mps/EmptyTensor.h' 2024-08-07T17:41:37.7534519Z adding 'torch/include/ATen/mps/IndexKernels.h' 2024-08-07T17:41:37.7543824Z adding 'torch/include/ATen/mps/MPSAllocator.h' 2024-08-07T17:41:37.7547933Z adding 'torch/include/ATen/mps/MPSAllocatorInterface.h' 2024-08-07T17:41:37.7551434Z adding 'torch/include/ATen/mps/MPSDevice.h' 2024-08-07T17:41:37.7555313Z adding 'torch/include/ATen/mps/MPSEvent.h' 2024-08-07T17:41:37.7558711Z adding 'torch/include/ATen/mps/MPSGeneratorImpl.h' 2024-08-07T17:41:37.7562807Z adding 'torch/include/ATen/mps/MPSGuardImpl.h' 2024-08-07T17:41:37.7566329Z adding 'torch/include/ATen/mps/MPSHooks.h' 2024-08-07T17:41:37.7573672Z adding 'torch/include/ATen/mps/MPSProfiler.h' 2024-08-07T17:41:37.7577965Z adding 'torch/include/ATen/mps/MPSStream.h' 2024-08-07T17:41:37.7584704Z adding 'torch/include/ATen/native/Activation.h' 2024-08-07T17:41:37.7588501Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2024-08-07T17:41:37.7591461Z adding 'torch/include/ATen/native/AmpKernels.h' 2024-08-07T17:41:37.7596026Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2024-08-07T17:41:37.7599730Z adding 'torch/include/ATen/native/BinaryOps.h' 2024-08-07T17:41:37.7604489Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2024-08-07T17:41:37.7608641Z adding 'torch/include/ATen/native/CPUBlas.h' 2024-08-07T17:41:37.7612214Z adding 'torch/include/ATen/native/CPUFallback.h' 2024-08-07T17:41:37.7615342Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2024-08-07T17:41:37.7619380Z adding 'torch/include/ATen/native/ComplexHelper.h' 2024-08-07T17:41:37.7622755Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2024-08-07T17:41:37.7627219Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2024-08-07T17:41:37.7634180Z adding 'torch/include/ATen/native/ConvUtils.h' 2024-08-07T17:41:37.7637760Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2024-08-07T17:41:37.7640967Z adding 'torch/include/ATen/native/Copy.h' 2024-08-07T17:41:37.7643854Z adding 'torch/include/ATen/native/Cross.h' 2024-08-07T17:41:37.7648991Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2024-08-07T17:41:37.7654850Z adding 'torch/include/ATen/native/DispatchStub.h' 2024-08-07T17:41:37.7657755Z adding 'torch/include/ATen/native/Distance.h' 2024-08-07T17:41:37.7664730Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2024-08-07T17:41:37.7674072Z adding 'torch/include/ATen/native/Distributions.h' 2024-08-07T17:41:37.7678708Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2024-08-07T17:41:37.7681887Z adding 'torch/include/ATen/native/Fill.h' 2024-08-07T17:41:37.7688880Z adding 'torch/include/ATen/native/ForeachUtils.h' 2024-08-07T17:41:37.7692308Z adding 'torch/include/ATen/native/FractionalMaxPooling.h' 2024-08-07T17:41:37.7695551Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2024-08-07T17:41:37.7698652Z adding 'torch/include/ATen/native/FusedAdagrad.h' 2024-08-07T17:41:37.7701893Z adding 'torch/include/ATen/native/FusedAdam.h' 2024-08-07T17:41:37.7705877Z adding 'torch/include/ATen/native/FusedSGD.h' 2024-08-07T17:41:37.7709806Z adding 'torch/include/ATen/native/GridSampler.h' 2024-08-07T17:41:37.7713923Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2024-08-07T17:41:37.7717301Z adding 'torch/include/ATen/native/Histogram.h' 2024-08-07T17:41:37.7720668Z adding 'torch/include/ATen/native/IndexKernel.h' 2024-08-07T17:41:37.7724714Z adding 'torch/include/ATen/native/IndexingUtils.h' 2024-08-07T17:41:37.7728328Z adding 'torch/include/ATen/native/Lerp.h' 2024-08-07T17:41:37.7731338Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2024-08-07T17:41:37.7742442Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2024-08-07T17:41:37.7746566Z adding 'torch/include/ATen/native/LossMulti.h' 2024-08-07T17:41:37.7792853Z adding 'torch/include/ATen/native/Math.h' 2024-08-07T17:41:37.7799712Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2024-08-07T17:41:37.7804683Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2024-08-07T17:41:37.7808691Z adding 'torch/include/ATen/native/MaxPooling.h' 2024-08-07T17:41:37.7811879Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2024-08-07T17:41:37.7815483Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2024-08-07T17:41:37.7818872Z adding 'torch/include/ATen/native/Normalization.h' 2024-08-07T17:41:37.7822253Z adding 'torch/include/ATen/native/Padding.h' 2024-08-07T17:41:37.7825722Z adding 'torch/include/ATen/native/PixelShuffle.h' 2024-08-07T17:41:37.7828831Z adding 'torch/include/ATen/native/PointwiseOps.h' 2024-08-07T17:41:37.7834452Z adding 'torch/include/ATen/native/Pool.h' 2024-08-07T17:41:37.7838322Z adding 'torch/include/ATen/native/Pow.h' 2024-08-07T17:41:37.7841843Z adding 'torch/include/ATen/native/RNN.h' 2024-08-07T17:41:37.7844954Z adding 'torch/include/ATen/native/RangeFactories.h' 2024-08-07T17:41:37.7848014Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2024-08-07T17:41:37.7851276Z adding 'torch/include/ATen/native/ReduceOps.h' 2024-08-07T17:41:37.7857682Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2024-08-07T17:41:37.7861540Z adding 'torch/include/ATen/native/ReductionType.h' 2024-08-07T17:41:37.7865002Z adding 'torch/include/ATen/native/Repeat.h' 2024-08-07T17:41:37.7869664Z adding 'torch/include/ATen/native/Resize.h' 2024-08-07T17:41:37.7873530Z adding 'torch/include/ATen/native/ResizeCommon.h' 2024-08-07T17:41:37.7877445Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2024-08-07T17:41:37.7880699Z adding 'torch/include/ATen/native/SegmentReduce.h' 2024-08-07T17:41:37.7886416Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2024-08-07T17:41:37.7890443Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2024-08-07T17:41:37.7893712Z adding 'torch/include/ATen/native/Sorting.h' 2024-08-07T17:41:37.7897090Z adding 'torch/include/ATen/native/SortingUtils.h' 2024-08-07T17:41:37.7901955Z adding 'torch/include/ATen/native/SparseTensorUtils.h' 2024-08-07T17:41:37.7906054Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2024-08-07T17:41:37.7910426Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2024-08-07T17:41:37.7913964Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2024-08-07T17:41:37.7918021Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2024-08-07T17:41:37.7921513Z adding 'torch/include/ATen/native/TensorCompare.h' 2024-08-07T17:41:37.7924580Z adding 'torch/include/ATen/native/TensorConversions.h' 2024-08-07T17:41:37.7928238Z adding 'torch/include/ATen/native/TensorDimApply.h' 2024-08-07T17:41:37.7932854Z adding 'torch/include/ATen/native/TensorFactories.h' 2024-08-07T17:41:37.7935886Z adding 'torch/include/ATen/native/TensorIterator.h' 2024-08-07T17:41:37.7939513Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2024-08-07T17:41:37.7942462Z adding 'torch/include/ATen/native/TensorProperties.h' 2024-08-07T17:41:37.7946555Z adding 'torch/include/ATen/native/TensorShape.h' 2024-08-07T17:41:37.7949974Z adding 'torch/include/ATen/native/TensorTransformations.h' 2024-08-07T17:41:37.7953456Z adding 'torch/include/ATen/native/TopKImpl.h' 2024-08-07T17:41:37.7956782Z adding 'torch/include/ATen/native/TransposeType.h' 2024-08-07T17:41:37.7960276Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2024-08-07T17:41:37.7963463Z adding 'torch/include/ATen/native/TypeProperties.h' 2024-08-07T17:41:37.7967187Z adding 'torch/include/ATen/native/UnaryOps.h' 2024-08-07T17:41:37.7970449Z adding 'torch/include/ATen/native/Unfold2d.h' 2024-08-07T17:41:37.7973584Z adding 'torch/include/ATen/native/Unfold3d.h' 2024-08-07T17:41:37.7977274Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2024-08-07T17:41:37.7984823Z adding 'torch/include/ATen/native/UpSample.h' 2024-08-07T17:41:37.7988616Z adding 'torch/include/ATen/native/batch_norm.h' 2024-08-07T17:41:37.7991871Z adding 'torch/include/ATen/native/group_norm.h' 2024-08-07T17:41:37.7995761Z adding 'torch/include/ATen/native/im2col.h' 2024-08-07T17:41:37.8000124Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2024-08-07T17:41:37.8003979Z adding 'torch/include/ATen/native/layer_norm.h' 2024-08-07T17:41:37.8007150Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2024-08-07T17:41:37.8010596Z adding 'torch/include/ATen/native/vol2col.h' 2024-08-07T17:41:37.8015249Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2024-08-07T17:41:37.8018519Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2024-08-07T17:41:37.8021586Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2024-08-07T17:41:37.8024687Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2024-08-07T17:41:37.8027756Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2024-08-07T17:41:37.8033604Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2024-08-07T17:41:37.8037325Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2024-08-07T17:41:37.8041211Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2024-08-07T17:41:37.8044481Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2024-08-07T17:41:37.8048042Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2024-08-07T17:41:37.8051739Z adding 'torch/include/ATen/native/cpu/LogAddExp.h' 2024-08-07T17:41:37.8057916Z adding 'torch/include/ATen/native/cpu/Loops.h' 2024-08-07T17:41:37.8061515Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2024-08-07T17:41:37.8064692Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2024-08-07T17:41:37.8070648Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2024-08-07T17:41:37.8075560Z adding 'torch/include/ATen/native/cpu/ReduceUtils.h' 2024-08-07T17:41:37.8078852Z adding 'torch/include/ATen/native/cpu/SampledAddmmKernel.h' 2024-08-07T17:41:37.8083283Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2024-08-07T17:41:37.8086650Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2024-08-07T17:41:37.8089788Z adding 'torch/include/ATen/native/cpu/SpmmReduceKernel.h' 2024-08-07T17:41:37.8092942Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2024-08-07T17:41:37.8108826Z adding 'torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h' 2024-08-07T17:41:37.8113303Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2024-08-07T17:41:37.8119928Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2024-08-07T17:41:37.8123565Z adding 'torch/include/ATen/native/cpu/int_mm_kernel.h' 2024-08-07T17:41:37.8126907Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2024-08-07T17:41:37.8131499Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2024-08-07T17:41:37.8136209Z adding 'torch/include/ATen/native/cpu/utils.h' 2024-08-07T17:41:37.8140482Z adding 'torch/include/ATen/native/cpu/zmath.h' 2024-08-07T17:41:37.8145743Z adding 'torch/include/ATen/native/cuda/Activation.h' 2024-08-07T17:41:37.8149117Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2024-08-07T17:41:37.8154630Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2024-08-07T17:41:37.8160233Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2024-08-07T17:41:37.8163780Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2024-08-07T17:41:37.8166826Z adding 'torch/include/ATen/native/cuda/Copy.h' 2024-08-07T17:41:37.8174847Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2024-08-07T17:41:37.8178917Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2024-08-07T17:41:37.8182058Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2024-08-07T17:41:37.8191245Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2024-08-07T17:41:37.8194964Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2024-08-07T17:41:37.8198098Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2024-08-07T17:41:37.8203725Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2024-08-07T17:41:37.8207080Z adding 'torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh' 2024-08-07T17:41:37.8211943Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2024-08-07T17:41:37.8215422Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2024-08-07T17:41:37.8218625Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2024-08-07T17:41:37.8223124Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2024-08-07T17:41:37.8227193Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2024-08-07T17:41:37.8230350Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2024-08-07T17:41:37.8235632Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2024-08-07T17:41:37.8269794Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2024-08-07T17:41:37.8278452Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2024-08-07T17:41:37.8282009Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2024-08-07T17:41:37.8287445Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2024-08-07T17:41:37.8306286Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2024-08-07T17:41:37.8314207Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2024-08-07T17:41:37.8317895Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2024-08-07T17:41:37.8321474Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2024-08-07T17:41:37.8337536Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2024-08-07T17:41:37.8341834Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2024-08-07T17:41:37.8345142Z adding 'torch/include/ATen/native/cuda/Resize.h' 2024-08-07T17:41:37.8348224Z adding 'torch/include/ATen/native/cuda/RowwiseScaledMM.h' 2024-08-07T17:41:37.8351168Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2024-08-07T17:41:37.8357953Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2024-08-07T17:41:37.8361514Z adding 'torch/include/ATen/native/cuda/Sort.h' 2024-08-07T17:41:37.8364591Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2024-08-07T17:41:37.8370035Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2024-08-07T17:41:37.8373356Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2024-08-07T17:41:37.8377452Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2024-08-07T17:41:37.8383613Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2024-08-07T17:41:37.8391278Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2024-08-07T17:41:37.8394711Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2024-08-07T17:41:37.8397724Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2024-08-07T17:41:37.8400578Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2024-08-07T17:41:37.8405887Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2024-08-07T17:41:37.8409908Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2024-08-07T17:41:37.8413116Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2024-08-07T17:41:37.8416129Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2024-08-07T17:41:37.8420766Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2024-08-07T17:41:37.8424075Z adding 'torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh' 2024-08-07T17:41:37.8427079Z adding 'torch/include/ATen/native/cuda/fused_adamw_impl.cuh' 2024-08-07T17:41:37.8431688Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2024-08-07T17:41:37.8436270Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2024-08-07T17:41:37.8444384Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2024-08-07T17:41:37.8448365Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2024-08-07T17:41:37.8452868Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2024-08-07T17:41:37.8457010Z adding 'torch/include/ATen/native/mps/Copy.h' 2024-08-07T17:41:37.8460725Z adding 'torch/include/ATen/native/mps/MPSGraphSonomaOps.h' 2024-08-07T17:41:37.8464927Z adding 'torch/include/ATen/native/mps/MPSGraphVenturaOps.h' 2024-08-07T17:41:37.8472252Z adding 'torch/include/ATen/native/mps/OperationUtils.h' 2024-08-07T17:41:37.8475992Z adding 'torch/include/ATen/native/mps/TensorFactory.h' 2024-08-07T17:41:37.8479327Z adding 'torch/include/ATen/native/mps/UnaryConstants.h' 2024-08-07T17:41:37.8483437Z adding 'torch/include/ATen/native/nested/NestedTensorBinaryOps.h' 2024-08-07T17:41:37.8486169Z adding 'torch/include/ATen/native/nested/NestedTensorFactories.h' 2024-08-07T17:41:37.8489771Z adding 'torch/include/ATen/native/nested/NestedTensorMath.h' 2024-08-07T17:41:37.8493623Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h' 2024-08-07T17:41:37.8496849Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerUtils.h' 2024-08-07T17:41:37.8503764Z adding 'torch/include/ATen/native/nested/NestedTensorUtils.h' 2024-08-07T17:41:37.8508716Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2024-08-07T17:41:37.8512117Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2024-08-07T17:41:37.8515632Z adding 'torch/include/ATen/native/quantized/ConvUtils.h' 2024-08-07T17:41:37.8519393Z adding 'torch/include/ATen/native/quantized/Copy.h' 2024-08-07T17:41:37.8522406Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2024-08-07T17:41:37.8525230Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2024-08-07T17:41:37.8528763Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2024-08-07T17:41:37.8532941Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2024-08-07T17:41:37.8536761Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2024-08-07T17:41:37.8542027Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2024-08-07T17:41:37.8549440Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2024-08-07T17:41:37.8555261Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2024-08-07T17:41:37.8559833Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2024-08-07T17:41:37.8563095Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2024-08-07T17:41:37.8568555Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2024-08-07T17:41:37.8574644Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2024-08-07T17:41:37.8580352Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2024-08-07T17:41:37.8583853Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2024-08-07T17:41:37.8587001Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2024-08-07T17:41:37.8590257Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2024-08-07T17:41:37.8594334Z adding 'torch/include/ATen/native/transformers/attention.h' 2024-08-07T17:41:37.8600807Z adding 'torch/include/ATen/native/transformers/sdp_utils_cpp.h' 2024-08-07T17:41:37.8605177Z adding 'torch/include/ATen/native/utils/Factory.h' 2024-08-07T17:41:37.8608365Z adding 'torch/include/ATen/native/utils/ParamUtils.h' 2024-08-07T17:41:37.8612093Z adding 'torch/include/ATen/native/utils/ParamsHash.h' 2024-08-07T17:41:37.8795254Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2024-08-07T17:41:37.8798651Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2024-08-07T17:41:37.8802153Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.8805313Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2024-08-07T17:41:37.8808534Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2024-08-07T17:41:37.8811645Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2024-08-07T17:41:37.8814963Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2024-08-07T17:41:37.8818455Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.8821663Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2024-08-07T17:41:37.8824923Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2024-08-07T17:41:37.8827980Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2024-08-07T17:41:37.8831452Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2024-08-07T17:41:37.8834892Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2024-08-07T17:41:37.8838256Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2024-08-07T17:41:37.8841680Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.8844757Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2024-08-07T17:41:37.8847987Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2024-08-07T17:41:37.8850984Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2024-08-07T17:41:37.8854436Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2024-08-07T17:41:37.8857806Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.8861069Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2024-08-07T17:41:37.8864378Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2024-08-07T17:41:37.8867388Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2024-08-07T17:41:37.8871012Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2024-08-07T17:41:37.8874152Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2024-08-07T17:41:37.8877935Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:37.8880890Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2024-08-07T17:41:37.8884189Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2024-08-07T17:41:37.8887583Z adding 'torch/include/ATen/ops/_add_relu.h' 2024-08-07T17:41:37.8890918Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.8894097Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2024-08-07T17:41:37.8897269Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2024-08-07T17:41:37.8900563Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2024-08-07T17:41:37.8904149Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2024-08-07T17:41:37.8907604Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2024-08-07T17:41:37.8911224Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:37.8923189Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2024-08-07T17:41:37.8923820Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2024-08-07T17:41:37.8924262Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2024-08-07T17:41:37.8924704Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2024-08-07T17:41:37.8927090Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2024-08-07T17:41:37.8930472Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2024-08-07T17:41:37.8933839Z adding 'torch/include/ATen/ops/_aminmax.h' 2024-08-07T17:41:37.8937192Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.8940441Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2024-08-07T17:41:37.8943559Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2024-08-07T17:41:37.8946754Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2024-08-07T17:41:37.8950099Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2024-08-07T17:41:37.8953667Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2024-08-07T17:41:37.8957197Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.8960300Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h' 2024-08-07T17:41:37.8963560Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2024-08-07T17:41:37.8966628Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2024-08-07T17:41:37.8970129Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2024-08-07T17:41:37.8973300Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2024-08-07T17:41:37.8976862Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.8980113Z adding 'torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h' 2024-08-07T17:41:37.8983255Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2024-08-07T17:41:37.8986467Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2024-08-07T17:41:37.8989533Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2024-08-07T17:41:37.8993055Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2024-08-07T17:41:37.8996226Z adding 'torch/include/ATen/ops/_assert_async.h' 2024-08-07T17:41:37.8999517Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2024-08-07T17:41:37.9002681Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2024-08-07T17:41:37.9005783Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2024-08-07T17:41:37.9009042Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2024-08-07T17:41:37.9012121Z adding 'torch/include/ATen/ops/_assert_scalar.h' 2024-08-07T17:41:37.9015522Z adding 'torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.9018545Z adding 'torch/include/ATen/ops/_assert_scalar_native.h' 2024-08-07T17:41:37.9021803Z adding 'torch/include/ATen/ops/_assert_scalar_ops.h' 2024-08-07T17:41:37.9025127Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2024-08-07T17:41:37.9028745Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:37.9031764Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2024-08-07T17:41:37.9034983Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2024-08-07T17:41:37.9038125Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2024-08-07T17:41:37.9041399Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:37.9044439Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2024-08-07T17:41:37.9047580Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2024-08-07T17:41:37.9050703Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2024-08-07T17:41:37.9054028Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:37.9057026Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2024-08-07T17:41:37.9060299Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2024-08-07T17:41:37.9063199Z adding 'torch/include/ATen/ops/_backward.h' 2024-08-07T17:41:37.9066605Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:37.9069555Z adding 'torch/include/ATen/ops/_backward_native.h' 2024-08-07T17:41:37.9075138Z adding 'torch/include/ATen/ops/_backward_ops.h' 2024-08-07T17:41:37.9078425Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2024-08-07T17:41:37.9081823Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2024-08-07T17:41:37.9085253Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:37.9088386Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2024-08-07T17:41:37.9091738Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2024-08-07T17:41:37.9095296Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:37.9098352Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2024-08-07T17:41:37.9101817Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2024-08-07T17:41:37.9105235Z adding 'torch/include/ATen/ops/_batch_norm_no_update.h' 2024-08-07T17:41:37.9108705Z adding 'torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.9111883Z adding 'torch/include/ATen/ops/_batch_norm_no_update_native.h' 2024-08-07T17:41:37.9115305Z adding 'torch/include/ATen/ops/_batch_norm_no_update_ops.h' 2024-08-07T17:41:37.9118957Z adding 'torch/include/ATen/ops/_batch_norm_with_update.h' 2024-08-07T17:41:37.9122484Z adding 'torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.9125613Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h' 2024-08-07T17:41:37.9128974Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h' 2024-08-07T17:41:37.9132177Z adding 'torch/include/ATen/ops/_batch_norm_with_update_native.h' 2024-08-07T17:41:37.9135935Z adding 'torch/include/ATen/ops/_batch_norm_with_update_ops.h' 2024-08-07T17:41:37.9139339Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2024-08-07T17:41:37.9142598Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:37.9145733Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2024-08-07T17:41:37.9148780Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2024-08-07T17:41:37.9152024Z adding 'torch/include/ATen/ops/_cast_Char.h' 2024-08-07T17:41:37.9155800Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:37.9158378Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2024-08-07T17:41:37.9161742Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2024-08-07T17:41:37.9164726Z adding 'torch/include/ATen/ops/_cast_Double.h' 2024-08-07T17:41:37.9168141Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:37.9171025Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2024-08-07T17:41:37.9174297Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2024-08-07T17:41:37.9177359Z adding 'torch/include/ATen/ops/_cast_Float.h' 2024-08-07T17:41:37.9180858Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:37.9184304Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2024-08-07T17:41:37.9187049Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2024-08-07T17:41:37.9190200Z adding 'torch/include/ATen/ops/_cast_Half.h' 2024-08-07T17:41:37.9193477Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:37.9196668Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2024-08-07T17:41:37.9199742Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2024-08-07T17:41:37.9202990Z adding 'torch/include/ATen/ops/_cast_Int.h' 2024-08-07T17:41:37.9206723Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:37.9209311Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2024-08-07T17:41:37.9212607Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2024-08-07T17:41:37.9215631Z adding 'torch/include/ATen/ops/_cast_Long.h' 2024-08-07T17:41:37.9219082Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:37.9222034Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2024-08-07T17:41:37.9225310Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2024-08-07T17:41:37.9228395Z adding 'torch/include/ATen/ops/_cast_Short.h' 2024-08-07T17:41:37.9231846Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:37.9235091Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2024-08-07T17:41:37.9237999Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2024-08-07T17:41:37.9241254Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2024-08-07T17:41:37.9244552Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.9248159Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2024-08-07T17:41:37.9251285Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2024-08-07T17:41:37.9254496Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2024-08-07T17:41:37.9258017Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2024-08-07T17:41:37.9261202Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2024-08-07T17:41:37.9264689Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.9267779Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2024-08-07T17:41:37.9271022Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2024-08-07T17:41:37.9274604Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2024-08-07T17:41:37.9277481Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2024-08-07T17:41:37.9280849Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2024-08-07T17:41:37.9284191Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.9287385Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2024-08-07T17:41:37.9290478Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2024-08-07T17:41:37.9293682Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2024-08-07T17:41:37.9297178Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2024-08-07T17:41:37.9300149Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2024-08-07T17:41:37.9303566Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:37.9306478Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2024-08-07T17:41:37.9309755Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2024-08-07T17:41:37.9312880Z adding 'torch/include/ATen/ops/_chunk_cat.h' 2024-08-07T17:41:37.9316334Z adding 'torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.9320055Z adding 'torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h' 2024-08-07T17:41:37.9322633Z adding 'torch/include/ATen/ops/_chunk_cat_native.h' 2024-08-07T17:41:37.9326062Z adding 'torch/include/ATen/ops/_chunk_cat_ops.h' 2024-08-07T17:41:37.9333970Z adding 'torch/include/ATen/ops/_coalesce.h' 2024-08-07T17:41:37.9334801Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.9338546Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2024-08-07T17:41:37.9341751Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2024-08-07T17:41:37.9345242Z adding 'torch/include/ATen/ops/_coalesced.h' 2024-08-07T17:41:37.9348471Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.9351519Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2024-08-07T17:41:37.9354541Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2024-08-07T17:41:37.9357993Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2024-08-07T17:41:37.9361262Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2024-08-07T17:41:37.9364617Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2024-08-07T17:41:37.9367942Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2024-08-07T17:41:37.9370982Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2024-08-07T17:41:37.9374356Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2024-08-07T17:41:37.9377347Z adding 'torch/include/ATen/ops/_conj.h' 2024-08-07T17:41:37.9380882Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.9383978Z adding 'torch/include/ATen/ops/_conj_copy.h' 2024-08-07T17:41:37.9387551Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.9390766Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:37.9393694Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2024-08-07T17:41:37.9397043Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2024-08-07T17:41:37.9400050Z adding 'torch/include/ATen/ops/_conj_native.h' 2024-08-07T17:41:37.9403316Z adding 'torch/include/ATen/ops/_conj_ops.h' 2024-08-07T17:41:37.9406463Z adding 'torch/include/ATen/ops/_conj_physical.h' 2024-08-07T17:41:37.9409999Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.9412965Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2024-08-07T17:41:37.9416362Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2024-08-07T17:41:37.9420212Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2024-08-07T17:41:37.9423753Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2024-08-07T17:41:37.9426980Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2024-08-07T17:41:37.9431118Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2024-08-07T17:41:37.9434322Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2024-08-07T17:41:37.9437799Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:37.9440910Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2024-08-07T17:41:37.9444066Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2024-08-07T17:41:37.9447142Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2024-08-07T17:41:37.9450441Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2024-08-07T17:41:37.9453520Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2024-08-07T17:41:37.9456933Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2024-08-07T17:41:37.9460327Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2024-08-07T17:41:37.9463845Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:37.9467018Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2024-08-07T17:41:37.9470129Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2024-08-07T17:41:37.9473298Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2024-08-07T17:41:37.9476483Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2024-08-07T17:41:37.9479707Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2024-08-07T17:41:37.9483127Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2024-08-07T17:41:37.9486301Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack.h' 2024-08-07T17:41:37.9489449Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_cpu_dispatch.h' 2024-08-07T17:41:37.9492707Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h' 2024-08-07T17:41:37.9495753Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_native.h' 2024-08-07T17:41:37.9499103Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h' 2024-08-07T17:41:37.9503282Z adding 'torch/include/ATen/ops/_convolution.h' 2024-08-07T17:41:37.9507119Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.9510551Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:37.9513994Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2024-08-07T17:41:37.9517541Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:37.9520647Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2024-08-07T17:41:37.9523999Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2024-08-07T17:41:37.9527440Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2024-08-07T17:41:37.9530860Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:37.9533930Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2024-08-07T17:41:37.9537272Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2024-08-07T17:41:37.9540618Z adding 'torch/include/ATen/ops/_convolution_native.h' 2024-08-07T17:41:37.9544222Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2024-08-07T17:41:37.9547568Z adding 'torch/include/ATen/ops/_copy_from.h' 2024-08-07T17:41:37.9550915Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2024-08-07T17:41:37.9554253Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.9557285Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2024-08-07T17:41:37.9560610Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2024-08-07T17:41:37.9563899Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.9566910Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2024-08-07T17:41:37.9570166Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2024-08-07T17:41:37.9573420Z adding 'torch/include/ATen/ops/_cslt_compress.h' 2024-08-07T17:41:37.9577097Z adding 'torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h' 2024-08-07T17:41:37.9579823Z adding 'torch/include/ATen/ops/_cslt_compress_native.h' 2024-08-07T17:41:37.9582939Z adding 'torch/include/ATen/ops/_cslt_compress_ops.h' 2024-08-07T17:41:37.9586239Z adding 'torch/include/ATen/ops/_cslt_sparse_mm.h' 2024-08-07T17:41:37.9589492Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h' 2024-08-07T17:41:37.9592671Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_native.h' 2024-08-07T17:41:37.9595984Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_ops.h' 2024-08-07T17:41:37.9599192Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search.h' 2024-08-07T17:41:37.9602561Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h' 2024-08-07T17:41:37.9605626Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_native.h' 2024-08-07T17:41:37.9609047Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h' 2024-08-07T17:41:37.9612292Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2024-08-07T17:41:37.9615911Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2024-08-07T17:41:37.9619499Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.9622641Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2024-08-07T17:41:37.9625958Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2024-08-07T17:41:37.9629194Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2024-08-07T17:41:37.9632734Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2024-08-07T17:41:37.9636127Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.9639357Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2024-08-07T17:41:37.9642596Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2024-08-07T17:41:37.9645839Z adding 'torch/include/ATen/ops/_ctc_loss_meta_dispatch.h' 2024-08-07T17:41:37.9648958Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2024-08-07T17:41:37.9652456Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2024-08-07T17:41:37.9656044Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2024-08-07T17:41:37.9659522Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.9662654Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2024-08-07T17:41:37.9665746Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2024-08-07T17:41:37.9669221Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2024-08-07T17:41:37.9672726Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2024-08-07T17:41:37.9676074Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.9679114Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2024-08-07T17:41:37.9682135Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2024-08-07T17:41:37.9685452Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2024-08-07T17:41:37.9689457Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2024-08-07T17:41:37.9693987Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2024-08-07T17:41:37.9698001Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.9701467Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2024-08-07T17:41:37.9704732Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2024-08-07T17:41:37.9708383Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2024-08-07T17:41:37.9711958Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.9715165Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2024-08-07T17:41:37.9718696Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2024-08-07T17:41:37.9722265Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.9725460Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2024-08-07T17:41:37.9728500Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2024-08-07T17:41:37.9731787Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2024-08-07T17:41:37.9734972Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2024-08-07T17:41:37.9738680Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2024-08-07T17:41:37.9741925Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2024-08-07T17:41:37.9745233Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:37.9748176Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2024-08-07T17:41:37.9751300Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2024-08-07T17:41:37.9754449Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2024-08-07T17:41:37.9757738Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:37.9760653Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2024-08-07T17:41:37.9763765Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2024-08-07T17:41:37.9766782Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2024-08-07T17:41:37.9770054Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:37.9773018Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2024-08-07T17:41:37.9776016Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2024-08-07T17:41:37.9779138Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2024-08-07T17:41:37.9782395Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:37.9785300Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2024-08-07T17:41:37.9788402Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2024-08-07T17:41:37.9791408Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2024-08-07T17:41:37.9794495Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2024-08-07T17:41:37.9797584Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2024-08-07T17:41:37.9800962Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2024-08-07T17:41:37.9804112Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2024-08-07T17:41:37.9807163Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2024-08-07T17:41:37.9810332Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2024-08-07T17:41:37.9813387Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2024-08-07T17:41:37.9816381Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2024-08-07T17:41:37.9819586Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2024-08-07T17:41:37.9822701Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2024-08-07T17:41:37.9825970Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:37.9828843Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2024-08-07T17:41:37.9831924Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2024-08-07T17:41:37.9834863Z adding 'torch/include/ATen/ops/_dimI.h' 2024-08-07T17:41:37.9837813Z adding 'torch/include/ATen/ops/_dimI_native.h' 2024-08-07T17:41:37.9840893Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2024-08-07T17:41:37.9843838Z adding 'torch/include/ATen/ops/_dimV.h' 2024-08-07T17:41:37.9846797Z adding 'torch/include/ATen/ops/_dimV_native.h' 2024-08-07T17:41:37.9849911Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2024-08-07T17:41:37.9852955Z adding 'torch/include/ATen/ops/_dim_arange.h' 2024-08-07T17:41:37.9856166Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:37.9859330Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2024-08-07T17:41:37.9862504Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2024-08-07T17:41:37.9865753Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2024-08-07T17:41:37.9869178Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.9872232Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2024-08-07T17:41:37.9875397Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2024-08-07T17:41:37.9878461Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2024-08-07T17:41:37.9881833Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2024-08-07T17:41:37.9885433Z adding 'torch/include/ATen/ops/_efficient_attention_backward.h' 2024-08-07T17:41:37.9889125Z adding 'torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h' 2024-08-07T17:41:37.9892345Z adding 'torch/include/ATen/ops/_efficient_attention_backward_native.h' 2024-08-07T17:41:37.9896714Z adding 'torch/include/ATen/ops/_efficient_attention_backward_ops.h' 2024-08-07T17:41:37.9900665Z adding 'torch/include/ATen/ops/_efficient_attention_forward.h' 2024-08-07T17:41:37.9904195Z adding 'torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h' 2024-08-07T17:41:37.9907496Z adding 'torch/include/ATen/ops/_efficient_attention_forward_native.h' 2024-08-07T17:41:37.9911097Z adding 'torch/include/ATen/ops/_efficient_attention_forward_ops.h' 2024-08-07T17:41:37.9915254Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2024-08-07T17:41:37.9918375Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.9921513Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2024-08-07T17:41:37.9924815Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2024-08-07T17:41:37.9928059Z adding 'torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h' 2024-08-07T17:41:37.9931187Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2024-08-07T17:41:37.9934614Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2024-08-07T17:41:37.9937956Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2024-08-07T17:41:37.9941679Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2024-08-07T17:41:37.9945065Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cpu_dispatch.h' 2024-08-07T17:41:37.9948435Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cuda_dispatch.h' 2024-08-07T17:41:37.9951715Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2024-08-07T17:41:37.9955022Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2024-08-07T17:41:37.9958501Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.9961587Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2024-08-07T17:41:37.9964915Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2024-08-07T17:41:37.9968639Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2024-08-07T17:41:37.9972378Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.9975617Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2024-08-07T17:41:37.9978881Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2024-08-07T17:41:37.9982204Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2024-08-07T17:41:37.9985689Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2024-08-07T17:41:37.9989273Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2024-08-07T17:41:37.9992818Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:37.9995919Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2024-08-07T17:41:37.9999177Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2024-08-07T17:41:38.0002365Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2024-08-07T17:41:38.0006042Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2024-08-07T17:41:38.0009205Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2024-08-07T17:41:38.0012740Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2024-08-07T17:41:38.0016294Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2024-08-07T17:41:38.0019891Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0023624Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2024-08-07T17:41:38.0026496Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2024-08-07T17:41:38.0029744Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2024-08-07T17:41:38.0033136Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2024-08-07T17:41:38.0036510Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2024-08-07T17:41:38.0040071Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.0043098Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2024-08-07T17:41:38.0046513Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2024-08-07T17:41:38.0050438Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2024-08-07T17:41:38.0054038Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0057307Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2024-08-07T17:41:38.0060567Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2024-08-07T17:41:38.0064098Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2024-08-07T17:41:38.0068086Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2024-08-07T17:41:38.0071849Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0075135Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2024-08-07T17:41:38.0078295Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2024-08-07T17:41:38.0081819Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2024-08-07T17:41:38.0084983Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2024-08-07T17:41:38.0088464Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0092098Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2024-08-07T17:41:38.0095412Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2024-08-07T17:41:38.0098959Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2024-08-07T17:41:38.0102229Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2024-08-07T17:41:38.0106042Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2024-08-07T17:41:38.0108917Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2024-08-07T17:41:38.0112068Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2024-08-07T17:41:38.0115404Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2024-08-07T17:41:38.0118725Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0121909Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2024-08-07T17:41:38.0125085Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2024-08-07T17:41:38.0128669Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2024-08-07T17:41:38.0132138Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2024-08-07T17:41:38.0135482Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2024-08-07T17:41:38.0138908Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2024-08-07T17:41:38.0142194Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2024-08-07T17:41:38.0145461Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2024-08-07T17:41:38.0148818Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2024-08-07T17:41:38.0152217Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2024-08-07T17:41:38.0155613Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0158914Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2024-08-07T17:41:38.0162523Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2024-08-07T17:41:38.0165315Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2024-08-07T17:41:38.0168811Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2024-08-07T17:41:38.0172270Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2024-08-07T17:41:38.0175837Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0179068Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2024-08-07T17:41:38.0182491Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2024-08-07T17:41:38.0185518Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2024-08-07T17:41:38.0188865Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2024-08-07T17:41:38.0192304Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2024-08-07T17:41:38.0195648Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2024-08-07T17:41:38.0199038Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2024-08-07T17:41:38.0202165Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2024-08-07T17:41:38.0205604Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2024-08-07T17:41:38.0209109Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2024-08-07T17:41:38.0212480Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2024-08-07T17:41:38.0215841Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2024-08-07T17:41:38.0218985Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2024-08-07T17:41:38.0222274Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2024-08-07T17:41:38.0225883Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2024-08-07T17:41:38.0229099Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2024-08-07T17:41:38.0232033Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2024-08-07T17:41:38.0235050Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2024-08-07T17:41:38.0238255Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2024-08-07T17:41:38.0241510Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h' 2024-08-07T17:41:38.0244702Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h' 2024-08-07T17:41:38.0247800Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h' 2024-08-07T17:41:38.0250818Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h' 2024-08-07T17:41:38.0253935Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h' 2024-08-07T17:41:38.0257389Z adding 'torch/include/ATen/ops/_flash_attention_backward.h' 2024-08-07T17:41:38.0260989Z adding 'torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h' 2024-08-07T17:41:38.0264029Z adding 'torch/include/ATen/ops/_flash_attention_backward_native.h' 2024-08-07T17:41:38.0267381Z adding 'torch/include/ATen/ops/_flash_attention_backward_ops.h' 2024-08-07T17:41:38.0270946Z adding 'torch/include/ATen/ops/_flash_attention_forward.h' 2024-08-07T17:41:38.0274578Z adding 'torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h' 2024-08-07T17:41:38.0277656Z adding 'torch/include/ATen/ops/_flash_attention_forward_native.h' 2024-08-07T17:41:38.0280995Z adding 'torch/include/ATen/ops/_flash_attention_forward_ops.h' 2024-08-07T17:41:38.0284147Z adding 'torch/include/ATen/ops/_foobar.h' 2024-08-07T17:41:38.0287479Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0290510Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2024-08-07T17:41:38.0293525Z adding 'torch/include/ATen/ops/_foobar_native.h' 2024-08-07T17:41:38.0296851Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2024-08-07T17:41:38.0299983Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2024-08-07T17:41:38.0303255Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0306226Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2024-08-07T17:41:38.0309259Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2024-08-07T17:41:38.0312580Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2024-08-07T17:41:38.0315656Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2024-08-07T17:41:38.0318898Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0321867Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2024-08-07T17:41:38.0324864Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2024-08-07T17:41:38.0328502Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2024-08-07T17:41:38.0331920Z adding 'torch/include/ATen/ops/_foreach_add.h' 2024-08-07T17:41:38.0335309Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0338650Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2024-08-07T17:41:38.0341853Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2024-08-07T17:41:38.0345708Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2024-08-07T17:41:38.0349368Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2024-08-07T17:41:38.0353001Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0356142Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2024-08-07T17:41:38.0359390Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2024-08-07T17:41:38.0363165Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2024-08-07T17:41:38.0366839Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2024-08-07T17:41:38.0370383Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0373513Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2024-08-07T17:41:38.0378284Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2024-08-07T17:41:38.0382294Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2024-08-07T17:41:38.0385620Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2024-08-07T17:41:38.0388910Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0391923Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2024-08-07T17:41:38.0395017Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2024-08-07T17:41:38.0398233Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2024-08-07T17:41:38.0401372Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2024-08-07T17:41:38.0404665Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0407678Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2024-08-07T17:41:38.0410637Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2024-08-07T17:41:38.0413881Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2024-08-07T17:41:38.0416944Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2024-08-07T17:41:38.0420339Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0423336Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2024-08-07T17:41:38.0426291Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2024-08-07T17:41:38.0429583Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2024-08-07T17:41:38.0432981Z adding 'torch/include/ATen/ops/_foreach_clamp_max.h' 2024-08-07T17:41:38.0436572Z adding 'torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0439728Z adding 'torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h' 2024-08-07T17:41:38.0442981Z adding 'torch/include/ATen/ops/_foreach_clamp_max_native.h' 2024-08-07T17:41:38.0446711Z adding 'torch/include/ATen/ops/_foreach_clamp_max_ops.h' 2024-08-07T17:41:38.0450261Z adding 'torch/include/ATen/ops/_foreach_clamp_min.h' 2024-08-07T17:41:38.0453857Z adding 'torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0456949Z adding 'torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h' 2024-08-07T17:41:38.0460417Z adding 'torch/include/ATen/ops/_foreach_clamp_min_native.h' 2024-08-07T17:41:38.0464225Z adding 'torch/include/ATen/ops/_foreach_clamp_min_ops.h' 2024-08-07T17:41:38.0467494Z adding 'torch/include/ATen/ops/_foreach_copy.h' 2024-08-07T17:41:38.0470974Z adding 'torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0474034Z adding 'torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h' 2024-08-07T17:41:38.0477247Z adding 'torch/include/ATen/ops/_foreach_copy_native.h' 2024-08-07T17:41:38.0480530Z adding 'torch/include/ATen/ops/_foreach_copy_ops.h' 2024-08-07T17:41:38.0483843Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2024-08-07T17:41:38.0487197Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0490320Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2024-08-07T17:41:38.0493414Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2024-08-07T17:41:38.0496683Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2024-08-07T17:41:38.0500078Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2024-08-07T17:41:38.0503366Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0506510Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2024-08-07T17:41:38.0509519Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2024-08-07T17:41:38.0512917Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2024-08-07T17:41:38.0516484Z adding 'torch/include/ATen/ops/_foreach_div.h' 2024-08-07T17:41:38.0520024Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0523334Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2024-08-07T17:41:38.0526510Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2024-08-07T17:41:38.0530707Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2024-08-07T17:41:38.0534245Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2024-08-07T17:41:38.0537840Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0540865Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2024-08-07T17:41:38.0543857Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2024-08-07T17:41:38.0547252Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2024-08-07T17:41:38.0550516Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2024-08-07T17:41:38.0553799Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0556908Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2024-08-07T17:41:38.0559928Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2024-08-07T17:41:38.0563390Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2024-08-07T17:41:38.0566434Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2024-08-07T17:41:38.0570050Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0573210Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2024-08-07T17:41:38.0576290Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2024-08-07T17:41:38.0579703Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2024-08-07T17:41:38.0582878Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2024-08-07T17:41:38.0586455Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0589313Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2024-08-07T17:41:38.0592465Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2024-08-07T17:41:38.0595918Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2024-08-07T17:41:38.0599099Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2024-08-07T17:41:38.0602503Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0605527Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2024-08-07T17:41:38.0608670Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2024-08-07T17:41:38.0611910Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2024-08-07T17:41:38.0615335Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2024-08-07T17:41:38.0619037Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0621950Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2024-08-07T17:41:38.0625119Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2024-08-07T17:41:38.0628365Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2024-08-07T17:41:38.0631913Z adding 'torch/include/ATen/ops/_foreach_lerp.h' 2024-08-07T17:41:38.0635778Z adding 'torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0638576Z adding 'torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h' 2024-08-07T17:41:38.0641863Z adding 'torch/include/ATen/ops/_foreach_lerp_native.h' 2024-08-07T17:41:38.0645514Z adding 'torch/include/ATen/ops/_foreach_lerp_ops.h' 2024-08-07T17:41:38.0649024Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2024-08-07T17:41:38.0652564Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0655394Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2024-08-07T17:41:38.0658936Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2024-08-07T17:41:38.0662544Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2024-08-07T17:41:38.0665936Z adding 'torch/include/ATen/ops/_foreach_log.h' 2024-08-07T17:41:38.0669538Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2024-08-07T17:41:38.0672733Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0675896Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2024-08-07T17:41:38.0678929Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2024-08-07T17:41:38.0682272Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2024-08-07T17:41:38.0685431Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2024-08-07T17:41:38.0688880Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0691911Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2024-08-07T17:41:38.0695199Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2024-08-07T17:41:38.0698630Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2024-08-07T17:41:38.0701858Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2024-08-07T17:41:38.0705302Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0708300Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2024-08-07T17:41:38.0711490Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2024-08-07T17:41:38.0714654Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2024-08-07T17:41:38.0718087Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0721520Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2024-08-07T17:41:38.0724483Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2024-08-07T17:41:38.0727899Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2024-08-07T17:41:38.0731656Z adding 'torch/include/ATen/ops/_foreach_max.h' 2024-08-07T17:41:38.0735370Z adding 'torch/include/ATen/ops/_foreach_max_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0738955Z adding 'torch/include/ATen/ops/_foreach_max_cuda_dispatch.h' 2024-08-07T17:41:38.0742168Z adding 'torch/include/ATen/ops/_foreach_max_native.h' 2024-08-07T17:41:38.0745471Z adding 'torch/include/ATen/ops/_foreach_max_ops.h' 2024-08-07T17:41:38.0749137Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2024-08-07T17:41:38.0752818Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0755965Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2024-08-07T17:41:38.0759365Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2024-08-07T17:41:38.0763127Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2024-08-07T17:41:38.0767006Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2024-08-07T17:41:38.0771040Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0774639Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2024-08-07T17:41:38.0777865Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2024-08-07T17:41:38.0781994Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2024-08-07T17:41:38.0785969Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2024-08-07T17:41:38.0789492Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0792958Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2024-08-07T17:41:38.0796247Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2024-08-07T17:41:38.0800054Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2024-08-07T17:41:38.0803390Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2024-08-07T17:41:38.0806777Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0809816Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2024-08-07T17:41:38.0812815Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2024-08-07T17:41:38.0816141Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2024-08-07T17:41:38.0819484Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2024-08-07T17:41:38.0822849Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0825785Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2024-08-07T17:41:38.0828824Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2024-08-07T17:41:38.0832050Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2024-08-07T17:41:38.0835431Z adding 'torch/include/ATen/ops/_foreach_pow.h' 2024-08-07T17:41:38.0839054Z adding 'torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0842192Z adding 'torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h' 2024-08-07T17:41:38.0845593Z adding 'torch/include/ATen/ops/_foreach_pow_native.h' 2024-08-07T17:41:38.0849251Z adding 'torch/include/ATen/ops/_foreach_pow_ops.h' 2024-08-07T17:41:38.0852561Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2024-08-07T17:41:38.0855882Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0858958Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2024-08-07T17:41:38.0862551Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2024-08-07T17:41:38.0865734Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2024-08-07T17:41:38.0868943Z adding 'torch/include/ATen/ops/_foreach_round.h' 2024-08-07T17:41:38.0872201Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0875459Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2024-08-07T17:41:38.0878501Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2024-08-07T17:41:38.0881861Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2024-08-07T17:41:38.0885182Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2024-08-07T17:41:38.0888635Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0891799Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2024-08-07T17:41:38.0894858Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2024-08-07T17:41:38.0898289Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2024-08-07T17:41:38.0901995Z adding 'torch/include/ATen/ops/_foreach_sign.h' 2024-08-07T17:41:38.0905006Z adding 'torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0908481Z adding 'torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h' 2024-08-07T17:41:38.0911465Z adding 'torch/include/ATen/ops/_foreach_sign_native.h' 2024-08-07T17:41:38.0914916Z adding 'torch/include/ATen/ops/_foreach_sign_ops.h' 2024-08-07T17:41:38.0918171Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2024-08-07T17:41:38.0921537Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0924544Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2024-08-07T17:41:38.0927750Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2024-08-07T17:41:38.0931083Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2024-08-07T17:41:38.0934232Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2024-08-07T17:41:38.0937821Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0941035Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2024-08-07T17:41:38.0944261Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2024-08-07T17:41:38.0947507Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2024-08-07T17:41:38.0950869Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2024-08-07T17:41:38.0954234Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0957235Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2024-08-07T17:41:38.0960410Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2024-08-07T17:41:38.0963809Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2024-08-07T17:41:38.0967389Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2024-08-07T17:41:38.0971092Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0974053Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2024-08-07T17:41:38.0977403Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2024-08-07T17:41:38.0981248Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2024-08-07T17:41:38.0984630Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2024-08-07T17:41:38.0988334Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.0991362Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2024-08-07T17:41:38.0994525Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2024-08-07T17:41:38.0997746Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2024-08-07T17:41:38.1001091Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2024-08-07T17:41:38.1004668Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1007514Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2024-08-07T17:41:38.1010795Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2024-08-07T17:41:38.1014044Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2024-08-07T17:41:38.1017403Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2024-08-07T17:41:38.1020771Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1023923Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2024-08-07T17:41:38.1027360Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2024-08-07T17:41:38.1030318Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2024-08-07T17:41:38.1033568Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2024-08-07T17:41:38.1036993Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1040166Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2024-08-07T17:41:38.1043192Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2024-08-07T17:41:38.1046615Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2024-08-07T17:41:38.1049960Z adding 'torch/include/ATen/ops/_functional_assert_async.h' 2024-08-07T17:41:38.1053173Z adding 'torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h' 2024-08-07T17:41:38.1056246Z adding 'torch/include/ATen/ops/_functional_assert_async_native.h' 2024-08-07T17:41:38.1059623Z adding 'torch/include/ATen/ops/_functional_assert_async_ops.h' 2024-08-07T17:41:38.1062962Z adding 'torch/include/ATen/ops/_functional_assert_scalar.h' 2024-08-07T17:41:38.1066434Z adding 'torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1069501Z adding 'torch/include/ATen/ops/_functional_assert_scalar_native.h' 2024-08-07T17:41:38.1073000Z adding 'torch/include/ATen/ops/_functional_assert_scalar_ops.h' 2024-08-07T17:41:38.1075922Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range.h' 2024-08-07T17:41:38.1079332Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1082379Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h' 2024-08-07T17:41:38.1085790Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1088681Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h' 2024-08-07T17:41:38.1092212Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h' 2024-08-07T17:41:38.1095684Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_native.h' 2024-08-07T17:41:38.1098656Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_ops.h' 2024-08-07T17:41:38.1102166Z adding 'torch/include/ATen/ops/_fused_adagrad.h' 2024-08-07T17:41:38.1105606Z adding 'torch/include/ATen/ops/_fused_adagrad_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1108869Z adding 'torch/include/ATen/ops/_fused_adagrad_cpu_dispatch.h' 2024-08-07T17:41:38.1112235Z adding 'torch/include/ATen/ops/_fused_adagrad_native.h' 2024-08-07T17:41:38.1115815Z adding 'torch/include/ATen/ops/_fused_adagrad_ops.h' 2024-08-07T17:41:38.1119760Z adding 'torch/include/ATen/ops/_fused_adam.h' 2024-08-07T17:41:38.1123632Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1126851Z adding 'torch/include/ATen/ops/_fused_adam_cpu_dispatch.h' 2024-08-07T17:41:38.1130183Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2024-08-07T17:41:38.1133636Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2024-08-07T17:41:38.1137763Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2024-08-07T17:41:38.1141952Z adding 'torch/include/ATen/ops/_fused_adamw.h' 2024-08-07T17:41:38.1145709Z adding 'torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1149007Z adding 'torch/include/ATen/ops/_fused_adamw_cpu_dispatch.h' 2024-08-07T17:41:38.1152573Z adding 'torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h' 2024-08-07T17:41:38.1155918Z adding 'torch/include/ATen/ops/_fused_adamw_native.h' 2024-08-07T17:41:38.1160083Z adding 'torch/include/ATen/ops/_fused_adamw_ops.h' 2024-08-07T17:41:38.1163624Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2024-08-07T17:41:38.1166869Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1170040Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2024-08-07T17:41:38.1173090Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2024-08-07T17:41:38.1176645Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2024-08-07T17:41:38.1180885Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2024-08-07T17:41:38.1184064Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1187340Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2024-08-07T17:41:38.1190560Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2024-08-07T17:41:38.1193909Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2024-08-07T17:41:38.1197855Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2024-08-07T17:41:38.1201016Z adding 'torch/include/ATen/ops/_fused_sdp_choice.h' 2024-08-07T17:41:38.1204271Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h' 2024-08-07T17:41:38.1207497Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h' 2024-08-07T17:41:38.1210801Z adding 'torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h' 2024-08-07T17:41:38.1213787Z adding 'torch/include/ATen/ops/_fused_sdp_choice_native.h' 2024-08-07T17:41:38.1217157Z adding 'torch/include/ATen/ops/_fused_sdp_choice_ops.h' 2024-08-07T17:41:38.1220863Z adding 'torch/include/ATen/ops/_fused_sgd.h' 2024-08-07T17:41:38.1224614Z adding 'torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1227754Z adding 'torch/include/ATen/ops/_fused_sgd_cpu_dispatch.h' 2024-08-07T17:41:38.1230962Z adding 'torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h' 2024-08-07T17:41:38.1234120Z adding 'torch/include/ATen/ops/_fused_sgd_native.h' 2024-08-07T17:41:38.1238135Z adding 'torch/include/ATen/ops/_fused_sgd_ops.h' 2024-08-07T17:41:38.1241380Z adding 'torch/include/ATen/ops/_fw_primal.h' 2024-08-07T17:41:38.1244594Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1247568Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2024-08-07T17:41:38.1250851Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1254111Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.1257119Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2024-08-07T17:41:38.1260417Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2024-08-07T17:41:38.1263627Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2024-08-07T17:41:38.1266785Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2024-08-07T17:41:38.1270373Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2024-08-07T17:41:38.1273647Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.1276532Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2024-08-07T17:41:38.1279637Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2024-08-07T17:41:38.1282820Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2024-08-07T17:41:38.1285975Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2024-08-07T17:41:38.1289436Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.1292413Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2024-08-07T17:41:38.1295595Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2024-08-07T17:41:38.1298960Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1301993Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2024-08-07T17:41:38.1305177Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2024-08-07T17:41:38.1308255Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2024-08-07T17:41:38.1311802Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.1314721Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2024-08-07T17:41:38.1317846Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2024-08-07T17:41:38.1320840Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2024-08-07T17:41:38.1324072Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1326944Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2024-08-07T17:41:38.1330007Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2024-08-07T17:41:38.1333156Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2024-08-07T17:41:38.1336648Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1339866Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2024-08-07T17:41:38.1342933Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2024-08-07T17:41:38.1346262Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2024-08-07T17:41:38.1349409Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2024-08-07T17:41:38.1352771Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1356006Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2024-08-07T17:41:38.1363639Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2024-08-07T17:41:38.1364791Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2024-08-07T17:41:38.1368017Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2024-08-07T17:41:38.1371282Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1374332Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2024-08-07T17:41:38.1377388Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2024-08-07T17:41:38.1380828Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2024-08-07T17:41:38.1383959Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2024-08-07T17:41:38.1387338Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1390391Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2024-08-07T17:41:38.1393469Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2024-08-07T17:41:38.1396506Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2024-08-07T17:41:38.1399539Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2024-08-07T17:41:38.1402864Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2024-08-07T17:41:38.1405873Z adding 'torch/include/ATen/ops/_indices.h' 2024-08-07T17:41:38.1408952Z adding 'torch/include/ATen/ops/_indices_copy.h' 2024-08-07T17:41:38.1412394Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1415597Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.1418498Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2024-08-07T17:41:38.1421718Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2024-08-07T17:41:38.1425438Z adding 'torch/include/ATen/ops/_indices_native.h' 2024-08-07T17:41:38.1428632Z adding 'torch/include/ATen/ops/_indices_ops.h' 2024-08-07T17:41:38.1431720Z adding 'torch/include/ATen/ops/_int_mm.h' 2024-08-07T17:41:38.1434937Z adding 'torch/include/ATen/ops/_int_mm_cpu_dispatch.h' 2024-08-07T17:41:38.1438067Z adding 'torch/include/ATen/ops/_int_mm_cuda_dispatch.h' 2024-08-07T17:41:38.1440970Z adding 'torch/include/ATen/ops/_int_mm_native.h' 2024-08-07T17:41:38.1444148Z adding 'torch/include/ATen/ops/_int_mm_ops.h' 2024-08-07T17:41:38.1447178Z adding 'torch/include/ATen/ops/_is_all_true.h' 2024-08-07T17:41:38.1450402Z adding 'torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1453242Z adding 'torch/include/ATen/ops/_is_all_true_native.h' 2024-08-07T17:41:38.1456315Z adding 'torch/include/ATen/ops/_is_all_true_ops.h' 2024-08-07T17:41:38.1459420Z adding 'torch/include/ATen/ops/_is_any_true.h' 2024-08-07T17:41:38.1462649Z adding 'torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1465555Z adding 'torch/include/ATen/ops/_is_any_true_native.h' 2024-08-07T17:41:38.1468651Z adding 'torch/include/ATen/ops/_is_any_true_ops.h' 2024-08-07T17:41:38.1471660Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2024-08-07T17:41:38.1474839Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.1477698Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2024-08-07T17:41:38.1480798Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2024-08-07T17:41:38.1484062Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward.h' 2024-08-07T17:41:38.1487360Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cpu_dispatch.h' 2024-08-07T17:41:38.1490412Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cuda_dispatch.h' 2024-08-07T17:41:38.1493345Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_native.h' 2024-08-07T17:41:38.1496464Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_ops.h' 2024-08-07T17:41:38.1499536Z adding 'torch/include/ATen/ops/_lazy_clone.h' 2024-08-07T17:41:38.1502774Z adding 'torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1505687Z adding 'torch/include/ATen/ops/_lazy_clone_native.h' 2024-08-07T17:41:38.1508739Z adding 'torch/include/ATen/ops/_lazy_clone_ops.h' 2024-08-07T17:41:38.1511862Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2024-08-07T17:41:38.1515249Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1518256Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2024-08-07T17:41:38.1521334Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2024-08-07T17:41:38.1524397Z adding 'torch/include/ATen/ops/_linalg_det.h' 2024-08-07T17:41:38.1527688Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.1530619Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2024-08-07T17:41:38.1533728Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2024-08-07T17:41:38.1536691Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2024-08-07T17:41:38.1539938Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2024-08-07T17:41:38.1542977Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2024-08-07T17:41:38.1546173Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2024-08-07T17:41:38.1549372Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2024-08-07T17:41:38.1552700Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.1555695Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2024-08-07T17:41:38.1558831Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2024-08-07T17:41:38.1561861Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2024-08-07T17:41:38.1565050Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2024-08-07T17:41:38.1568027Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2024-08-07T17:41:38.1571276Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2024-08-07T17:41:38.1574328Z adding 'torch/include/ATen/ops/_linalg_eigvals.h' 2024-08-07T17:41:38.1577522Z adding 'torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h' 2024-08-07T17:41:38.1580606Z adding 'torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h' 2024-08-07T17:41:38.1583555Z adding 'torch/include/ATen/ops/_linalg_eigvals_native.h' 2024-08-07T17:41:38.1586661Z adding 'torch/include/ATen/ops/_linalg_eigvals_ops.h' 2024-08-07T17:41:38.1589789Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2024-08-07T17:41:38.1593141Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.1596090Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2024-08-07T17:41:38.1599216Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2024-08-07T17:41:38.1602206Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2024-08-07T17:41:38.1605362Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2024-08-07T17:41:38.1608385Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2024-08-07T17:41:38.1611634Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2024-08-07T17:41:38.1615357Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2024-08-07T17:41:38.1619054Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.1622054Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2024-08-07T17:41:38.1625435Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2024-08-07T17:41:38.1628397Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2024-08-07T17:41:38.1631723Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2024-08-07T17:41:38.1634741Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2024-08-07T17:41:38.1638235Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2024-08-07T17:41:38.1641846Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2024-08-07T17:41:38.1645318Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.1648167Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2024-08-07T17:41:38.1651321Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2024-08-07T17:41:38.1654494Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2024-08-07T17:41:38.1657716Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2024-08-07T17:41:38.1661033Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2024-08-07T17:41:38.1664396Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2024-08-07T17:41:38.1667688Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2024-08-07T17:41:38.1670909Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2024-08-07T17:41:38.1674030Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2024-08-07T17:41:38.1677161Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2024-08-07T17:41:38.1680304Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2024-08-07T17:41:38.1683532Z adding 'torch/include/ATen/ops/_log_softmax.h' 2024-08-07T17:41:38.1686785Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2024-08-07T17:41:38.1690366Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.1693388Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2024-08-07T17:41:38.1696645Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2024-08-07T17:41:38.1700230Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2024-08-07T17:41:38.1704417Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2024-08-07T17:41:38.1707649Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2024-08-07T17:41:38.1711044Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2024-08-07T17:41:38.1714428Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.1717631Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2024-08-07T17:41:38.1720728Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2024-08-07T17:41:38.1723902Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2024-08-07T17:41:38.1727045Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2024-08-07T17:41:38.1730224Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2024-08-07T17:41:38.1733438Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2024-08-07T17:41:38.1736759Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2024-08-07T17:41:38.1740165Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2024-08-07T17:41:38.1743297Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2024-08-07T17:41:38.1746459Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2024-08-07T17:41:38.1749670Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2024-08-07T17:41:38.1753144Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2024-08-07T17:41:38.1756549Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1759733Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2024-08-07T17:41:38.1763268Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2024-08-07T17:41:38.1766424Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2024-08-07T17:41:38.1769812Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.1772814Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2024-08-07T17:41:38.1776013Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2024-08-07T17:41:38.1779300Z adding 'torch/include/ATen/ops/_make_dep_token.h' 2024-08-07T17:41:38.1783218Z adding 'torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h' 2024-08-07T17:41:38.1786605Z adding 'torch/include/ATen/ops/_make_dep_token_native.h' 2024-08-07T17:41:38.1789426Z adding 'torch/include/ATen/ops/_make_dep_token_ops.h' 2024-08-07T17:41:38.1792673Z adding 'torch/include/ATen/ops/_make_dual.h' 2024-08-07T17:41:38.1795924Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1799155Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2024-08-07T17:41:38.1802421Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1805773Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.1809250Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2024-08-07T17:41:38.1811985Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2024-08-07T17:41:38.1815185Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2024-08-07T17:41:38.1818302Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2024-08-07T17:41:38.1821840Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2024-08-07T17:41:38.1825661Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1828401Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2024-08-07T17:41:38.1832028Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2024-08-07T17:41:38.1834728Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2024-08-07T17:41:38.1838136Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2024-08-07T17:41:38.1841332Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2024-08-07T17:41:38.1844770Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1847790Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2024-08-07T17:41:38.1851071Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2024-08-07T17:41:38.1854645Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2024-08-07T17:41:38.1857530Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2024-08-07T17:41:38.1861409Z adding 'torch/include/ATen/ops/_masked_scale.h' 2024-08-07T17:41:38.1864235Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1867410Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2024-08-07T17:41:38.1870394Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2024-08-07T17:41:38.1873783Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2024-08-07T17:41:38.1877319Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2024-08-07T17:41:38.1880293Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2024-08-07T17:41:38.1883759Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1886823Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2024-08-07T17:41:38.1890078Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2024-08-07T17:41:38.1893102Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2024-08-07T17:41:38.1896627Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2024-08-07T17:41:38.1900308Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1903140Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2024-08-07T17:41:38.1906399Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2024-08-07T17:41:38.1909587Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2024-08-07T17:41:38.1912934Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2024-08-07T17:41:38.1916600Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear.h' 2024-08-07T17:41:38.1919488Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h' 2024-08-07T17:41:38.1922926Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_native.h' 2024-08-07T17:41:38.1925800Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_ops.h' 2024-08-07T17:41:38.1929043Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2024-08-07T17:41:38.1932630Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1935723Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2024-08-07T17:41:38.1939821Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2024-08-07T17:41:38.1942433Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2024-08-07T17:41:38.1945870Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1948898Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2024-08-07T17:41:38.1952055Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2024-08-07T17:41:38.1955335Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2024-08-07T17:41:38.1958880Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2024-08-07T17:41:38.1962574Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1965546Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2024-08-07T17:41:38.1968839Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2024-08-07T17:41:38.1972465Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2024-08-07T17:41:38.1976026Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1979308Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2024-08-07T17:41:38.1982582Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2024-08-07T17:41:38.1986077Z adding 'torch/include/ATen/ops/_native_batch_norm_legit.h' 2024-08-07T17:41:38.1989502Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.1992644Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h' 2024-08-07T17:41:38.2003022Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h' 2024-08-07T17:41:38.2003548Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_native.h' 2024-08-07T17:41:38.2004150Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training.h' 2024-08-07T17:41:38.2006131Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.2008920Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h' 2024-08-07T17:41:38.2012290Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h' 2024-08-07T17:41:38.2015926Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_ops.h' 2024-08-07T17:41:38.2019573Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2024-08-07T17:41:38.2022991Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.2026135Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2024-08-07T17:41:38.2029286Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2024-08-07T17:41:38.2032456Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2024-08-07T17:41:38.2035887Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2024-08-07T17:41:38.2039197Z adding 'torch/include/ATen/ops/_neg_view.h' 2024-08-07T17:41:38.2042293Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.2045180Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2024-08-07T17:41:38.2048495Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.2051520Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.2054338Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2024-08-07T17:41:38.2057490Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2024-08-07T17:41:38.2060595Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2024-08-07T17:41:38.2063847Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2024-08-07T17:41:38.2067081Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h' 2024-08-07T17:41:38.2070208Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h' 2024-08-07T17:41:38.2073277Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h' 2024-08-07T17:41:38.2076235Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h' 2024-08-07T17:41:38.2079347Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h' 2024-08-07T17:41:38.2082375Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2024-08-07T17:41:38.2085588Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2024-08-07T17:41:38.2088894Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.2091824Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2024-08-07T17:41:38.2095087Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2024-08-07T17:41:38.2098271Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.2101438Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2024-08-07T17:41:38.2104492Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2024-08-07T17:41:38.2107508Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2024-08-07T17:41:38.2110743Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2024-08-07T17:41:38.2113806Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy.h' 2024-08-07T17:41:38.2116774Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_native.h' 2024-08-07T17:41:38.2119851Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h' 2024-08-07T17:41:38.2122957Z adding 'torch/include/ATen/ops/_nested_get_lengths.h' 2024-08-07T17:41:38.2125898Z adding 'torch/include/ATen/ops/_nested_get_lengths_native.h' 2024-08-07T17:41:38.2129035Z adding 'torch/include/ATen/ops/_nested_get_lengths_ops.h' 2024-08-07T17:41:38.2131975Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen.h' 2024-08-07T17:41:38.2134926Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_native.h' 2024-08-07T17:41:38.2137966Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_ops.h' 2024-08-07T17:41:38.2141092Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen.h' 2024-08-07T17:41:38.2144068Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_native.h' 2024-08-07T17:41:38.2147159Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_ops.h' 2024-08-07T17:41:38.2150520Z adding 'torch/include/ATen/ops/_nested_get_offsets.h' 2024-08-07T17:41:38.2153507Z adding 'torch/include/ATen/ops/_nested_get_offsets_native.h' 2024-08-07T17:41:38.2156595Z adding 'torch/include/ATen/ops/_nested_get_offsets_ops.h' 2024-08-07T17:41:38.2160353Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx.h' 2024-08-07T17:41:38.2163423Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_native.h' 2024-08-07T17:41:38.2166774Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_ops.h' 2024-08-07T17:41:38.2170255Z adding 'torch/include/ATen/ops/_nested_get_values.h' 2024-08-07T17:41:38.2173118Z adding 'torch/include/ATen/ops/_nested_get_values_copy.h' 2024-08-07T17:41:38.2176617Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.2180625Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.2183041Z adding 'torch/include/ATen/ops/_nested_get_values_copy_native.h' 2024-08-07T17:41:38.2186290Z adding 'torch/include/ATen/ops/_nested_get_values_copy_ops.h' 2024-08-07T17:41:38.2189452Z adding 'torch/include/ATen/ops/_nested_get_values_native.h' 2024-08-07T17:41:38.2192954Z adding 'torch/include/ATen/ops/_nested_get_values_ops.h' 2024-08-07T17:41:38.2195854Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2024-08-07T17:41:38.2199165Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2024-08-07T17:41:38.2202402Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2024-08-07T17:41:38.2205615Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2024-08-07T17:41:38.2208673Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2024-08-07T17:41:38.2212078Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2024-08-07T17:41:38.2215557Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2024-08-07T17:41:38.2218716Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.2221922Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2024-08-07T17:41:38.2225028Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2024-08-07T17:41:38.2228262Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2024-08-07T17:41:38.2231472Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2024-08-07T17:41:38.2234769Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2024-08-07T17:41:38.2238247Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2024-08-07T17:41:38.2241087Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2024-08-07T17:41:38.2244289Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2024-08-07T17:41:38.2247538Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2024-08-07T17:41:38.2250939Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list.h' 2024-08-07T17:41:38.2254359Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.2257509Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h' 2024-08-07T17:41:38.2261249Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h' 2024-08-07T17:41:38.2264207Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2024-08-07T17:41:38.2267558Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.2270479Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2024-08-07T17:41:38.2273853Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2024-08-07T17:41:38.2277173Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2024-08-07T17:41:38.2280371Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2024-08-07T17:41:38.2283846Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2024-08-07T17:41:38.2286758Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets.h' 2024-08-07T17:41:38.2290172Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.2293109Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h' 2024-08-07T17:41:38.2296438Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h' 2024-08-07T17:41:38.2299639Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2024-08-07T17:41:38.2303140Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.2306428Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2024-08-07T17:41:38.2309479Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2024-08-07T17:41:38.2312633Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2024-08-07T17:41:38.2315830Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2024-08-07T17:41:38.2319328Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.2322657Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.2326020Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2024-08-07T17:41:38.2329501Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2024-08-07T17:41:38.2332725Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2024-08-07T17:41:38.2335999Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2024-08-07T17:41:38.2339103Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2024-08-07T17:41:38.2342495Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2024-08-07T17:41:38.2345974Z adding 'torch/include/ATen/ops/_nested_view_from_jagged.h' 2024-08-07T17:41:38.2349114Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy.h' 2024-08-07T17:41:38.2352659Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.2355954Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.2359072Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h' 2024-08-07T17:41:38.2362610Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h' 2024-08-07T17:41:38.2365655Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_native.h' 2024-08-07T17:41:38.2368972Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_ops.h' 2024-08-07T17:41:38.2372194Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2024-08-07T17:41:38.2375722Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.2378776Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2024-08-07T17:41:38.2382277Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2024-08-07T17:41:38.2385537Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2024-08-07T17:41:38.2388669Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.2391661Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2024-08-07T17:41:38.2394837Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2024-08-07T17:41:38.2398481Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2024-08-07T17:41:38.2402520Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.2405525Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2024-08-07T17:41:38.2408748Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2024-08-07T17:41:38.2411725Z adding 'torch/include/ATen/ops/_nnz.h' 2024-08-07T17:41:38.2414851Z adding 'torch/include/ATen/ops/_nnz_native.h' 2024-08-07T17:41:38.2417968Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2024-08-07T17:41:38.2421489Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2024-08-07T17:41:38.2424877Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2024-08-07T17:41:38.2428253Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.2431320Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2024-08-07T17:41:38.2434529Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2024-08-07T17:41:38.2437933Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.2440881Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2024-08-07T17:41:38.2444411Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2024-08-07T17:41:38.2447563Z adding 'torch/include/ATen/ops/_pad_circular.h' 2024-08-07T17:41:38.2450852Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.2453890Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2024-08-07T17:41:38.2457044Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2024-08-07T17:41:38.2460419Z adding 'torch/include/ATen/ops/_pad_enum.h' 2024-08-07T17:41:38.2463751Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.2466832Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2024-08-07T17:41:38.2470073Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2024-08-07T17:41:38.2473273Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2024-08-07T17:41:38.2476681Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.2479684Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2024-08-07T17:41:38.2483022Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2024-08-07T17:41:38.2486289Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward.h' 2024-08-07T17:41:38.2489686Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cpu_dispatch.h' 2024-08-07T17:41:38.2492891Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cuda_dispatch.h' 2024-08-07T17:41:38.2495968Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_native.h' 2024-08-07T17:41:38.2499365Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_ops.h' 2024-08-07T17:41:38.2502509Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2024-08-07T17:41:38.2506306Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.2509387Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2024-08-07T17:41:38.2512580Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2024-08-07T17:41:38.2515640Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2024-08-07T17:41:38.2518855Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2024-08-07T17:41:38.2522126Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2024-08-07T17:41:38.2525403Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.2528681Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2024-08-07T17:41:38.2531713Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2024-08-07T17:41:38.2534934Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2024-08-07T17:41:38.2538167Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2024-08-07T17:41:38.2541525Z adding 'torch/include/ATen/ops/_pin_memory.h' 2024-08-07T17:41:38.2545020Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.2547950Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2024-08-07T17:41:38.2551339Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2024-08-07T17:41:38.2554493Z adding 'torch/include/ATen/ops/_prelu_kernel.h' 2024-08-07T17:41:38.2557758Z adding 'torch/include/ATen/ops/_prelu_kernel_backward.h' 2024-08-07T17:41:38.2561038Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h' 2024-08-07T17:41:38.2564190Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h' 2024-08-07T17:41:38.2567300Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_native.h' 2024-08-07T17:41:38.2570471Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_ops.h' 2024-08-07T17:41:38.2573735Z adding 'torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h' 2024-08-07T17:41:38.2576861Z adding 'torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h' 2024-08-07T17:41:38.2580129Z adding 'torch/include/ATen/ops/_prelu_kernel_native.h' 2024-08-07T17:41:38.2583390Z adding 'torch/include/ATen/ops/_prelu_kernel_ops.h' 2024-08-07T17:41:38.2586574Z adding 'torch/include/ATen/ops/_print.h' 2024-08-07T17:41:38.2589847Z adding 'torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.2592773Z adding 'torch/include/ATen/ops/_print_native.h' 2024-08-07T17:41:38.2596112Z adding 'torch/include/ATen/ops/_print_ops.h' 2024-08-07T17:41:38.2599202Z adding 'torch/include/ATen/ops/_propagate_xla_data.h' 2024-08-07T17:41:38.2602608Z adding 'torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.2605507Z adding 'torch/include/ATen/ops/_propagate_xla_data_native.h' 2024-08-07T17:41:38.2608781Z adding 'torch/include/ATen/ops/_propagate_xla_data_ops.h' 2024-08-07T17:41:38.2611970Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2024-08-07T17:41:38.2615246Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.2618287Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2024-08-07T17:41:38.2621581Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2024-08-07T17:41:38.2624896Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2024-08-07T17:41:38.2628350Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2024-08-07T17:41:38.2631876Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.2635261Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.2638140Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2024-08-07T17:41:38.2641513Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2024-08-07T17:41:38.2644694Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2024-08-07T17:41:38.2647931Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2024-08-07T17:41:38.2651031Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2024-08-07T17:41:38.2654122Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2024-08-07T17:41:38.2657416Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2024-08-07T17:41:38.2660744Z adding 'torch/include/ATen/ops/_reshape_copy.h' 2024-08-07T17:41:38.2664207Z adding 'torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.2667043Z adding 'torch/include/ATen/ops/_reshape_copy_native.h' 2024-08-07T17:41:38.2670312Z adding 'torch/include/ATen/ops/_reshape_copy_ops.h' 2024-08-07T17:41:38.2673428Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2024-08-07T17:41:38.2676800Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.2680146Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2024-08-07T17:41:38.2683231Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2024-08-07T17:41:38.2686818Z adding 'torch/include/ATen/ops/_resize_output.h' 2024-08-07T17:41:38.2690357Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.2693550Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2024-08-07T17:41:38.2696640Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2024-08-07T17:41:38.2700064Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2024-08-07T17:41:38.2703350Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2024-08-07T17:41:38.2706609Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.2709710Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2024-08-07T17:41:38.2712914Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2024-08-07T17:41:38.2716179Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2024-08-07T17:41:38.2719649Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.2722614Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2024-08-07T17:41:38.2725938Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2024-08-07T17:41:38.2729106Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2024-08-07T17:41:38.2732365Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2024-08-07T17:41:38.2735451Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2024-08-07T17:41:38.2738924Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.2741898Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2024-08-07T17:41:38.2745133Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2024-08-07T17:41:38.2748414Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math.h' 2024-08-07T17:41:38.2751766Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.2754945Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps.h' 2024-08-07T17:41:38.2757973Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_native.h' 2024-08-07T17:41:38.2761345Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_ops.h' 2024-08-07T17:41:38.2764466Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h' 2024-08-07T17:41:38.2767898Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h' 2024-08-07T17:41:38.2771230Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h' 2024-08-07T17:41:38.2774748Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward.h' 2024-08-07T17:41:38.2778324Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h' 2024-08-07T17:41:38.2781574Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_native.h' 2024-08-07T17:41:38.2785133Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_ops.h' 2024-08-07T17:41:38.2788547Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h' 2024-08-07T17:41:38.2791608Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h' 2024-08-07T17:41:38.2795125Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h' 2024-08-07T17:41:38.2798290Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h' 2024-08-07T17:41:38.2801690Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h' 2024-08-07T17:41:38.2804990Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h' 2024-08-07T17:41:38.2808249Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h' 2024-08-07T17:41:38.2811793Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h' 2024-08-07T17:41:38.2815020Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h' 2024-08-07T17:41:38.2818247Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h' 2024-08-07T17:41:38.2821677Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h' 2024-08-07T17:41:38.2825044Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention.h' 2024-08-07T17:41:38.2829317Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h' 2024-08-07T17:41:38.2832169Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h' 2024-08-07T17:41:38.2835417Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h' 2024-08-07T17:41:38.2838791Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h' 2024-08-07T17:41:38.2842267Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h' 2024-08-07T17:41:38.2845572Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h' 2024-08-07T17:41:38.2848952Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h' 2024-08-07T17:41:38.2852359Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h' 2024-08-07T17:41:38.2855382Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h' 2024-08-07T17:41:38.2859211Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h' 2024-08-07T17:41:38.2862450Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h' 2024-08-07T17:41:38.2865763Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h' 2024-08-07T17:41:38.2869021Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h' 2024-08-07T17:41:38.2872238Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h' 2024-08-07T17:41:38.2875676Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h' 2024-08-07T17:41:38.2879030Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable.h' 2024-08-07T17:41:38.2882623Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward.h' 2024-08-07T17:41:38.2887359Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.2894356Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_native.h' 2024-08-07T17:41:38.2896344Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_ops.h' 2024-08-07T17:41:38.2900303Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.2903106Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_native.h' 2024-08-07T17:41:38.2906547Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_ops.h' 2024-08-07T17:41:38.2909806Z adding 'torch/include/ATen/ops/_scaled_mm.h' 2024-08-07T17:41:38.2914048Z adding 'torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h' 2024-08-07T17:41:38.2917370Z adding 'torch/include/ATen/ops/_scaled_mm_native.h' 2024-08-07T17:41:38.2920738Z adding 'torch/include/ATen/ops/_scaled_mm_ops.h' 2024-08-07T17:41:38.2924273Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2024-08-07T17:41:38.2927766Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.2930849Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2024-08-07T17:41:38.2934162Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2024-08-07T17:41:38.2937326Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2024-08-07T17:41:38.2940719Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2024-08-07T17:41:38.2943813Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2024-08-07T17:41:38.2947040Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.2950248Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2024-08-07T17:41:38.2953281Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2024-08-07T17:41:38.2957359Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2024-08-07T17:41:38.2961131Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.2964354Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2024-08-07T17:41:38.2967943Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2024-08-07T17:41:38.2970882Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2024-08-07T17:41:38.2974402Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2024-08-07T17:41:38.2978048Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2024-08-07T17:41:38.2981800Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2024-08-07T17:41:38.2985080Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2024-08-07T17:41:38.2988262Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2024-08-07T17:41:38.2991423Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2024-08-07T17:41:38.2994535Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2024-08-07T17:41:38.2997850Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.3000756Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2024-08-07T17:41:38.3003970Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2024-08-07T17:41:38.3007037Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2024-08-07T17:41:38.3010284Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.3013172Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2024-08-07T17:41:38.3016316Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2024-08-07T17:41:38.3019544Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2024-08-07T17:41:38.3022830Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.3025711Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2024-08-07T17:41:38.3028849Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2024-08-07T17:41:38.3031862Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2024-08-07T17:41:38.3035667Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.3038165Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2024-08-07T17:41:38.3041282Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2024-08-07T17:41:38.3044325Z adding 'torch/include/ATen/ops/_softmax.h' 2024-08-07T17:41:38.3047521Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2024-08-07T17:41:38.3050884Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.3053823Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2024-08-07T17:41:38.3056929Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2024-08-07T17:41:38.3060063Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2024-08-07T17:41:38.3063217Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2024-08-07T17:41:38.3066285Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2024-08-07T17:41:38.3069566Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2024-08-07T17:41:38.3072953Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.3075844Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2024-08-07T17:41:38.3078907Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2024-08-07T17:41:38.3081894Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2024-08-07T17:41:38.3084990Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2024-08-07T17:41:38.3088016Z adding 'torch/include/ATen/ops/_softmax_native.h' 2024-08-07T17:41:38.3091241Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2024-08-07T17:41:38.3094457Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2024-08-07T17:41:38.3097884Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3101015Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2024-08-07T17:41:38.3104274Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2024-08-07T17:41:38.3107413Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2024-08-07T17:41:38.3110516Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2024-08-07T17:41:38.3113819Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3116981Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.3119808Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2024-08-07T17:41:38.3123121Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2024-08-07T17:41:38.3126094Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2024-08-07T17:41:38.3129243Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2024-08-07T17:41:38.3132544Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2024-08-07T17:41:38.3136367Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.3139229Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2024-08-07T17:41:38.3142540Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2024-08-07T17:41:38.3145891Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2024-08-07T17:41:38.3149512Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.3153231Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2024-08-07T17:41:38.3155823Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2024-08-07T17:41:38.3159488Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2024-08-07T17:41:38.3163046Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.3166254Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2024-08-07T17:41:38.3170382Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2024-08-07T17:41:38.3172961Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims.h' 2024-08-07T17:41:38.3176445Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3179541Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_native.h' 2024-08-07T17:41:38.3182961Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_ops.h' 2024-08-07T17:41:38.3186398Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2024-08-07T17:41:38.3190102Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.3193282Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2024-08-07T17:41:38.3196448Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2024-08-07T17:41:38.3199885Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2024-08-07T17:41:38.3204564Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2024-08-07T17:41:38.3207773Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3211021Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2024-08-07T17:41:38.3214182Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2024-08-07T17:41:38.3217785Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2024-08-07T17:41:38.3221593Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3224441Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2024-08-07T17:41:38.3228036Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2024-08-07T17:41:38.3231422Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2024-08-07T17:41:38.3234837Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2024-08-07T17:41:38.3238529Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.3241282Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2024-08-07T17:41:38.3244669Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2024-08-07T17:41:38.3247816Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2024-08-07T17:41:38.3251343Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3255234Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2024-08-07T17:41:38.3257749Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2024-08-07T17:41:38.3261222Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2024-08-07T17:41:38.3264578Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3267717Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2024-08-07T17:41:38.3271027Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2024-08-07T17:41:38.3274552Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2024-08-07T17:41:38.3278225Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.3280965Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2024-08-07T17:41:38.3284362Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2024-08-07T17:41:38.3287591Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2024-08-07T17:41:38.3291039Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2024-08-07T17:41:38.3295192Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3297538Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2024-08-07T17:41:38.3301094Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2024-08-07T17:41:38.3304391Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3307671Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.3310720Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2024-08-07T17:41:38.3314329Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2024-08-07T17:41:38.3317889Z adding 'torch/include/ATen/ops/_sparse_mask_projection.h' 2024-08-07T17:41:38.3320997Z adding 'torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3324082Z adding 'torch/include/ATen/ops/_sparse_mask_projection_native.h' 2024-08-07T17:41:38.3327327Z adding 'torch/include/ATen/ops/_sparse_mask_projection_ops.h' 2024-08-07T17:41:38.3330598Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2024-08-07T17:41:38.3334705Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.3336927Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2024-08-07T17:41:38.3340477Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2024-08-07T17:41:38.3343549Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl.h' 2024-08-07T17:41:38.3346783Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h' 2024-08-07T17:41:38.3349894Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h' 2024-08-07T17:41:38.3353276Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h' 2024-08-07T17:41:38.3356804Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h' 2024-08-07T17:41:38.3359648Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h' 2024-08-07T17:41:38.3363156Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm.h' 2024-08-07T17:41:38.3366150Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_cuda_dispatch.h' 2024-08-07T17:41:38.3369313Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_native.h' 2024-08-07T17:41:38.3372562Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_ops.h' 2024-08-07T17:41:38.3375860Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply.h' 2024-08-07T17:41:38.3379969Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_cuda_dispatch.h' 2024-08-07T17:41:38.3382375Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense.h' 2024-08-07T17:41:38.3385855Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_cuda_dispatch.h' 2024-08-07T17:41:38.3388676Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_native.h' 2024-08-07T17:41:38.3392051Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_ops.h' 2024-08-07T17:41:38.3395065Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_native.h' 2024-08-07T17:41:38.3398459Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_ops.h' 2024-08-07T17:41:38.3402448Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear.h' 2024-08-07T17:41:38.3405015Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h' 2024-08-07T17:41:38.3408440Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_native.h' 2024-08-07T17:41:38.3411396Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h' 2024-08-07T17:41:38.3414634Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm.h' 2024-08-07T17:41:38.3417787Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_cuda_dispatch.h' 2024-08-07T17:41:38.3421542Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_native.h' 2024-08-07T17:41:38.3425427Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_ops.h' 2024-08-07T17:41:38.3428059Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile.h' 2024-08-07T17:41:38.3431390Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_cuda_dispatch.h' 2024-08-07T17:41:38.3434397Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_native.h' 2024-08-07T17:41:38.3437695Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_ops.h' 2024-08-07T17:41:38.3440828Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2024-08-07T17:41:38.3444220Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2024-08-07T17:41:38.3448412Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3450690Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2024-08-07T17:41:38.3454061Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2024-08-07T17:41:38.3457336Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3460686Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.3463688Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2024-08-07T17:41:38.3467184Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2024-08-07T17:41:38.3470608Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2024-08-07T17:41:38.3473900Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3476999Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2024-08-07T17:41:38.3480124Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2024-08-07T17:41:38.3483224Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2024-08-07T17:41:38.3486405Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2024-08-07T17:41:38.3489687Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3492757Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2024-08-07T17:41:38.3495995Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2024-08-07T17:41:38.3499333Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3502455Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.3505373Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2024-08-07T17:41:38.3508708Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2024-08-07T17:41:38.3511940Z adding 'torch/include/ATen/ops/_spdiags.h' 2024-08-07T17:41:38.3515228Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3518246Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2024-08-07T17:41:38.3522136Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2024-08-07T17:41:38.3524674Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2024-08-07T17:41:38.3527883Z adding 'torch/include/ATen/ops/_stack.h' 2024-08-07T17:41:38.3531039Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3534068Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2024-08-07T17:41:38.3537073Z adding 'torch/include/ATen/ops/_stack_native.h' 2024-08-07T17:41:38.3540374Z adding 'torch/include/ATen/ops/_stack_ops.h' 2024-08-07T17:41:38.3543519Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2024-08-07T17:41:38.3546837Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3549828Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2024-08-07T17:41:38.3552895Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2024-08-07T17:41:38.3555930Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2024-08-07T17:41:38.3559212Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3562277Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2024-08-07T17:41:38.3565311Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2024-08-07T17:41:38.3568312Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2024-08-07T17:41:38.3571477Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2024-08-07T17:41:38.3574520Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2024-08-07T17:41:38.3578067Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2024-08-07T17:41:38.3581101Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2024-08-07T17:41:38.3584379Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.3587272Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2024-08-07T17:41:38.3590428Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2024-08-07T17:41:38.3593600Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2024-08-07T17:41:38.3597151Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3600286Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.3603224Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2024-08-07T17:41:38.3606490Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2024-08-07T17:41:38.3609586Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2024-08-07T17:41:38.3612911Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3615877Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2024-08-07T17:41:38.3619250Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3622455Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.3625314Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2024-08-07T17:41:38.3628483Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2024-08-07T17:41:38.3631476Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2024-08-07T17:41:38.3634573Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2024-08-07T17:41:38.3637510Z adding 'torch/include/ATen/ops/_test_check_tensor.h' 2024-08-07T17:41:38.3640741Z adding 'torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.3643600Z adding 'torch/include/ATen/ops/_test_check_tensor_native.h' 2024-08-07T17:41:38.3646698Z adding 'torch/include/ATen/ops/_test_check_tensor_ops.h' 2024-08-07T17:41:38.3649779Z adding 'torch/include/ATen/ops/_test_functorch_fallback.h' 2024-08-07T17:41:38.3653095Z adding 'torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3656707Z adding 'torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h' 2024-08-07T17:41:38.3659873Z adding 'torch/include/ATen/ops/_test_functorch_fallback_native.h' 2024-08-07T17:41:38.3663098Z adding 'torch/include/ATen/ops/_test_functorch_fallback_ops.h' 2024-08-07T17:41:38.3666301Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2024-08-07T17:41:38.3669604Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3672605Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2024-08-07T17:41:38.3675587Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2024-08-07T17:41:38.3679135Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2024-08-07T17:41:38.3682109Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2024-08-07T17:41:38.3685403Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3688417Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2024-08-07T17:41:38.3691400Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2024-08-07T17:41:38.3694621Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2024-08-07T17:41:38.3697716Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2024-08-07T17:41:38.3701098Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3704107Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2024-08-07T17:41:38.3707097Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2024-08-07T17:41:38.3710268Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2024-08-07T17:41:38.3713368Z adding 'torch/include/ATen/ops/_test_parallel_materialize.h' 2024-08-07T17:41:38.3716693Z adding 'torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3719587Z adding 'torch/include/ATen/ops/_test_parallel_materialize_native.h' 2024-08-07T17:41:38.3722690Z adding 'torch/include/ATen/ops/_test_parallel_materialize_ops.h' 2024-08-07T17:41:38.3725738Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2024-08-07T17:41:38.3728984Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.3731884Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2024-08-07T17:41:38.3735038Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2024-08-07T17:41:38.3738021Z adding 'torch/include/ATen/ops/_test_string_default.h' 2024-08-07T17:41:38.3741434Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.3744346Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2024-08-07T17:41:38.3747482Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2024-08-07T17:41:38.3750574Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2024-08-07T17:41:38.3753816Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3756691Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2024-08-07T17:41:38.3759846Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2024-08-07T17:41:38.3763063Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2024-08-07T17:41:38.3766426Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.3769389Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2024-08-07T17:41:38.3772634Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2024-08-07T17:41:38.3775858Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2024-08-07T17:41:38.3780049Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.3782412Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2024-08-07T17:41:38.3785627Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2024-08-07T17:41:38.3788889Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2024-08-07T17:41:38.3792180Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2024-08-07T17:41:38.3795534Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3798561Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2024-08-07T17:41:38.3801581Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2024-08-07T17:41:38.3804872Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2024-08-07T17:41:38.3808182Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3811267Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2024-08-07T17:41:38.3814316Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2024-08-07T17:41:38.3817612Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2024-08-07T17:41:38.3821046Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2024-08-07T17:41:38.3824224Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2024-08-07T17:41:38.3827533Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.3830670Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2024-08-07T17:41:38.3834106Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3837202Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2024-08-07T17:41:38.3840242Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2024-08-07T17:41:38.3843540Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2024-08-07T17:41:38.3846633Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2024-08-07T17:41:38.3849811Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2024-08-07T17:41:38.3853155Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3856307Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2024-08-07T17:41:38.3859538Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2024-08-07T17:41:38.3862814Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2024-08-07T17:41:38.3866117Z adding 'torch/include/ATen/ops/_to_copy.h' 2024-08-07T17:41:38.3869492Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3872476Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2024-08-07T17:41:38.3875868Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2024-08-07T17:41:38.3878998Z adding 'torch/include/ATen/ops/_to_cpu.h' 2024-08-07T17:41:38.3882468Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.3885902Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2024-08-07T17:41:38.3888727Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2024-08-07T17:41:38.3892144Z adding 'torch/include/ATen/ops/_to_dense.h' 2024-08-07T17:41:38.3895204Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3898242Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2024-08-07T17:41:38.3901632Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2024-08-07T17:41:38.3905039Z adding 'torch/include/ATen/ops/_to_sparse.h' 2024-08-07T17:41:38.3909073Z adding 'torch/include/ATen/ops/_to_sparse_bsc.h' 2024-08-07T17:41:38.3911660Z adding 'torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3914890Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h' 2024-08-07T17:41:38.3917886Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h' 2024-08-07T17:41:38.3921059Z adding 'torch/include/ATen/ops/_to_sparse_bsc_native.h' 2024-08-07T17:41:38.3924378Z adding 'torch/include/ATen/ops/_to_sparse_bsc_ops.h' 2024-08-07T17:41:38.3927944Z adding 'torch/include/ATen/ops/_to_sparse_bsr.h' 2024-08-07T17:41:38.3931838Z adding 'torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3934427Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h' 2024-08-07T17:41:38.3937673Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h' 2024-08-07T17:41:38.3940833Z adding 'torch/include/ATen/ops/_to_sparse_bsr_native.h' 2024-08-07T17:41:38.3944249Z adding 'torch/include/ATen/ops/_to_sparse_bsr_ops.h' 2024-08-07T17:41:38.3948110Z adding 'torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3950846Z adding 'torch/include/ATen/ops/_to_sparse_cpu_dispatch.h' 2024-08-07T17:41:38.3954370Z adding 'torch/include/ATen/ops/_to_sparse_csc.h' 2024-08-07T17:41:38.3957347Z adding 'torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3960498Z adding 'torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h' 2024-08-07T17:41:38.3963584Z adding 'torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h' 2024-08-07T17:41:38.3966760Z adding 'torch/include/ATen/ops/_to_sparse_csc_native.h' 2024-08-07T17:41:38.3969994Z adding 'torch/include/ATen/ops/_to_sparse_csc_ops.h' 2024-08-07T17:41:38.3973280Z adding 'torch/include/ATen/ops/_to_sparse_csr.h' 2024-08-07T17:41:38.3977082Z adding 'torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.3979818Z adding 'torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h' 2024-08-07T17:41:38.3983031Z adding 'torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h' 2024-08-07T17:41:38.3986086Z adding 'torch/include/ATen/ops/_to_sparse_csr_native.h' 2024-08-07T17:41:38.3989436Z adding 'torch/include/ATen/ops/_to_sparse_csr_ops.h' 2024-08-07T17:41:38.3992639Z adding 'torch/include/ATen/ops/_to_sparse_cuda_dispatch.h' 2024-08-07T17:41:38.3995920Z adding 'torch/include/ATen/ops/_to_sparse_native.h' 2024-08-07T17:41:38.3999626Z adding 'torch/include/ATen/ops/_to_sparse_ops.h' 2024-08-07T17:41:38.4002678Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured.h' 2024-08-07T17:41:38.4005994Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h' 2024-08-07T17:41:38.4009535Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_native.h' 2024-08-07T17:41:38.4012349Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_ops.h' 2024-08-07T17:41:38.4015470Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2024-08-07T17:41:38.4019077Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.4022405Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2024-08-07T17:41:38.4025427Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2024-08-07T17:41:38.4028614Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2024-08-07T17:41:38.4031916Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2024-08-07T17:41:38.4035595Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2024-08-07T17:41:38.4039466Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.4042522Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2024-08-07T17:41:38.4045944Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2024-08-07T17:41:38.4049136Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2024-08-07T17:41:38.4052867Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2024-08-07T17:41:38.4056495Z adding 'torch/include/ATen/ops/_trilinear.h' 2024-08-07T17:41:38.4059727Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.4063156Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.4066019Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2024-08-07T17:41:38.4069565Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2024-08-07T17:41:38.4073400Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2024-08-07T17:41:38.4076378Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.4079598Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2024-08-07T17:41:38.4082692Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2024-08-07T17:41:38.4086299Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2024-08-07T17:41:38.4090361Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2024-08-07T17:41:38.4093070Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.4096260Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2024-08-07T17:41:38.4099347Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2024-08-07T17:41:38.4102768Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2024-08-07T17:41:38.4105882Z adding 'torch/include/ATen/ops/_unique.h' 2024-08-07T17:41:38.4109250Z adding 'torch/include/ATen/ops/_unique2.h' 2024-08-07T17:41:38.4113086Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.4115796Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2024-08-07T17:41:38.4119079Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2024-08-07T17:41:38.4122106Z adding 'torch/include/ATen/ops/_unique2_native.h' 2024-08-07T17:41:38.4125616Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2024-08-07T17:41:38.4129779Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.4132149Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2024-08-07T17:41:38.4135657Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2024-08-07T17:41:38.4138388Z adding 'torch/include/ATen/ops/_unique_native.h' 2024-08-07T17:41:38.4141911Z adding 'torch/include/ATen/ops/_unique_ops.h' 2024-08-07T17:41:38.4145064Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2024-08-07T17:41:38.4148596Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.4151426Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2024-08-07T17:41:38.4154722Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2024-08-07T17:41:38.4158159Z adding 'torch/include/ATen/ops/_unsafe_index.h' 2024-08-07T17:41:38.4161224Z adding 'torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.4164268Z adding 'torch/include/ATen/ops/_unsafe_index_native.h' 2024-08-07T17:41:38.4167408Z adding 'torch/include/ATen/ops/_unsafe_index_ops.h' 2024-08-07T17:41:38.4170645Z adding 'torch/include/ATen/ops/_unsafe_index_put.h' 2024-08-07T17:41:38.4173907Z adding 'torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.4176989Z adding 'torch/include/ATen/ops/_unsafe_index_put_native.h' 2024-08-07T17:41:38.4180856Z adding 'torch/include/ATen/ops/_unsafe_index_put_ops.h' 2024-08-07T17:41:38.4183524Z adding 'torch/include/ATen/ops/_unsafe_masked_index.h' 2024-08-07T17:41:38.4187002Z adding 'torch/include/ATen/ops/_unsafe_masked_index_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.4189940Z adding 'torch/include/ATen/ops/_unsafe_masked_index_native.h' 2024-08-07T17:41:38.4193260Z adding 'torch/include/ATen/ops/_unsafe_masked_index_ops.h' 2024-08-07T17:41:38.4196403Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate.h' 2024-08-07T17:41:38.4199722Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.4202997Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_native.h' 2024-08-07T17:41:38.4205902Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_ops.h' 2024-08-07T17:41:38.4209169Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2024-08-07T17:41:38.4212549Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.4215514Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2024-08-07T17:41:38.4218889Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2024-08-07T17:41:38.4222628Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2024-08-07T17:41:38.4226468Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2024-08-07T17:41:38.4230099Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.4233217Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2024-08-07T17:41:38.4236511Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2024-08-07T17:41:38.4239629Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2024-08-07T17:41:38.4243140Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2024-08-07T17:41:38.4246313Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2024-08-07T17:41:38.4249768Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2024-08-07T17:41:38.4253158Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.4256416Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.4260569Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2024-08-07T17:41:38.4263079Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2024-08-07T17:41:38.4266319Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2024-08-07T17:41:38.4269545Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2024-08-07T17:41:38.4272852Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2024-08-07T17:41:38.4276247Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2024-08-07T17:41:38.4280131Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2024-08-07T17:41:38.4284124Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2024-08-07T17:41:38.4288647Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.4291040Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2024-08-07T17:41:38.4294566Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2024-08-07T17:41:38.4297589Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2024-08-07T17:41:38.4301173Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2024-08-07T17:41:38.4304312Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2024-08-07T17:41:38.4307780Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2024-08-07T17:41:38.4311549Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.4314399Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.4317641Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2024-08-07T17:41:38.4320899Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2024-08-07T17:41:38.4324098Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2024-08-07T17:41:38.4328735Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2024-08-07T17:41:38.4330672Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2024-08-07T17:41:38.4334144Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2024-08-07T17:41:38.4337782Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2024-08-07T17:41:38.4341787Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2024-08-07T17:41:38.4345738Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.4348645Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2024-08-07T17:41:38.4352057Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2024-08-07T17:41:38.4355146Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2024-08-07T17:41:38.4358535Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2024-08-07T17:41:38.4362445Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2024-08-07T17:41:38.4365133Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2024-08-07T17:41:38.4368646Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.4371736Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.4374999Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2024-08-07T17:41:38.4378202Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2024-08-07T17:41:38.4381608Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2024-08-07T17:41:38.4385376Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2024-08-07T17:41:38.4388143Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2024-08-07T17:41:38.4391602Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2024-08-07T17:41:38.4395268Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2024-08-07T17:41:38.4399175Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2024-08-07T17:41:38.4402884Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.4406680Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2024-08-07T17:41:38.4410187Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2024-08-07T17:41:38.4413804Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2024-08-07T17:41:38.4416698Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2024-08-07T17:41:38.4420021Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2024-08-07T17:41:38.4423383Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2024-08-07T17:41:38.4426994Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.4430801Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.4433380Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2024-08-07T17:41:38.4436744Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2024-08-07T17:41:38.4439827Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2024-08-07T17:41:38.4443245Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2024-08-07T17:41:38.4446344Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2024-08-07T17:41:38.4450392Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2024-08-07T17:41:38.4454274Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2024-08-07T17:41:38.4459060Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2024-08-07T17:41:38.4462074Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.4465282Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2024-08-07T17:41:38.4468586Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2024-08-07T17:41:38.4471852Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2024-08-07T17:41:38.4476021Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2024-08-07T17:41:38.4478493Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2024-08-07T17:41:38.4481960Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2024-08-07T17:41:38.4485406Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.4488674Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.4492649Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2024-08-07T17:41:38.4495284Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2024-08-07T17:41:38.4504808Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2024-08-07T17:41:38.4507887Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2024-08-07T17:41:38.4511288Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2024-08-07T17:41:38.4514707Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2024-08-07T17:41:38.4518046Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2024-08-07T17:41:38.4521956Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2024-08-07T17:41:38.4524447Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2024-08-07T17:41:38.4528647Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2024-08-07T17:41:38.4533029Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2024-08-07T17:41:38.4681791Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.4684995Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2024-08-07T17:41:38.4688155Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2024-08-07T17:41:38.4691269Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2024-08-07T17:41:38.4694478Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2024-08-07T17:41:38.4697907Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2024-08-07T17:41:38.4700976Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2024-08-07T17:41:38.4704532Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2024-08-07T17:41:38.4707378Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2024-08-07T17:41:38.4710663Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.4713548Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2024-08-07T17:41:38.4716686Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2024-08-07T17:41:38.4719814Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2024-08-07T17:41:38.4723061Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.4725978Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2024-08-07T17:41:38.4729210Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2024-08-07T17:41:38.4732339Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2024-08-07T17:41:38.4735636Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.4738711Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2024-08-07T17:41:38.4741892Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2024-08-07T17:41:38.4745137Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2024-08-07T17:41:38.4748315Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.4751207Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2024-08-07T17:41:38.4754356Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2024-08-07T17:41:38.4757432Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2024-08-07T17:41:38.4760709Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.4763596Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2024-08-07T17:41:38.4766739Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2024-08-07T17:41:38.4769820Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2024-08-07T17:41:38.4773047Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.4776186Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2024-08-07T17:41:38.4779515Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2024-08-07T17:41:38.4782573Z adding 'torch/include/ATen/ops/_values.h' 2024-08-07T17:41:38.4785675Z adding 'torch/include/ATen/ops/_values_copy.h' 2024-08-07T17:41:38.4789121Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.4792401Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.4795312Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2024-08-07T17:41:38.4798601Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2024-08-07T17:41:38.4801644Z adding 'torch/include/ATen/ops/_values_native.h' 2024-08-07T17:41:38.4804883Z adding 'torch/include/ATen/ops/_values_ops.h' 2024-08-07T17:41:38.4807837Z adding 'torch/include/ATen/ops/_version.h' 2024-08-07T17:41:38.4811485Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.4814146Z adding 'torch/include/ATen/ops/_version_native.h' 2024-08-07T17:41:38.4817445Z adding 'torch/include/ATen/ops/_version_ops.h' 2024-08-07T17:41:38.4821148Z adding 'torch/include/ATen/ops/_weight_int4pack_mm.h' 2024-08-07T17:41:38.4824095Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_cpu_dispatch.h' 2024-08-07T17:41:38.4827265Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h' 2024-08-07T17:41:38.4830272Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_native.h' 2024-08-07T17:41:38.4833582Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_ops.h' 2024-08-07T17:41:38.4836627Z adding 'torch/include/ATen/ops/_weight_int8pack_mm.h' 2024-08-07T17:41:38.4839909Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h' 2024-08-07T17:41:38.4843726Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_native.h' 2024-08-07T17:41:38.4846194Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_ops.h' 2024-08-07T17:41:38.4849501Z adding 'torch/include/ATen/ops/_weight_norm.h' 2024-08-07T17:41:38.4852688Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.4855874Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2024-08-07T17:41:38.4859230Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.4862279Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2024-08-07T17:41:38.4866309Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2024-08-07T17:41:38.4868769Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2024-08-07T17:41:38.4872239Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2024-08-07T17:41:38.4875567Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.4878762Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2024-08-07T17:41:38.4881836Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2024-08-07T17:41:38.4885030Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2024-08-07T17:41:38.4889132Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2024-08-07T17:41:38.4891813Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.4894987Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2024-08-07T17:41:38.4898139Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2024-08-07T17:41:38.4901432Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2024-08-07T17:41:38.4904660Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2024-08-07T17:41:38.4907817Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2024-08-07T17:41:38.4911695Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2024-08-07T17:41:38.4914070Z adding 'torch/include/ATen/ops/abs.h' 2024-08-07T17:41:38.4917517Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.4920425Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2024-08-07T17:41:38.4923715Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2024-08-07T17:41:38.4926813Z adding 'torch/include/ATen/ops/abs_native.h' 2024-08-07T17:41:38.4930182Z adding 'torch/include/ATen/ops/abs_ops.h' 2024-08-07T17:41:38.4934126Z adding 'torch/include/ATen/ops/absolute.h' 2024-08-07T17:41:38.4936679Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.4940042Z adding 'torch/include/ATen/ops/absolute_native.h' 2024-08-07T17:41:38.4943006Z adding 'torch/include/ATen/ops/absolute_ops.h' 2024-08-07T17:41:38.4946251Z adding 'torch/include/ATen/ops/acos.h' 2024-08-07T17:41:38.4949631Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.4952755Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2024-08-07T17:41:38.4956369Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2024-08-07T17:41:38.4959044Z adding 'torch/include/ATen/ops/acos_meta.h' 2024-08-07T17:41:38.4962599Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2024-08-07T17:41:38.4965280Z adding 'torch/include/ATen/ops/acos_native.h' 2024-08-07T17:41:38.4968573Z adding 'torch/include/ATen/ops/acos_ops.h' 2024-08-07T17:41:38.4971706Z adding 'torch/include/ATen/ops/acosh.h' 2024-08-07T17:41:38.4975236Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.4978180Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2024-08-07T17:41:38.4981607Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2024-08-07T17:41:38.4985495Z adding 'torch/include/ATen/ops/acosh_meta.h' 2024-08-07T17:41:38.4987831Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2024-08-07T17:41:38.4991243Z adding 'torch/include/ATen/ops/acosh_native.h' 2024-08-07T17:41:38.4994172Z adding 'torch/include/ATen/ops/acosh_ops.h' 2024-08-07T17:41:38.4997440Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2024-08-07T17:41:38.5000726Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.5003773Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2024-08-07T17:41:38.5006937Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2024-08-07T17:41:38.5010397Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2024-08-07T17:41:38.5014021Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.5016986Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2024-08-07T17:41:38.5020282Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2024-08-07T17:41:38.5023332Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2024-08-07T17:41:38.5026713Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2024-08-07T17:41:38.5030865Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2024-08-07T17:41:38.5033483Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2024-08-07T17:41:38.5036783Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2024-08-07T17:41:38.5039850Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2024-08-07T17:41:38.5042975Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2024-08-07T17:41:38.5046146Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2024-08-07T17:41:38.5049583Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.5053573Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2024-08-07T17:41:38.5056009Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2024-08-07T17:41:38.5059310Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2024-08-07T17:41:38.5062432Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2024-08-07T17:41:38.5065650Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2024-08-07T17:41:38.5068886Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.5071935Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2024-08-07T17:41:38.5075090Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2024-08-07T17:41:38.5078463Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2024-08-07T17:41:38.5081958Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2024-08-07T17:41:38.5085190Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.5088246Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2024-08-07T17:41:38.5091313Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2024-08-07T17:41:38.5094519Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2024-08-07T17:41:38.5097677Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2024-08-07T17:41:38.5101047Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2024-08-07T17:41:38.5104867Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2024-08-07T17:41:38.5107860Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.5110943Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2024-08-07T17:41:38.5114074Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2024-08-07T17:41:38.5117267Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2024-08-07T17:41:38.5120425Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2024-08-07T17:41:38.5123434Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2024-08-07T17:41:38.5126869Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2024-08-07T17:41:38.5130093Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2024-08-07T17:41:38.5133258Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2024-08-07T17:41:38.5136625Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.5139644Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2024-08-07T17:41:38.5142848Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2024-08-07T17:41:38.5145878Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2024-08-07T17:41:38.5149362Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2024-08-07T17:41:38.5152449Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2024-08-07T17:41:38.5155620Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2024-08-07T17:41:38.5158960Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.5161916Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2024-08-07T17:41:38.5165000Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2024-08-07T17:41:38.5168078Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2024-08-07T17:41:38.5171245Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2024-08-07T17:41:38.5174498Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2024-08-07T17:41:38.5177748Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2024-08-07T17:41:38.5181036Z adding 'torch/include/ATen/ops/add.h' 2024-08-07T17:41:38.5184346Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.5187530Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.5190537Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2024-08-07T17:41:38.5193630Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2024-08-07T17:41:38.5196684Z adding 'torch/include/ATen/ops/add_meta.h' 2024-08-07T17:41:38.5199830Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2024-08-07T17:41:38.5203063Z adding 'torch/include/ATen/ops/add_native.h' 2024-08-07T17:41:38.5206629Z adding 'torch/include/ATen/ops/add_ops.h' 2024-08-07T17:41:38.5209860Z adding 'torch/include/ATen/ops/addbmm.h' 2024-08-07T17:41:38.5213071Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2024-08-07T17:41:38.5216182Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2024-08-07T17:41:38.5219452Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2024-08-07T17:41:38.5222501Z adding 'torch/include/ATen/ops/addbmm_native.h' 2024-08-07T17:41:38.5225771Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2024-08-07T17:41:38.5229189Z adding 'torch/include/ATen/ops/addcdiv.h' 2024-08-07T17:41:38.5232557Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.5235579Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2024-08-07T17:41:38.5238699Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2024-08-07T17:41:38.5241735Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2024-08-07T17:41:38.5244973Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2024-08-07T17:41:38.5247909Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2024-08-07T17:41:38.5251402Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2024-08-07T17:41:38.5254579Z adding 'torch/include/ATen/ops/addcmul.h' 2024-08-07T17:41:38.5257946Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.5261084Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2024-08-07T17:41:38.5264194Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2024-08-07T17:41:38.5267222Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2024-08-07T17:41:38.5270429Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2024-08-07T17:41:38.5273457Z adding 'torch/include/ATen/ops/addcmul_native.h' 2024-08-07T17:41:38.5276784Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2024-08-07T17:41:38.5279980Z adding 'torch/include/ATen/ops/addmm.h' 2024-08-07T17:41:38.5283401Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.5286401Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2024-08-07T17:41:38.5289567Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2024-08-07T17:41:38.5292621Z adding 'torch/include/ATen/ops/addmm_meta.h' 2024-08-07T17:41:38.5295820Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2024-08-07T17:41:38.5299975Z adding 'torch/include/ATen/ops/addmm_native.h' 2024-08-07T17:41:38.5303374Z adding 'torch/include/ATen/ops/addmm_ops.h' 2024-08-07T17:41:38.5306562Z adding 'torch/include/ATen/ops/addmv.h' 2024-08-07T17:41:38.5309930Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.5312885Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2024-08-07T17:41:38.5316008Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2024-08-07T17:41:38.5319008Z adding 'torch/include/ATen/ops/addmv_meta.h' 2024-08-07T17:41:38.5322183Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2024-08-07T17:41:38.5325261Z adding 'torch/include/ATen/ops/addmv_native.h' 2024-08-07T17:41:38.5328563Z adding 'torch/include/ATen/ops/addmv_ops.h' 2024-08-07T17:41:38.5331999Z adding 'torch/include/ATen/ops/addr.h' 2024-08-07T17:41:38.5335722Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.5338572Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2024-08-07T17:41:38.5341989Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2024-08-07T17:41:38.5345036Z adding 'torch/include/ATen/ops/addr_native.h' 2024-08-07T17:41:38.5348581Z adding 'torch/include/ATen/ops/addr_ops.h' 2024-08-07T17:41:38.5352591Z adding 'torch/include/ATen/ops/adjoint.h' 2024-08-07T17:41:38.5355230Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.5358437Z adding 'torch/include/ATen/ops/adjoint_native.h' 2024-08-07T17:41:38.5361655Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2024-08-07T17:41:38.5365286Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2024-08-07T17:41:38.5369519Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2024-08-07T17:41:38.5372259Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.5375516Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2024-08-07T17:41:38.5378543Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2024-08-07T17:41:38.5382167Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.5385138Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2024-08-07T17:41:38.5388605Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2024-08-07T17:41:38.5392317Z adding 'torch/include/ATen/ops/alias.h' 2024-08-07T17:41:38.5395063Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.5398167Z adding 'torch/include/ATen/ops/alias_copy.h' 2024-08-07T17:41:38.5401563Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.5404896Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.5407735Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2024-08-07T17:41:38.5411087Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2024-08-07T17:41:38.5414971Z adding 'torch/include/ATen/ops/alias_native.h' 2024-08-07T17:41:38.5417367Z adding 'torch/include/ATen/ops/alias_ops.h' 2024-08-07T17:41:38.5420686Z adding 'torch/include/ATen/ops/align_as.h' 2024-08-07T17:41:38.5423875Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.5426951Z adding 'torch/include/ATen/ops/align_as_native.h' 2024-08-07T17:41:38.5430057Z adding 'torch/include/ATen/ops/align_as_ops.h' 2024-08-07T17:41:38.5433288Z adding 'torch/include/ATen/ops/align_tensors.h' 2024-08-07T17:41:38.5437054Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.5439645Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2024-08-07T17:41:38.5443281Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2024-08-07T17:41:38.5445904Z adding 'torch/include/ATen/ops/align_to.h' 2024-08-07T17:41:38.5449329Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.5452296Z adding 'torch/include/ATen/ops/align_to_native.h' 2024-08-07T17:41:38.5455613Z adding 'torch/include/ATen/ops/align_to_ops.h' 2024-08-07T17:41:38.5459088Z adding 'torch/include/ATen/ops/all.h' 2024-08-07T17:41:38.5462647Z adding 'torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.5466125Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.5469128Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.5472361Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2024-08-07T17:41:38.5475545Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2024-08-07T17:41:38.5479143Z adding 'torch/include/ATen/ops/all_meta.h' 2024-08-07T17:41:38.5482650Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2024-08-07T17:41:38.5485342Z adding 'torch/include/ATen/ops/all_native.h' 2024-08-07T17:41:38.5488994Z adding 'torch/include/ATen/ops/all_ops.h' 2024-08-07T17:41:38.5492261Z adding 'torch/include/ATen/ops/allclose.h' 2024-08-07T17:41:38.5495703Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.5498606Z adding 'torch/include/ATen/ops/allclose_native.h' 2024-08-07T17:41:38.5502041Z adding 'torch/include/ATen/ops/allclose_ops.h' 2024-08-07T17:41:38.5505411Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2024-08-07T17:41:38.5508618Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.5511640Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2024-08-07T17:41:38.5514840Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2024-08-07T17:41:38.5518137Z adding 'torch/include/ATen/ops/amax.h' 2024-08-07T17:41:38.5521515Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.5524639Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2024-08-07T17:41:38.5528056Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2024-08-07T17:41:38.5530956Z adding 'torch/include/ATen/ops/amax_meta.h' 2024-08-07T17:41:38.5534244Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2024-08-07T17:41:38.5537294Z adding 'torch/include/ATen/ops/amax_native.h' 2024-08-07T17:41:38.5540773Z adding 'torch/include/ATen/ops/amax_ops.h' 2024-08-07T17:41:38.5543970Z adding 'torch/include/ATen/ops/amin.h' 2024-08-07T17:41:38.5547458Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.5550742Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2024-08-07T17:41:38.5553731Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2024-08-07T17:41:38.5556899Z adding 'torch/include/ATen/ops/amin_meta.h' 2024-08-07T17:41:38.5560071Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2024-08-07T17:41:38.5563219Z adding 'torch/include/ATen/ops/amin_native.h' 2024-08-07T17:41:38.5566459Z adding 'torch/include/ATen/ops/amin_ops.h' 2024-08-07T17:41:38.5569791Z adding 'torch/include/ATen/ops/aminmax.h' 2024-08-07T17:41:38.5573528Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.5576343Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2024-08-07T17:41:38.5579694Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2024-08-07T17:41:38.5582793Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2024-08-07T17:41:38.5586122Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2024-08-07T17:41:38.5589158Z adding 'torch/include/ATen/ops/aminmax_native.h' 2024-08-07T17:41:38.5592905Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2024-08-07T17:41:38.5596334Z adding 'torch/include/ATen/ops/and.h' 2024-08-07T17:41:38.5599438Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.5602498Z adding 'torch/include/ATen/ops/and_native.h' 2024-08-07T17:41:38.5605817Z adding 'torch/include/ATen/ops/and_ops.h' 2024-08-07T17:41:38.5609163Z adding 'torch/include/ATen/ops/angle.h' 2024-08-07T17:41:38.5612400Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2024-08-07T17:41:38.5615677Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2024-08-07T17:41:38.5618797Z adding 'torch/include/ATen/ops/angle_native.h' 2024-08-07T17:41:38.5622038Z adding 'torch/include/ATen/ops/angle_ops.h' 2024-08-07T17:41:38.5625507Z adding 'torch/include/ATen/ops/any.h' 2024-08-07T17:41:38.5628850Z adding 'torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.5632257Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.5635412Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.5638613Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2024-08-07T17:41:38.5641894Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2024-08-07T17:41:38.5645039Z adding 'torch/include/ATen/ops/any_meta.h' 2024-08-07T17:41:38.5648376Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2024-08-07T17:41:38.5651558Z adding 'torch/include/ATen/ops/any_native.h' 2024-08-07T17:41:38.5655284Z adding 'torch/include/ATen/ops/any_ops.h' 2024-08-07T17:41:38.5658952Z adding 'torch/include/ATen/ops/arange.h' 2024-08-07T17:41:38.5662484Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.5665665Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2024-08-07T17:41:38.5668765Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2024-08-07T17:41:38.5671857Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2024-08-07T17:41:38.5674958Z adding 'torch/include/ATen/ops/arange_native.h' 2024-08-07T17:41:38.5678535Z adding 'torch/include/ATen/ops/arange_ops.h' 2024-08-07T17:41:38.5681874Z adding 'torch/include/ATen/ops/arccos.h' 2024-08-07T17:41:38.5685186Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.5688037Z adding 'torch/include/ATen/ops/arccos_native.h' 2024-08-07T17:41:38.5691213Z adding 'torch/include/ATen/ops/arccos_ops.h' 2024-08-07T17:41:38.5694348Z adding 'torch/include/ATen/ops/arccosh.h' 2024-08-07T17:41:38.5697591Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.5700594Z adding 'torch/include/ATen/ops/arccosh_native.h' 2024-08-07T17:41:38.5703844Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2024-08-07T17:41:38.5706982Z adding 'torch/include/ATen/ops/arcsin.h' 2024-08-07T17:41:38.5710425Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.5713372Z adding 'torch/include/ATen/ops/arcsin_native.h' 2024-08-07T17:41:38.5716634Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2024-08-07T17:41:38.5719702Z adding 'torch/include/ATen/ops/arcsinh.h' 2024-08-07T17:41:38.5722927Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.5725820Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2024-08-07T17:41:38.5729038Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2024-08-07T17:41:38.5732181Z adding 'torch/include/ATen/ops/arctan.h' 2024-08-07T17:41:38.5735286Z adding 'torch/include/ATen/ops/arctan2.h' 2024-08-07T17:41:38.5738528Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.5741570Z adding 'torch/include/ATen/ops/arctan2_native.h' 2024-08-07T17:41:38.5744866Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2024-08-07T17:41:38.5748142Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.5751046Z adding 'torch/include/ATen/ops/arctan_native.h' 2024-08-07T17:41:38.5754244Z adding 'torch/include/ATen/ops/arctan_ops.h' 2024-08-07T17:41:38.5757350Z adding 'torch/include/ATen/ops/arctanh.h' 2024-08-07T17:41:38.5760582Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.5763424Z adding 'torch/include/ATen/ops/arctanh_native.h' 2024-08-07T17:41:38.5767179Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2024-08-07T17:41:38.5770427Z adding 'torch/include/ATen/ops/argmax.h' 2024-08-07T17:41:38.5777915Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.5780076Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2024-08-07T17:41:38.5783457Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2024-08-07T17:41:38.5786370Z adding 'torch/include/ATen/ops/argmax_meta.h' 2024-08-07T17:41:38.5789919Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2024-08-07T17:41:38.5792663Z adding 'torch/include/ATen/ops/argmax_native.h' 2024-08-07T17:41:38.5795900Z adding 'torch/include/ATen/ops/argmax_ops.h' 2024-08-07T17:41:38.5799059Z adding 'torch/include/ATen/ops/argmin.h' 2024-08-07T17:41:38.5802462Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.5805412Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2024-08-07T17:41:38.5808598Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2024-08-07T17:41:38.5811592Z adding 'torch/include/ATen/ops/argmin_meta.h' 2024-08-07T17:41:38.5814740Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2024-08-07T17:41:38.5817784Z adding 'torch/include/ATen/ops/argmin_native.h' 2024-08-07T17:41:38.5821104Z adding 'torch/include/ATen/ops/argmin_ops.h' 2024-08-07T17:41:38.5824312Z adding 'torch/include/ATen/ops/argsort.h' 2024-08-07T17:41:38.5827686Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.5830622Z adding 'torch/include/ATen/ops/argsort_native.h' 2024-08-07T17:41:38.5833976Z adding 'torch/include/ATen/ops/argsort_ops.h' 2024-08-07T17:41:38.5837120Z adding 'torch/include/ATen/ops/argwhere.h' 2024-08-07T17:41:38.5840370Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.5843311Z adding 'torch/include/ATen/ops/argwhere_native.h' 2024-08-07T17:41:38.5846353Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2024-08-07T17:41:38.5849687Z adding 'torch/include/ATen/ops/as_strided.h' 2024-08-07T17:41:38.5853167Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.5856464Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2024-08-07T17:41:38.5860143Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.5863430Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.5866725Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2024-08-07T17:41:38.5869925Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2024-08-07T17:41:38.5873198Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2024-08-07T17:41:38.5876275Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2024-08-07T17:41:38.5879366Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2024-08-07T17:41:38.5882447Z adding 'torch/include/ATen/ops/as_strided_native.h' 2024-08-07T17:41:38.5885730Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2024-08-07T17:41:38.5889284Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2024-08-07T17:41:38.5892815Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.5896049Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.5898978Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2024-08-07T17:41:38.5902351Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2024-08-07T17:41:38.5905511Z adding 'torch/include/ATen/ops/asin.h' 2024-08-07T17:41:38.5908912Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.5911867Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2024-08-07T17:41:38.5914976Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2024-08-07T17:41:38.5917990Z adding 'torch/include/ATen/ops/asin_meta.h' 2024-08-07T17:41:38.5921104Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2024-08-07T17:41:38.5924072Z adding 'torch/include/ATen/ops/asin_native.h' 2024-08-07T17:41:38.5927229Z adding 'torch/include/ATen/ops/asin_ops.h' 2024-08-07T17:41:38.5930368Z adding 'torch/include/ATen/ops/asinh.h' 2024-08-07T17:41:38.5933734Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.5936632Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2024-08-07T17:41:38.5939801Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2024-08-07T17:41:38.5942826Z adding 'torch/include/ATen/ops/asinh_meta.h' 2024-08-07T17:41:38.5945930Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2024-08-07T17:41:38.5949323Z adding 'torch/include/ATen/ops/asinh_native.h' 2024-08-07T17:41:38.5952552Z adding 'torch/include/ATen/ops/asinh_ops.h' 2024-08-07T17:41:38.5955684Z adding 'torch/include/ATen/ops/atan.h' 2024-08-07T17:41:38.5958815Z adding 'torch/include/ATen/ops/atan2.h' 2024-08-07T17:41:38.5962163Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.5965127Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2024-08-07T17:41:38.5968380Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2024-08-07T17:41:38.5971434Z adding 'torch/include/ATen/ops/atan2_meta.h' 2024-08-07T17:41:38.5974589Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2024-08-07T17:41:38.5977593Z adding 'torch/include/ATen/ops/atan2_native.h' 2024-08-07T17:41:38.5980949Z adding 'torch/include/ATen/ops/atan2_ops.h' 2024-08-07T17:41:38.5984386Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.5987340Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2024-08-07T17:41:38.5990416Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2024-08-07T17:41:38.5993401Z adding 'torch/include/ATen/ops/atan_meta.h' 2024-08-07T17:41:38.5996494Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2024-08-07T17:41:38.5999511Z adding 'torch/include/ATen/ops/atan_native.h' 2024-08-07T17:41:38.6002725Z adding 'torch/include/ATen/ops/atan_ops.h' 2024-08-07T17:41:38.6005860Z adding 'torch/include/ATen/ops/atanh.h' 2024-08-07T17:41:38.6009205Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.6012151Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2024-08-07T17:41:38.6015265Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2024-08-07T17:41:38.6018245Z adding 'torch/include/ATen/ops/atanh_meta.h' 2024-08-07T17:41:38.6021478Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2024-08-07T17:41:38.6024560Z adding 'torch/include/ATen/ops/atanh_native.h' 2024-08-07T17:41:38.6027705Z adding 'torch/include/ATen/ops/atanh_ops.h' 2024-08-07T17:41:38.6030824Z adding 'torch/include/ATen/ops/atleast_1d.h' 2024-08-07T17:41:38.6034163Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.6037013Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2024-08-07T17:41:38.6040893Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2024-08-07T17:41:38.6044086Z adding 'torch/include/ATen/ops/atleast_2d.h' 2024-08-07T17:41:38.6047355Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.6050238Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2024-08-07T17:41:38.6053427Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2024-08-07T17:41:38.6056527Z adding 'torch/include/ATen/ops/atleast_3d.h' 2024-08-07T17:41:38.6059879Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.6062819Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2024-08-07T17:41:38.6066025Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2024-08-07T17:41:38.6069495Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2024-08-07T17:41:38.6072856Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.6076184Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2024-08-07T17:41:38.6079199Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2024-08-07T17:41:38.6082411Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2024-08-07T17:41:38.6085721Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2024-08-07T17:41:38.6089212Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.6092222Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2024-08-07T17:41:38.6095375Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2024-08-07T17:41:38.6098443Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2024-08-07T17:41:38.6101732Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2024-08-07T17:41:38.6104907Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2024-08-07T17:41:38.6108257Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2024-08-07T17:41:38.6111654Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.6114611Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2024-08-07T17:41:38.6117773Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2024-08-07T17:41:38.6121266Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2024-08-07T17:41:38.6124546Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2024-08-07T17:41:38.6127732Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2024-08-07T17:41:38.6131091Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2024-08-07T17:41:38.6134337Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2024-08-07T17:41:38.6137614Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2024-08-07T17:41:38.6141211Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.6144247Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2024-08-07T17:41:38.6147439Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2024-08-07T17:41:38.6150638Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2024-08-07T17:41:38.6153877Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2024-08-07T17:41:38.6157047Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2024-08-07T17:41:38.6160374Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2024-08-07T17:41:38.6163749Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.6166829Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2024-08-07T17:41:38.6170135Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2024-08-07T17:41:38.6173138Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2024-08-07T17:41:38.6176489Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2024-08-07T17:41:38.6179762Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2024-08-07T17:41:38.6183202Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2024-08-07T17:41:38.6186451Z adding 'torch/include/ATen/ops/baddbmm.h' 2024-08-07T17:41:38.6189983Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.6192979Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2024-08-07T17:41:38.6196297Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2024-08-07T17:41:38.6199289Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2024-08-07T17:41:38.6202594Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2024-08-07T17:41:38.6205591Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2024-08-07T17:41:38.6209088Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2024-08-07T17:41:38.6212897Z adding 'torch/include/ATen/ops/bartlett_window.h' 2024-08-07T17:41:38.6216208Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.6219424Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2024-08-07T17:41:38.6222981Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2024-08-07T17:41:38.6226466Z adding 'torch/include/ATen/ops/batch_norm.h' 2024-08-07T17:41:38.6229469Z adding 'torch/include/ATen/ops/batch_norm_backward.h' 2024-08-07T17:41:38.6232880Z adding 'torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h' 2024-08-07T17:41:38.6236099Z adding 'torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h' 2024-08-07T17:41:38.6239416Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2024-08-07T17:41:38.6242876Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.6245960Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2024-08-07T17:41:38.6249079Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2024-08-07T17:41:38.6252404Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2024-08-07T17:41:38.6255692Z adding 'torch/include/ATen/ops/batch_norm_backward_native.h' 2024-08-07T17:41:38.6259059Z adding 'torch/include/ATen/ops/batch_norm_backward_ops.h' 2024-08-07T17:41:38.6262602Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2024-08-07T17:41:38.6266436Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.6269374Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2024-08-07T17:41:38.6272539Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2024-08-07T17:41:38.6275977Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2024-08-07T17:41:38.6279388Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.6282483Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2024-08-07T17:41:38.6285864Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2024-08-07T17:41:38.6288928Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2024-08-07T17:41:38.6292348Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2024-08-07T17:41:38.6295668Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2024-08-07T17:41:38.6299255Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.6302385Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2024-08-07T17:41:38.6305576Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2024-08-07T17:41:38.6308993Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2024-08-07T17:41:38.6312415Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2024-08-07T17:41:38.6316381Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.6319462Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2024-08-07T17:41:38.6322666Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2024-08-07T17:41:38.6326084Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2024-08-07T17:41:38.6329312Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2024-08-07T17:41:38.6332555Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2024-08-07T17:41:38.6335905Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2024-08-07T17:41:38.6339412Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.6342474Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2024-08-07T17:41:38.6345803Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2024-08-07T17:41:38.6348845Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2024-08-07T17:41:38.6357546Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2024-08-07T17:41:38.6358128Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.6358766Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2024-08-07T17:41:38.6361961Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2024-08-07T17:41:38.6365019Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2024-08-07T17:41:38.6368314Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2024-08-07T17:41:38.6371759Z adding 'torch/include/ATen/ops/bernoulli.h' 2024-08-07T17:41:38.6375429Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.6378589Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.6381784Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2024-08-07T17:41:38.6384969Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2024-08-07T17:41:38.6388193Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2024-08-07T17:41:38.6391335Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2024-08-07T17:41:38.6395108Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2024-08-07T17:41:38.6398375Z adding 'torch/include/ATen/ops/bilinear.h' 2024-08-07T17:41:38.6401822Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.6404746Z adding 'torch/include/ATen/ops/bilinear_native.h' 2024-08-07T17:41:38.6408193Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2024-08-07T17:41:38.6411308Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2024-08-07T17:41:38.6414700Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2024-08-07T17:41:38.6418043Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2024-08-07T17:41:38.6421423Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2024-08-07T17:41:38.6424644Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2024-08-07T17:41:38.6428010Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2024-08-07T17:41:38.6431360Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2024-08-07T17:41:38.6434538Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2024-08-07T17:41:38.6437713Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2024-08-07T17:41:38.6441008Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2024-08-07T17:41:38.6444420Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2024-08-07T17:41:38.6447852Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.6450958Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2024-08-07T17:41:38.6455190Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2024-08-07T17:41:38.6457574Z adding 'torch/include/ATen/ops/bincount.h' 2024-08-07T17:41:38.6461098Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.6464104Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2024-08-07T17:41:38.6467291Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2024-08-07T17:41:38.6470330Z adding 'torch/include/ATen/ops/bincount_native.h' 2024-08-07T17:41:38.6473718Z adding 'torch/include/ATen/ops/bincount_ops.h' 2024-08-07T17:41:38.6476922Z adding 'torch/include/ATen/ops/binomial.h' 2024-08-07T17:41:38.6480381Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.6483395Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2024-08-07T17:41:38.6486608Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2024-08-07T17:41:38.6489649Z adding 'torch/include/ATen/ops/binomial_native.h' 2024-08-07T17:41:38.6493062Z adding 'torch/include/ATen/ops/binomial_ops.h' 2024-08-07T17:41:38.6496952Z adding 'torch/include/ATen/ops/bitwise_and.h' 2024-08-07T17:41:38.6500466Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.6503781Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.6506847Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2024-08-07T17:41:38.6509885Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2024-08-07T17:41:38.6512886Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2024-08-07T17:41:38.6516171Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2024-08-07T17:41:38.6519215Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2024-08-07T17:41:38.6522758Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2024-08-07T17:41:38.6526246Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2024-08-07T17:41:38.6529744Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.6532990Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.6535974Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2024-08-07T17:41:38.6539118Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2024-08-07T17:41:38.6542183Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2024-08-07T17:41:38.6545331Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2024-08-07T17:41:38.6548407Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2024-08-07T17:41:38.6551950Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2024-08-07T17:41:38.6555148Z adding 'torch/include/ATen/ops/bitwise_not.h' 2024-08-07T17:41:38.6558467Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.6561467Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2024-08-07T17:41:38.6564525Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2024-08-07T17:41:38.6567496Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2024-08-07T17:41:38.6570636Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2024-08-07T17:41:38.6573624Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2024-08-07T17:41:38.6576845Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2024-08-07T17:41:38.6580251Z adding 'torch/include/ATen/ops/bitwise_or.h' 2024-08-07T17:41:38.6583631Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.6586803Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.6589733Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2024-08-07T17:41:38.6592853Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2024-08-07T17:41:38.6596166Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2024-08-07T17:41:38.6599088Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2024-08-07T17:41:38.6602016Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2024-08-07T17:41:38.6605499Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2024-08-07T17:41:38.6608903Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2024-08-07T17:41:38.6612279Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.6615488Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.6618602Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2024-08-07T17:41:38.6621861Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2024-08-07T17:41:38.6625061Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2024-08-07T17:41:38.6628207Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2024-08-07T17:41:38.6631513Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2024-08-07T17:41:38.6635136Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2024-08-07T17:41:38.6638571Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2024-08-07T17:41:38.6642035Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.6645287Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.6648488Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2024-08-07T17:41:38.6651521Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2024-08-07T17:41:38.6654641Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2024-08-07T17:41:38.6657781Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2024-08-07T17:41:38.6661091Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2024-08-07T17:41:38.6664607Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2024-08-07T17:41:38.6668236Z adding 'torch/include/ATen/ops/blackman_window.h' 2024-08-07T17:41:38.6671803Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.6674795Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2024-08-07T17:41:38.6678321Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2024-08-07T17:41:38.6681509Z adding 'torch/include/ATen/ops/block_diag.h' 2024-08-07T17:41:38.6684928Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.6687845Z adding 'torch/include/ATen/ops/block_diag_native.h' 2024-08-07T17:41:38.6691190Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2024-08-07T17:41:38.6694328Z adding 'torch/include/ATen/ops/bmm.h' 2024-08-07T17:41:38.6697817Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.6700874Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2024-08-07T17:41:38.6704125Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2024-08-07T17:41:38.6707189Z adding 'torch/include/ATen/ops/bmm_meta.h' 2024-08-07T17:41:38.6710456Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2024-08-07T17:41:38.6713514Z adding 'torch/include/ATen/ops/bmm_native.h' 2024-08-07T17:41:38.6717961Z adding 'torch/include/ATen/ops/bmm_ops.h' 2024-08-07T17:41:38.6721323Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2024-08-07T17:41:38.6724905Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.6727732Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2024-08-07T17:41:38.6730881Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2024-08-07T17:41:38.6734171Z adding 'torch/include/ATen/ops/broadcast_to.h' 2024-08-07T17:41:38.6737523Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.6740956Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2024-08-07T17:41:38.6744234Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2024-08-07T17:41:38.6747289Z adding 'torch/include/ATen/ops/bucketize.h' 2024-08-07T17:41:38.6750856Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.6753827Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2024-08-07T17:41:38.6757088Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2024-08-07T17:41:38.6760176Z adding 'torch/include/ATen/ops/bucketize_native.h' 2024-08-07T17:41:38.6763726Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2024-08-07T17:41:38.6766835Z adding 'torch/include/ATen/ops/can_cast.h' 2024-08-07T17:41:38.6770246Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.6773192Z adding 'torch/include/ATen/ops/can_cast_native.h' 2024-08-07T17:41:38.6776477Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2024-08-07T17:41:38.6779630Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2024-08-07T17:41:38.6783037Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.6785972Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2024-08-07T17:41:38.6789871Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2024-08-07T17:41:38.6793226Z adding 'torch/include/ATen/ops/cat.h' 2024-08-07T17:41:38.6796646Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.6799871Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.6803508Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2024-08-07T17:41:38.6806171Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2024-08-07T17:41:38.6809790Z adding 'torch/include/ATen/ops/cat_meta.h' 2024-08-07T17:41:38.6813224Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2024-08-07T17:41:38.6816545Z adding 'torch/include/ATen/ops/cat_native.h' 2024-08-07T17:41:38.6820029Z adding 'torch/include/ATen/ops/cat_ops.h' 2024-08-07T17:41:38.6823379Z adding 'torch/include/ATen/ops/cauchy.h' 2024-08-07T17:41:38.6826712Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.6829875Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2024-08-07T17:41:38.6833018Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2024-08-07T17:41:38.6836250Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2024-08-07T17:41:38.6839349Z adding 'torch/include/ATen/ops/cauchy_native.h' 2024-08-07T17:41:38.6842773Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2024-08-07T17:41:38.6845835Z adding 'torch/include/ATen/ops/ccol_indices.h' 2024-08-07T17:41:38.6849233Z adding 'torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.6852226Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2024-08-07T17:41:38.6855581Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.6858812Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.6861741Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2024-08-07T17:41:38.6865204Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2024-08-07T17:41:38.6868089Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2024-08-07T17:41:38.6871321Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2024-08-07T17:41:38.6874395Z adding 'torch/include/ATen/ops/cdist.h' 2024-08-07T17:41:38.6877770Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.6880739Z adding 'torch/include/ATen/ops/cdist_native.h' 2024-08-07T17:41:38.6884248Z adding 'torch/include/ATen/ops/cdist_ops.h' 2024-08-07T17:41:38.6887171Z adding 'torch/include/ATen/ops/ceil.h' 2024-08-07T17:41:38.6890625Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.6893566Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2024-08-07T17:41:38.6896823Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2024-08-07T17:41:38.6899956Z adding 'torch/include/ATen/ops/ceil_meta.h' 2024-08-07T17:41:38.6903273Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2024-08-07T17:41:38.6906305Z adding 'torch/include/ATen/ops/ceil_native.h' 2024-08-07T17:41:38.6909633Z adding 'torch/include/ATen/ops/ceil_ops.h' 2024-08-07T17:41:38.6912809Z adding 'torch/include/ATen/ops/celu.h' 2024-08-07T17:41:38.6916055Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.6919040Z adding 'torch/include/ATen/ops/celu_native.h' 2024-08-07T17:41:38.6922287Z adding 'torch/include/ATen/ops/celu_ops.h' 2024-08-07T17:41:38.6925543Z adding 'torch/include/ATen/ops/chain_matmul.h' 2024-08-07T17:41:38.6928827Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.6931859Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2024-08-07T17:41:38.6935029Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2024-08-07T17:41:38.6938156Z adding 'torch/include/ATen/ops/chalf.h' 2024-08-07T17:41:38.6941564Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.6944593Z adding 'torch/include/ATen/ops/chalf_native.h' 2024-08-07T17:41:38.6947706Z adding 'torch/include/ATen/ops/chalf_ops.h' 2024-08-07T17:41:38.6951188Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2024-08-07T17:41:38.6954713Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.6957799Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2024-08-07T17:41:38.6960803Z adding 'torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h' 2024-08-07T17:41:38.6963777Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2024-08-07T17:41:38.6967107Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2024-08-07T17:41:38.6970235Z adding 'torch/include/ATen/ops/cholesky.h' 2024-08-07T17:41:38.6973384Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2024-08-07T17:41:38.6976509Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2024-08-07T17:41:38.6979726Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2024-08-07T17:41:38.6983097Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2024-08-07T17:41:38.6986218Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2024-08-07T17:41:38.6989255Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2024-08-07T17:41:38.6992442Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2024-08-07T17:41:38.6995461Z adding 'torch/include/ATen/ops/cholesky_native.h' 2024-08-07T17:41:38.6998633Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2024-08-07T17:41:38.7001811Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2024-08-07T17:41:38.7005116Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.7008013Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2024-08-07T17:41:38.7011175Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2024-08-07T17:41:38.7014791Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2024-08-07T17:41:38.7018105Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.7021142Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2024-08-07T17:41:38.7024315Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2024-08-07T17:41:38.7027359Z adding 'torch/include/ATen/ops/chunk.h' 2024-08-07T17:41:38.7030608Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.7033495Z adding 'torch/include/ATen/ops/chunk_native.h' 2024-08-07T17:41:38.7036651Z adding 'torch/include/ATen/ops/chunk_ops.h' 2024-08-07T17:41:38.7039928Z adding 'torch/include/ATen/ops/clamp.h' 2024-08-07T17:41:38.7043394Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.7046464Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2024-08-07T17:41:38.7049667Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2024-08-07T17:41:38.7052978Z adding 'torch/include/ATen/ops/clamp_max.h' 2024-08-07T17:41:38.7056356Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.7059429Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2024-08-07T17:41:38.7062596Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2024-08-07T17:41:38.7065642Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2024-08-07T17:41:38.7068953Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2024-08-07T17:41:38.7071993Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2024-08-07T17:41:38.7075570Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2024-08-07T17:41:38.7078731Z adding 'torch/include/ATen/ops/clamp_meta.h' 2024-08-07T17:41:38.7082161Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2024-08-07T17:41:38.7085390Z adding 'torch/include/ATen/ops/clamp_min.h' 2024-08-07T17:41:38.7088965Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.7092006Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2024-08-07T17:41:38.7095241Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2024-08-07T17:41:38.7098334Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2024-08-07T17:41:38.7101749Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2024-08-07T17:41:38.7104941Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2024-08-07T17:41:38.7108465Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2024-08-07T17:41:38.7111726Z adding 'torch/include/ATen/ops/clamp_native.h' 2024-08-07T17:41:38.7115280Z adding 'torch/include/ATen/ops/clamp_ops.h' 2024-08-07T17:41:38.7119133Z adding 'torch/include/ATen/ops/clip.h' 2024-08-07T17:41:38.7122343Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.7125508Z adding 'torch/include/ATen/ops/clip_native.h' 2024-08-07T17:41:38.7129156Z adding 'torch/include/ATen/ops/clip_ops.h' 2024-08-07T17:41:38.7132421Z adding 'torch/include/ATen/ops/clone.h' 2024-08-07T17:41:38.7135881Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.7138966Z adding 'torch/include/ATen/ops/clone_native.h' 2024-08-07T17:41:38.7142476Z adding 'torch/include/ATen/ops/clone_ops.h' 2024-08-07T17:41:38.7145528Z adding 'torch/include/ATen/ops/coalesce.h' 2024-08-07T17:41:38.7148962Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.7151850Z adding 'torch/include/ATen/ops/coalesce_native.h' 2024-08-07T17:41:38.7155191Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2024-08-07T17:41:38.7158667Z adding 'torch/include/ATen/ops/col2im.h' 2024-08-07T17:41:38.7162113Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2024-08-07T17:41:38.7165447Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2024-08-07T17:41:38.7168534Z adding 'torch/include/ATen/ops/col2im_native.h' 2024-08-07T17:41:38.7171965Z adding 'torch/include/ATen/ops/col2im_ops.h' 2024-08-07T17:41:38.7175023Z adding 'torch/include/ATen/ops/col_indices.h' 2024-08-07T17:41:38.7178393Z adding 'torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.7181529Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2024-08-07T17:41:38.7185000Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.7188234Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.7191136Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2024-08-07T17:41:38.7194426Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2024-08-07T17:41:38.7197548Z adding 'torch/include/ATen/ops/col_indices_native.h' 2024-08-07T17:41:38.7200771Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2024-08-07T17:41:38.7203924Z adding 'torch/include/ATen/ops/column_stack.h' 2024-08-07T17:41:38.7207329Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.7210305Z adding 'torch/include/ATen/ops/column_stack_native.h' 2024-08-07T17:41:38.7213845Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2024-08-07T17:41:38.7221651Z adding 'torch/include/ATen/ops/combinations.h' 2024-08-07T17:41:38.7222166Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.7225584Z adding 'torch/include/ATen/ops/combinations_native.h' 2024-08-07T17:41:38.7229254Z adding 'torch/include/ATen/ops/combinations_ops.h' 2024-08-07T17:41:38.7231878Z adding 'torch/include/ATen/ops/complex.h' 2024-08-07T17:41:38.7235503Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.7238379Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2024-08-07T17:41:38.7241533Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2024-08-07T17:41:38.7244555Z adding 'torch/include/ATen/ops/complex_native.h' 2024-08-07T17:41:38.7247943Z adding 'torch/include/ATen/ops/complex_ops.h' 2024-08-07T17:41:38.7251249Z adding 'torch/include/ATen/ops/concat.h' 2024-08-07T17:41:38.7254725Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.7257825Z adding 'torch/include/ATen/ops/concat_native.h' 2024-08-07T17:41:38.7261219Z adding 'torch/include/ATen/ops/concat_ops.h' 2024-08-07T17:41:38.7264639Z adding 'torch/include/ATen/ops/concatenate.h' 2024-08-07T17:41:38.7268127Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.7271114Z adding 'torch/include/ATen/ops/concatenate_native.h' 2024-08-07T17:41:38.7274864Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2024-08-07T17:41:38.7277690Z adding 'torch/include/ATen/ops/conj.h' 2024-08-07T17:41:38.7281039Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.7283921Z adding 'torch/include/ATen/ops/conj_native.h' 2024-08-07T17:41:38.7287186Z adding 'torch/include/ATen/ops/conj_ops.h' 2024-08-07T17:41:38.7290380Z adding 'torch/include/ATen/ops/conj_physical.h' 2024-08-07T17:41:38.7293826Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.7296994Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.7300171Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2024-08-07T17:41:38.7303413Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2024-08-07T17:41:38.7306439Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2024-08-07T17:41:38.7309799Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2024-08-07T17:41:38.7313203Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2024-08-07T17:41:38.7316804Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.7319850Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2024-08-07T17:41:38.7323131Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2024-08-07T17:41:38.7326234Z adding 'torch/include/ATen/ops/contiguous.h' 2024-08-07T17:41:38.7329524Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.7332864Z adding 'torch/include/ATen/ops/contiguous_native.h' 2024-08-07T17:41:38.7335803Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2024-08-07T17:41:38.7339526Z adding 'torch/include/ATen/ops/conv1d.h' 2024-08-07T17:41:38.7343136Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.7346121Z adding 'torch/include/ATen/ops/conv1d_native.h' 2024-08-07T17:41:38.7349585Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2024-08-07T17:41:38.7353053Z adding 'torch/include/ATen/ops/conv2d.h' 2024-08-07T17:41:38.7356713Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.7359770Z adding 'torch/include/ATen/ops/conv2d_native.h' 2024-08-07T17:41:38.7363366Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2024-08-07T17:41:38.7366870Z adding 'torch/include/ATen/ops/conv3d.h' 2024-08-07T17:41:38.7370241Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.7373355Z adding 'torch/include/ATen/ops/conv3d_native.h' 2024-08-07T17:41:38.7376675Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2024-08-07T17:41:38.7380817Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2024-08-07T17:41:38.7384293Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.7387391Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2024-08-07T17:41:38.7390618Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2024-08-07T17:41:38.7394179Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2024-08-07T17:41:38.7397298Z adding 'torch/include/ATen/ops/conv_tbc.h' 2024-08-07T17:41:38.7400463Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2024-08-07T17:41:38.7403778Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.7407177Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2024-08-07T17:41:38.7410358Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2024-08-07T17:41:38.7413786Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.7416792Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2024-08-07T17:41:38.7420251Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2024-08-07T17:41:38.7423685Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2024-08-07T17:41:38.7427099Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.7430204Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2024-08-07T17:41:38.7433467Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2024-08-07T17:41:38.7436869Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2024-08-07T17:41:38.7440247Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.7443178Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2024-08-07T17:41:38.7446582Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2024-08-07T17:41:38.7449899Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2024-08-07T17:41:38.7453332Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.7456293Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2024-08-07T17:41:38.7459635Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2024-08-07T17:41:38.7463343Z adding 'torch/include/ATen/ops/convolution.h' 2024-08-07T17:41:38.7467389Z adding 'torch/include/ATen/ops/convolution_backward.h' 2024-08-07T17:41:38.7471206Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.7474382Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2024-08-07T17:41:38.7477481Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2024-08-07T17:41:38.7480909Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2024-08-07T17:41:38.7484849Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2024-08-07T17:41:38.7488586Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.7491816Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2024-08-07T17:41:38.7495264Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2024-08-07T17:41:38.7498680Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.7501805Z adding 'torch/include/ATen/ops/convolution_native.h' 2024-08-07T17:41:38.7505099Z adding 'torch/include/ATen/ops/convolution_ops.h' 2024-08-07T17:41:38.7508816Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2024-08-07T17:41:38.7512482Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.7515549Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2024-08-07T17:41:38.7518844Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2024-08-07T17:41:38.7521935Z adding 'torch/include/ATen/ops/copy.h' 2024-08-07T17:41:38.7525197Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.7528376Z adding 'torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.7531323Z adding 'torch/include/ATen/ops/copy_meta_dispatch.h' 2024-08-07T17:41:38.7534345Z adding 'torch/include/ATen/ops/copy_native.h' 2024-08-07T17:41:38.7537624Z adding 'torch/include/ATen/ops/copy_ops.h' 2024-08-07T17:41:38.7549478Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2024-08-07T17:41:38.7552897Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.7555869Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2024-08-07T17:41:38.7558865Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2024-08-07T17:41:38.7562090Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2024-08-07T17:41:38.7565229Z adding 'torch/include/ATen/ops/copysign.h' 2024-08-07T17:41:38.7568537Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.7572096Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.7575008Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2024-08-07T17:41:38.7578072Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2024-08-07T17:41:38.7581195Z adding 'torch/include/ATen/ops/copysign_meta.h' 2024-08-07T17:41:38.7584333Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2024-08-07T17:41:38.7587377Z adding 'torch/include/ATen/ops/copysign_native.h' 2024-08-07T17:41:38.7590865Z adding 'torch/include/ATen/ops/copysign_ops.h' 2024-08-07T17:41:38.7594022Z adding 'torch/include/ATen/ops/corrcoef.h' 2024-08-07T17:41:38.7597229Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.7600105Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2024-08-07T17:41:38.7603196Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2024-08-07T17:41:38.7606271Z adding 'torch/include/ATen/ops/cos.h' 2024-08-07T17:41:38.7609584Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.7612496Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2024-08-07T17:41:38.7615601Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2024-08-07T17:41:38.7618578Z adding 'torch/include/ATen/ops/cos_meta.h' 2024-08-07T17:41:38.7621833Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2024-08-07T17:41:38.7624845Z adding 'torch/include/ATen/ops/cos_native.h' 2024-08-07T17:41:38.7628058Z adding 'torch/include/ATen/ops/cos_ops.h' 2024-08-07T17:41:38.7631168Z adding 'torch/include/ATen/ops/cosh.h' 2024-08-07T17:41:38.7634473Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.7637413Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2024-08-07T17:41:38.7640482Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2024-08-07T17:41:38.7643506Z adding 'torch/include/ATen/ops/cosh_meta.h' 2024-08-07T17:41:38.7646589Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2024-08-07T17:41:38.7649752Z adding 'torch/include/ATen/ops/cosh_native.h' 2024-08-07T17:41:38.7652912Z adding 'torch/include/ATen/ops/cosh_ops.h' 2024-08-07T17:41:38.7656063Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2024-08-07T17:41:38.7659405Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.7662294Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2024-08-07T17:41:38.7665440Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2024-08-07T17:41:38.7668533Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2024-08-07T17:41:38.7671813Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.7674615Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2024-08-07T17:41:38.7677716Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2024-08-07T17:41:38.7680871Z adding 'torch/include/ATen/ops/count_nonzero.h' 2024-08-07T17:41:38.7684504Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.7687190Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2024-08-07T17:41:38.7690236Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2024-08-07T17:41:38.7693267Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2024-08-07T17:41:38.7696586Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2024-08-07T17:41:38.7699803Z adding 'torch/include/ATen/ops/cov.h' 2024-08-07T17:41:38.7703085Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.7705972Z adding 'torch/include/ATen/ops/cov_native.h' 2024-08-07T17:41:38.7709138Z adding 'torch/include/ATen/ops/cov_ops.h' 2024-08-07T17:41:38.7712295Z adding 'torch/include/ATen/ops/cross.h' 2024-08-07T17:41:38.7715608Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.7718757Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2024-08-07T17:41:38.7722189Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.7725031Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2024-08-07T17:41:38.7728206Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2024-08-07T17:41:38.7731176Z adding 'torch/include/ATen/ops/cross_native.h' 2024-08-07T17:41:38.7734378Z adding 'torch/include/ATen/ops/cross_ops.h' 2024-08-07T17:41:38.7737341Z adding 'torch/include/ATen/ops/crow_indices.h' 2024-08-07T17:41:38.7740710Z adding 'torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.7743664Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2024-08-07T17:41:38.7746903Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.7750233Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.7753076Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2024-08-07T17:41:38.7756415Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2024-08-07T17:41:38.7759545Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2024-08-07T17:41:38.7762664Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2024-08-07T17:41:38.7766252Z adding 'torch/include/ATen/ops/ctc_loss.h' 2024-08-07T17:41:38.7769395Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.7772427Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2024-08-07T17:41:38.7775708Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2024-08-07T17:41:38.7779165Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2024-08-07T17:41:38.7782458Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2024-08-07T17:41:38.7785912Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.7789008Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2024-08-07T17:41:38.7792108Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2024-08-07T17:41:38.7795423Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2024-08-07T17:41:38.7798704Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.7801826Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2024-08-07T17:41:38.7804836Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2024-08-07T17:41:38.7808194Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2024-08-07T17:41:38.7811582Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2024-08-07T17:41:38.7815085Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2024-08-07T17:41:38.7818643Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.7821856Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2024-08-07T17:41:38.7825069Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2024-08-07T17:41:38.7828480Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2024-08-07T17:41:38.7832006Z adding 'torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.7835205Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2024-08-07T17:41:38.7838289Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2024-08-07T17:41:38.7841835Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2024-08-07T17:41:38.7845439Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2024-08-07T17:41:38.7849374Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2024-08-07T17:41:38.7853092Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.7856218Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2024-08-07T17:41:38.7859655Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2024-08-07T17:41:38.7863012Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2024-08-07T17:41:38.7866457Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2024-08-07T17:41:38.7869854Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2024-08-07T17:41:38.7873062Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2024-08-07T17:41:38.7876730Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2024-08-07T17:41:38.7880301Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.7883582Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2024-08-07T17:41:38.7886672Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2024-08-07T17:41:38.7890070Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2024-08-07T17:41:38.7893880Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2024-08-07T17:41:38.7897503Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.7900891Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2024-08-07T17:41:38.7904053Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2024-08-07T17:41:38.7907414Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2024-08-07T17:41:38.7910683Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2024-08-07T17:41:38.7913895Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2024-08-07T17:41:38.7917389Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.7920543Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2024-08-07T17:41:38.7923663Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2024-08-07T17:41:38.7927062Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2024-08-07T17:41:38.7930369Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.7933502Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2024-08-07T17:41:38.7936536Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2024-08-07T17:41:38.7940008Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2024-08-07T17:41:38.7943121Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2024-08-07T17:41:38.7946525Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.7949567Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2024-08-07T17:41:38.7952647Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2024-08-07T17:41:38.7955970Z adding 'torch/include/ATen/ops/cummax.h' 2024-08-07T17:41:38.7959342Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.7962626Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.7965585Z adding 'torch/include/ATen/ops/cummax_native.h' 2024-08-07T17:41:38.7969069Z adding 'torch/include/ATen/ops/cummax_ops.h' 2024-08-07T17:41:38.7972371Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2024-08-07T17:41:38.7975645Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.7978716Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2024-08-07T17:41:38.7981978Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2024-08-07T17:41:38.7985349Z adding 'torch/include/ATen/ops/cummin.h' 2024-08-07T17:41:38.7989020Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.7991965Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.7994997Z adding 'torch/include/ATen/ops/cummin_native.h' 2024-08-07T17:41:38.7998370Z adding 'torch/include/ATen/ops/cummin_ops.h' 2024-08-07T17:41:38.8001978Z adding 'torch/include/ATen/ops/cumprod.h' 2024-08-07T17:41:38.8005011Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2024-08-07T17:41:38.8008424Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.8011757Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2024-08-07T17:41:38.8014566Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2024-08-07T17:41:38.8017983Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.8021233Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.8024419Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2024-08-07T17:41:38.8027559Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2024-08-07T17:41:38.8030709Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2024-08-07T17:41:38.8034293Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2024-08-07T17:41:38.8037063Z adding 'torch/include/ATen/ops/cumprod_native.h' 2024-08-07T17:41:38.8040659Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2024-08-07T17:41:38.8044012Z adding 'torch/include/ATen/ops/cumsum.h' 2024-08-07T17:41:38.8047574Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.8050815Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.8053875Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2024-08-07T17:41:38.8057078Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2024-08-07T17:41:38.8060282Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2024-08-07T17:41:38.8063593Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2024-08-07T17:41:38.8066643Z adding 'torch/include/ATen/ops/cumsum_native.h' 2024-08-07T17:41:38.8070279Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2024-08-07T17:41:38.8073626Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2024-08-07T17:41:38.8076970Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.8079867Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2024-08-07T17:41:38.8083038Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2024-08-07T17:41:38.8086128Z adding 'torch/include/ATen/ops/data.h' 2024-08-07T17:41:38.8089317Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.8092641Z adding 'torch/include/ATen/ops/data_native.h' 2024-08-07T17:41:38.8095751Z adding 'torch/include/ATen/ops/data_ops.h' 2024-08-07T17:41:38.8099021Z adding 'torch/include/ATen/ops/deg2rad.h' 2024-08-07T17:41:38.8102487Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.8105350Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2024-08-07T17:41:38.8108594Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2024-08-07T17:41:38.8111607Z adding 'torch/include/ATen/ops/dense_dim.h' 2024-08-07T17:41:38.8114820Z adding 'torch/include/ATen/ops/dense_dim_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.8117697Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2024-08-07T17:41:38.8120773Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2024-08-07T17:41:38.8123983Z adding 'torch/include/ATen/ops/dequantize.h' 2024-08-07T17:41:38.8127306Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.8130423Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2024-08-07T17:41:38.8133517Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2024-08-07T17:41:38.8136525Z adding 'torch/include/ATen/ops/dequantize_native.h' 2024-08-07T17:41:38.8139973Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2024-08-07T17:41:38.8143104Z adding 'torch/include/ATen/ops/det.h' 2024-08-07T17:41:38.8146332Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.8149197Z adding 'torch/include/ATen/ops/det_native.h' 2024-08-07T17:41:38.8152352Z adding 'torch/include/ATen/ops/det_ops.h' 2024-08-07T17:41:38.8155330Z adding 'torch/include/ATen/ops/detach.h' 2024-08-07T17:41:38.8158561Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.8161487Z adding 'torch/include/ATen/ops/detach_copy.h' 2024-08-07T17:41:38.8164726Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.8167912Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.8170663Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2024-08-07T17:41:38.8173755Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2024-08-07T17:41:38.8176798Z adding 'torch/include/ATen/ops/detach_native.h' 2024-08-07T17:41:38.8180051Z adding 'torch/include/ATen/ops/detach_ops.h' 2024-08-07T17:41:38.8183176Z adding 'torch/include/ATen/ops/diag.h' 2024-08-07T17:41:38.8186568Z adding 'torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.8189618Z adding 'torch/include/ATen/ops/diag_embed.h' 2024-08-07T17:41:38.8193000Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.8196239Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.8199189Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2024-08-07T17:41:38.8202486Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2024-08-07T17:41:38.8205689Z adding 'torch/include/ATen/ops/diag_native.h' 2024-08-07T17:41:38.8208893Z adding 'torch/include/ATen/ops/diag_ops.h' 2024-08-07T17:41:38.8212017Z adding 'torch/include/ATen/ops/diagflat.h' 2024-08-07T17:41:38.8215354Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.8218214Z adding 'torch/include/ATen/ops/diagflat_native.h' 2024-08-07T17:41:38.8221611Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2024-08-07T17:41:38.8224733Z adding 'torch/include/ATen/ops/diagonal.h' 2024-08-07T17:41:38.8228374Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2024-08-07T17:41:38.8232014Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.8234973Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2024-08-07T17:41:38.8238369Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2024-08-07T17:41:38.8241631Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.8244926Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.8248175Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2024-08-07T17:41:38.8251442Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.8254844Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.8257646Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2024-08-07T17:41:38.8261087Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2024-08-07T17:41:38.8264152Z adding 'torch/include/ATen/ops/diagonal_native.h' 2024-08-07T17:41:38.8267498Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2024-08-07T17:41:38.8270758Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2024-08-07T17:41:38.8274383Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.8277710Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.8280687Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2024-08-07T17:41:38.8284084Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2024-08-07T17:41:38.8288045Z adding 'torch/include/ATen/ops/diff.h' 2024-08-07T17:41:38.8291464Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.8294523Z adding 'torch/include/ATen/ops/diff_native.h' 2024-08-07T17:41:38.8297811Z adding 'torch/include/ATen/ops/diff_ops.h' 2024-08-07T17:41:38.8301328Z adding 'torch/include/ATen/ops/digamma.h' 2024-08-07T17:41:38.8305507Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.8308077Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2024-08-07T17:41:38.8311186Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2024-08-07T17:41:38.8314206Z adding 'torch/include/ATen/ops/digamma_meta.h' 2024-08-07T17:41:38.8317419Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2024-08-07T17:41:38.8320417Z adding 'torch/include/ATen/ops/digamma_native.h' 2024-08-07T17:41:38.8323751Z adding 'torch/include/ATen/ops/digamma_ops.h' 2024-08-07T17:41:38.8326875Z adding 'torch/include/ATen/ops/dist.h' 2024-08-07T17:41:38.8330363Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.8333338Z adding 'torch/include/ATen/ops/dist_native.h' 2024-08-07T17:41:38.8336539Z adding 'torch/include/ATen/ops/dist_ops.h' 2024-08-07T17:41:38.8340107Z adding 'torch/include/ATen/ops/div.h' 2024-08-07T17:41:38.8343540Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.8346957Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.8350150Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2024-08-07T17:41:38.8353360Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2024-08-07T17:41:38.8356556Z adding 'torch/include/ATen/ops/div_meta.h' 2024-08-07T17:41:38.8359779Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2024-08-07T17:41:38.8363127Z adding 'torch/include/ATen/ops/div_native.h' 2024-08-07T17:41:38.8367013Z adding 'torch/include/ATen/ops/div_ops.h' 2024-08-07T17:41:38.8370515Z adding 'torch/include/ATen/ops/divide.h' 2024-08-07T17:41:38.8374052Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.8377097Z adding 'torch/include/ATen/ops/divide_native.h' 2024-08-07T17:41:38.8381025Z adding 'torch/include/ATen/ops/divide_ops.h' 2024-08-07T17:41:38.8384425Z adding 'torch/include/ATen/ops/dot.h' 2024-08-07T17:41:38.8387700Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.8390830Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2024-08-07T17:41:38.8393904Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2024-08-07T17:41:38.8397073Z adding 'torch/include/ATen/ops/dot_native.h' 2024-08-07T17:41:38.8400324Z adding 'torch/include/ATen/ops/dot_ops.h' 2024-08-07T17:41:38.8403532Z adding 'torch/include/ATen/ops/dropout.h' 2024-08-07T17:41:38.8406947Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.8409807Z adding 'torch/include/ATen/ops/dropout_native.h' 2024-08-07T17:41:38.8413140Z adding 'torch/include/ATen/ops/dropout_ops.h' 2024-08-07T17:41:38.8416250Z adding 'torch/include/ATen/ops/dsplit.h' 2024-08-07T17:41:38.8419748Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.8422684Z adding 'torch/include/ATen/ops/dsplit_native.h' 2024-08-07T17:41:38.8426009Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2024-08-07T17:41:38.8429237Z adding 'torch/include/ATen/ops/dstack.h' 2024-08-07T17:41:38.8432626Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.8435632Z adding 'torch/include/ATen/ops/dstack_native.h' 2024-08-07T17:41:38.8438820Z adding 'torch/include/ATen/ops/dstack_ops.h' 2024-08-07T17:41:38.8442024Z adding 'torch/include/ATen/ops/einsum.h' 2024-08-07T17:41:38.8445297Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.8448413Z adding 'torch/include/ATen/ops/einsum_native.h' 2024-08-07T17:41:38.8451659Z adding 'torch/include/ATen/ops/einsum_ops.h' 2024-08-07T17:41:38.8454885Z adding 'torch/include/ATen/ops/elu.h' 2024-08-07T17:41:38.8458431Z adding 'torch/include/ATen/ops/elu_backward.h' 2024-08-07T17:41:38.8461922Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.8464962Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2024-08-07T17:41:38.8468063Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2024-08-07T17:41:38.8471262Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2024-08-07T17:41:38.8474956Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2024-08-07T17:41:38.8477563Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2024-08-07T17:41:38.8480973Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2024-08-07T17:41:38.8484316Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.8487469Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2024-08-07T17:41:38.8490681Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2024-08-07T17:41:38.8493829Z adding 'torch/include/ATen/ops/elu_meta.h' 2024-08-07T17:41:38.8497546Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2024-08-07T17:41:38.8500188Z adding 'torch/include/ATen/ops/elu_native.h' 2024-08-07T17:41:38.8503554Z adding 'torch/include/ATen/ops/elu_ops.h' 2024-08-07T17:41:38.8507641Z adding 'torch/include/ATen/ops/embedding.h' 2024-08-07T17:41:38.8510670Z adding 'torch/include/ATen/ops/embedding_backward.h' 2024-08-07T17:41:38.8514828Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.8521057Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2024-08-07T17:41:38.8522431Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2024-08-07T17:41:38.8525912Z adding 'torch/include/ATen/ops/embedding_bag.h' 2024-08-07T17:41:38.8529114Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.8532150Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2024-08-07T17:41:38.8535437Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2024-08-07T17:41:38.8538924Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.8542393Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2024-08-07T17:41:38.8545901Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.8548978Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2024-08-07T17:41:38.8552145Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2024-08-07T17:41:38.8555340Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2024-08-07T17:41:38.8558734Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2024-08-07T17:41:38.8561730Z adding 'torch/include/ATen/ops/embedding_native.h' 2024-08-07T17:41:38.8565001Z adding 'torch/include/ATen/ops/embedding_ops.h' 2024-08-07T17:41:38.8568206Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2024-08-07T17:41:38.8571511Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.8574562Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2024-08-07T17:41:38.8577631Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2024-08-07T17:41:38.8580869Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2024-08-07T17:41:38.8583906Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2024-08-07T17:41:38.8587155Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2024-08-07T17:41:38.8590314Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2024-08-07T17:41:38.8593611Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.8596532Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2024-08-07T17:41:38.8599715Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2024-08-07T17:41:38.8603433Z adding 'torch/include/ATen/ops/empty.h' 2024-08-07T17:41:38.8607031Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.8610359Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.8613436Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2024-08-07T17:41:38.8616607Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2024-08-07T17:41:38.8619989Z adding 'torch/include/ATen/ops/empty_like.h' 2024-08-07T17:41:38.8623409Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.8626435Z adding 'torch/include/ATen/ops/empty_like_native.h' 2024-08-07T17:41:38.8629767Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2024-08-07T17:41:38.8633006Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2024-08-07T17:41:38.8636201Z adding 'torch/include/ATen/ops/empty_native.h' 2024-08-07T17:41:38.8639760Z adding 'torch/include/ATen/ops/empty_ops.h' 2024-08-07T17:41:38.8643470Z adding 'torch/include/ATen/ops/empty_permuted.h' 2024-08-07T17:41:38.8647045Z adding 'torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.8650017Z adding 'torch/include/ATen/ops/empty_permuted_native.h' 2024-08-07T17:41:38.8653311Z adding 'torch/include/ATen/ops/empty_permuted_ops.h' 2024-08-07T17:41:38.8656675Z adding 'torch/include/ATen/ops/empty_quantized.h' 2024-08-07T17:41:38.8660182Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.8663161Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2024-08-07T17:41:38.8666498Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2024-08-07T17:41:38.8670076Z adding 'torch/include/ATen/ops/empty_strided.h' 2024-08-07T17:41:38.8673543Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.8676622Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2024-08-07T17:41:38.8679766Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2024-08-07T17:41:38.8682954Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2024-08-07T17:41:38.8686048Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2024-08-07T17:41:38.8689306Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2024-08-07T17:41:38.8692481Z adding 'torch/include/ATen/ops/eq.h' 2024-08-07T17:41:38.8695816Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.8698782Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2024-08-07T17:41:38.8702060Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2024-08-07T17:41:38.8705124Z adding 'torch/include/ATen/ops/eq_meta.h' 2024-08-07T17:41:38.8708369Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2024-08-07T17:41:38.8711656Z adding 'torch/include/ATen/ops/eq_native.h' 2024-08-07T17:41:38.8715205Z adding 'torch/include/ATen/ops/eq_ops.h' 2024-08-07T17:41:38.8718326Z adding 'torch/include/ATen/ops/equal.h' 2024-08-07T17:41:38.8721436Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2024-08-07T17:41:38.8724617Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2024-08-07T17:41:38.8727617Z adding 'torch/include/ATen/ops/equal_native.h' 2024-08-07T17:41:38.8730872Z adding 'torch/include/ATen/ops/equal_ops.h' 2024-08-07T17:41:38.8734001Z adding 'torch/include/ATen/ops/erf.h' 2024-08-07T17:41:38.8738036Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.8741432Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2024-08-07T17:41:38.8744216Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2024-08-07T17:41:38.8747331Z adding 'torch/include/ATen/ops/erf_meta.h' 2024-08-07T17:41:38.8750432Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2024-08-07T17:41:38.8753581Z adding 'torch/include/ATen/ops/erf_native.h' 2024-08-07T17:41:38.8756811Z adding 'torch/include/ATen/ops/erf_ops.h' 2024-08-07T17:41:38.8760179Z adding 'torch/include/ATen/ops/erfc.h' 2024-08-07T17:41:38.8763540Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.8766646Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2024-08-07T17:41:38.8769741Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2024-08-07T17:41:38.8772760Z adding 'torch/include/ATen/ops/erfc_meta.h' 2024-08-07T17:41:38.8775948Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2024-08-07T17:41:38.8779004Z adding 'torch/include/ATen/ops/erfc_native.h' 2024-08-07T17:41:38.8782424Z adding 'torch/include/ATen/ops/erfc_ops.h' 2024-08-07T17:41:38.8785568Z adding 'torch/include/ATen/ops/erfinv.h' 2024-08-07T17:41:38.8789090Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.8792003Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2024-08-07T17:41:38.8795200Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2024-08-07T17:41:38.8798266Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2024-08-07T17:41:38.8801428Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2024-08-07T17:41:38.8804548Z adding 'torch/include/ATen/ops/erfinv_native.h' 2024-08-07T17:41:38.8807824Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2024-08-07T17:41:38.8811028Z adding 'torch/include/ATen/ops/exp.h' 2024-08-07T17:41:38.8814194Z adding 'torch/include/ATen/ops/exp2.h' 2024-08-07T17:41:38.8817731Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.8820713Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2024-08-07T17:41:38.8823946Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2024-08-07T17:41:38.8827492Z adding 'torch/include/ATen/ops/exp2_meta.h' 2024-08-07T17:41:38.8830712Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2024-08-07T17:41:38.8833914Z adding 'torch/include/ATen/ops/exp2_native.h' 2024-08-07T17:41:38.8837088Z adding 'torch/include/ATen/ops/exp2_ops.h' 2024-08-07T17:41:38.8840584Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.8843500Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2024-08-07T17:41:38.8846723Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2024-08-07T17:41:38.8850137Z adding 'torch/include/ATen/ops/exp_meta.h' 2024-08-07T17:41:38.8852916Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2024-08-07T17:41:38.8856172Z adding 'torch/include/ATen/ops/exp_native.h' 2024-08-07T17:41:38.8859368Z adding 'torch/include/ATen/ops/exp_ops.h' 2024-08-07T17:41:38.8862768Z adding 'torch/include/ATen/ops/expand.h' 2024-08-07T17:41:38.8865727Z adding 'torch/include/ATen/ops/expand_as.h' 2024-08-07T17:41:38.8869094Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.8872553Z adding 'torch/include/ATen/ops/expand_as_native.h' 2024-08-07T17:41:38.8875352Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2024-08-07T17:41:38.8878653Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.8881990Z adding 'torch/include/ATen/ops/expand_copy.h' 2024-08-07T17:41:38.8885559Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.8888788Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.8891761Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2024-08-07T17:41:38.8894985Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2024-08-07T17:41:38.8898166Z adding 'torch/include/ATen/ops/expand_native.h' 2024-08-07T17:41:38.8901486Z adding 'torch/include/ATen/ops/expand_ops.h' 2024-08-07T17:41:38.8904720Z adding 'torch/include/ATen/ops/expm1.h' 2024-08-07T17:41:38.8908141Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.8911102Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2024-08-07T17:41:38.8914241Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2024-08-07T17:41:38.8917229Z adding 'torch/include/ATen/ops/expm1_meta.h' 2024-08-07T17:41:38.8920461Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2024-08-07T17:41:38.8923613Z adding 'torch/include/ATen/ops/expm1_native.h' 2024-08-07T17:41:38.8926895Z adding 'torch/include/ATen/ops/expm1_ops.h' 2024-08-07T17:41:38.8930111Z adding 'torch/include/ATen/ops/exponential.h' 2024-08-07T17:41:38.8933576Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.8936650Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2024-08-07T17:41:38.8939943Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2024-08-07T17:41:38.8943124Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2024-08-07T17:41:38.8946263Z adding 'torch/include/ATen/ops/exponential_native.h' 2024-08-07T17:41:38.8949699Z adding 'torch/include/ATen/ops/exponential_ops.h' 2024-08-07T17:41:38.8953475Z adding 'torch/include/ATen/ops/eye.h' 2024-08-07T17:41:38.8957256Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.8960433Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2024-08-07T17:41:38.8963660Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2024-08-07T17:41:38.8966935Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2024-08-07T17:41:38.8970032Z adding 'torch/include/ATen/ops/eye_native.h' 2024-08-07T17:41:38.8973559Z adding 'torch/include/ATen/ops/eye_ops.h' 2024-08-07T17:41:38.8976889Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2024-08-07T17:41:38.8980424Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2024-08-07T17:41:38.8983746Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2024-08-07T17:41:38.8987136Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.8990217Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2024-08-07T17:41:38.8993424Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2024-08-07T17:41:38.8996889Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.9000008Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2024-08-07T17:41:38.9003285Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2024-08-07T17:41:38.9006420Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2024-08-07T17:41:38.9009848Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2024-08-07T17:41:38.9013385Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9016328Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2024-08-07T17:41:38.9019706Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2024-08-07T17:41:38.9022881Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2024-08-07T17:41:38.9026314Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2024-08-07T17:41:38.9029473Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2024-08-07T17:41:38.9032955Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9036731Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2024-08-07T17:41:38.9040005Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2024-08-07T17:41:38.9043447Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.9046512Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2024-08-07T17:41:38.9049829Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2024-08-07T17:41:38.9052999Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2024-08-07T17:41:38.9056273Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2024-08-07T17:41:38.9059857Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9062834Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2024-08-07T17:41:38.9066135Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2024-08-07T17:41:38.9069198Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2024-08-07T17:41:38.9072581Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9075719Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2024-08-07T17:41:38.9079030Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9081914Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2024-08-07T17:41:38.9085094Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2024-08-07T17:41:38.9088036Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2024-08-07T17:41:38.9091178Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2024-08-07T17:41:38.9094282Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2024-08-07T17:41:38.9097550Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9100687Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2024-08-07T17:41:38.9104038Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9107144Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2024-08-07T17:41:38.9110454Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2024-08-07T17:41:38.9113524Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2024-08-07T17:41:38.9116696Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2024-08-07T17:41:38.9119802Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2024-08-07T17:41:38.9123087Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9126004Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2024-08-07T17:41:38.9129175Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2024-08-07T17:41:38.9132169Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2024-08-07T17:41:38.9135440Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9138342Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2024-08-07T17:41:38.9141654Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2024-08-07T17:41:38.9144698Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2024-08-07T17:41:38.9147985Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9150898Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2024-08-07T17:41:38.9154066Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2024-08-07T17:41:38.9157136Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2024-08-07T17:41:38.9160482Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9163605Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2024-08-07T17:41:38.9166753Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2024-08-07T17:41:38.9169806Z adding 'torch/include/ATen/ops/feature_dropout.h' 2024-08-07T17:41:38.9173686Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9175973Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2024-08-07T17:41:38.9179618Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2024-08-07T17:41:38.9183171Z adding 'torch/include/ATen/ops/fft_fft.h' 2024-08-07T17:41:38.9186675Z adding 'torch/include/ATen/ops/fft_fft2.h' 2024-08-07T17:41:38.9190250Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9193239Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2024-08-07T17:41:38.9196471Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2024-08-07T17:41:38.9199914Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9202767Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2024-08-07T17:41:38.9206059Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2024-08-07T17:41:38.9209331Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2024-08-07T17:41:38.9212669Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.9215585Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2024-08-07T17:41:38.9218798Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2024-08-07T17:41:38.9222445Z adding 'torch/include/ATen/ops/fft_fftn.h' 2024-08-07T17:41:38.9225946Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9228912Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2024-08-07T17:41:38.9232251Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2024-08-07T17:41:38.9235376Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2024-08-07T17:41:38.9238684Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9241534Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2024-08-07T17:41:38.9244620Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2024-08-07T17:41:38.9248001Z adding 'torch/include/ATen/ops/fft_hfft.h' 2024-08-07T17:41:38.9251550Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2024-08-07T17:41:38.9255096Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9258068Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2024-08-07T17:41:38.9261832Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2024-08-07T17:41:38.9265036Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9268150Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2024-08-07T17:41:38.9271418Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2024-08-07T17:41:38.9275070Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2024-08-07T17:41:38.9279032Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9281786Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2024-08-07T17:41:38.9285276Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2024-08-07T17:41:38.9288681Z adding 'torch/include/ATen/ops/fft_ifft.h' 2024-08-07T17:41:38.9292422Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2024-08-07T17:41:38.9296057Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9299223Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2024-08-07T17:41:38.9302604Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2024-08-07T17:41:38.9305988Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9309137Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2024-08-07T17:41:38.9312423Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2024-08-07T17:41:38.9316003Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2024-08-07T17:41:38.9319734Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9322747Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2024-08-07T17:41:38.9326154Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2024-08-07T17:41:38.9329303Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2024-08-07T17:41:38.9332748Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9335743Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2024-08-07T17:41:38.9338923Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2024-08-07T17:41:38.9342537Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2024-08-07T17:41:38.9346149Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2024-08-07T17:41:38.9349831Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9352929Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2024-08-07T17:41:38.9356206Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2024-08-07T17:41:38.9359795Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9362702Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2024-08-07T17:41:38.9366102Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2024-08-07T17:41:38.9369725Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2024-08-07T17:41:38.9373235Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9376300Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2024-08-07T17:41:38.9379688Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2024-08-07T17:41:38.9383280Z adding 'torch/include/ATen/ops/fft_irfft.h' 2024-08-07T17:41:38.9386932Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2024-08-07T17:41:38.9390487Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9393579Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2024-08-07T17:41:38.9396872Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2024-08-07T17:41:38.9400381Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9403364Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2024-08-07T17:41:38.9406782Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2024-08-07T17:41:38.9410353Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2024-08-07T17:41:38.9413873Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9416961Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2024-08-07T17:41:38.9420316Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2024-08-07T17:41:38.9423939Z adding 'torch/include/ATen/ops/fft_rfft.h' 2024-08-07T17:41:38.9427977Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2024-08-07T17:41:38.9431133Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9434256Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2024-08-07T17:41:38.9437646Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2024-08-07T17:41:38.9441159Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9444131Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2024-08-07T17:41:38.9447572Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2024-08-07T17:41:38.9450963Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2024-08-07T17:41:38.9454372Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.9457456Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2024-08-07T17:41:38.9460833Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2024-08-07T17:41:38.9464464Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2024-08-07T17:41:38.9468105Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9471120Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2024-08-07T17:41:38.9474532Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2024-08-07T17:41:38.9477829Z adding 'torch/include/ATen/ops/fill.h' 2024-08-07T17:41:38.9481327Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.9484407Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2024-08-07T17:41:38.9487883Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2024-08-07T17:41:38.9490621Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2024-08-07T17:41:38.9493971Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9496864Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2024-08-07T17:41:38.9500101Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2024-08-07T17:41:38.9503373Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2024-08-07T17:41:38.9507302Z adding 'torch/include/ATen/ops/fill_native.h' 2024-08-07T17:41:38.9510081Z adding 'torch/include/ATen/ops/fill_ops.h' 2024-08-07T17:41:38.9513395Z adding 'torch/include/ATen/ops/fix.h' 2024-08-07T17:41:38.9516693Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9519757Z adding 'torch/include/ATen/ops/fix_native.h' 2024-08-07T17:41:38.9522948Z adding 'torch/include/ATen/ops/fix_ops.h' 2024-08-07T17:41:38.9526311Z adding 'torch/include/ATen/ops/flatten.h' 2024-08-07T17:41:38.9530199Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9532773Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2024-08-07T17:41:38.9536187Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9539137Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2024-08-07T17:41:38.9542478Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2024-08-07T17:41:38.9545491Z adding 'torch/include/ATen/ops/flatten_native.h' 2024-08-07T17:41:38.9548987Z adding 'torch/include/ATen/ops/flatten_ops.h' 2024-08-07T17:41:38.9552954Z adding 'torch/include/ATen/ops/flip.h' 2024-08-07T17:41:38.9555854Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.9558967Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2024-08-07T17:41:38.9562062Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2024-08-07T17:41:38.9565167Z adding 'torch/include/ATen/ops/flip_native.h' 2024-08-07T17:41:38.9568371Z adding 'torch/include/ATen/ops/flip_ops.h' 2024-08-07T17:41:38.9571681Z adding 'torch/include/ATen/ops/fliplr.h' 2024-08-07T17:41:38.9575753Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9577893Z adding 'torch/include/ATen/ops/fliplr_native.h' 2024-08-07T17:41:38.9581361Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2024-08-07T17:41:38.9584315Z adding 'torch/include/ATen/ops/flipud.h' 2024-08-07T17:41:38.9587747Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9590627Z adding 'torch/include/ATen/ops/flipud_native.h' 2024-08-07T17:41:38.9593881Z adding 'torch/include/ATen/ops/flipud_ops.h' 2024-08-07T17:41:38.9597239Z adding 'torch/include/ATen/ops/float_power.h' 2024-08-07T17:41:38.9600541Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9603638Z adding 'torch/include/ATen/ops/float_power_native.h' 2024-08-07T17:41:38.9607205Z adding 'torch/include/ATen/ops/float_power_ops.h' 2024-08-07T17:41:38.9610440Z adding 'torch/include/ATen/ops/floor.h' 2024-08-07T17:41:38.9613781Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.9616736Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2024-08-07T17:41:38.9620069Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2024-08-07T17:41:38.9623253Z adding 'torch/include/ATen/ops/floor_divide.h' 2024-08-07T17:41:38.9626593Z adding 'torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.9629573Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2024-08-07T17:41:38.9632646Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2024-08-07T17:41:38.9635706Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2024-08-07T17:41:38.9638727Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2024-08-07T17:41:38.9642111Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2024-08-07T17:41:38.9645228Z adding 'torch/include/ATen/ops/floor_meta.h' 2024-08-07T17:41:38.9648405Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2024-08-07T17:41:38.9651529Z adding 'torch/include/ATen/ops/floor_native.h' 2024-08-07T17:41:38.9654717Z adding 'torch/include/ATen/ops/floor_ops.h' 2024-08-07T17:41:38.9657803Z adding 'torch/include/ATen/ops/fmax.h' 2024-08-07T17:41:38.9661281Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.9664210Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2024-08-07T17:41:38.9667306Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2024-08-07T17:41:38.9670299Z adding 'torch/include/ATen/ops/fmax_meta.h' 2024-08-07T17:41:38.9673394Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2024-08-07T17:41:38.9676386Z adding 'torch/include/ATen/ops/fmax_native.h' 2024-08-07T17:41:38.9679572Z adding 'torch/include/ATen/ops/fmax_ops.h' 2024-08-07T17:41:38.9682678Z adding 'torch/include/ATen/ops/fmin.h' 2024-08-07T17:41:38.9685962Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.9688911Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2024-08-07T17:41:38.9692000Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2024-08-07T17:41:38.9694986Z adding 'torch/include/ATen/ops/fmin_meta.h' 2024-08-07T17:41:38.9698104Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2024-08-07T17:41:38.9701233Z adding 'torch/include/ATen/ops/fmin_native.h' 2024-08-07T17:41:38.9705315Z adding 'torch/include/ATen/ops/fmin_ops.h' 2024-08-07T17:41:38.9707716Z adding 'torch/include/ATen/ops/fmod.h' 2024-08-07T17:41:38.9711028Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.9714227Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.9717169Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2024-08-07T17:41:38.9720189Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2024-08-07T17:41:38.9723152Z adding 'torch/include/ATen/ops/fmod_meta.h' 2024-08-07T17:41:38.9726200Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2024-08-07T17:41:38.9729157Z adding 'torch/include/ATen/ops/fmod_native.h' 2024-08-07T17:41:38.9732505Z adding 'torch/include/ATen/ops/fmod_ops.h' 2024-08-07T17:41:38.9735928Z adding 'torch/include/ATen/ops/frac.h' 2024-08-07T17:41:38.9739360Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.9742442Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2024-08-07T17:41:38.9745413Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2024-08-07T17:41:38.9748469Z adding 'torch/include/ATen/ops/frac_meta.h' 2024-08-07T17:41:38.9751433Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2024-08-07T17:41:38.9754461Z adding 'torch/include/ATen/ops/frac_native.h' 2024-08-07T17:41:38.9757662Z adding 'torch/include/ATen/ops/frac_ops.h' 2024-08-07T17:41:38.9760915Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2024-08-07T17:41:38.9764186Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2024-08-07T17:41:38.9767602Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.9770572Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2024-08-07T17:41:38.9773738Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2024-08-07T17:41:38.9776749Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2024-08-07T17:41:38.9780760Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2024-08-07T17:41:38.9783918Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2024-08-07T17:41:38.9787203Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2024-08-07T17:41:38.9796487Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.9796837Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2024-08-07T17:41:38.9798511Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2024-08-07T17:41:38.9801511Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2024-08-07T17:41:38.9804705Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2024-08-07T17:41:38.9807914Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2024-08-07T17:41:38.9811202Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2024-08-07T17:41:38.9814500Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2024-08-07T17:41:38.9817741Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2024-08-07T17:41:38.9821093Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2024-08-07T17:41:38.9824639Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2024-08-07T17:41:38.9827375Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2024-08-07T17:41:38.9830627Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2024-08-07T17:41:38.9833957Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.9836917Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2024-08-07T17:41:38.9840101Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2024-08-07T17:41:38.9844081Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2024-08-07T17:41:38.9847549Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2024-08-07T17:41:38.9850630Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2024-08-07T17:41:38.9854221Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2024-08-07T17:41:38.9857419Z adding 'torch/include/ATen/ops/frexp.h' 2024-08-07T17:41:38.9860790Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.9863822Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2024-08-07T17:41:38.9866899Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2024-08-07T17:41:38.9869894Z adding 'torch/include/ATen/ops/frexp_native.h' 2024-08-07T17:41:38.9873123Z adding 'torch/include/ATen/ops/frexp_ops.h' 2024-08-07T17:41:38.9876334Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2024-08-07T17:41:38.9879681Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9882584Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2024-08-07T17:41:38.9885765Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2024-08-07T17:41:38.9889426Z adding 'torch/include/ATen/ops/from_blob.h' 2024-08-07T17:41:38.9892727Z adding 'torch/include/ATen/ops/from_file.h' 2024-08-07T17:41:38.9896071Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.9899249Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2024-08-07T17:41:38.9902348Z adding 'torch/include/ATen/ops/from_file_native.h' 2024-08-07T17:41:38.9905664Z adding 'torch/include/ATen/ops/from_file_ops.h' 2024-08-07T17:41:38.9909509Z adding 'torch/include/ATen/ops/full.h' 2024-08-07T17:41:38.9913249Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.9916516Z adding 'torch/include/ATen/ops/full_like.h' 2024-08-07T17:41:38.9920078Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:38.9923097Z adding 'torch/include/ATen/ops/full_like_native.h' 2024-08-07T17:41:38.9926535Z adding 'torch/include/ATen/ops/full_like_ops.h' 2024-08-07T17:41:38.9929792Z adding 'torch/include/ATen/ops/full_native.h' 2024-08-07T17:41:38.9933282Z adding 'torch/include/ATen/ops/full_ops.h' 2024-08-07T17:41:38.9936770Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2024-08-07T17:41:38.9940317Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9943503Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2024-08-07T17:41:38.9947117Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2024-08-07T17:41:38.9950099Z adding 'torch/include/ATen/ops/gather.h' 2024-08-07T17:41:38.9953378Z adding 'torch/include/ATen/ops/gather_backward.h' 2024-08-07T17:41:38.9956679Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9960014Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2024-08-07T17:41:38.9962973Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2024-08-07T17:41:38.9966459Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.9969629Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:38.9972656Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2024-08-07T17:41:38.9975935Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2024-08-07T17:41:38.9979022Z adding 'torch/include/ATen/ops/gather_meta.h' 2024-08-07T17:41:38.9982401Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2024-08-07T17:41:38.9985481Z adding 'torch/include/ATen/ops/gather_native.h' 2024-08-07T17:41:38.9988934Z adding 'torch/include/ATen/ops/gather_ops.h' 2024-08-07T17:41:38.9992283Z adding 'torch/include/ATen/ops/gcd.h' 2024-08-07T17:41:38.9995625Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:38.9998830Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2024-08-07T17:41:39.0001984Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2024-08-07T17:41:39.0005137Z adding 'torch/include/ATen/ops/gcd_meta.h' 2024-08-07T17:41:39.0008264Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2024-08-07T17:41:39.0011363Z adding 'torch/include/ATen/ops/gcd_native.h' 2024-08-07T17:41:39.0014937Z adding 'torch/include/ATen/ops/gcd_ops.h' 2024-08-07T17:41:39.0017986Z adding 'torch/include/ATen/ops/ge.h' 2024-08-07T17:41:39.0021618Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.0024624Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2024-08-07T17:41:39.0027964Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2024-08-07T17:41:39.0031098Z adding 'torch/include/ATen/ops/ge_meta.h' 2024-08-07T17:41:39.0034352Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2024-08-07T17:41:39.0037494Z adding 'torch/include/ATen/ops/ge_native.h' 2024-08-07T17:41:39.0040891Z adding 'torch/include/ATen/ops/ge_ops.h' 2024-08-07T17:41:39.0044423Z adding 'torch/include/ATen/ops/gelu.h' 2024-08-07T17:41:39.0047719Z adding 'torch/include/ATen/ops/gelu_backward.h' 2024-08-07T17:41:39.0051213Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.0054326Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2024-08-07T17:41:39.0057426Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2024-08-07T17:41:39.0060644Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2024-08-07T17:41:39.0063823Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2024-08-07T17:41:39.0067017Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2024-08-07T17:41:39.0070324Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2024-08-07T17:41:39.0074056Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.0077190Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2024-08-07T17:41:39.0080333Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2024-08-07T17:41:39.0083477Z adding 'torch/include/ATen/ops/gelu_meta.h' 2024-08-07T17:41:39.0086609Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2024-08-07T17:41:39.0089871Z adding 'torch/include/ATen/ops/gelu_native.h' 2024-08-07T17:41:39.0093559Z adding 'torch/include/ATen/ops/gelu_ops.h' 2024-08-07T17:41:39.0096744Z adding 'torch/include/ATen/ops/geometric.h' 2024-08-07T17:41:39.0100257Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.0103199Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2024-08-07T17:41:39.0106392Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2024-08-07T17:41:39.0109527Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2024-08-07T17:41:39.0112725Z adding 'torch/include/ATen/ops/geometric_native.h' 2024-08-07T17:41:39.0116186Z adding 'torch/include/ATen/ops/geometric_ops.h' 2024-08-07T17:41:39.0119334Z adding 'torch/include/ATen/ops/geqrf.h' 2024-08-07T17:41:39.0122607Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2024-08-07T17:41:39.0125709Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2024-08-07T17:41:39.0128877Z adding 'torch/include/ATen/ops/geqrf_native.h' 2024-08-07T17:41:39.0132124Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2024-08-07T17:41:39.0135407Z adding 'torch/include/ATen/ops/ger.h' 2024-08-07T17:41:39.0138812Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.0141826Z adding 'torch/include/ATen/ops/ger_native.h' 2024-08-07T17:41:39.0145188Z adding 'torch/include/ATen/ops/ger_ops.h' 2024-08-07T17:41:39.0148310Z adding 'torch/include/ATen/ops/glu.h' 2024-08-07T17:41:39.0151624Z adding 'torch/include/ATen/ops/glu_backward.h' 2024-08-07T17:41:39.0154801Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2024-08-07T17:41:39.0158088Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2024-08-07T17:41:39.0161273Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2024-08-07T17:41:39.0164665Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.0167846Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2024-08-07T17:41:39.0170971Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2024-08-07T17:41:39.0174149Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2024-08-07T17:41:39.0177450Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2024-08-07T17:41:39.0181042Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2024-08-07T17:41:39.0184226Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2024-08-07T17:41:39.0187544Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.0190586Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2024-08-07T17:41:39.0193662Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2024-08-07T17:41:39.0196891Z adding 'torch/include/ATen/ops/glu_jvp.h' 2024-08-07T17:41:39.0201134Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.0203356Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2024-08-07T17:41:39.0206836Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2024-08-07T17:41:39.0209583Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2024-08-07T17:41:39.0212931Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2024-08-07T17:41:39.0215968Z adding 'torch/include/ATen/ops/glu_meta.h' 2024-08-07T17:41:39.0219326Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2024-08-07T17:41:39.0222392Z adding 'torch/include/ATen/ops/glu_native.h' 2024-08-07T17:41:39.0225832Z adding 'torch/include/ATen/ops/glu_ops.h' 2024-08-07T17:41:39.0229465Z adding 'torch/include/ATen/ops/gradient.h' 2024-08-07T17:41:39.0232732Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.0236098Z adding 'torch/include/ATen/ops/gradient_native.h' 2024-08-07T17:41:39.0239482Z adding 'torch/include/ATen/ops/gradient_ops.h' 2024-08-07T17:41:39.0242970Z adding 'torch/include/ATen/ops/greater.h' 2024-08-07T17:41:39.0246385Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.0249598Z adding 'torch/include/ATen/ops/greater_equal.h' 2024-08-07T17:41:39.0253067Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.0256163Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2024-08-07T17:41:39.0259701Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2024-08-07T17:41:39.0262926Z adding 'torch/include/ATen/ops/greater_native.h' 2024-08-07T17:41:39.0266507Z adding 'torch/include/ATen/ops/greater_ops.h' 2024-08-07T17:41:39.0269695Z adding 'torch/include/ATen/ops/grid_sampler.h' 2024-08-07T17:41:39.0272888Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2024-08-07T17:41:39.0276329Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2024-08-07T17:41:39.0279784Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.0282832Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2024-08-07T17:41:39.0286007Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2024-08-07T17:41:39.0289080Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2024-08-07T17:41:39.0292601Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2024-08-07T17:41:39.0295968Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.0299049Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2024-08-07T17:41:39.0302207Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2024-08-07T17:41:39.0305232Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2024-08-07T17:41:39.0308484Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2024-08-07T17:41:39.0311646Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2024-08-07T17:41:39.0314927Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2024-08-07T17:41:39.0318319Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.0321478Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2024-08-07T17:41:39.0324617Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2024-08-07T17:41:39.0327684Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2024-08-07T17:41:39.0338324Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2024-08-07T17:41:39.0338637Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.0338816Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2024-08-07T17:41:39.0340605Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2024-08-07T17:41:39.0343580Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2024-08-07T17:41:39.0346838Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2024-08-07T17:41:39.0350245Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.0353026Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2024-08-07T17:41:39.0356151Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2024-08-07T17:41:39.0359266Z adding 'torch/include/ATen/ops/group_norm.h' 2024-08-07T17:41:39.0362544Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.0365460Z adding 'torch/include/ATen/ops/group_norm_native.h' 2024-08-07T17:41:39.0368613Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2024-08-07T17:41:39.0371770Z adding 'torch/include/ATen/ops/gru.h' 2024-08-07T17:41:39.0374875Z adding 'torch/include/ATen/ops/gru_cell.h' 2024-08-07T17:41:39.0378277Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.0381312Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2024-08-07T17:41:39.0384502Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2024-08-07T17:41:39.0387780Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.0390768Z adding 'torch/include/ATen/ops/gru_native.h' 2024-08-07T17:41:39.0394047Z adding 'torch/include/ATen/ops/gru_ops.h' 2024-08-07T17:41:39.0397248Z adding 'torch/include/ATen/ops/gt.h' 2024-08-07T17:41:39.0400677Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.0403590Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2024-08-07T17:41:39.0406732Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2024-08-07T17:41:39.0409820Z adding 'torch/include/ATen/ops/gt_meta.h' 2024-08-07T17:41:39.0412993Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2024-08-07T17:41:39.0416108Z adding 'torch/include/ATen/ops/gt_native.h' 2024-08-07T17:41:39.0420007Z adding 'torch/include/ATen/ops/gt_ops.h' 2024-08-07T17:41:39.0423689Z adding 'torch/include/ATen/ops/hamming_window.h' 2024-08-07T17:41:39.0427289Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.0430275Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2024-08-07T17:41:39.0433934Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2024-08-07T17:41:39.0437385Z adding 'torch/include/ATen/ops/hann_window.h' 2024-08-07T17:41:39.0440740Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.0443705Z adding 'torch/include/ATen/ops/hann_window_native.h' 2024-08-07T17:41:39.0447061Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2024-08-07T17:41:39.0450244Z adding 'torch/include/ATen/ops/hardshrink.h' 2024-08-07T17:41:39.0453405Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2024-08-07T17:41:39.0456887Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.0459932Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2024-08-07T17:41:39.0463067Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2024-08-07T17:41:39.0466088Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2024-08-07T17:41:39.0469197Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2024-08-07T17:41:39.0472208Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2024-08-07T17:41:39.0475402Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2024-08-07T17:41:39.0478884Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.0481850Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2024-08-07T17:41:39.0484922Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2024-08-07T17:41:39.0487897Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2024-08-07T17:41:39.0491024Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2024-08-07T17:41:39.0493980Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2024-08-07T17:41:39.0497227Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2024-08-07T17:41:39.0500420Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2024-08-07T17:41:39.0503613Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2024-08-07T17:41:39.0507011Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.0509956Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2024-08-07T17:41:39.0513053Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2024-08-07T17:41:39.0516037Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2024-08-07T17:41:39.0519151Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2024-08-07T17:41:39.0522147Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2024-08-07T17:41:39.0526038Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2024-08-07T17:41:39.0529449Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.0532393Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2024-08-07T17:41:39.0535468Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2024-08-07T17:41:39.0538539Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2024-08-07T17:41:39.0541795Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2024-08-07T17:41:39.0544840Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2024-08-07T17:41:39.0547972Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2024-08-07T17:41:39.0551075Z adding 'torch/include/ATen/ops/hardswish.h' 2024-08-07T17:41:39.0554254Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2024-08-07T17:41:39.0557540Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.0560510Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2024-08-07T17:41:39.0563561Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2024-08-07T17:41:39.0566518Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2024-08-07T17:41:39.0569747Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2024-08-07T17:41:39.0572820Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2024-08-07T17:41:39.0575876Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2024-08-07T17:41:39.0579145Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2024-08-07T17:41:39.0582263Z adding 'torch/include/ATen/ops/hardswish_native.h' 2024-08-07T17:41:39.0585481Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2024-08-07T17:41:39.0588660Z adding 'torch/include/ATen/ops/hardtanh.h' 2024-08-07T17:41:39.0591844Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2024-08-07T17:41:39.0595055Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2024-08-07T17:41:39.0598129Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2024-08-07T17:41:39.0601101Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2024-08-07T17:41:39.0604365Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2024-08-07T17:41:39.0607509Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2024-08-07T17:41:39.0610606Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2024-08-07T17:41:39.0613637Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2024-08-07T17:41:39.0616645Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2024-08-07T17:41:39.0620037Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2024-08-07T17:41:39.0623187Z adding 'torch/include/ATen/ops/heaviside.h' 2024-08-07T17:41:39.0626544Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.0629478Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2024-08-07T17:41:39.0632553Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2024-08-07T17:41:39.0635538Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2024-08-07T17:41:39.0638643Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2024-08-07T17:41:39.0641694Z adding 'torch/include/ATen/ops/heaviside_native.h' 2024-08-07T17:41:39.0644857Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2024-08-07T17:41:39.0647971Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2024-08-07T17:41:39.0651234Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.0654109Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2024-08-07T17:41:39.0657223Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2024-08-07T17:41:39.0660398Z adding 'torch/include/ATen/ops/histc.h' 2024-08-07T17:41:39.0663616Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2024-08-07T17:41:39.0666706Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2024-08-07T17:41:39.0669697Z adding 'torch/include/ATen/ops/histc_native.h' 2024-08-07T17:41:39.0672897Z adding 'torch/include/ATen/ops/histc_ops.h' 2024-08-07T17:41:39.0676263Z adding 'torch/include/ATen/ops/histogram.h' 2024-08-07T17:41:39.0679609Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2024-08-07T17:41:39.0682917Z adding 'torch/include/ATen/ops/histogram_native.h' 2024-08-07T17:41:39.0686516Z adding 'torch/include/ATen/ops/histogram_ops.h' 2024-08-07T17:41:39.0689836Z adding 'torch/include/ATen/ops/histogramdd.h' 2024-08-07T17:41:39.0693414Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.0696460Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2024-08-07T17:41:39.0700071Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2024-08-07T17:41:39.0703273Z adding 'torch/include/ATen/ops/hsplit.h' 2024-08-07T17:41:39.0706686Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.0709727Z adding 'torch/include/ATen/ops/hsplit_native.h' 2024-08-07T17:41:39.0712972Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2024-08-07T17:41:39.0716236Z adding 'torch/include/ATen/ops/hspmm.h' 2024-08-07T17:41:39.0719266Z adding 'torch/include/ATen/ops/hspmm_native.h' 2024-08-07T17:41:39.0722642Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2024-08-07T17:41:39.0725802Z adding 'torch/include/ATen/ops/hstack.h' 2024-08-07T17:41:39.0729175Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.0732161Z adding 'torch/include/ATen/ops/hstack_native.h' 2024-08-07T17:41:39.0735334Z adding 'torch/include/ATen/ops/hstack_ops.h' 2024-08-07T17:41:39.0738600Z adding 'torch/include/ATen/ops/huber_loss.h' 2024-08-07T17:41:39.0741969Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2024-08-07T17:41:39.0745440Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.0750439Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2024-08-07T17:41:39.0757655Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2024-08-07T17:41:39.0760798Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2024-08-07T17:41:39.0764115Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2024-08-07T17:41:39.0767422Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2024-08-07T17:41:39.0770551Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2024-08-07T17:41:39.0773739Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2024-08-07T17:41:39.0777311Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2024-08-07T17:41:39.0780472Z adding 'torch/include/ATen/ops/hypot.h' 2024-08-07T17:41:39.0783815Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.0786786Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2024-08-07T17:41:39.0790109Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2024-08-07T17:41:39.0793092Z adding 'torch/include/ATen/ops/hypot_meta.h' 2024-08-07T17:41:39.0796395Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2024-08-07T17:41:39.0800042Z adding 'torch/include/ATen/ops/hypot_native.h' 2024-08-07T17:41:39.0802946Z adding 'torch/include/ATen/ops/hypot_ops.h' 2024-08-07T17:41:39.0806112Z adding 'torch/include/ATen/ops/i0.h' 2024-08-07T17:41:39.0809490Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.0812696Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2024-08-07T17:41:39.0815994Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2024-08-07T17:41:39.0819259Z adding 'torch/include/ATen/ops/i0_meta.h' 2024-08-07T17:41:39.0822377Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2024-08-07T17:41:39.0825485Z adding 'torch/include/ATen/ops/i0_native.h' 2024-08-07T17:41:39.0828830Z adding 'torch/include/ATen/ops/i0_ops.h' 2024-08-07T17:41:39.0831964Z adding 'torch/include/ATen/ops/igamma.h' 2024-08-07T17:41:39.0835424Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.0838398Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2024-08-07T17:41:39.0841588Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2024-08-07T17:41:39.0844607Z adding 'torch/include/ATen/ops/igamma_meta.h' 2024-08-07T17:41:39.0847854Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2024-08-07T17:41:39.0850831Z adding 'torch/include/ATen/ops/igamma_native.h' 2024-08-07T17:41:39.0854187Z adding 'torch/include/ATen/ops/igamma_ops.h' 2024-08-07T17:41:39.0857397Z adding 'torch/include/ATen/ops/igammac.h' 2024-08-07T17:41:39.0860983Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.0864026Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2024-08-07T17:41:39.0867132Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2024-08-07T17:41:39.0870260Z adding 'torch/include/ATen/ops/igammac_meta.h' 2024-08-07T17:41:39.0873398Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2024-08-07T17:41:39.0876504Z adding 'torch/include/ATen/ops/igammac_native.h' 2024-08-07T17:41:39.0879825Z adding 'torch/include/ATen/ops/igammac_ops.h' 2024-08-07T17:41:39.0883092Z adding 'torch/include/ATen/ops/im2col.h' 2024-08-07T17:41:39.0886344Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2024-08-07T17:41:39.0889650Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2024-08-07T17:41:39.0892817Z adding 'torch/include/ATen/ops/im2col_native.h' 2024-08-07T17:41:39.0896118Z adding 'torch/include/ATen/ops/im2col_ops.h' 2024-08-07T17:41:39.0899378Z adding 'torch/include/ATen/ops/imag.h' 2024-08-07T17:41:39.0902668Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.0905682Z adding 'torch/include/ATen/ops/imag_native.h' 2024-08-07T17:41:39.0908798Z adding 'torch/include/ATen/ops/imag_ops.h' 2024-08-07T17:41:39.0912075Z adding 'torch/include/ATen/ops/index.h' 2024-08-07T17:41:39.0915405Z adding 'torch/include/ATen/ops/index_add.h' 2024-08-07T17:41:39.0918846Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.0922081Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.0925131Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2024-08-07T17:41:39.0928439Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2024-08-07T17:41:39.0931701Z adding 'torch/include/ATen/ops/index_add_meta.h' 2024-08-07T17:41:39.0934909Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2024-08-07T17:41:39.0938148Z adding 'torch/include/ATen/ops/index_add_native.h' 2024-08-07T17:41:39.0941679Z adding 'torch/include/ATen/ops/index_add_ops.h' 2024-08-07T17:41:39.0945248Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.0948275Z adding 'torch/include/ATen/ops/index_copy.h' 2024-08-07T17:41:39.0951778Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.0954871Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.0958111Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2024-08-07T17:41:39.0961270Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2024-08-07T17:41:39.0964407Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2024-08-07T17:41:39.0967700Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2024-08-07T17:41:39.0970776Z adding 'torch/include/ATen/ops/index_copy_native.h' 2024-08-07T17:41:39.0974308Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2024-08-07T17:41:39.0977649Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2024-08-07T17:41:39.0980899Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2024-08-07T17:41:39.0984294Z adding 'torch/include/ATen/ops/index_fill.h' 2024-08-07T17:41:39.0987773Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.0991103Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.0994485Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2024-08-07T17:41:39.0997776Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2024-08-07T17:41:39.1000973Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2024-08-07T17:41:39.1004099Z adding 'torch/include/ATen/ops/index_fill_native.h' 2024-08-07T17:41:39.1007892Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2024-08-07T17:41:39.1011549Z adding 'torch/include/ATen/ops/index_meta.h' 2024-08-07T17:41:39.1014853Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2024-08-07T17:41:39.1017833Z adding 'torch/include/ATen/ops/index_native.h' 2024-08-07T17:41:39.1021202Z adding 'torch/include/ATen/ops/index_ops.h' 2024-08-07T17:41:39.1024444Z adding 'torch/include/ATen/ops/index_put.h' 2024-08-07T17:41:39.1027968Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.1030959Z adding 'torch/include/ATen/ops/index_put_native.h' 2024-08-07T17:41:39.1034447Z adding 'torch/include/ATen/ops/index_put_ops.h' 2024-08-07T17:41:39.1037744Z adding 'torch/include/ATen/ops/index_reduce.h' 2024-08-07T17:41:39.1041173Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.1044163Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2024-08-07T17:41:39.1047356Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2024-08-07T17:41:39.1050461Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2024-08-07T17:41:39.1053737Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2024-08-07T17:41:39.1056862Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2024-08-07T17:41:39.1060394Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2024-08-07T17:41:39.1063721Z adding 'torch/include/ATen/ops/index_select.h' 2024-08-07T17:41:39.1066995Z adding 'torch/include/ATen/ops/index_select_backward.h' 2024-08-07T17:41:39.1070322Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.1073224Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2024-08-07T17:41:39.1076375Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2024-08-07T17:41:39.1079591Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.1082675Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2024-08-07T17:41:39.1085801Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2024-08-07T17:41:39.1088878Z adding 'torch/include/ATen/ops/index_select_native.h' 2024-08-07T17:41:39.1092202Z adding 'torch/include/ATen/ops/index_select_ops.h' 2024-08-07T17:41:39.1095231Z adding 'torch/include/ATen/ops/indices.h' 2024-08-07T17:41:39.1098435Z adding 'torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.1101556Z adding 'torch/include/ATen/ops/indices_copy.h' 2024-08-07T17:41:39.1104847Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.1108090Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.1110917Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2024-08-07T17:41:39.1114564Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2024-08-07T17:41:39.1117573Z adding 'torch/include/ATen/ops/indices_native.h' 2024-08-07T17:41:39.1121007Z adding 'torch/include/ATen/ops/indices_ops.h' 2024-08-07T17:41:39.1124091Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2024-08-07T17:41:39.1127320Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.1130277Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2024-08-07T17:41:39.1133380Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2024-08-07T17:41:39.1136308Z adding 'torch/include/ATen/ops/inner.h' 2024-08-07T17:41:39.1139699Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.1142603Z adding 'torch/include/ATen/ops/inner_native.h' 2024-08-07T17:41:39.1145751Z adding 'torch/include/ATen/ops/inner_ops.h' 2024-08-07T17:41:39.1148876Z adding 'torch/include/ATen/ops/instance_norm.h' 2024-08-07T17:41:39.1152161Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.1155086Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2024-08-07T17:41:39.1158472Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2024-08-07T17:41:39.1161547Z adding 'torch/include/ATen/ops/int_repr.h' 2024-08-07T17:41:39.1164824Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.1168233Z adding 'torch/include/ATen/ops/int_repr_native.h' 2024-08-07T17:41:39.1171437Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2024-08-07T17:41:39.1174527Z adding 'torch/include/ATen/ops/inverse.h' 2024-08-07T17:41:39.1177765Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.1180761Z adding 'torch/include/ATen/ops/inverse_native.h' 2024-08-07T17:41:39.1183952Z adding 'torch/include/ATen/ops/inverse_ops.h' 2024-08-07T17:41:39.1187013Z adding 'torch/include/ATen/ops/is_coalesced.h' 2024-08-07T17:41:39.1190254Z adding 'torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.1193143Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2024-08-07T17:41:39.1196235Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2024-08-07T17:41:39.1199256Z adding 'torch/include/ATen/ops/is_complex.h' 2024-08-07T17:41:39.1202448Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.1205322Z adding 'torch/include/ATen/ops/is_complex_native.h' 2024-08-07T17:41:39.1208378Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2024-08-07T17:41:39.1211399Z adding 'torch/include/ATen/ops/is_conj.h' 2024-08-07T17:41:39.1220810Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.1223992Z adding 'torch/include/ATen/ops/is_conj_native.h' 2024-08-07T17:41:39.1226928Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2024-08-07T17:41:39.1230000Z adding 'torch/include/ATen/ops/is_distributed.h' 2024-08-07T17:41:39.1233296Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.1236191Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2024-08-07T17:41:39.1239323Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2024-08-07T17:41:39.1242367Z adding 'torch/include/ATen/ops/is_floating_point.h' 2024-08-07T17:41:39.1245909Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.1248577Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2024-08-07T17:41:39.1251706Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2024-08-07T17:41:39.1254739Z adding 'torch/include/ATen/ops/is_inference.h' 2024-08-07T17:41:39.1258609Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.1261004Z adding 'torch/include/ATen/ops/is_inference_native.h' 2024-08-07T17:41:39.1264058Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2024-08-07T17:41:39.1266946Z adding 'torch/include/ATen/ops/is_leaf.h' 2024-08-07T17:41:39.1270909Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.1273883Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2024-08-07T17:41:39.1276983Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2024-08-07T17:41:39.1280029Z adding 'torch/include/ATen/ops/is_neg.h' 2024-08-07T17:41:39.1283256Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.1286149Z adding 'torch/include/ATen/ops/is_neg_native.h' 2024-08-07T17:41:39.1289299Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2024-08-07T17:41:39.1292295Z adding 'torch/include/ATen/ops/is_nonzero.h' 2024-08-07T17:41:39.1295512Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.1298373Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2024-08-07T17:41:39.1301592Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2024-08-07T17:41:39.1304566Z adding 'torch/include/ATen/ops/is_pinned.h' 2024-08-07T17:41:39.1307854Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.1310871Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2024-08-07T17:41:39.1313922Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2024-08-07T17:41:39.1317202Z adding 'torch/include/ATen/ops/is_same_size.h' 2024-08-07T17:41:39.1320459Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.1323327Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2024-08-07T17:41:39.1326472Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2024-08-07T17:41:39.1329425Z adding 'torch/include/ATen/ops/is_set_to.h' 2024-08-07T17:41:39.1332535Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2024-08-07T17:41:39.1335645Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2024-08-07T17:41:39.1338870Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2024-08-07T17:41:39.1342165Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2024-08-07T17:41:39.1345220Z adding 'torch/include/ATen/ops/is_signed.h' 2024-08-07T17:41:39.1348410Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.1351281Z adding 'torch/include/ATen/ops/is_signed_native.h' 2024-08-07T17:41:39.1354375Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2024-08-07T17:41:39.1357396Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2024-08-07T17:41:39.1360622Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.1363550Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2024-08-07T17:41:39.1366636Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2024-08-07T17:41:39.1369666Z adding 'torch/include/ATen/ops/isclose.h' 2024-08-07T17:41:39.1372953Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.1375870Z adding 'torch/include/ATen/ops/isclose_native.h' 2024-08-07T17:41:39.1378963Z adding 'torch/include/ATen/ops/isclose_ops.h' 2024-08-07T17:41:39.1382155Z adding 'torch/include/ATen/ops/isfinite.h' 2024-08-07T17:41:39.1385396Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.1388284Z adding 'torch/include/ATen/ops/isfinite_native.h' 2024-08-07T17:41:39.1391404Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2024-08-07T17:41:39.1394730Z adding 'torch/include/ATen/ops/isin.h' 2024-08-07T17:41:39.1398100Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.1401137Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2024-08-07T17:41:39.1404363Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2024-08-07T17:41:39.1407531Z adding 'torch/include/ATen/ops/isin_meta.h' 2024-08-07T17:41:39.1410651Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2024-08-07T17:41:39.1413725Z adding 'torch/include/ATen/ops/isin_native.h' 2024-08-07T17:41:39.1417441Z adding 'torch/include/ATen/ops/isin_ops.h' 2024-08-07T17:41:39.1420784Z adding 'torch/include/ATen/ops/isinf.h' 2024-08-07T17:41:39.1424029Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.1426928Z adding 'torch/include/ATen/ops/isinf_native.h' 2024-08-07T17:41:39.1430096Z adding 'torch/include/ATen/ops/isinf_ops.h' 2024-08-07T17:41:39.1433105Z adding 'torch/include/ATen/ops/isnan.h' 2024-08-07T17:41:39.1436298Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.1439253Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2024-08-07T17:41:39.1442324Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2024-08-07T17:41:39.1445301Z adding 'torch/include/ATen/ops/isnan_native.h' 2024-08-07T17:41:39.1448570Z adding 'torch/include/ATen/ops/isnan_ops.h' 2024-08-07T17:41:39.1451582Z adding 'torch/include/ATen/ops/isneginf.h' 2024-08-07T17:41:39.1454909Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.1457840Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2024-08-07T17:41:39.1461134Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2024-08-07T17:41:39.1464053Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2024-08-07T17:41:39.1467484Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2024-08-07T17:41:39.1470563Z adding 'torch/include/ATen/ops/isneginf_native.h' 2024-08-07T17:41:39.1473751Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2024-08-07T17:41:39.1476835Z adding 'torch/include/ATen/ops/isposinf.h' 2024-08-07T17:41:39.1480136Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.1483088Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2024-08-07T17:41:39.1486137Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2024-08-07T17:41:39.1489104Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2024-08-07T17:41:39.1492229Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2024-08-07T17:41:39.1495285Z adding 'torch/include/ATen/ops/isposinf_native.h' 2024-08-07T17:41:39.1498425Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2024-08-07T17:41:39.1501557Z adding 'torch/include/ATen/ops/isreal.h' 2024-08-07T17:41:39.1504716Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.1507588Z adding 'torch/include/ATen/ops/isreal_native.h' 2024-08-07T17:41:39.1510649Z adding 'torch/include/ATen/ops/isreal_ops.h' 2024-08-07T17:41:39.1513750Z adding 'torch/include/ATen/ops/istft.h' 2024-08-07T17:41:39.1517360Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.1520075Z adding 'torch/include/ATen/ops/istft_native.h' 2024-08-07T17:41:39.1523308Z adding 'torch/include/ATen/ops/istft_ops.h' 2024-08-07T17:41:39.1526318Z adding 'torch/include/ATen/ops/item.h' 2024-08-07T17:41:39.1529479Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.1532352Z adding 'torch/include/ATen/ops/item_native.h' 2024-08-07T17:41:39.1535471Z adding 'torch/include/ATen/ops/item_ops.h' 2024-08-07T17:41:39.1538947Z adding 'torch/include/ATen/ops/kaiser_window.h' 2024-08-07T17:41:39.1542719Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.1545749Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2024-08-07T17:41:39.1549270Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2024-08-07T17:41:39.1552477Z adding 'torch/include/ATen/ops/kl_div.h' 2024-08-07T17:41:39.1555729Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.1558609Z adding 'torch/include/ATen/ops/kl_div_native.h' 2024-08-07T17:41:39.1561778Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2024-08-07T17:41:39.1564794Z adding 'torch/include/ATen/ops/kron.h' 2024-08-07T17:41:39.1568070Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.1570961Z adding 'torch/include/ATen/ops/kron_native.h' 2024-08-07T17:41:39.1574140Z adding 'torch/include/ATen/ops/kron_ops.h' 2024-08-07T17:41:39.1577438Z adding 'torch/include/ATen/ops/kthvalue.h' 2024-08-07T17:41:39.1580841Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.1583984Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.1587013Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2024-08-07T17:41:39.1590097Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2024-08-07T17:41:39.1593089Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2024-08-07T17:41:39.1596460Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2024-08-07T17:41:39.1599582Z adding 'torch/include/ATen/ops/l1_loss.h' 2024-08-07T17:41:39.1602789Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.1605679Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2024-08-07T17:41:39.1608794Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2024-08-07T17:41:39.1612033Z adding 'torch/include/ATen/ops/layer_norm.h' 2024-08-07T17:41:39.1616011Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.1618508Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2024-08-07T17:41:39.1621862Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2024-08-07T17:41:39.1625197Z adding 'torch/include/ATen/ops/lcm.h' 2024-08-07T17:41:39.1629395Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.1631708Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2024-08-07T17:41:39.1635449Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2024-08-07T17:41:39.1637934Z adding 'torch/include/ATen/ops/lcm_meta.h' 2024-08-07T17:41:39.1641245Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2024-08-07T17:41:39.1644223Z adding 'torch/include/ATen/ops/lcm_native.h' 2024-08-07T17:41:39.1647597Z adding 'torch/include/ATen/ops/lcm_ops.h' 2024-08-07T17:41:39.1650806Z adding 'torch/include/ATen/ops/ldexp.h' 2024-08-07T17:41:39.1654313Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.1658034Z adding 'torch/include/ATen/ops/ldexp_native.h' 2024-08-07T17:41:39.1661064Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2024-08-07T17:41:39.1664388Z adding 'torch/include/ATen/ops/le.h' 2024-08-07T17:41:39.1667810Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.1671006Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2024-08-07T17:41:39.1674882Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2024-08-07T17:41:39.1677383Z adding 'torch/include/ATen/ops/le_meta.h' 2024-08-07T17:41:39.1680665Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2024-08-07T17:41:39.1683845Z adding 'torch/include/ATen/ops/le_native.h' 2024-08-07T17:41:39.1687371Z adding 'torch/include/ATen/ops/le_ops.h' 2024-08-07T17:41:39.1690640Z adding 'torch/include/ATen/ops/leaky_relu.h' 2024-08-07T17:41:39.1694032Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2024-08-07T17:41:39.1697867Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.1700731Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2024-08-07T17:41:39.1704051Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2024-08-07T17:41:39.1707063Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2024-08-07T17:41:39.1710382Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2024-08-07T17:41:39.1713442Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2024-08-07T17:41:39.1717002Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2024-08-07T17:41:39.1720594Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.1723440Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2024-08-07T17:41:39.1726686Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2024-08-07T17:41:39.1729685Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2024-08-07T17:41:39.1732973Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2024-08-07T17:41:39.1736039Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2024-08-07T17:41:39.1739546Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2024-08-07T17:41:39.1742959Z adding 'torch/include/ATen/ops/lerp.h' 2024-08-07T17:41:39.1746452Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.1749614Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2024-08-07T17:41:39.1752795Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2024-08-07T17:41:39.1756018Z adding 'torch/include/ATen/ops/lerp_meta.h' 2024-08-07T17:41:39.1759342Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2024-08-07T17:41:39.1762408Z adding 'torch/include/ATen/ops/lerp_native.h' 2024-08-07T17:41:39.1766009Z adding 'torch/include/ATen/ops/lerp_ops.h' 2024-08-07T17:41:39.1769364Z adding 'torch/include/ATen/ops/less.h' 2024-08-07T17:41:39.1772953Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.1776758Z adding 'torch/include/ATen/ops/less_equal.h' 2024-08-07T17:41:39.1779599Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.1782673Z adding 'torch/include/ATen/ops/less_equal_native.h' 2024-08-07T17:41:39.1786089Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2024-08-07T17:41:39.1789457Z adding 'torch/include/ATen/ops/less_native.h' 2024-08-07T17:41:39.1793659Z adding 'torch/include/ATen/ops/less_ops.h' 2024-08-07T17:41:39.1796184Z adding 'torch/include/ATen/ops/lgamma.h' 2024-08-07T17:41:39.1799837Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.1802646Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2024-08-07T17:41:39.1806011Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2024-08-07T17:41:39.1808882Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2024-08-07T17:41:39.1812188Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2024-08-07T17:41:39.1815204Z adding 'torch/include/ATen/ops/lgamma_native.h' 2024-08-07T17:41:39.1818591Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2024-08-07T17:41:39.1822228Z adding 'torch/include/ATen/ops/lift.h' 2024-08-07T17:41:39.1825294Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.1828345Z adding 'torch/include/ATen/ops/lift_fresh.h' 2024-08-07T17:41:39.1831624Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.1834684Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2024-08-07T17:41:39.1837961Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.1841302Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.1844867Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2024-08-07T17:41:39.1847491Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2024-08-07T17:41:39.1850692Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2024-08-07T17:41:39.1853804Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2024-08-07T17:41:39.1856968Z adding 'torch/include/ATen/ops/lift_native.h' 2024-08-07T17:41:39.1860257Z adding 'torch/include/ATen/ops/lift_ops.h' 2024-08-07T17:41:39.1863592Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2024-08-07T17:41:39.1867669Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.1870081Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2024-08-07T17:41:39.1873732Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.1876644Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2024-08-07T17:41:39.1879920Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2024-08-07T17:41:39.1882951Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2024-08-07T17:41:39.1886287Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2024-08-07T17:41:39.1890172Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2024-08-07T17:41:39.1892699Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2024-08-07T17:41:39.1895876Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2024-08-07T17:41:39.1899215Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2024-08-07T17:41:39.1902691Z adding 'torch/include/ATen/ops/linalg_cond.h' 2024-08-07T17:41:39.1906541Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.1909135Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2024-08-07T17:41:39.1912987Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2024-08-07T17:41:39.1915827Z adding 'torch/include/ATen/ops/linalg_cross.h' 2024-08-07T17:41:39.1919297Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.1922403Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2024-08-07T17:41:39.1925618Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2024-08-07T17:41:39.1928648Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2024-08-07T17:41:39.1931957Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2024-08-07T17:41:39.1935661Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2024-08-07T17:41:39.1938352Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2024-08-07T17:41:39.1941720Z adding 'torch/include/ATen/ops/linalg_det.h' 2024-08-07T17:41:39.1945043Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.1947928Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2024-08-07T17:41:39.1952004Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2024-08-07T17:41:39.1954376Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2024-08-07T17:41:39.1957637Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.1960563Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2024-08-07T17:41:39.1963626Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2024-08-07T17:41:39.1967646Z adding 'torch/include/ATen/ops/linalg_eig.h' 2024-08-07T17:41:39.1970056Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2024-08-07T17:41:39.1973183Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2024-08-07T17:41:39.1976196Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2024-08-07T17:41:39.1979456Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2024-08-07T17:41:39.1982661Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2024-08-07T17:41:39.1985928Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.1988880Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2024-08-07T17:41:39.1992111Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2024-08-07T17:41:39.1995234Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2024-08-07T17:41:39.1998659Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.2002535Z adding 'torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h' 2024-08-07T17:41:39.2005724Z adding 'torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h' 2024-08-07T17:41:39.2008697Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2024-08-07T17:41:39.2011868Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2024-08-07T17:41:39.2014996Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2024-08-07T17:41:39.2018373Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.2021346Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2024-08-07T17:41:39.2024632Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2024-08-07T17:41:39.2027850Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2024-08-07T17:41:39.2031038Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2024-08-07T17:41:39.2034543Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2024-08-07T17:41:39.2037603Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2024-08-07T17:41:39.2040802Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2024-08-07T17:41:39.2043854Z adding 'torch/include/ATen/ops/linalg_inv.h' 2024-08-07T17:41:39.2047105Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.2050214Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2024-08-07T17:41:39.2054377Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.2056698Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2024-08-07T17:41:39.2059984Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2024-08-07T17:41:39.2062989Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2024-08-07T17:41:39.2066211Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2024-08-07T17:41:39.2069102Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2024-08-07T17:41:39.2072317Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2024-08-07T17:41:39.2075329Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2024-08-07T17:41:39.2078468Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2024-08-07T17:41:39.2081608Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2024-08-07T17:41:39.2084944Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.2088026Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2024-08-07T17:41:39.2091385Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.2094345Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2024-08-07T17:41:39.2097505Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2024-08-07T17:41:39.2100673Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2024-08-07T17:41:39.2103874Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2024-08-07T17:41:39.2106886Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2024-08-07T17:41:39.2110138Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2024-08-07T17:41:39.2113243Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2024-08-07T17:41:39.2116494Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2024-08-07T17:41:39.2119607Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2024-08-07T17:41:39.2122986Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.2126065Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2024-08-07T17:41:39.2129224Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2024-08-07T17:41:39.2132219Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2024-08-07T17:41:39.2135361Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2024-08-07T17:41:39.2138363Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2024-08-07T17:41:39.2141718Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2024-08-07T17:41:39.2144991Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2024-08-07T17:41:39.2148323Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.2151418Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2024-08-07T17:41:39.2154984Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2024-08-07T17:41:39.2157866Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2024-08-07T17:41:39.2161356Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2024-08-07T17:41:39.2164567Z adding 'torch/include/ATen/ops/linalg_lu.h' 2024-08-07T17:41:39.2168117Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.2172019Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2024-08-07T17:41:39.2174470Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2024-08-07T17:41:39.2177905Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2024-08-07T17:41:39.2181183Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.2184405Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2024-08-07T17:41:39.2187820Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.2190974Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2024-08-07T17:41:39.2194919Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2024-08-07T17:41:39.2197308Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2024-08-07T17:41:39.2200636Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2024-08-07T17:41:39.2203664Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2024-08-07T17:41:39.2207191Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2024-08-07T17:41:39.2210232Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2024-08-07T17:41:39.2213635Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2024-08-07T17:41:39.2217489Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2024-08-07T17:41:39.2220178Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2024-08-07T17:41:39.2223356Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2024-08-07T17:41:39.2226586Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2024-08-07T17:41:39.2230021Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2024-08-07T17:41:39.2233892Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.2236760Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2024-08-07T17:41:39.2240248Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2024-08-07T17:41:39.2243065Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2024-08-07T17:41:39.2246406Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2024-08-07T17:41:39.2249419Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2024-08-07T17:41:39.2252790Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2024-08-07T17:41:39.2255880Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2024-08-07T17:41:39.2259362Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.2262802Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2024-08-07T17:41:39.2265675Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2024-08-07T17:41:39.2268998Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2024-08-07T17:41:39.2272335Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.2275540Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2024-08-07T17:41:39.2278625Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2024-08-07T17:41:39.2281774Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2024-08-07T17:41:39.2285471Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2024-08-07T17:41:39.2288376Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2024-08-07T17:41:39.2291996Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.2295047Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2024-08-07T17:41:39.2298702Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2024-08-07T17:41:39.2302403Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2024-08-07T17:41:39.2305543Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.2308518Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2024-08-07T17:41:39.2311734Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2024-08-07T17:41:39.2315387Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2024-08-07T17:41:39.2319672Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.2322181Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2024-08-07T17:41:39.2325967Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2024-08-07T17:41:39.2329260Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2024-08-07T17:41:39.2332768Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.2336530Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2024-08-07T17:41:39.2339087Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2024-08-07T17:41:39.2342624Z adding 'torch/include/ATen/ops/linalg_norm.h' 2024-08-07T17:41:39.2346071Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.2349238Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2024-08-07T17:41:39.2353501Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2024-08-07T17:41:39.2356336Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2024-08-07T17:41:39.2359799Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.2363031Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.2366303Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.2369333Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2024-08-07T17:41:39.2373123Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2024-08-07T17:41:39.2376604Z adding 'torch/include/ATen/ops/linalg_qr.h' 2024-08-07T17:41:39.2380097Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.2383242Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2024-08-07T17:41:39.2386384Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2024-08-07T17:41:39.2389559Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2024-08-07T17:41:39.2393525Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2024-08-07T17:41:39.2395871Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2024-08-07T17:41:39.2399255Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2024-08-07T17:41:39.2402411Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2024-08-07T17:41:39.2405823Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.2408822Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2024-08-07T17:41:39.2412228Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2024-08-07T17:41:39.2416157Z adding 'torch/include/ATen/ops/linalg_solve.h' 2024-08-07T17:41:39.2419040Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.2422391Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2024-08-07T17:41:39.2425765Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.2428831Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2024-08-07T17:41:39.2432604Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2024-08-07T17:41:39.2435397Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2024-08-07T17:41:39.2438882Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2024-08-07T17:41:39.2441963Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2024-08-07T17:41:39.2445339Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2024-08-07T17:41:39.2448540Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2024-08-07T17:41:39.2451789Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2024-08-07T17:41:39.2455836Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2024-08-07T17:41:39.2458296Z adding 'torch/include/ATen/ops/linalg_svd.h' 2024-08-07T17:41:39.2461954Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.2464898Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2024-08-07T17:41:39.2468343Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2024-08-07T17:41:39.2471503Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2024-08-07T17:41:39.2475020Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.2478481Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2024-08-07T17:41:39.2481207Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2024-08-07T17:41:39.2484477Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2024-08-07T17:41:39.2487750Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.2490775Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2024-08-07T17:41:39.2494006Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2024-08-07T17:41:39.2497303Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2024-08-07T17:41:39.2501267Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.2503863Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2024-08-07T17:41:39.2507199Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2024-08-07T17:41:39.2510380Z adding 'torch/include/ATen/ops/linalg_vander.h' 2024-08-07T17:41:39.2513802Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.2516687Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2024-08-07T17:41:39.2520027Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2024-08-07T17:41:39.2523950Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2024-08-07T17:41:39.2526565Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.2529689Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2024-08-07T17:41:39.2532812Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2024-08-07T17:41:39.2536253Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2024-08-07T17:41:39.2539760Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.2542931Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2024-08-07T17:41:39.2546680Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2024-08-07T17:41:39.2549283Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2024-08-07T17:41:39.2552615Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2024-08-07T17:41:39.2555655Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2024-08-07T17:41:39.2559160Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2024-08-07T17:41:39.2562325Z adding 'torch/include/ATen/ops/linear.h' 2024-08-07T17:41:39.2565759Z adding 'torch/include/ATen/ops/linear_backward.h' 2024-08-07T17:41:39.2569485Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.2572296Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2024-08-07T17:41:39.2575699Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2024-08-07T17:41:39.2579103Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.2582441Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.2586267Z adding 'torch/include/ATen/ops/linear_native.h' 2024-08-07T17:41:39.2588739Z adding 'torch/include/ATen/ops/linear_ops.h' 2024-08-07T17:41:39.2592548Z adding 'torch/include/ATen/ops/linspace.h' 2024-08-07T17:41:39.2596287Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.2599587Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2024-08-07T17:41:39.2603334Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2024-08-07T17:41:39.2606228Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2024-08-07T17:41:39.2609527Z adding 'torch/include/ATen/ops/linspace_native.h' 2024-08-07T17:41:39.2613288Z adding 'torch/include/ATen/ops/linspace_ops.h' 2024-08-07T17:41:39.2616768Z adding 'torch/include/ATen/ops/log.h' 2024-08-07T17:41:39.2620278Z adding 'torch/include/ATen/ops/log10.h' 2024-08-07T17:41:39.2623494Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.2626540Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2024-08-07T17:41:39.2629679Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2024-08-07T17:41:39.2632867Z adding 'torch/include/ATen/ops/log10_meta.h' 2024-08-07T17:41:39.2636042Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2024-08-07T17:41:39.2639177Z adding 'torch/include/ATen/ops/log10_native.h' 2024-08-07T17:41:39.2642862Z adding 'torch/include/ATen/ops/log10_ops.h' 2024-08-07T17:41:39.2645627Z adding 'torch/include/ATen/ops/log1p.h' 2024-08-07T17:41:39.2649091Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.2652037Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2024-08-07T17:41:39.2655367Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2024-08-07T17:41:39.2658317Z adding 'torch/include/ATen/ops/log1p_meta.h' 2024-08-07T17:41:39.2661746Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2024-08-07T17:41:39.2665592Z adding 'torch/include/ATen/ops/log1p_native.h' 2024-08-07T17:41:39.2668142Z adding 'torch/include/ATen/ops/log1p_ops.h' 2024-08-07T17:41:39.2671674Z adding 'torch/include/ATen/ops/log2.h' 2024-08-07T17:41:39.2674747Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.2677827Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2024-08-07T17:41:39.2680924Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2024-08-07T17:41:39.2683945Z adding 'torch/include/ATen/ops/log2_meta.h' 2024-08-07T17:41:39.2687085Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2024-08-07T17:41:39.2690304Z adding 'torch/include/ATen/ops/log2_native.h' 2024-08-07T17:41:39.2693411Z adding 'torch/include/ATen/ops/log2_ops.h' 2024-08-07T17:41:39.2696743Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.2699718Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2024-08-07T17:41:39.2703482Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2024-08-07T17:41:39.2705954Z adding 'torch/include/ATen/ops/log_meta.h' 2024-08-07T17:41:39.2709104Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2024-08-07T17:41:39.2712114Z adding 'torch/include/ATen/ops/log_native.h' 2024-08-07T17:41:39.2715248Z adding 'torch/include/ATen/ops/log_normal.h' 2024-08-07T17:41:39.2718573Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.2721551Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2024-08-07T17:41:39.2724624Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2024-08-07T17:41:39.2727740Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2024-08-07T17:41:39.2730707Z adding 'torch/include/ATen/ops/log_normal_native.h' 2024-08-07T17:41:39.2734260Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2024-08-07T17:41:39.2737451Z adding 'torch/include/ATen/ops/log_ops.h' 2024-08-07T17:41:39.2740813Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2024-08-07T17:41:39.2743990Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2024-08-07T17:41:39.2747943Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2024-08-07T17:41:39.2751172Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2024-08-07T17:41:39.2754214Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2024-08-07T17:41:39.2757458Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2024-08-07T17:41:39.2760649Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.2763634Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2024-08-07T17:41:39.2766852Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2024-08-07T17:41:39.2769928Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2024-08-07T17:41:39.2772920Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2024-08-07T17:41:39.2776087Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2024-08-07T17:41:39.2779510Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2024-08-07T17:41:39.2782776Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2024-08-07T17:41:39.2785988Z adding 'torch/include/ATen/ops/log_softmax.h' 2024-08-07T17:41:39.2790125Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.2792594Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.2795504Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2024-08-07T17:41:39.2798810Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2024-08-07T17:41:39.2801974Z adding 'torch/include/ATen/ops/logaddexp.h' 2024-08-07T17:41:39.2805025Z adding 'torch/include/ATen/ops/logaddexp2.h' 2024-08-07T17:41:39.2808459Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.2811313Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2024-08-07T17:41:39.2814403Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2024-08-07T17:41:39.2817362Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2024-08-07T17:41:39.2820625Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2024-08-07T17:41:39.2823627Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2024-08-07T17:41:39.2826808Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2024-08-07T17:41:39.2830144Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.2833059Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2024-08-07T17:41:39.2836193Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2024-08-07T17:41:39.2839170Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2024-08-07T17:41:39.2842292Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2024-08-07T17:41:39.2845263Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2024-08-07T17:41:39.2848431Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2024-08-07T17:41:39.2851611Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2024-08-07T17:41:39.2854916Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.2858021Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.2861072Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2024-08-07T17:41:39.2864377Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2024-08-07T17:41:39.2867471Z adding 'torch/include/ATen/ops/logdet.h' 2024-08-07T17:41:39.2870719Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.2873548Z adding 'torch/include/ATen/ops/logdet_native.h' 2024-08-07T17:41:39.2876718Z adding 'torch/include/ATen/ops/logdet_ops.h' 2024-08-07T17:41:39.2879808Z adding 'torch/include/ATen/ops/logical_and.h' 2024-08-07T17:41:39.2883048Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.2886073Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2024-08-07T17:41:39.2889148Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2024-08-07T17:41:39.2892339Z adding 'torch/include/ATen/ops/logical_and_native.h' 2024-08-07T17:41:39.2896486Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2024-08-07T17:41:39.2903659Z adding 'torch/include/ATen/ops/logical_not.h' 2024-08-07T17:41:39.2904865Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.2909482Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2024-08-07T17:41:39.2914387Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2024-08-07T17:41:39.2919164Z adding 'torch/include/ATen/ops/logical_not_native.h' 2024-08-07T17:41:39.2924265Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2024-08-07T17:41:39.2929339Z adding 'torch/include/ATen/ops/logical_or.h' 2024-08-07T17:41:39.2934516Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.2939522Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2024-08-07T17:41:39.2944450Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2024-08-07T17:41:39.2949209Z adding 'torch/include/ATen/ops/logical_or_native.h' 2024-08-07T17:41:39.2954389Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2024-08-07T17:41:39.2959383Z adding 'torch/include/ATen/ops/logical_xor.h' 2024-08-07T17:41:39.2965552Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.2969325Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2024-08-07T17:41:39.2974250Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2024-08-07T17:41:39.2979230Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2024-08-07T17:41:39.2984920Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2024-08-07T17:41:39.2989811Z adding 'torch/include/ATen/ops/logit.h' 2024-08-07T17:41:39.2994859Z adding 'torch/include/ATen/ops/logit_backward.h' 2024-08-07T17:41:39.3000096Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.3005135Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2024-08-07T17:41:39.3010736Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2024-08-07T17:41:39.3014869Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2024-08-07T17:41:39.3020065Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2024-08-07T17:41:39.3024919Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2024-08-07T17:41:39.3030114Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2024-08-07T17:41:39.3035144Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2024-08-07T17:41:39.3040202Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2024-08-07T17:41:39.3045171Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2024-08-07T17:41:39.3050319Z adding 'torch/include/ATen/ops/logit_native.h' 2024-08-07T17:41:39.3055326Z adding 'torch/include/ATen/ops/logit_ops.h' 2024-08-07T17:41:39.3061258Z adding 'torch/include/ATen/ops/logspace.h' 2024-08-07T17:41:39.3066769Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.3071655Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2024-08-07T17:41:39.3076651Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2024-08-07T17:41:39.3081624Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2024-08-07T17:41:39.3086657Z adding 'torch/include/ATen/ops/logspace_native.h' 2024-08-07T17:41:39.3092671Z adding 'torch/include/ATen/ops/logspace_ops.h' 2024-08-07T17:41:39.3098172Z adding 'torch/include/ATen/ops/logsumexp.h' 2024-08-07T17:41:39.3103480Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.3108574Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.3113562Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.3118270Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2024-08-07T17:41:39.3123510Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2024-08-07T17:41:39.3129365Z adding 'torch/include/ATen/ops/lshift.h' 2024-08-07T17:41:39.3133750Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.3138695Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2024-08-07T17:41:39.3143720Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2024-08-07T17:41:39.3149910Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2024-08-07T17:41:39.3154812Z adding 'torch/include/ATen/ops/lshift_native.h' 2024-08-07T17:41:39.3160260Z adding 'torch/include/ATen/ops/lshift_ops.h' 2024-08-07T17:41:39.3165482Z adding 'torch/include/ATen/ops/lstm.h' 2024-08-07T17:41:39.3170475Z adding 'torch/include/ATen/ops/lstm_cell.h' 2024-08-07T17:41:39.3175623Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.3180427Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2024-08-07T17:41:39.3185529Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2024-08-07T17:41:39.3191178Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.3195890Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2024-08-07T17:41:39.3201274Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.3206129Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2024-08-07T17:41:39.3211451Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2024-08-07T17:41:39.3216503Z adding 'torch/include/ATen/ops/lstm_native.h' 2024-08-07T17:41:39.3221727Z adding 'torch/include/ATen/ops/lstm_ops.h' 2024-08-07T17:41:39.3226816Z adding 'torch/include/ATen/ops/lt.h' 2024-08-07T17:41:39.3232004Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.3236739Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2024-08-07T17:41:39.3241675Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2024-08-07T17:41:39.3246423Z adding 'torch/include/ATen/ops/lt_meta.h' 2024-08-07T17:41:39.3251249Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2024-08-07T17:41:39.3256079Z adding 'torch/include/ATen/ops/lt_native.h' 2024-08-07T17:41:39.3261844Z adding 'torch/include/ATen/ops/lt_ops.h' 2024-08-07T17:41:39.3266905Z adding 'torch/include/ATen/ops/lu_solve.h' 2024-08-07T17:41:39.3272008Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.3276598Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2024-08-07T17:41:39.3281592Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2024-08-07T17:41:39.3286611Z adding 'torch/include/ATen/ops/lu_unpack.h' 2024-08-07T17:41:39.3291759Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.3296537Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2024-08-07T17:41:39.3301527Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2024-08-07T17:41:39.3306229Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2024-08-07T17:41:39.3311117Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2024-08-07T17:41:39.3316082Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2024-08-07T17:41:39.3321051Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2024-08-07T17:41:39.3325760Z adding 'torch/include/ATen/ops/mH.h' 2024-08-07T17:41:39.3330728Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.3335414Z adding 'torch/include/ATen/ops/mH_native.h' 2024-08-07T17:41:39.3340361Z adding 'torch/include/ATen/ops/mH_ops.h' 2024-08-07T17:41:39.3345070Z adding 'torch/include/ATen/ops/mT.h' 2024-08-07T17:41:39.3349982Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.3354502Z adding 'torch/include/ATen/ops/mT_native.h' 2024-08-07T17:41:39.3359441Z adding 'torch/include/ATen/ops/mT_ops.h' 2024-08-07T17:41:39.3364299Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2024-08-07T17:41:39.3369345Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.3373945Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2024-08-07T17:41:39.3378905Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2024-08-07T17:41:39.3384081Z adding 'torch/include/ATen/ops/masked_fill.h' 2024-08-07T17:41:39.3389205Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.3393933Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2024-08-07T17:41:39.3398744Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2024-08-07T17:41:39.3403521Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2024-08-07T17:41:39.3408413Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2024-08-07T17:41:39.3413987Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2024-08-07T17:41:39.3419245Z adding 'torch/include/ATen/ops/masked_scatter.h' 2024-08-07T17:41:39.3424328Z adding 'torch/include/ATen/ops/masked_scatter_backward.h' 2024-08-07T17:41:39.3429410Z adding 'torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.3434020Z adding 'torch/include/ATen/ops/masked_scatter_backward_native.h' 2024-08-07T17:41:39.3438938Z adding 'torch/include/ATen/ops/masked_scatter_backward_ops.h' 2024-08-07T17:41:39.3443931Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.3448666Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2024-08-07T17:41:39.3453536Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2024-08-07T17:41:39.3458446Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2024-08-07T17:41:39.3463237Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2024-08-07T17:41:39.3468317Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2024-08-07T17:41:39.3473234Z adding 'torch/include/ATen/ops/masked_select.h' 2024-08-07T17:41:39.3478070Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2024-08-07T17:41:39.3483093Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.3487694Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2024-08-07T17:41:39.3492583Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2024-08-07T17:41:39.3497473Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2024-08-07T17:41:39.3502502Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2024-08-07T17:41:39.3507100Z adding 'torch/include/ATen/ops/masked_select_native.h' 2024-08-07T17:41:39.3512056Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2024-08-07T17:41:39.3517541Z adding 'torch/include/ATen/ops/matmul.h' 2024-08-07T17:41:39.3522003Z adding 'torch/include/ATen/ops/matmul_backward.h' 2024-08-07T17:41:39.3527245Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.3532320Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2024-08-07T17:41:39.3537555Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2024-08-07T17:41:39.3542880Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.3547615Z adding 'torch/include/ATen/ops/matmul_native.h' 2024-08-07T17:41:39.3552724Z adding 'torch/include/ATen/ops/matmul_ops.h' 2024-08-07T17:41:39.3557541Z adding 'torch/include/ATen/ops/matrix_H.h' 2024-08-07T17:41:39.3563276Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.3567140Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2024-08-07T17:41:39.3572125Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2024-08-07T17:41:39.3577039Z adding 'torch/include/ATen/ops/matrix_exp.h' 2024-08-07T17:41:39.3582025Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2024-08-07T17:41:39.3587182Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.3591859Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2024-08-07T17:41:39.3597295Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2024-08-07T17:41:39.3601755Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.3606564Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2024-08-07T17:41:39.3611486Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2024-08-07T17:41:39.3616400Z adding 'torch/include/ATen/ops/matrix_power.h' 2024-08-07T17:41:39.3621664Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.3626377Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2024-08-07T17:41:39.3631462Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2024-08-07T17:41:39.3637001Z adding 'torch/include/ATen/ops/max.h' 2024-08-07T17:41:39.3642812Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.3647049Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.3652091Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2024-08-07T17:41:39.3657170Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2024-08-07T17:41:39.3662305Z adding 'torch/include/ATen/ops/max_meta.h' 2024-08-07T17:41:39.3667291Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2024-08-07T17:41:39.3672257Z adding 'torch/include/ATen/ops/max_native.h' 2024-08-07T17:41:39.3677937Z adding 'torch/include/ATen/ops/max_ops.h' 2024-08-07T17:41:39.3683093Z adding 'torch/include/ATen/ops/max_pool1d.h' 2024-08-07T17:41:39.3688171Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.3693692Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2024-08-07T17:41:39.3697812Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2024-08-07T17:41:39.3702984Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2024-08-07T17:41:39.3708114Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.3712829Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2024-08-07T17:41:39.3717893Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2024-08-07T17:41:39.3722787Z adding 'torch/include/ATen/ops/max_pool2d.h' 2024-08-07T17:41:39.3728075Z adding 'torch/include/ATen/ops/max_pool2d_backward.h' 2024-08-07T17:41:39.3733680Z adding 'torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.3737948Z adding 'torch/include/ATen/ops/max_pool2d_backward_native.h' 2024-08-07T17:41:39.3743375Z adding 'torch/include/ATen/ops/max_pool2d_backward_ops.h' 2024-08-07T17:41:39.3748617Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.3753355Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2024-08-07T17:41:39.3758451Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2024-08-07T17:41:39.3763790Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2024-08-07T17:41:39.3769071Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2024-08-07T17:41:39.3772379Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.3775607Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2024-08-07T17:41:39.3778843Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2024-08-07T17:41:39.3782145Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2024-08-07T17:41:39.3785422Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2024-08-07T17:41:39.3788628Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2024-08-07T17:41:39.3792171Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2024-08-07T17:41:39.3796364Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.3799669Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2024-08-07T17:41:39.3802907Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2024-08-07T17:41:39.3806183Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2024-08-07T17:41:39.3809451Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2024-08-07T17:41:39.3812611Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2024-08-07T17:41:39.3816090Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2024-08-07T17:41:39.3819280Z adding 'torch/include/ATen/ops/max_pool3d.h' 2024-08-07T17:41:39.3822817Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.3825746Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2024-08-07T17:41:39.3829074Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2024-08-07T17:41:39.3832360Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2024-08-07T17:41:39.3835898Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2024-08-07T17:41:39.3839340Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2024-08-07T17:41:39.3842607Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2024-08-07T17:41:39.3845688Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2024-08-07T17:41:39.3849037Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2024-08-07T17:41:39.3852409Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2024-08-07T17:41:39.3855696Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2024-08-07T17:41:39.3858742Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2024-08-07T17:41:39.3862274Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2024-08-07T17:41:39.3865632Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2024-08-07T17:41:39.3869105Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2024-08-07T17:41:39.3872295Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2024-08-07T17:41:39.3875358Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2024-08-07T17:41:39.3878570Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2024-08-07T17:41:39.3882056Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2024-08-07T17:41:39.3885447Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2024-08-07T17:41:39.3888637Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2024-08-07T17:41:39.3891707Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2024-08-07T17:41:39.3894972Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2024-08-07T17:41:39.3898270Z adding 'torch/include/ATen/ops/maximum.h' 2024-08-07T17:41:39.3901738Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.3904732Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2024-08-07T17:41:39.3907875Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2024-08-07T17:41:39.3910863Z adding 'torch/include/ATen/ops/maximum_meta.h' 2024-08-07T17:41:39.3913966Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2024-08-07T17:41:39.3916970Z adding 'torch/include/ATen/ops/maximum_native.h' 2024-08-07T17:41:39.3920128Z adding 'torch/include/ATen/ops/maximum_ops.h' 2024-08-07T17:41:39.3923418Z adding 'torch/include/ATen/ops/mean.h' 2024-08-07T17:41:39.3926731Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.3929918Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.3933007Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.3936022Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2024-08-07T17:41:39.3939135Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2024-08-07T17:41:39.3942279Z adding 'torch/include/ATen/ops/mean_meta.h' 2024-08-07T17:41:39.3945445Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2024-08-07T17:41:39.3948572Z adding 'torch/include/ATen/ops/mean_native.h' 2024-08-07T17:41:39.3952022Z adding 'torch/include/ATen/ops/mean_ops.h' 2024-08-07T17:41:39.3956207Z adding 'torch/include/ATen/ops/median.h' 2024-08-07T17:41:39.3959012Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.3962096Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.3965127Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2024-08-07T17:41:39.3968221Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2024-08-07T17:41:39.3971285Z adding 'torch/include/ATen/ops/median_native.h' 2024-08-07T17:41:39.3974772Z adding 'torch/include/ATen/ops/median_ops.h' 2024-08-07T17:41:39.3977965Z adding 'torch/include/ATen/ops/meshgrid.h' 2024-08-07T17:41:39.3981340Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.3984212Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2024-08-07T17:41:39.3987427Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2024-08-07T17:41:39.3990807Z adding 'torch/include/ATen/ops/min.h' 2024-08-07T17:41:39.3994238Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.3997375Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.4000495Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2024-08-07T17:41:39.4003652Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2024-08-07T17:41:39.4006837Z adding 'torch/include/ATen/ops/min_meta.h' 2024-08-07T17:41:39.4010044Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2024-08-07T17:41:39.4013082Z adding 'torch/include/ATen/ops/min_native.h' 2024-08-07T17:41:39.4016657Z adding 'torch/include/ATen/ops/min_ops.h' 2024-08-07T17:41:39.4020045Z adding 'torch/include/ATen/ops/minimum.h' 2024-08-07T17:41:39.4023416Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.4026323Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2024-08-07T17:41:39.4029799Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2024-08-07T17:41:39.4032502Z adding 'torch/include/ATen/ops/minimum_meta.h' 2024-08-07T17:41:39.4035540Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2024-08-07T17:41:39.4038511Z adding 'torch/include/ATen/ops/minimum_native.h' 2024-08-07T17:41:39.4041705Z adding 'torch/include/ATen/ops/minimum_ops.h' 2024-08-07T17:41:39.4045022Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2024-08-07T17:41:39.4048433Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2024-08-07T17:41:39.4051885Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.4055090Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2024-08-07T17:41:39.4058194Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2024-08-07T17:41:39.4061845Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2024-08-07T17:41:39.4065297Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.4068522Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2024-08-07T17:41:39.4071716Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2024-08-07T17:41:39.4075197Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2024-08-07T17:41:39.4078951Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2024-08-07T17:41:39.4082510Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2024-08-07T17:41:39.4085958Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2024-08-07T17:41:39.4089089Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2024-08-07T17:41:39.4092504Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2024-08-07T17:41:39.4095937Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.4099212Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2024-08-07T17:41:39.4102502Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2024-08-07T17:41:39.4105952Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2024-08-07T17:41:39.4109435Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2024-08-07T17:41:39.4112932Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2024-08-07T17:41:39.4116184Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2024-08-07T17:41:39.4119389Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2024-08-07T17:41:39.4123236Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2024-08-07T17:41:39.4127022Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.4130185Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2024-08-07T17:41:39.4133476Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2024-08-07T17:41:39.4136853Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2024-08-07T17:41:39.4140776Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2024-08-07T17:41:39.4144494Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.4147722Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2024-08-07T17:41:39.4150934Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2024-08-07T17:41:39.4154392Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2024-08-07T17:41:39.4157948Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2024-08-07T17:41:39.4161589Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2024-08-07T17:41:39.4165317Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.4168612Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2024-08-07T17:41:39.4171887Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2024-08-07T17:41:39.4175655Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2024-08-07T17:41:39.4179266Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.4182591Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2024-08-07T17:41:39.4185741Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2024-08-07T17:41:39.4189435Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2024-08-07T17:41:39.4192755Z adding 'torch/include/ATen/ops/mish.h' 2024-08-07T17:41:39.4195920Z adding 'torch/include/ATen/ops/mish_backward.h' 2024-08-07T17:41:39.4199310Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.4202329Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2024-08-07T17:41:39.4205489Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2024-08-07T17:41:39.4208482Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2024-08-07T17:41:39.4211753Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2024-08-07T17:41:39.4215063Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.4218193Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2024-08-07T17:41:39.4221474Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2024-08-07T17:41:39.4224652Z adding 'torch/include/ATen/ops/mish_meta.h' 2024-08-07T17:41:39.4227932Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2024-08-07T17:41:39.4231103Z adding 'torch/include/ATen/ops/mish_native.h' 2024-08-07T17:41:39.4234622Z adding 'torch/include/ATen/ops/mish_ops.h' 2024-08-07T17:41:39.4237791Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2024-08-07T17:41:39.4240975Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2024-08-07T17:41:39.4244335Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.4247412Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2024-08-07T17:41:39.4258606Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2024-08-07T17:41:39.4258908Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2024-08-07T17:41:39.4259116Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2024-08-07T17:41:39.4260835Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2024-08-07T17:41:39.4264649Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.4267575Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2024-08-07T17:41:39.4270996Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2024-08-07T17:41:39.4274211Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2024-08-07T17:41:39.4277582Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2024-08-07T17:41:39.4281019Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.4284282Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2024-08-07T17:41:39.4287723Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.4290798Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2024-08-07T17:41:39.4294232Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2024-08-07T17:41:39.4297355Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2024-08-07T17:41:39.4301691Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2024-08-07T17:41:39.4304467Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2024-08-07T17:41:39.4307949Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.4310898Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2024-08-07T17:41:39.4314412Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2024-08-07T17:41:39.4317668Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.4320748Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2024-08-07T17:41:39.4324043Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2024-08-07T17:41:39.4327355Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2024-08-07T17:41:39.4330812Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2024-08-07T17:41:39.4334226Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.4337306Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2024-08-07T17:41:39.4340798Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2024-08-07T17:41:39.4344346Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.4347334Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2024-08-07T17:41:39.4350851Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2024-08-07T17:41:39.4354145Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2024-08-07T17:41:39.4357561Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2024-08-07T17:41:39.4361112Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.4364099Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2024-08-07T17:41:39.4367561Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2024-08-07T17:41:39.4370891Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.4373981Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2024-08-07T17:41:39.4377295Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2024-08-07T17:41:39.4381267Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2024-08-07T17:41:39.4385054Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.4388148Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2024-08-07T17:41:39.4391591Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2024-08-07T17:41:39.4395205Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2024-08-07T17:41:39.4398901Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.4401941Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2024-08-07T17:41:39.4405370Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2024-08-07T17:41:39.4408947Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer.h' 2024-08-07T17:41:39.4412690Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward.h' 2024-08-07T17:41:39.4416559Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.4419890Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h' 2024-08-07T17:41:39.4423223Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h' 2024-08-07T17:41:39.4427035Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h' 2024-08-07T17:41:39.4430586Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.4433865Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h' 2024-08-07T17:41:39.4437038Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_native.h' 2024-08-07T17:41:39.4441192Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_ops.h' 2024-08-07T17:41:39.4443904Z adding 'torch/include/ATen/ops/mm.h' 2024-08-07T17:41:39.4447950Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.4451096Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2024-08-07T17:41:39.4454232Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2024-08-07T17:41:39.4457388Z adding 'torch/include/ATen/ops/mm_meta.h' 2024-08-07T17:41:39.4460630Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2024-08-07T17:41:39.4463929Z adding 'torch/include/ATen/ops/mm_native.h' 2024-08-07T17:41:39.4467140Z adding 'torch/include/ATen/ops/mm_ops.h' 2024-08-07T17:41:39.4470658Z adding 'torch/include/ATen/ops/mode.h' 2024-08-07T17:41:39.4473984Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.4477197Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.4480364Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2024-08-07T17:41:39.4483465Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2024-08-07T17:41:39.4486505Z adding 'torch/include/ATen/ops/mode_native.h' 2024-08-07T17:41:39.4489908Z adding 'torch/include/ATen/ops/mode_ops.h' 2024-08-07T17:41:39.4493014Z adding 'torch/include/ATen/ops/moveaxis.h' 2024-08-07T17:41:39.4496470Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.4499885Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2024-08-07T17:41:39.4503100Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2024-08-07T17:41:39.4506253Z adding 'torch/include/ATen/ops/movedim.h' 2024-08-07T17:41:39.4509490Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.4512404Z adding 'torch/include/ATen/ops/movedim_native.h' 2024-08-07T17:41:39.4515567Z adding 'torch/include/ATen/ops/movedim_ops.h' 2024-08-07T17:41:39.4519345Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2024-08-07T17:41:39.4522983Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.4526019Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2024-08-07T17:41:39.4529507Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2024-08-07T17:41:39.4533339Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2024-08-07T17:41:39.4536987Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.4540509Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2024-08-07T17:41:39.4549651Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2024-08-07T17:41:39.4552763Z adding 'torch/include/ATen/ops/mse_loss.h' 2024-08-07T17:41:39.4555687Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2024-08-07T17:41:39.4558859Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2024-08-07T17:41:39.4562666Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2024-08-07T17:41:39.4565755Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2024-08-07T17:41:39.4568996Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2024-08-07T17:41:39.4572342Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.4575263Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2024-08-07T17:41:39.4578367Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2024-08-07T17:41:39.4581507Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2024-08-07T17:41:39.4584815Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2024-08-07T17:41:39.4587842Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2024-08-07T17:41:39.4591038Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2024-08-07T17:41:39.4594159Z adding 'torch/include/ATen/ops/msort.h' 2024-08-07T17:41:39.4597564Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.4600331Z adding 'torch/include/ATen/ops/msort_native.h' 2024-08-07T17:41:39.4603468Z adding 'torch/include/ATen/ops/msort_ops.h' 2024-08-07T17:41:39.4606608Z adding 'torch/include/ATen/ops/mul.h' 2024-08-07T17:41:39.4609886Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.4613024Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.4615974Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2024-08-07T17:41:39.4619019Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2024-08-07T17:41:39.4622229Z adding 'torch/include/ATen/ops/mul_meta.h' 2024-08-07T17:41:39.4625341Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2024-08-07T17:41:39.4628515Z adding 'torch/include/ATen/ops/mul_native.h' 2024-08-07T17:41:39.4631979Z adding 'torch/include/ATen/ops/mul_ops.h' 2024-08-07T17:41:39.4635292Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2024-08-07T17:41:39.4638621Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2024-08-07T17:41:39.4641892Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2024-08-07T17:41:39.4645109Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2024-08-07T17:41:39.4648174Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2024-08-07T17:41:39.4651510Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2024-08-07T17:41:39.4654743Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2024-08-07T17:41:39.4657938Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2024-08-07T17:41:39.4661084Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2024-08-07T17:41:39.4664443Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2024-08-07T17:41:39.4667627Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2024-08-07T17:41:39.4670848Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2024-08-07T17:41:39.4674069Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2024-08-07T17:41:39.4677235Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2024-08-07T17:41:39.4680223Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2024-08-07T17:41:39.4683867Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2024-08-07T17:41:39.4687130Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.4690324Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2024-08-07T17:41:39.4693856Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2024-08-07T17:41:39.4697200Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2024-08-07T17:41:39.4700409Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2024-08-07T17:41:39.4703933Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2024-08-07T17:41:39.4707004Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2024-08-07T17:41:39.4710476Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2024-08-07T17:41:39.4713896Z adding 'torch/include/ATen/ops/multinomial.h' 2024-08-07T17:41:39.4717057Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2024-08-07T17:41:39.4720249Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2024-08-07T17:41:39.4723324Z adding 'torch/include/ATen/ops/multinomial_native.h' 2024-08-07T17:41:39.4726700Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2024-08-07T17:41:39.4729863Z adding 'torch/include/ATen/ops/multiply.h' 2024-08-07T17:41:39.4733352Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.4736294Z adding 'torch/include/ATen/ops/multiply_native.h' 2024-08-07T17:41:39.4739919Z adding 'torch/include/ATen/ops/multiply_ops.h' 2024-08-07T17:41:39.4743226Z adding 'torch/include/ATen/ops/mv.h' 2024-08-07T17:41:39.4746536Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.4749575Z adding 'torch/include/ATen/ops/mv_native.h' 2024-08-07T17:41:39.4752857Z adding 'torch/include/ATen/ops/mv_ops.h' 2024-08-07T17:41:39.4756087Z adding 'torch/include/ATen/ops/mvlgamma.h' 2024-08-07T17:41:39.4759373Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.4762550Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2024-08-07T17:41:39.4765656Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2024-08-07T17:41:39.4768794Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2024-08-07T17:41:39.4772053Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2024-08-07T17:41:39.4775444Z adding 'torch/include/ATen/ops/nan_to_num.h' 2024-08-07T17:41:39.4778751Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.4782048Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2024-08-07T17:41:39.4785154Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2024-08-07T17:41:39.4788394Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2024-08-07T17:41:39.4792104Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2024-08-07T17:41:39.4795120Z adding 'torch/include/ATen/ops/nanmean.h' 2024-08-07T17:41:39.4798529Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.4801476Z adding 'torch/include/ATen/ops/nanmean_native.h' 2024-08-07T17:41:39.4804845Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2024-08-07T17:41:39.4808191Z adding 'torch/include/ATen/ops/nanmedian.h' 2024-08-07T17:41:39.4811782Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.4814941Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.4818138Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2024-08-07T17:41:39.4821462Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2024-08-07T17:41:39.4824656Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2024-08-07T17:41:39.4828291Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2024-08-07T17:41:39.4831720Z adding 'torch/include/ATen/ops/nanquantile.h' 2024-08-07T17:41:39.4835325Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.4838311Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2024-08-07T17:41:39.4841838Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2024-08-07T17:41:39.4845176Z adding 'torch/include/ATen/ops/nansum.h' 2024-08-07T17:41:39.4848488Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2024-08-07T17:41:39.4851643Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2024-08-07T17:41:39.4854824Z adding 'torch/include/ATen/ops/nansum_native.h' 2024-08-07T17:41:39.4858154Z adding 'torch/include/ATen/ops/nansum_ops.h' 2024-08-07T17:41:39.4861595Z adding 'torch/include/ATen/ops/narrow.h' 2024-08-07T17:41:39.4865352Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.4868583Z adding 'torch/include/ATen/ops/narrow_copy.h' 2024-08-07T17:41:39.4872190Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.4875192Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2024-08-07T17:41:39.4878716Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2024-08-07T17:41:39.4882326Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2024-08-07T17:41:39.4885310Z adding 'torch/include/ATen/ops/narrow_native.h' 2024-08-07T17:41:39.4888535Z adding 'torch/include/ATen/ops/narrow_ops.h' 2024-08-07T17:41:39.4891854Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2024-08-07T17:41:39.4895433Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2024-08-07T17:41:39.4898941Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.4902417Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2024-08-07T17:41:39.4905497Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2024-08-07T17:41:39.4908806Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2024-08-07T17:41:39.4912405Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2024-08-07T17:41:39.4915731Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2024-08-07T17:41:39.4919043Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2024-08-07T17:41:39.4922191Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2024-08-07T17:41:39.4925743Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2024-08-07T17:41:39.4928993Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2024-08-07T17:41:39.4932478Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.4935528Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2024-08-07T17:41:39.4938638Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2024-08-07T17:41:39.4941892Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2024-08-07T17:41:39.4945145Z adding 'torch/include/ATen/ops/native_dropout.h' 2024-08-07T17:41:39.4948435Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2024-08-07T17:41:39.4951805Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.4954974Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2024-08-07T17:41:39.4958064Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2024-08-07T17:41:39.4961196Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2024-08-07T17:41:39.4964441Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2024-08-07T17:41:39.4967821Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.4970797Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2024-08-07T17:41:39.4974039Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2024-08-07T17:41:39.4977059Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2024-08-07T17:41:39.4980535Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2024-08-07T17:41:39.4984165Z adding 'torch/include/ATen/ops/native_group_norm.h' 2024-08-07T17:41:39.4987994Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2024-08-07T17:41:39.4991789Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.4994844Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2024-08-07T17:41:39.4998158Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2024-08-07T17:41:39.5001231Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2024-08-07T17:41:39.5004750Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2024-08-07T17:41:39.5008356Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.5011433Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2024-08-07T17:41:39.5014698Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2024-08-07T17:41:39.5017781Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2024-08-07T17:41:39.5021396Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2024-08-07T17:41:39.5025029Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2024-08-07T17:41:39.5029074Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2024-08-07T17:41:39.5032858Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.5036017Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2024-08-07T17:41:39.5039403Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2024-08-07T17:41:39.5042498Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2024-08-07T17:41:39.5046029Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2024-08-07T17:41:39.5049536Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.5052729Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2024-08-07T17:41:39.5055941Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2024-08-07T17:41:39.5059177Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2024-08-07T17:41:39.5062749Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2024-08-07T17:41:39.5066009Z adding 'torch/include/ATen/ops/native_norm.h' 2024-08-07T17:41:39.5069538Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.5072529Z adding 'torch/include/ATen/ops/native_norm_native.h' 2024-08-07T17:41:39.5076152Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2024-08-07T17:41:39.5079433Z adding 'torch/include/ATen/ops/ne.h' 2024-08-07T17:41:39.5082956Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.5086035Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2024-08-07T17:41:39.5089210Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2024-08-07T17:41:39.5092385Z adding 'torch/include/ATen/ops/ne_meta.h' 2024-08-07T17:41:39.5095532Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2024-08-07T17:41:39.5098737Z adding 'torch/include/ATen/ops/ne_native.h' 2024-08-07T17:41:39.5102294Z adding 'torch/include/ATen/ops/ne_ops.h' 2024-08-07T17:41:39.5105509Z adding 'torch/include/ATen/ops/neg.h' 2024-08-07T17:41:39.5108956Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.5111973Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2024-08-07T17:41:39.5115073Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2024-08-07T17:41:39.5118076Z adding 'torch/include/ATen/ops/neg_meta.h' 2024-08-07T17:41:39.5121180Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2024-08-07T17:41:39.5124231Z adding 'torch/include/ATen/ops/neg_native.h' 2024-08-07T17:41:39.5127675Z adding 'torch/include/ATen/ops/neg_ops.h' 2024-08-07T17:41:39.5130816Z adding 'torch/include/ATen/ops/negative.h' 2024-08-07T17:41:39.5134068Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.5136884Z adding 'torch/include/ATen/ops/negative_native.h' 2024-08-07T17:41:39.5140149Z adding 'torch/include/ATen/ops/negative_ops.h' 2024-08-07T17:41:39.5143320Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2024-08-07T17:41:39.5146501Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.5149378Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2024-08-07T17:41:39.5152517Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2024-08-07T17:41:39.5155954Z adding 'torch/include/ATen/ops/new_empty.h' 2024-08-07T17:41:39.5159665Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.5162548Z adding 'torch/include/ATen/ops/new_empty_native.h' 2024-08-07T17:41:39.5165931Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2024-08-07T17:41:39.5169469Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2024-08-07T17:41:39.5173158Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.5176470Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.5179434Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2024-08-07T17:41:39.5182864Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2024-08-07T17:41:39.5186285Z adding 'torch/include/ATen/ops/new_full.h' 2024-08-07T17:41:39.5189834Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.5192896Z adding 'torch/include/ATen/ops/new_full_native.h' 2024-08-07T17:41:39.5196411Z adding 'torch/include/ATen/ops/new_full_ops.h' 2024-08-07T17:41:39.5199916Z adding 'torch/include/ATen/ops/new_ones.h' 2024-08-07T17:41:39.5203427Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.5206401Z adding 'torch/include/ATen/ops/new_ones_native.h' 2024-08-07T17:41:39.5209697Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2024-08-07T17:41:39.5213361Z adding 'torch/include/ATen/ops/new_zeros.h' 2024-08-07T17:41:39.5216854Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.5219934Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2024-08-07T17:41:39.5223315Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2024-08-07T17:41:39.5226445Z adding 'torch/include/ATen/ops/nextafter.h' 2024-08-07T17:41:39.5229793Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.5232749Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2024-08-07T17:41:39.5235812Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2024-08-07T17:41:39.5238792Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2024-08-07T17:41:39.5241885Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2024-08-07T17:41:39.5244898Z adding 'torch/include/ATen/ops/nextafter_native.h' 2024-08-07T17:41:39.5248229Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2024-08-07T17:41:39.5251667Z adding 'torch/include/ATen/ops/nll_loss.h' 2024-08-07T17:41:39.5255227Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2024-08-07T17:41:39.5258820Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2024-08-07T17:41:39.5262499Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2024-08-07T17:41:39.5265925Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2024-08-07T17:41:39.5269080Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2024-08-07T17:41:39.5272389Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2024-08-07T17:41:39.5275800Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.5279181Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2024-08-07T17:41:39.5282617Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2024-08-07T17:41:39.5285869Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2024-08-07T17:41:39.5289017Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2024-08-07T17:41:39.5292375Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2024-08-07T17:41:39.5295399Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2024-08-07T17:41:39.5298681Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2024-08-07T17:41:39.5302429Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2024-08-07T17:41:39.5306000Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.5309129Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2024-08-07T17:41:39.5312423Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2024-08-07T17:41:39.5316401Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2024-08-07T17:41:39.5319851Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2024-08-07T17:41:39.5323115Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2024-08-07T17:41:39.5326516Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2024-08-07T17:41:39.5329967Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.5333584Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2024-08-07T17:41:39.5337212Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.5340531Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2024-08-07T17:41:39.5343977Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2024-08-07T17:41:39.5347015Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2024-08-07T17:41:39.5350386Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2024-08-07T17:41:39.5353482Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2024-08-07T17:41:39.5356951Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2024-08-07T17:41:39.5360080Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2024-08-07T17:41:39.5363414Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2024-08-07T17:41:39.5366800Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.5369991Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2024-08-07T17:41:39.5373211Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2024-08-07T17:41:39.5376698Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2024-08-07T17:41:39.5380110Z adding 'torch/include/ATen/ops/nonzero.h' 2024-08-07T17:41:39.5383308Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2024-08-07T17:41:39.5386537Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2024-08-07T17:41:39.5389512Z adding 'torch/include/ATen/ops/nonzero_native.h' 2024-08-07T17:41:39.5392716Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2024-08-07T17:41:39.5395956Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.5398983Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2024-08-07T17:41:39.5402111Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2024-08-07T17:41:39.5405484Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2024-08-07T17:41:39.5408671Z adding 'torch/include/ATen/ops/nonzero_static.h' 2024-08-07T17:41:39.5412027Z adding 'torch/include/ATen/ops/nonzero_static_cpu_dispatch.h' 2024-08-07T17:41:39.5415104Z adding 'torch/include/ATen/ops/nonzero_static_native.h' 2024-08-07T17:41:39.5418439Z adding 'torch/include/ATen/ops/nonzero_static_ops.h' 2024-08-07T17:41:39.5422248Z adding 'torch/include/ATen/ops/norm.h' 2024-08-07T17:41:39.5425814Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.5429269Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.5432446Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.5435775Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2024-08-07T17:41:39.5438998Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2024-08-07T17:41:39.5442168Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2024-08-07T17:41:39.5445608Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.5448446Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2024-08-07T17:41:39.5451676Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2024-08-07T17:41:39.5454870Z adding 'torch/include/ATen/ops/norm_meta.h' 2024-08-07T17:41:39.5458193Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2024-08-07T17:41:39.5461598Z adding 'torch/include/ATen/ops/norm_native.h' 2024-08-07T17:41:39.5465684Z adding 'torch/include/ATen/ops/norm_ops.h' 2024-08-07T17:41:39.5470075Z adding 'torch/include/ATen/ops/normal.h' 2024-08-07T17:41:39.5473890Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.5477227Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2024-08-07T17:41:39.5480516Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2024-08-07T17:41:39.5484311Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2024-08-07T17:41:39.5487760Z adding 'torch/include/ATen/ops/normal_native.h' 2024-08-07T17:41:39.5491795Z adding 'torch/include/ATen/ops/normal_ops.h' 2024-08-07T17:41:39.5495434Z adding 'torch/include/ATen/ops/not_equal.h' 2024-08-07T17:41:39.5498934Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.5502096Z adding 'torch/include/ATen/ops/not_equal_native.h' 2024-08-07T17:41:39.5505688Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2024-08-07T17:41:39.5508972Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2024-08-07T17:41:39.5512409Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.5515351Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2024-08-07T17:41:39.5518801Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2024-08-07T17:41:39.5521838Z adding 'torch/include/ATen/ops/numpy_T.h' 2024-08-07T17:41:39.5525216Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.5528106Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2024-08-07T17:41:39.5531366Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2024-08-07T17:41:39.5534429Z adding 'torch/include/ATen/ops/one_hot.h' 2024-08-07T17:41:39.5537821Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.5540861Z adding 'torch/include/ATen/ops/one_hot_native.h' 2024-08-07T17:41:39.5544092Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2024-08-07T17:41:39.5547866Z adding 'torch/include/ATen/ops/ones.h' 2024-08-07T17:41:39.5551487Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.5554849Z adding 'torch/include/ATen/ops/ones_like.h' 2024-08-07T17:41:39.5558535Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.5561347Z adding 'torch/include/ATen/ops/ones_like_native.h' 2024-08-07T17:41:39.5564646Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2024-08-07T17:41:39.5567927Z adding 'torch/include/ATen/ops/ones_native.h' 2024-08-07T17:41:39.5571439Z adding 'torch/include/ATen/ops/ones_ops.h' 2024-08-07T17:41:39.5574641Z adding 'torch/include/ATen/ops/or.h' 2024-08-07T17:41:39.5578030Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.5581041Z adding 'torch/include/ATen/ops/or_native.h' 2024-08-07T17:41:39.5584476Z adding 'torch/include/ATen/ops/or_ops.h' 2024-08-07T17:41:39.5587668Z adding 'torch/include/ATen/ops/orgqr.h' 2024-08-07T17:41:39.5591080Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.5593979Z adding 'torch/include/ATen/ops/orgqr_native.h' 2024-08-07T17:41:39.5597369Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2024-08-07T17:41:39.5600603Z adding 'torch/include/ATen/ops/ormqr.h' 2024-08-07T17:41:39.5603958Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2024-08-07T17:41:39.5607163Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2024-08-07T17:41:39.5610359Z adding 'torch/include/ATen/ops/ormqr_native.h' 2024-08-07T17:41:39.5613654Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2024-08-07T17:41:39.5616777Z adding 'torch/include/ATen/ops/outer.h' 2024-08-07T17:41:39.5620323Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.5623237Z adding 'torch/include/ATen/ops/outer_native.h' 2024-08-07T17:41:39.5626596Z adding 'torch/include/ATen/ops/outer_ops.h' 2024-08-07T17:41:39.5629591Z adding 'torch/include/ATen/ops/output_nr.h' 2024-08-07T17:41:39.5632994Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.5635860Z adding 'torch/include/ATen/ops/output_nr_native.h' 2024-08-07T17:41:39.5639105Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2024-08-07T17:41:39.5642354Z adding 'torch/include/ATen/ops/pad.h' 2024-08-07T17:41:39.5645830Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.5648799Z adding 'torch/include/ATen/ops/pad_native.h' 2024-08-07T17:41:39.5652179Z adding 'torch/include/ATen/ops/pad_ops.h' 2024-08-07T17:41:39.5655321Z adding 'torch/include/ATen/ops/pad_sequence.h' 2024-08-07T17:41:39.5658666Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.5661699Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2024-08-07T17:41:39.5664855Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2024-08-07T17:41:39.5668195Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2024-08-07T17:41:39.5671430Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.5674300Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2024-08-07T17:41:39.5677497Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2024-08-07T17:41:39.5680541Z adding 'torch/include/ATen/ops/pdist.h' 2024-08-07T17:41:39.5683907Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.5686787Z adding 'torch/include/ATen/ops/pdist_native.h' 2024-08-07T17:41:39.5689891Z adding 'torch/include/ATen/ops/pdist_ops.h' 2024-08-07T17:41:39.5692914Z adding 'torch/include/ATen/ops/permute.h' 2024-08-07T17:41:39.5696097Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.5699056Z adding 'torch/include/ATen/ops/permute_copy.h' 2024-08-07T17:41:39.5702452Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.5705630Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.5708461Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2024-08-07T17:41:39.5711807Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2024-08-07T17:41:39.5714869Z adding 'torch/include/ATen/ops/permute_native.h' 2024-08-07T17:41:39.5717962Z adding 'torch/include/ATen/ops/permute_ops.h' 2024-08-07T17:41:39.5720930Z adding 'torch/include/ATen/ops/pin_memory.h' 2024-08-07T17:41:39.5724146Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.5727072Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2024-08-07T17:41:39.5730223Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2024-08-07T17:41:39.5733230Z adding 'torch/include/ATen/ops/pinverse.h' 2024-08-07T17:41:39.5736450Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.5739384Z adding 'torch/include/ATen/ops/pinverse_native.h' 2024-08-07T17:41:39.5742559Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2024-08-07T17:41:39.5745701Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2024-08-07T17:41:39.5748993Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.5752147Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.5755069Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2024-08-07T17:41:39.5758161Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2024-08-07T17:41:39.5761204Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2024-08-07T17:41:39.5764314Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2024-08-07T17:41:39.5767555Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.5770912Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.5773811Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2024-08-07T17:41:39.5776783Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2024-08-07T17:41:39.5780100Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2024-08-07T17:41:39.5783244Z adding 'torch/include/ATen/ops/poisson.h' 2024-08-07T17:41:39.5786518Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.5789483Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2024-08-07T17:41:39.5792558Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2024-08-07T17:41:39.5795551Z adding 'torch/include/ATen/ops/poisson_native.h' 2024-08-07T17:41:39.5798602Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2024-08-07T17:41:39.5801885Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.5804761Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2024-08-07T17:41:39.5807969Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2024-08-07T17:41:39.5811133Z adding 'torch/include/ATen/ops/poisson_ops.h' 2024-08-07T17:41:39.5814183Z adding 'torch/include/ATen/ops/polar.h' 2024-08-07T17:41:39.5817393Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.5820485Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2024-08-07T17:41:39.5823555Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2024-08-07T17:41:39.5826512Z adding 'torch/include/ATen/ops/polar_native.h' 2024-08-07T17:41:39.5829696Z adding 'torch/include/ATen/ops/polar_ops.h' 2024-08-07T17:41:39.5832825Z adding 'torch/include/ATen/ops/polygamma.h' 2024-08-07T17:41:39.5836058Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.5839241Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.5842210Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2024-08-07T17:41:39.5845297Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2024-08-07T17:41:39.5848277Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2024-08-07T17:41:39.5851387Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2024-08-07T17:41:39.5854397Z adding 'torch/include/ATen/ops/polygamma_native.h' 2024-08-07T17:41:39.5857704Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2024-08-07T17:41:39.5860866Z adding 'torch/include/ATen/ops/positive.h' 2024-08-07T17:41:39.5864103Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.5866984Z adding 'torch/include/ATen/ops/positive_native.h' 2024-08-07T17:41:39.5870113Z adding 'torch/include/ATen/ops/positive_ops.h' 2024-08-07T17:41:39.5873488Z adding 'torch/include/ATen/ops/pow.h' 2024-08-07T17:41:39.5877063Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.5880149Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2024-08-07T17:41:39.5883535Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2024-08-07T17:41:39.5886589Z adding 'torch/include/ATen/ops/pow_meta.h' 2024-08-07T17:41:39.5889902Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2024-08-07T17:41:39.5893057Z adding 'torch/include/ATen/ops/pow_native.h' 2024-08-07T17:41:39.5896792Z adding 'torch/include/ATen/ops/pow_ops.h' 2024-08-07T17:41:39.5900177Z adding 'torch/include/ATen/ops/prelu.h' 2024-08-07T17:41:39.5903513Z adding 'torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.5906565Z adding 'torch/include/ATen/ops/prelu_native.h' 2024-08-07T17:41:39.5909727Z adding 'torch/include/ATen/ops/prelu_ops.h' 2024-08-07T17:41:39.5913124Z adding 'torch/include/ATen/ops/prod.h' 2024-08-07T17:41:39.5916487Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.5919800Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.5922867Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.5926054Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2024-08-07T17:41:39.5929223Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2024-08-07T17:41:39.5932427Z adding 'torch/include/ATen/ops/prod_meta.h' 2024-08-07T17:41:39.5935580Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2024-08-07T17:41:39.5938852Z adding 'torch/include/ATen/ops/prod_native.h' 2024-08-07T17:41:39.5942571Z adding 'torch/include/ATen/ops/prod_ops.h' 2024-08-07T17:41:39.5945860Z adding 'torch/include/ATen/ops/promote_types.h' 2024-08-07T17:41:39.5949203Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.5952096Z adding 'torch/include/ATen/ops/promote_types_native.h' 2024-08-07T17:41:39.5955409Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2024-08-07T17:41:39.5958575Z adding 'torch/include/ATen/ops/put.h' 2024-08-07T17:41:39.5962021Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.5964979Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2024-08-07T17:41:39.5968236Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2024-08-07T17:41:39.5971299Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2024-08-07T17:41:39.5974461Z adding 'torch/include/ATen/ops/put_native.h' 2024-08-07T17:41:39.5977725Z adding 'torch/include/ATen/ops/put_ops.h' 2024-08-07T17:41:39.5981089Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2024-08-07T17:41:39.5984211Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2024-08-07T17:41:39.5987462Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2024-08-07T17:41:39.5990685Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2024-08-07T17:41:39.5993983Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.5996989Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2024-08-07T17:41:39.6000176Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2024-08-07T17:41:39.6003443Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2024-08-07T17:41:39.6006737Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.6009787Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2024-08-07T17:41:39.6013006Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2024-08-07T17:41:39.6016146Z adding 'torch/include/ATen/ops/q_scale.h' 2024-08-07T17:41:39.6019171Z adding 'torch/include/ATen/ops/q_scale_native.h' 2024-08-07T17:41:39.6022538Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2024-08-07T17:41:39.6025574Z adding 'torch/include/ATen/ops/q_zero_point.h' 2024-08-07T17:41:39.6028745Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2024-08-07T17:41:39.6031843Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2024-08-07T17:41:39.6035045Z adding 'torch/include/ATen/ops/qr.h' 2024-08-07T17:41:39.6038421Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.6041465Z adding 'torch/include/ATen/ops/qr_native.h' 2024-08-07T17:41:39.6044794Z adding 'torch/include/ATen/ops/qr_ops.h' 2024-08-07T17:41:39.6047839Z adding 'torch/include/ATen/ops/qscheme.h' 2024-08-07T17:41:39.6050911Z adding 'torch/include/ATen/ops/qscheme_native.h' 2024-08-07T17:41:39.6054021Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2024-08-07T17:41:39.6058195Z adding 'torch/include/ATen/ops/quantile.h' 2024-08-07T17:41:39.6061867Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.6064988Z adding 'torch/include/ATen/ops/quantile_native.h' 2024-08-07T17:41:39.6068559Z adding 'torch/include/ATen/ops/quantile_ops.h' 2024-08-07T17:41:39.6071835Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2024-08-07T17:41:39.6075350Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.6078375Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2024-08-07T17:41:39.6081605Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2024-08-07T17:41:39.6084590Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2024-08-07T17:41:39.6088024Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2024-08-07T17:41:39.6091495Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2024-08-07T17:41:39.6095149Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.6098334Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2024-08-07T17:41:39.6101553Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2024-08-07T17:41:39.6104772Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2024-08-07T17:41:39.6108128Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.6111765Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2024-08-07T17:41:39.6114418Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2024-08-07T17:41:39.6117515Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2024-08-07T17:41:39.6120742Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2024-08-07T17:41:39.6124212Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2024-08-07T17:41:39.6128168Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2024-08-07T17:41:39.6131939Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2024-08-07T17:41:39.6135388Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.6138399Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2024-08-07T17:41:39.6142035Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2024-08-07T17:41:39.6145259Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2024-08-07T17:41:39.6148731Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.6151681Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2024-08-07T17:41:39.6155106Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2024-08-07T17:41:39.6158396Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2024-08-07T17:41:39.6161895Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.6164922Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2024-08-07T17:41:39.6168246Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2024-08-07T17:41:39.6171603Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2024-08-07T17:41:39.6174953Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.6178033Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2024-08-07T17:41:39.6181441Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2024-08-07T17:41:39.6184827Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2024-08-07T17:41:39.6188211Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.6191409Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2024-08-07T17:41:39.6194798Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2024-08-07T17:41:39.6198205Z adding 'torch/include/ATen/ops/quantized_max_pool3d.h' 2024-08-07T17:41:39.6201682Z adding 'torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.6204742Z adding 'torch/include/ATen/ops/quantized_max_pool3d_native.h' 2024-08-07T17:41:39.6208116Z adding 'torch/include/ATen/ops/quantized_max_pool3d_ops.h' 2024-08-07T17:41:39.6211362Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2024-08-07T17:41:39.6214846Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.6217791Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2024-08-07T17:41:39.6221374Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2024-08-07T17:41:39.6224632Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2024-08-07T17:41:39.6228176Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.6231302Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2024-08-07T17:41:39.6234606Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2024-08-07T17:41:39.6237851Z adding 'torch/include/ATen/ops/rad2deg.h' 2024-08-07T17:41:39.6241120Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.6244203Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2024-08-07T17:41:39.6247439Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2024-08-07T17:41:39.6252379Z adding 'torch/include/ATen/ops/rand.h' 2024-08-07T17:41:39.6256685Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.6260117Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.6263339Z adding 'torch/include/ATen/ops/rand_like.h' 2024-08-07T17:41:39.6266728Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.6269662Z adding 'torch/include/ATen/ops/rand_like_native.h' 2024-08-07T17:41:39.6272995Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2024-08-07T17:41:39.6276324Z adding 'torch/include/ATen/ops/rand_native.h' 2024-08-07T17:41:39.6280026Z adding 'torch/include/ATen/ops/rand_ops.h' 2024-08-07T17:41:39.6285019Z adding 'torch/include/ATen/ops/randint.h' 2024-08-07T17:41:39.6289301Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.6293423Z adding 'torch/include/ATen/ops/randint_like.h' 2024-08-07T17:41:39.6297344Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.6300607Z adding 'torch/include/ATen/ops/randint_like_native.h' 2024-08-07T17:41:39.6304137Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2024-08-07T17:41:39.6307708Z adding 'torch/include/ATen/ops/randint_native.h' 2024-08-07T17:41:39.6318321Z adding 'torch/include/ATen/ops/randint_ops.h' 2024-08-07T17:41:39.6323538Z adding 'torch/include/ATen/ops/randn.h' 2024-08-07T17:41:39.6328031Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.6331542Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.6334848Z adding 'torch/include/ATen/ops/randn_like.h' 2024-08-07T17:41:39.6338439Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.6341890Z adding 'torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h' 2024-08-07T17:41:39.6344959Z adding 'torch/include/ATen/ops/randn_like_native.h' 2024-08-07T17:41:39.6348298Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2024-08-07T17:41:39.6351673Z adding 'torch/include/ATen/ops/randn_native.h' 2024-08-07T17:41:39.6355557Z adding 'torch/include/ATen/ops/randn_ops.h' 2024-08-07T17:41:39.6359177Z adding 'torch/include/ATen/ops/random.h' 2024-08-07T17:41:39.6362820Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.6366043Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2024-08-07T17:41:39.6369388Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2024-08-07T17:41:39.6372526Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2024-08-07T17:41:39.6376400Z adding 'torch/include/ATen/ops/random_native.h' 2024-08-07T17:41:39.6379740Z adding 'torch/include/ATen/ops/random_ops.h' 2024-08-07T17:41:39.6384007Z adding 'torch/include/ATen/ops/randperm.h' 2024-08-07T17:41:39.6387915Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.6391114Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2024-08-07T17:41:39.6394432Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2024-08-07T17:41:39.6397676Z adding 'torch/include/ATen/ops/randperm_native.h' 2024-08-07T17:41:39.6401122Z adding 'torch/include/ATen/ops/randperm_ops.h' 2024-08-07T17:41:39.6405118Z adding 'torch/include/ATen/ops/range.h' 2024-08-07T17:41:39.6408652Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.6411901Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2024-08-07T17:41:39.6415086Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2024-08-07T17:41:39.6418375Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2024-08-07T17:41:39.6421781Z adding 'torch/include/ATen/ops/range_native.h' 2024-08-07T17:41:39.6425292Z adding 'torch/include/ATen/ops/range_ops.h' 2024-08-07T17:41:39.6428602Z adding 'torch/include/ATen/ops/ravel.h' 2024-08-07T17:41:39.6431904Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.6435081Z adding 'torch/include/ATen/ops/ravel_native.h' 2024-08-07T17:41:39.6438179Z adding 'torch/include/ATen/ops/ravel_ops.h' 2024-08-07T17:41:39.6441414Z adding 'torch/include/ATen/ops/real.h' 2024-08-07T17:41:39.6444690Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.6447756Z adding 'torch/include/ATen/ops/real_native.h' 2024-08-07T17:41:39.6450914Z adding 'torch/include/ATen/ops/real_ops.h' 2024-08-07T17:41:39.6454229Z adding 'torch/include/ATen/ops/reciprocal.h' 2024-08-07T17:41:39.6457765Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.6460894Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2024-08-07T17:41:39.6464182Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2024-08-07T17:41:39.6467307Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2024-08-07T17:41:39.6470650Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2024-08-07T17:41:39.6473665Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2024-08-07T17:41:39.6477110Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2024-08-07T17:41:39.6480176Z adding 'torch/include/ATen/ops/record_stream.h' 2024-08-07T17:41:39.6483526Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2024-08-07T17:41:39.6486557Z adding 'torch/include/ATen/ops/record_stream_native.h' 2024-08-07T17:41:39.6489844Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2024-08-07T17:41:39.6492958Z adding 'torch/include/ATen/ops/refine_names.h' 2024-08-07T17:41:39.6496331Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.6499597Z adding 'torch/include/ATen/ops/refine_names_native.h' 2024-08-07T17:41:39.6502800Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2024-08-07T17:41:39.6506185Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2024-08-07T17:41:39.6509787Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2024-08-07T17:41:39.6513562Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.6516681Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2024-08-07T17:41:39.6520020Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2024-08-07T17:41:39.6523452Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2024-08-07T17:41:39.6526525Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2024-08-07T17:41:39.6529762Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2024-08-07T17:41:39.6533522Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2024-08-07T17:41:39.6536617Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.6539744Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2024-08-07T17:41:39.6543161Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2024-08-07T17:41:39.6546231Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2024-08-07T17:41:39.6549583Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2024-08-07T17:41:39.6552763Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2024-08-07T17:41:39.6556134Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2024-08-07T17:41:39.6559621Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2024-08-07T17:41:39.6563230Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2024-08-07T17:41:39.6566823Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2024-08-07T17:41:39.6570036Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2024-08-07T17:41:39.6573320Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2024-08-07T17:41:39.6576611Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2024-08-07T17:41:39.6580073Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2024-08-07T17:41:39.6583466Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2024-08-07T17:41:39.6586513Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2024-08-07T17:41:39.6589881Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2024-08-07T17:41:39.6593288Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2024-08-07T17:41:39.6597033Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2024-08-07T17:41:39.6600599Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.6603994Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2024-08-07T17:41:39.6607413Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2024-08-07T17:41:39.6610508Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2024-08-07T17:41:39.6613881Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2024-08-07T17:41:39.6616995Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2024-08-07T17:41:39.6620461Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2024-08-07T17:41:39.6623854Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.6627026Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2024-08-07T17:41:39.6630210Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2024-08-07T17:41:39.6633470Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2024-08-07T17:41:39.6636761Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2024-08-07T17:41:39.6639986Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2024-08-07T17:41:39.6643399Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2024-08-07T17:41:39.6646510Z adding 'torch/include/ATen/ops/relu.h' 2024-08-07T17:41:39.6649725Z adding 'torch/include/ATen/ops/relu6.h' 2024-08-07T17:41:39.6653039Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.6656098Z adding 'torch/include/ATen/ops/relu6_native.h' 2024-08-07T17:41:39.6659384Z adding 'torch/include/ATen/ops/relu6_ops.h' 2024-08-07T17:41:39.6662884Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.6665903Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2024-08-07T17:41:39.6669172Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2024-08-07T17:41:39.6672221Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2024-08-07T17:41:39.6675449Z adding 'torch/include/ATen/ops/relu_native.h' 2024-08-07T17:41:39.6679194Z adding 'torch/include/ATen/ops/relu_ops.h' 2024-08-07T17:41:39.6682228Z adding 'torch/include/ATen/ops/remainder.h' 2024-08-07T17:41:39.6685755Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.6689036Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.6692183Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2024-08-07T17:41:39.6695344Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2024-08-07T17:41:39.6698550Z adding 'torch/include/ATen/ops/remainder_meta.h' 2024-08-07T17:41:39.6701860Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2024-08-07T17:41:39.6705130Z adding 'torch/include/ATen/ops/remainder_native.h' 2024-08-07T17:41:39.6708715Z adding 'torch/include/ATen/ops/remainder_ops.h' 2024-08-07T17:41:39.6712024Z adding 'torch/include/ATen/ops/rename.h' 2024-08-07T17:41:39.6715426Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.6718366Z adding 'torch/include/ATen/ops/rename_native.h' 2024-08-07T17:41:39.6721724Z adding 'torch/include/ATen/ops/rename_ops.h' 2024-08-07T17:41:39.6724898Z adding 'torch/include/ATen/ops/renorm.h' 2024-08-07T17:41:39.6728436Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.6731577Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2024-08-07T17:41:39.6734829Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2024-08-07T17:41:39.6737911Z adding 'torch/include/ATen/ops/renorm_meta.h' 2024-08-07T17:41:39.6741388Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2024-08-07T17:41:39.6744473Z adding 'torch/include/ATen/ops/renorm_native.h' 2024-08-07T17:41:39.6747935Z adding 'torch/include/ATen/ops/renorm_ops.h' 2024-08-07T17:41:39.6751443Z adding 'torch/include/ATen/ops/repeat.h' 2024-08-07T17:41:39.6754872Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.6758596Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2024-08-07T17:41:39.6762207Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.6765628Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.6768740Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2024-08-07T17:41:39.6771994Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2024-08-07T17:41:39.6775142Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2024-08-07T17:41:39.6778597Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2024-08-07T17:41:39.6782018Z adding 'torch/include/ATen/ops/repeat_native.h' 2024-08-07T17:41:39.6785301Z adding 'torch/include/ATen/ops/repeat_ops.h' 2024-08-07T17:41:39.6789050Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2024-08-07T17:41:39.6792655Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2024-08-07T17:41:39.6796301Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.6799471Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2024-08-07T17:41:39.6802711Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2024-08-07T17:41:39.6805925Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2024-08-07T17:41:39.6809203Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2024-08-07T17:41:39.6812484Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2024-08-07T17:41:39.6815759Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2024-08-07T17:41:39.6819362Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.6822470Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2024-08-07T17:41:39.6825867Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2024-08-07T17:41:39.6828949Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2024-08-07T17:41:39.6832224Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2024-08-07T17:41:39.6835450Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2024-08-07T17:41:39.6845599Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2024-08-07T17:41:39.6849312Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2024-08-07T17:41:39.6853011Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2024-08-07T17:41:39.6856422Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2024-08-07T17:41:39.6859890Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2024-08-07T17:41:39.6863031Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2024-08-07T17:41:39.6866315Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2024-08-07T17:41:39.6869710Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.6872824Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2024-08-07T17:41:39.6876027Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2024-08-07T17:41:39.6879026Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2024-08-07T17:41:39.6882287Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2024-08-07T17:41:39.6885287Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2024-08-07T17:41:39.6888707Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2024-08-07T17:41:39.6892090Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2024-08-07T17:41:39.6895633Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2024-08-07T17:41:39.6898996Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2024-08-07T17:41:39.6902322Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2024-08-07T17:41:39.6905439Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2024-08-07T17:41:39.6908749Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2024-08-07T17:41:39.6912126Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.6915103Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2024-08-07T17:41:39.6918468Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2024-08-07T17:41:39.6921536Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2024-08-07T17:41:39.6924702Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2024-08-07T17:41:39.6927740Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2024-08-07T17:41:39.6930955Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2024-08-07T17:41:39.6933961Z adding 'torch/include/ATen/ops/requires_grad.h' 2024-08-07T17:41:39.6937218Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.6940216Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2024-08-07T17:41:39.6943364Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2024-08-07T17:41:39.6946508Z adding 'torch/include/ATen/ops/reshape.h' 2024-08-07T17:41:39.6949496Z adding 'torch/include/ATen/ops/reshape_as.h' 2024-08-07T17:41:39.6952754Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.6955878Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2024-08-07T17:41:39.6958702Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2024-08-07T17:41:39.6961838Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2024-08-07T17:41:39.6965103Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.6968282Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2024-08-07T17:41:39.6971109Z adding 'torch/include/ATen/ops/reshape_native.h' 2024-08-07T17:41:39.6974484Z adding 'torch/include/ATen/ops/reshape_ops.h' 2024-08-07T17:41:39.6977878Z adding 'torch/include/ATen/ops/resize.h' 2024-08-07T17:41:39.6981530Z adding 'torch/include/ATen/ops/resize_as.h' 2024-08-07T17:41:39.6984937Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.6987884Z adding 'torch/include/ATen/ops/resize_as_native.h' 2024-08-07T17:41:39.6991265Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2024-08-07T17:41:39.6994476Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2024-08-07T17:41:39.6997818Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.7000782Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2024-08-07T17:41:39.7003780Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2024-08-07T17:41:39.7007049Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2024-08-07T17:41:39.7010404Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.7013494Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2024-08-07T17:41:39.7016626Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2024-08-07T17:41:39.7019868Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2024-08-07T17:41:39.7022924Z adding 'torch/include/ATen/ops/resize_native.h' 2024-08-07T17:41:39.7026341Z adding 'torch/include/ATen/ops/resize_ops.h' 2024-08-07T17:41:39.7029392Z adding 'torch/include/ATen/ops/resolve_conj.h' 2024-08-07T17:41:39.7032644Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.7035562Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2024-08-07T17:41:39.7038666Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2024-08-07T17:41:39.7041695Z adding 'torch/include/ATen/ops/resolve_neg.h' 2024-08-07T17:41:39.7044911Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.7047770Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2024-08-07T17:41:39.7050859Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2024-08-07T17:41:39.7054030Z adding 'torch/include/ATen/ops/result_type.h' 2024-08-07T17:41:39.7057362Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.7060366Z adding 'torch/include/ATen/ops/result_type_native.h' 2024-08-07T17:41:39.7063780Z adding 'torch/include/ATen/ops/result_type_ops.h' 2024-08-07T17:41:39.7066826Z adding 'torch/include/ATen/ops/retain_grad.h' 2024-08-07T17:41:39.7070083Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.7072950Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2024-08-07T17:41:39.7076265Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2024-08-07T17:41:39.7079258Z adding 'torch/include/ATen/ops/retains_grad.h' 2024-08-07T17:41:39.7082673Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.7085606Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2024-08-07T17:41:39.7088855Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2024-08-07T17:41:39.7092098Z adding 'torch/include/ATen/ops/rms_norm.h' 2024-08-07T17:41:39.7095470Z adding 'torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.7098519Z adding 'torch/include/ATen/ops/rms_norm_native.h' 2024-08-07T17:41:39.7101850Z adding 'torch/include/ATen/ops/rms_norm_ops.h' 2024-08-07T17:41:39.7105195Z adding 'torch/include/ATen/ops/rnn_relu.h' 2024-08-07T17:41:39.7108371Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2024-08-07T17:41:39.7111820Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.7114757Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2024-08-07T17:41:39.7118210Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2024-08-07T17:41:39.7121642Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.7124679Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2024-08-07T17:41:39.7128082Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2024-08-07T17:41:39.7131320Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2024-08-07T17:41:39.7134579Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2024-08-07T17:41:39.7137915Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.7141118Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2024-08-07T17:41:39.7144355Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2024-08-07T17:41:39.7147837Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.7150803Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2024-08-07T17:41:39.7154231Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2024-08-07T17:41:39.7157666Z adding 'torch/include/ATen/ops/roll.h' 2024-08-07T17:41:39.7161170Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.7164581Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2024-08-07T17:41:39.7167738Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2024-08-07T17:41:39.7170902Z adding 'torch/include/ATen/ops/roll_native.h' 2024-08-07T17:41:39.7174200Z adding 'torch/include/ATen/ops/roll_ops.h' 2024-08-07T17:41:39.7177519Z adding 'torch/include/ATen/ops/rot90.h' 2024-08-07T17:41:39.7181059Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.7184145Z adding 'torch/include/ATen/ops/rot90_native.h' 2024-08-07T17:41:39.7187405Z adding 'torch/include/ATen/ops/rot90_ops.h' 2024-08-07T17:41:39.7190839Z adding 'torch/include/ATen/ops/round.h' 2024-08-07T17:41:39.7194444Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.7197422Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2024-08-07T17:41:39.7200728Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2024-08-07T17:41:39.7203835Z adding 'torch/include/ATen/ops/round_meta.h' 2024-08-07T17:41:39.7207178Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2024-08-07T17:41:39.7210296Z adding 'torch/include/ATen/ops/round_native.h' 2024-08-07T17:41:39.7213901Z adding 'torch/include/ATen/ops/round_ops.h' 2024-08-07T17:41:39.7217130Z adding 'torch/include/ATen/ops/row_indices.h' 2024-08-07T17:41:39.7220757Z adding 'torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.7223789Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2024-08-07T17:41:39.7227162Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.7230569Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.7233434Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2024-08-07T17:41:39.7236808Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2024-08-07T17:41:39.7239875Z adding 'torch/include/ATen/ops/row_indices_native.h' 2024-08-07T17:41:39.7243186Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2024-08-07T17:41:39.7246478Z adding 'torch/include/ATen/ops/row_stack.h' 2024-08-07T17:41:39.7249848Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.7252782Z adding 'torch/include/ATen/ops/row_stack_native.h' 2024-08-07T17:41:39.7256180Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2024-08-07T17:41:39.7259471Z adding 'torch/include/ATen/ops/rrelu.h' 2024-08-07T17:41:39.7262954Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.7266075Z adding 'torch/include/ATen/ops/rrelu_native.h' 2024-08-07T17:41:39.7269458Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2024-08-07T17:41:39.7272942Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2024-08-07T17:41:39.7276246Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2024-08-07T17:41:39.7279874Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.7282782Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2024-08-07T17:41:39.7286248Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2024-08-07T17:41:39.7289571Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2024-08-07T17:41:39.7292973Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2024-08-07T17:41:39.7296279Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2024-08-07T17:41:39.7299520Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2024-08-07T17:41:39.7303147Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2024-08-07T17:41:39.7306432Z adding 'torch/include/ATen/ops/rshift.h' 2024-08-07T17:41:39.7309952Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.7313031Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2024-08-07T17:41:39.7316336Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2024-08-07T17:41:39.7319454Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2024-08-07T17:41:39.7322669Z adding 'torch/include/ATen/ops/rshift_native.h' 2024-08-07T17:41:39.7326268Z adding 'torch/include/ATen/ops/rshift_ops.h' 2024-08-07T17:41:39.7329493Z adding 'torch/include/ATen/ops/rsqrt.h' 2024-08-07T17:41:39.7333043Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.7335947Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2024-08-07T17:41:39.7339173Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2024-08-07T17:41:39.7342408Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2024-08-07T17:41:39.7345773Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2024-08-07T17:41:39.7348823Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2024-08-07T17:41:39.7352251Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2024-08-07T17:41:39.7355872Z adding 'torch/include/ATen/ops/rsub.h' 2024-08-07T17:41:39.7359286Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.7362439Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2024-08-07T17:41:39.7365531Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2024-08-07T17:41:39.7368697Z adding 'torch/include/ATen/ops/rsub_native.h' 2024-08-07T17:41:39.7372078Z adding 'torch/include/ATen/ops/rsub_ops.h' 2024-08-07T17:41:39.7375595Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2024-08-07T17:41:39.7378983Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.7382200Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2024-08-07T17:41:39.7385548Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2024-08-07T17:41:39.7388885Z adding 'torch/include/ATen/ops/scaled_dot_product_attention.h' 2024-08-07T17:41:39.7392312Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.7395383Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_native.h' 2024-08-07T17:41:39.7398767Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_ops.h' 2024-08-07T17:41:39.7402229Z adding 'torch/include/ATen/ops/scatter.h' 2024-08-07T17:41:39.7405732Z adding 'torch/include/ATen/ops/scatter_add.h' 2024-08-07T17:41:39.7409194Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.7412464Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.7415619Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2024-08-07T17:41:39.7418902Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2024-08-07T17:41:39.7422182Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2024-08-07T17:41:39.7425386Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2024-08-07T17:41:39.7428629Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2024-08-07T17:41:39.7432087Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2024-08-07T17:41:39.7435678Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.7438799Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.7442170Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2024-08-07T17:41:39.7445560Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2024-08-07T17:41:39.7448886Z adding 'torch/include/ATen/ops/scatter_meta.h' 2024-08-07T17:41:39.7452219Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2024-08-07T17:41:39.7455559Z adding 'torch/include/ATen/ops/scatter_native.h' 2024-08-07T17:41:39.7459989Z adding 'torch/include/ATen/ops/scatter_ops.h' 2024-08-07T17:41:39.7463595Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2024-08-07T17:41:39.7467280Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.7470378Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2024-08-07T17:41:39.7473642Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2024-08-07T17:41:39.7476710Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2024-08-07T17:41:39.7479951Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2024-08-07T17:41:39.7483182Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2024-08-07T17:41:39.7486686Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2024-08-07T17:41:39.7490025Z adding 'torch/include/ATen/ops/searchsorted.h' 2024-08-07T17:41:39.7493374Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2024-08-07T17:41:39.7496647Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2024-08-07T17:41:39.7500098Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2024-08-07T17:41:39.7503637Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2024-08-07T17:41:39.7507016Z adding 'torch/include/ATen/ops/segment_reduce.h' 2024-08-07T17:41:39.7510490Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.7513495Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2024-08-07T17:41:39.7516669Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2024-08-07T17:41:39.7519785Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2024-08-07T17:41:39.7523116Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2024-08-07T17:41:39.7526286Z adding 'torch/include/ATen/ops/select.h' 2024-08-07T17:41:39.7529896Z adding 'torch/include/ATen/ops/select_backward.h' 2024-08-07T17:41:39.7533446Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.7536673Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.7539569Z adding 'torch/include/ATen/ops/select_backward_native.h' 2024-08-07T17:41:39.7542922Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2024-08-07T17:41:39.7546188Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.7549284Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.7552519Z adding 'torch/include/ATen/ops/select_copy.h' 2024-08-07T17:41:39.7555984Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.7559112Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.7561956Z adding 'torch/include/ATen/ops/select_copy_native.h' 2024-08-07T17:41:39.7565188Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2024-08-07T17:41:39.7568226Z adding 'torch/include/ATen/ops/select_native.h' 2024-08-07T17:41:39.7571434Z adding 'torch/include/ATen/ops/select_ops.h' 2024-08-07T17:41:39.7574867Z adding 'torch/include/ATen/ops/select_scatter.h' 2024-08-07T17:41:39.7578312Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.7581736Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.7584771Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2024-08-07T17:41:39.7587972Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2024-08-07T17:41:39.7591039Z adding 'torch/include/ATen/ops/selu.h' 2024-08-07T17:41:39.7594979Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.7597965Z adding 'torch/include/ATen/ops/selu_native.h' 2024-08-07T17:41:39.7601136Z adding 'torch/include/ATen/ops/selu_ops.h' 2024-08-07T17:41:39.7604917Z adding 'torch/include/ATen/ops/set.h' 2024-08-07T17:41:39.7608588Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.7611795Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.7614826Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2024-08-07T17:41:39.7617985Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2024-08-07T17:41:39.7621242Z adding 'torch/include/ATen/ops/set_data.h' 2024-08-07T17:41:39.7624560Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.7627474Z adding 'torch/include/ATen/ops/set_data_native.h' 2024-08-07T17:41:39.7630633Z adding 'torch/include/ATen/ops/set_data_ops.h' 2024-08-07T17:41:39.7633803Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2024-08-07T17:41:39.7637093Z adding 'torch/include/ATen/ops/set_native.h' 2024-08-07T17:41:39.7640834Z adding 'torch/include/ATen/ops/set_ops.h' 2024-08-07T17:41:39.7644146Z adding 'torch/include/ATen/ops/sgn.h' 2024-08-07T17:41:39.7647460Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.7650460Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2024-08-07T17:41:39.7653579Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2024-08-07T17:41:39.7656589Z adding 'torch/include/ATen/ops/sgn_meta.h' 2024-08-07T17:41:39.7659758Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2024-08-07T17:41:39.7662854Z adding 'torch/include/ATen/ops/sgn_native.h' 2024-08-07T17:41:39.7666096Z adding 'torch/include/ATen/ops/sgn_ops.h' 2024-08-07T17:41:39.7669154Z adding 'torch/include/ATen/ops/sigmoid.h' 2024-08-07T17:41:39.7672297Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2024-08-07T17:41:39.7675717Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.7678672Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2024-08-07T17:41:39.7681778Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2024-08-07T17:41:39.7684742Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2024-08-07T17:41:39.7688075Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2024-08-07T17:41:39.7691084Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2024-08-07T17:41:39.7694526Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2024-08-07T17:41:39.7697925Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.7701114Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2024-08-07T17:41:39.7704806Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2024-08-07T17:41:39.7707867Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2024-08-07T17:41:39.7711214Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2024-08-07T17:41:39.7714231Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2024-08-07T17:41:39.7717626Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2024-08-07T17:41:39.7720774Z adding 'torch/include/ATen/ops/sign.h' 2024-08-07T17:41:39.7724263Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.7727238Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2024-08-07T17:41:39.7730487Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2024-08-07T17:41:39.7733550Z adding 'torch/include/ATen/ops/sign_meta.h' 2024-08-07T17:41:39.7736740Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2024-08-07T17:41:39.7739722Z adding 'torch/include/ATen/ops/sign_native.h' 2024-08-07T17:41:39.7742971Z adding 'torch/include/ATen/ops/sign_ops.h' 2024-08-07T17:41:39.7746149Z adding 'torch/include/ATen/ops/signbit.h' 2024-08-07T17:41:39.7749479Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.7752635Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2024-08-07T17:41:39.7755780Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2024-08-07T17:41:39.7758951Z adding 'torch/include/ATen/ops/signbit_meta.h' 2024-08-07T17:41:39.7762133Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2024-08-07T17:41:39.7765320Z adding 'torch/include/ATen/ops/signbit_native.h' 2024-08-07T17:41:39.7768615Z adding 'torch/include/ATen/ops/signbit_ops.h' 2024-08-07T17:41:39.7771776Z adding 'torch/include/ATen/ops/silu.h' 2024-08-07T17:41:39.7775111Z adding 'torch/include/ATen/ops/silu_backward.h' 2024-08-07T17:41:39.7778531Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.7781849Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.7784957Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2024-08-07T17:41:39.7788336Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2024-08-07T17:41:39.7791276Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2024-08-07T17:41:39.7794617Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2024-08-07T17:41:39.7797664Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2024-08-07T17:41:39.7801040Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2024-08-07T17:41:39.7804409Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.7807488Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2024-08-07T17:41:39.7810850Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2024-08-07T17:41:39.7813873Z adding 'torch/include/ATen/ops/silu_meta.h' 2024-08-07T17:41:39.7817129Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2024-08-07T17:41:39.7820292Z adding 'torch/include/ATen/ops/silu_native.h' 2024-08-07T17:41:39.7823679Z adding 'torch/include/ATen/ops/silu_ops.h' 2024-08-07T17:41:39.7826874Z adding 'torch/include/ATen/ops/sin.h' 2024-08-07T17:41:39.7830427Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.7833379Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2024-08-07T17:41:39.7836721Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2024-08-07T17:41:39.7839798Z adding 'torch/include/ATen/ops/sin_meta.h' 2024-08-07T17:41:39.7843072Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2024-08-07T17:41:39.7846150Z adding 'torch/include/ATen/ops/sin_native.h' 2024-08-07T17:41:39.7849512Z adding 'torch/include/ATen/ops/sin_ops.h' 2024-08-07T17:41:39.7852712Z adding 'torch/include/ATen/ops/sinc.h' 2024-08-07T17:41:39.7856167Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.7859288Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2024-08-07T17:41:39.7862513Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2024-08-07T17:41:39.7865668Z adding 'torch/include/ATen/ops/sinc_meta.h' 2024-08-07T17:41:39.7868846Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2024-08-07T17:41:39.7871981Z adding 'torch/include/ATen/ops/sinc_native.h' 2024-08-07T17:41:39.7875194Z adding 'torch/include/ATen/ops/sinc_ops.h' 2024-08-07T17:41:39.7878513Z adding 'torch/include/ATen/ops/sinh.h' 2024-08-07T17:41:39.7881874Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.7885022Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2024-08-07T17:41:39.7888384Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2024-08-07T17:41:39.7891661Z adding 'torch/include/ATen/ops/sinh_meta.h' 2024-08-07T17:41:39.7894778Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2024-08-07T17:41:39.7897981Z adding 'torch/include/ATen/ops/sinh_native.h' 2024-08-07T17:41:39.7901469Z adding 'torch/include/ATen/ops/sinh_ops.h' 2024-08-07T17:41:39.7904638Z adding 'torch/include/ATen/ops/size.h' 2024-08-07T17:41:39.7907998Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.7910900Z adding 'torch/include/ATen/ops/size_native.h' 2024-08-07T17:41:39.7914235Z adding 'torch/include/ATen/ops/size_ops.h' 2024-08-07T17:41:39.7917516Z adding 'torch/include/ATen/ops/slice.h' 2024-08-07T17:41:39.7921219Z adding 'torch/include/ATen/ops/slice_backward.h' 2024-08-07T17:41:39.7924777Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.7927891Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2024-08-07T17:41:39.7931632Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2024-08-07T17:41:39.7934833Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.7938214Z adding 'torch/include/ATen/ops/slice_copy.h' 2024-08-07T17:41:39.7941971Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.7957538Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.7957920Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2024-08-07T17:41:39.7958055Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2024-08-07T17:41:39.7958190Z adding 'torch/include/ATen/ops/slice_inverse.h' 2024-08-07T17:41:39.7958480Z adding 'torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.7961780Z adding 'torch/include/ATen/ops/slice_inverse_native.h' 2024-08-07T17:41:39.7964864Z adding 'torch/include/ATen/ops/slice_inverse_ops.h' 2024-08-07T17:41:39.7968089Z adding 'torch/include/ATen/ops/slice_native.h' 2024-08-07T17:41:39.7971345Z adding 'torch/include/ATen/ops/slice_ops.h' 2024-08-07T17:41:39.7975023Z adding 'torch/include/ATen/ops/slice_scatter.h' 2024-08-07T17:41:39.7978536Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.7982086Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.7985090Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2024-08-07T17:41:39.7988602Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2024-08-07T17:41:39.7991915Z adding 'torch/include/ATen/ops/slogdet.h' 2024-08-07T17:41:39.7995260Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.7998348Z adding 'torch/include/ATen/ops/slogdet_native.h' 2024-08-07T17:41:39.8001597Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2024-08-07T17:41:39.8005379Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2024-08-07T17:41:39.8009268Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.8012885Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2024-08-07T17:41:39.8016500Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2024-08-07T17:41:39.8019631Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2024-08-07T17:41:39.8023171Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2024-08-07T17:41:39.8026295Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2024-08-07T17:41:39.8029761Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2024-08-07T17:41:39.8033536Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2024-08-07T17:41:39.8037273Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.8040558Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2024-08-07T17:41:39.8043758Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2024-08-07T17:41:39.8047036Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2024-08-07T17:41:39.8050363Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2024-08-07T17:41:39.8054217Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2024-08-07T17:41:39.8057982Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.8061228Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2024-08-07T17:41:39.8064571Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2024-08-07T17:41:39.8067723Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2024-08-07T17:41:39.8071207Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2024-08-07T17:41:39.8075034Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2024-08-07T17:41:39.8078872Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.8082229Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2024-08-07T17:41:39.8085614Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2024-08-07T17:41:39.8088705Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2024-08-07T17:41:39.8092037Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2024-08-07T17:41:39.8095205Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2024-08-07T17:41:39.8098806Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2024-08-07T17:41:39.8102665Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2024-08-07T17:41:39.8106208Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2024-08-07T17:41:39.8109533Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2024-08-07T17:41:39.8112663Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2024-08-07T17:41:39.8116012Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2024-08-07T17:41:39.8119074Z adding 'torch/include/ATen/ops/smm.h' 2024-08-07T17:41:39.8122289Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.8125169Z adding 'torch/include/ATen/ops/smm_native.h' 2024-08-07T17:41:39.8128406Z adding 'torch/include/ATen/ops/smm_ops.h' 2024-08-07T17:41:39.8131625Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2024-08-07T17:41:39.8134828Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2024-08-07T17:41:39.8138125Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.8141361Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2024-08-07T17:41:39.8144611Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2024-08-07T17:41:39.8147571Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2024-08-07T17:41:39.8150844Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2024-08-07T17:41:39.8154197Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.8157175Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2024-08-07T17:41:39.8160312Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2024-08-07T17:41:39.8163398Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2024-08-07T17:41:39.8166554Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2024-08-07T17:41:39.8169581Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2024-08-07T17:41:39.8172788Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2024-08-07T17:41:39.8175923Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2024-08-07T17:41:39.8179122Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2024-08-07T17:41:39.8182624Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.8186463Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2024-08-07T17:41:39.8285421Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2024-08-07T17:41:39.8292763Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.8300523Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2024-08-07T17:41:39.8307468Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2024-08-07T17:41:39.8314049Z adding 'torch/include/ATen/ops/softmax.h' 2024-08-07T17:41:39.8320547Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.8326957Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.8333217Z adding 'torch/include/ATen/ops/softmax_native.h' 2024-08-07T17:41:39.8340222Z adding 'torch/include/ATen/ops/softmax_ops.h' 2024-08-07T17:41:39.8346873Z adding 'torch/include/ATen/ops/softplus.h' 2024-08-07T17:41:39.8354843Z adding 'torch/include/ATen/ops/softplus_backward.h' 2024-08-07T17:41:39.8361672Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.8368291Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2024-08-07T17:41:39.8371491Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2024-08-07T17:41:39.8374787Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2024-08-07T17:41:39.8378052Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2024-08-07T17:41:39.8381556Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2024-08-07T17:41:39.8384927Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2024-08-07T17:41:39.8394132Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.8397443Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2024-08-07T17:41:39.8400521Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2024-08-07T17:41:39.8403599Z adding 'torch/include/ATen/ops/softplus_meta.h' 2024-08-07T17:41:39.8406792Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2024-08-07T17:41:39.8409951Z adding 'torch/include/ATen/ops/softplus_native.h' 2024-08-07T17:41:39.8413213Z adding 'torch/include/ATen/ops/softplus_ops.h' 2024-08-07T17:41:39.8416523Z adding 'torch/include/ATen/ops/softshrink.h' 2024-08-07T17:41:39.8419838Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2024-08-07T17:41:39.8423464Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.8426457Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2024-08-07T17:41:39.8429713Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2024-08-07T17:41:39.8432825Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2024-08-07T17:41:39.8436105Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2024-08-07T17:41:39.8439245Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2024-08-07T17:41:39.8442501Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2024-08-07T17:41:39.8446032Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.8449035Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2024-08-07T17:41:39.8452294Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2024-08-07T17:41:39.8455314Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2024-08-07T17:41:39.8458581Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2024-08-07T17:41:39.8461744Z adding 'torch/include/ATen/ops/softshrink_native.h' 2024-08-07T17:41:39.8465104Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2024-08-07T17:41:39.8468642Z adding 'torch/include/ATen/ops/sort.h' 2024-08-07T17:41:39.8472145Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.8475489Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.8478734Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.8482000Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2024-08-07T17:41:39.8485130Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2024-08-07T17:41:39.8488337Z adding 'torch/include/ATen/ops/sort_meta.h' 2024-08-07T17:41:39.8492251Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2024-08-07T17:41:39.8495672Z adding 'torch/include/ATen/ops/sort_native.h' 2024-08-07T17:41:39.8499535Z adding 'torch/include/ATen/ops/sort_ops.h' 2024-08-07T17:41:39.8503131Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2024-08-07T17:41:39.8507133Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.8509891Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2024-08-07T17:41:39.8513403Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2024-08-07T17:41:39.8516769Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2024-08-07T17:41:39.8520288Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.8523389Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2024-08-07T17:41:39.8526743Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2024-08-07T17:41:39.8530499Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2024-08-07T17:41:39.8534225Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.8537503Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2024-08-07T17:41:39.8540894Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2024-08-07T17:41:39.8544370Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2024-08-07T17:41:39.8547923Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.8551191Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.8554213Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2024-08-07T17:41:39.8557715Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2024-08-07T17:41:39.8561080Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2024-08-07T17:41:39.8564657Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.8567673Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2024-08-07T17:41:39.8571035Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2024-08-07T17:41:39.8574366Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2024-08-07T17:41:39.8577766Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.8580810Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2024-08-07T17:41:39.8584112Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2024-08-07T17:41:39.8587199Z adding 'torch/include/ATen/ops/sparse_dim.h' 2024-08-07T17:41:39.8590334Z adding 'torch/include/ATen/ops/sparse_dim_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.8593529Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2024-08-07T17:41:39.8596646Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2024-08-07T17:41:39.8599743Z adding 'torch/include/ATen/ops/sparse_mask.h' 2024-08-07T17:41:39.8603014Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.8605923Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2024-08-07T17:41:39.8609106Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2024-08-07T17:41:39.8612264Z adding 'torch/include/ATen/ops/sparse_resize.h' 2024-08-07T17:41:39.8615460Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2024-08-07T17:41:39.8618739Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.8621896Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2024-08-07T17:41:39.8624922Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2024-08-07T17:41:39.8628228Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2024-08-07T17:41:39.8631606Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.8634570Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2024-08-07T17:41:39.8637583Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2024-08-07T17:41:39.8640844Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2024-08-07T17:41:39.8644081Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2024-08-07T17:41:39.8647233Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2024-08-07T17:41:39.8650617Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2024-08-07T17:41:39.8653704Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2024-08-07T17:41:39.8657021Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.8660019Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2024-08-07T17:41:39.8663124Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2024-08-07T17:41:39.8666090Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2024-08-07T17:41:39.8669205Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2024-08-07T17:41:39.8672174Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2024-08-07T17:41:39.8675307Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2024-08-07T17:41:39.8678486Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2024-08-07T17:41:39.8681759Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.8684728Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2024-08-07T17:41:39.8687845Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2024-08-07T17:41:39.8690842Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2024-08-07T17:41:39.8693973Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2024-08-07T17:41:39.8696972Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2024-08-07T17:41:39.8700274Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2024-08-07T17:41:39.8703368Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2024-08-07T17:41:39.8706679Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.8709633Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2024-08-07T17:41:39.8712920Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2024-08-07T17:41:39.8715939Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2024-08-07T17:41:39.8719081Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2024-08-07T17:41:39.8722051Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2024-08-07T17:41:39.8725251Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2024-08-07T17:41:39.8728327Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2024-08-07T17:41:39.8731667Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.8734639Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2024-08-07T17:41:39.8737769Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2024-08-07T17:41:39.8740874Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2024-08-07T17:41:39.8744010Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2024-08-07T17:41:39.8747020Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2024-08-07T17:41:39.8750275Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2024-08-07T17:41:39.8753488Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2024-08-07T17:41:39.8756859Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.8759833Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2024-08-07T17:41:39.8762943Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2024-08-07T17:41:39.8766034Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2024-08-07T17:41:39.8769034Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2024-08-07T17:41:39.8772028Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2024-08-07T17:41:39.8775235Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2024-08-07T17:41:39.8778556Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2024-08-07T17:41:39.8782506Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.8785442Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.8788423Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2024-08-07T17:41:39.8791501Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2024-08-07T17:41:39.8794511Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2024-08-07T17:41:39.8797712Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2024-08-07T17:41:39.8800764Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2024-08-07T17:41:39.8804233Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2024-08-07T17:41:39.8807589Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2024-08-07T17:41:39.8811071Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.8814181Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.8817087Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2024-08-07T17:41:39.8820343Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2024-08-07T17:41:39.8823345Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2024-08-07T17:41:39.8826469Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2024-08-07T17:41:39.8829523Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2024-08-07T17:41:39.8832936Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2024-08-07T17:41:39.8836308Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2024-08-07T17:41:39.8839772Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.8842978Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.8845926Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2024-08-07T17:41:39.8849012Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2024-08-07T17:41:39.8852186Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2024-08-07T17:41:39.8855329Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2024-08-07T17:41:39.8858388Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2024-08-07T17:41:39.8862064Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2024-08-07T17:41:39.8865341Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2024-08-07T17:41:39.8868760Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.8871943Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.8874873Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2024-08-07T17:41:39.8878203Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2024-08-07T17:41:39.8881237Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2024-08-07T17:41:39.8884417Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2024-08-07T17:41:39.8887516Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2024-08-07T17:41:39.8890921Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2024-08-07T17:41:39.8894079Z adding 'torch/include/ATen/ops/special_digamma.h' 2024-08-07T17:41:39.8897354Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.8900348Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2024-08-07T17:41:39.8903516Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2024-08-07T17:41:39.8906621Z adding 'torch/include/ATen/ops/special_entr.h' 2024-08-07T17:41:39.8909945Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.8912856Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2024-08-07T17:41:39.8915972Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2024-08-07T17:41:39.8918973Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2024-08-07T17:41:39.8922083Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2024-08-07T17:41:39.8925062Z adding 'torch/include/ATen/ops/special_entr_native.h' 2024-08-07T17:41:39.8928190Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2024-08-07T17:41:39.8931275Z adding 'torch/include/ATen/ops/special_erf.h' 2024-08-07T17:41:39.8934580Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.8937393Z adding 'torch/include/ATen/ops/special_erf_native.h' 2024-08-07T17:41:39.8940698Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2024-08-07T17:41:39.8943840Z adding 'torch/include/ATen/ops/special_erfc.h' 2024-08-07T17:41:39.8947115Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.8949999Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2024-08-07T17:41:39.8953246Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2024-08-07T17:41:39.8956421Z adding 'torch/include/ATen/ops/special_erfcx.h' 2024-08-07T17:41:39.8959978Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.8962824Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2024-08-07T17:41:39.8966088Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2024-08-07T17:41:39.8969124Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2024-08-07T17:41:39.8972356Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2024-08-07T17:41:39.8975380Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2024-08-07T17:41:39.8978678Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2024-08-07T17:41:39.8981920Z adding 'torch/include/ATen/ops/special_erfinv.h' 2024-08-07T17:41:39.8985389Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.8988307Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2024-08-07T17:41:39.8991640Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2024-08-07T17:41:39.8994838Z adding 'torch/include/ATen/ops/special_exp2.h' 2024-08-07T17:41:39.8998249Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.9001187Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2024-08-07T17:41:39.9004433Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2024-08-07T17:41:39.9007635Z adding 'torch/include/ATen/ops/special_expit.h' 2024-08-07T17:41:39.9010918Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.9013918Z adding 'torch/include/ATen/ops/special_expit_native.h' 2024-08-07T17:41:39.9017048Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2024-08-07T17:41:39.9020322Z adding 'torch/include/ATen/ops/special_expm1.h' 2024-08-07T17:41:39.9023627Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.9027002Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2024-08-07T17:41:39.9030273Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2024-08-07T17:41:39.9033482Z adding 'torch/include/ATen/ops/special_gammainc.h' 2024-08-07T17:41:39.9036861Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.9039929Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2024-08-07T17:41:39.9043151Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2024-08-07T17:41:39.9046378Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2024-08-07T17:41:39.9049819Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.9052753Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2024-08-07T17:41:39.9056047Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2024-08-07T17:41:39.9059135Z adding 'torch/include/ATen/ops/special_gammaln.h' 2024-08-07T17:41:39.9062707Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.9065621Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2024-08-07T17:41:39.9068935Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2024-08-07T17:41:39.9072389Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2024-08-07T17:41:39.9075952Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.9079344Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.9082298Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2024-08-07T17:41:39.9085506Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2024-08-07T17:41:39.9088536Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2024-08-07T17:41:39.9091805Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2024-08-07T17:41:39.9094916Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2024-08-07T17:41:39.9098496Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2024-08-07T17:41:39.9102031Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2024-08-07T17:41:39.9105614Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.9108875Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.9111952Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2024-08-07T17:41:39.9115142Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2024-08-07T17:41:39.9118263Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2024-08-07T17:41:39.9121601Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2024-08-07T17:41:39.9124668Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2024-08-07T17:41:39.9128237Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2024-08-07T17:41:39.9131356Z adding 'torch/include/ATen/ops/special_i0.h' 2024-08-07T17:41:39.9134773Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.9137633Z adding 'torch/include/ATen/ops/special_i0_native.h' 2024-08-07T17:41:39.9140985Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2024-08-07T17:41:39.9144101Z adding 'torch/include/ATen/ops/special_i0e.h' 2024-08-07T17:41:39.9147580Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.9150583Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2024-08-07T17:41:39.9153775Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2024-08-07T17:41:39.9156793Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2024-08-07T17:41:39.9159980Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2024-08-07T17:41:39.9163134Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2024-08-07T17:41:39.9166254Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2024-08-07T17:41:39.9169442Z adding 'torch/include/ATen/ops/special_i1.h' 2024-08-07T17:41:39.9172790Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.9175884Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2024-08-07T17:41:39.9178972Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2024-08-07T17:41:39.9182213Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2024-08-07T17:41:39.9185336Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2024-08-07T17:41:39.9188464Z adding 'torch/include/ATen/ops/special_i1_native.h' 2024-08-07T17:41:39.9191652Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2024-08-07T17:41:39.9194902Z adding 'torch/include/ATen/ops/special_i1e.h' 2024-08-07T17:41:39.9198256Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.9201390Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2024-08-07T17:41:39.9204550Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2024-08-07T17:41:39.9207649Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2024-08-07T17:41:39.9210932Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2024-08-07T17:41:39.9213910Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2024-08-07T17:41:39.9217779Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2024-08-07T17:41:39.9220648Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2024-08-07T17:41:39.9224144Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.9228474Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.9231612Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2024-08-07T17:41:39.9234862Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2024-08-07T17:41:39.9237922Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2024-08-07T17:41:39.9241115Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2024-08-07T17:41:39.9244247Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2024-08-07T17:41:39.9247816Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2024-08-07T17:41:39.9251221Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2024-08-07T17:41:39.9254775Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.9257980Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.9261204Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2024-08-07T17:41:39.9264357Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2024-08-07T17:41:39.9267563Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2024-08-07T17:41:39.9270712Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2024-08-07T17:41:39.9273875Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2024-08-07T17:41:39.9277576Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2024-08-07T17:41:39.9280745Z adding 'torch/include/ATen/ops/special_log1p.h' 2024-08-07T17:41:39.9284133Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.9287058Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2024-08-07T17:41:39.9290195Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2024-08-07T17:41:39.9293277Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2024-08-07T17:41:39.9296748Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.9299878Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2024-08-07T17:41:39.9302978Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2024-08-07T17:41:39.9305963Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2024-08-07T17:41:39.9309080Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2024-08-07T17:41:39.9312257Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2024-08-07T17:41:39.9315464Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2024-08-07T17:41:39.9318659Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2024-08-07T17:41:39.9321910Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.9324777Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2024-08-07T17:41:39.9327913Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2024-08-07T17:41:39.9331019Z adding 'torch/include/ATen/ops/special_logit.h' 2024-08-07T17:41:39.9334284Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.9337173Z adding 'torch/include/ATen/ops/special_logit_native.h' 2024-08-07T17:41:39.9340459Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2024-08-07T17:41:39.9343811Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2024-08-07T17:41:39.9347186Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.9350159Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2024-08-07T17:41:39.9353312Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2024-08-07T17:41:39.9356449Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2024-08-07T17:41:39.9359779Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.9362703Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2024-08-07T17:41:39.9365772Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2024-08-07T17:41:39.9368752Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2024-08-07T17:41:39.9371859Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2024-08-07T17:41:39.9374886Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2024-08-07T17:41:39.9378086Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2024-08-07T17:41:39.9381374Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2024-08-07T17:41:39.9384704Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.9387637Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2024-08-07T17:41:39.9390723Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2024-08-07T17:41:39.9393682Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2024-08-07T17:41:39.9396909Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2024-08-07T17:41:39.9400087Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2024-08-07T17:41:39.9403347Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2024-08-07T17:41:39.9406479Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2024-08-07T17:41:39.9410138Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.9413098Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2024-08-07T17:41:39.9416217Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2024-08-07T17:41:39.9419146Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2024-08-07T17:41:39.9422420Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2024-08-07T17:41:39.9425409Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2024-08-07T17:41:39.9428712Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2024-08-07T17:41:39.9431786Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2024-08-07T17:41:39.9435120Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.9438057Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2024-08-07T17:41:39.9441135Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2024-08-07T17:41:39.9444135Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2024-08-07T17:41:39.9447241Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2024-08-07T17:41:39.9450239Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2024-08-07T17:41:39.9453440Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2024-08-07T17:41:39.9456543Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2024-08-07T17:41:39.9459976Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.9462894Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2024-08-07T17:41:39.9466069Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2024-08-07T17:41:39.9469134Z adding 'torch/include/ATen/ops/special_ndtr.h' 2024-08-07T17:41:39.9472439Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.9475310Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2024-08-07T17:41:39.9478408Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2024-08-07T17:41:39.9481513Z adding 'torch/include/ATen/ops/special_ndtri.h' 2024-08-07T17:41:39.9484804Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.9487741Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2024-08-07T17:41:39.9490820Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2024-08-07T17:41:39.9493788Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2024-08-07T17:41:39.9496878Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2024-08-07T17:41:39.9500089Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2024-08-07T17:41:39.9503310Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2024-08-07T17:41:39.9506469Z adding 'torch/include/ATen/ops/special_polygamma.h' 2024-08-07T17:41:39.9509762Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.9512676Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2024-08-07T17:41:39.9515835Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2024-08-07T17:41:39.9518908Z adding 'torch/include/ATen/ops/special_psi.h' 2024-08-07T17:41:39.9522211Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.9525096Z adding 'torch/include/ATen/ops/special_psi_native.h' 2024-08-07T17:41:39.9528266Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2024-08-07T17:41:39.9531411Z adding 'torch/include/ATen/ops/special_round.h' 2024-08-07T17:41:39.9534668Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.9537548Z adding 'torch/include/ATen/ops/special_round_native.h' 2024-08-07T17:41:39.9540800Z adding 'torch/include/ATen/ops/special_round_ops.h' 2024-08-07T17:41:39.9544081Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2024-08-07T17:41:39.9547493Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.9550710Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2024-08-07T17:41:39.9553825Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2024-08-07T17:41:39.9556868Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2024-08-07T17:41:39.9560001Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2024-08-07T17:41:39.9563140Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2024-08-07T17:41:39.9566248Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2024-08-07T17:41:39.9569327Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2024-08-07T17:41:39.9572669Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.9575579Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2024-08-07T17:41:39.9578803Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2024-08-07T17:41:39.9581994Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2024-08-07T17:41:39.9585115Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2024-08-07T17:41:39.9588131Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2024-08-07T17:41:39.9591309Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2024-08-07T17:41:39.9594629Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2024-08-07T17:41:39.9598032Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.9601499Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.9604499Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2024-08-07T17:41:39.9607613Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2024-08-07T17:41:39.9610646Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2024-08-07T17:41:39.9613766Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2024-08-07T17:41:39.9616811Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2024-08-07T17:41:39.9620312Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2024-08-07T17:41:39.9623680Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2024-08-07T17:41:39.9627119Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.9630357Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.9633307Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2024-08-07T17:41:39.9636393Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2024-08-07T17:41:39.9639445Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2024-08-07T17:41:39.9642634Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2024-08-07T17:41:39.9645668Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2024-08-07T17:41:39.9649220Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2024-08-07T17:41:39.9652554Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2024-08-07T17:41:39.9655973Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.9659182Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.9662224Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2024-08-07T17:41:39.9665378Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2024-08-07T17:41:39.9668375Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2024-08-07T17:41:39.9671551Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2024-08-07T17:41:39.9674663Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2024-08-07T17:41:39.9678043Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2024-08-07T17:41:39.9681427Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2024-08-07T17:41:39.9684799Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.9687977Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.9690960Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2024-08-07T17:41:39.9694083Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2024-08-07T17:41:39.9697178Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2024-08-07T17:41:39.9700506Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2024-08-07T17:41:39.9703720Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2024-08-07T17:41:39.9707163Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2024-08-07T17:41:39.9710259Z adding 'torch/include/ATen/ops/special_sinc.h' 2024-08-07T17:41:39.9713570Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.9717375Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2024-08-07T17:41:39.9720683Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2024-08-07T17:41:39.9723826Z adding 'torch/include/ATen/ops/special_softmax.h' 2024-08-07T17:41:39.9727055Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.9729943Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2024-08-07T17:41:39.9733041Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2024-08-07T17:41:39.9736180Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2024-08-07T17:41:39.9739537Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.9742569Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2024-08-07T17:41:39.9745701Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2024-08-07T17:41:39.9749033Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2024-08-07T17:41:39.9752158Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2024-08-07T17:41:39.9755263Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2024-08-07T17:41:39.9758448Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2024-08-07T17:41:39.9761721Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2024-08-07T17:41:39.9765133Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.9768361Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.9771311Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2024-08-07T17:41:39.9774385Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2024-08-07T17:41:39.9777394Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2024-08-07T17:41:39.9780617Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2024-08-07T17:41:39.9783661Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2024-08-07T17:41:39.9787109Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2024-08-07T17:41:39.9790441Z adding 'torch/include/ATen/ops/special_xlogy.h' 2024-08-07T17:41:39.9793840Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.9796737Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2024-08-07T17:41:39.9800140Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2024-08-07T17:41:39.9804085Z adding 'torch/include/ATen/ops/special_zeta.h' 2024-08-07T17:41:39.9807113Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.9810291Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.9813235Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2024-08-07T17:41:39.9816328Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2024-08-07T17:41:39.9819307Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2024-08-07T17:41:39.9822548Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2024-08-07T17:41:39.9825608Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2024-08-07T17:41:39.9829121Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2024-08-07T17:41:39.9832372Z adding 'torch/include/ATen/ops/split.h' 2024-08-07T17:41:39.9835714Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.9838829Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.9842051Z adding 'torch/include/ATen/ops/split_copy.h' 2024-08-07T17:41:39.9845434Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.9848606Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.9851455Z adding 'torch/include/ATen/ops/split_copy_native.h' 2024-08-07T17:41:39.9854716Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2024-08-07T17:41:39.9857682Z adding 'torch/include/ATen/ops/split_native.h' 2024-08-07T17:41:39.9861050Z adding 'torch/include/ATen/ops/split_ops.h' 2024-08-07T17:41:39.9864253Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2024-08-07T17:41:39.9867573Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.9870769Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2024-08-07T17:41:39.9874172Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.9877414Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.9880392Z adding 'torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h' 2024-08-07T17:41:39.9883443Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2024-08-07T17:41:39.9886650Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2024-08-07T17:41:39.9889676Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2024-08-07T17:41:39.9892837Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2024-08-07T17:41:39.9895890Z adding 'torch/include/ATen/ops/sqrt.h' 2024-08-07T17:41:39.9899223Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.9902279Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2024-08-07T17:41:39.9905549Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2024-08-07T17:41:39.9908624Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2024-08-07T17:41:39.9911865Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2024-08-07T17:41:39.9915019Z adding 'torch/include/ATen/ops/sqrt_native.h' 2024-08-07T17:41:39.9918266Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2024-08-07T17:41:39.9921523Z adding 'torch/include/ATen/ops/square.h' 2024-08-07T17:41:39.9924813Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.9928167Z adding 'torch/include/ATen/ops/square_native.h' 2024-08-07T17:41:39.9931412Z adding 'torch/include/ATen/ops/square_ops.h' 2024-08-07T17:41:39.9934720Z adding 'torch/include/ATen/ops/squeeze.h' 2024-08-07T17:41:39.9938036Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.9941416Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.9944661Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2024-08-07T17:41:39.9948201Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.9951499Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:39.9954405Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2024-08-07T17:41:39.9958710Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2024-08-07T17:41:39.9961993Z adding 'torch/include/ATen/ops/squeeze_native.h' 2024-08-07T17:41:39.9965658Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2024-08-07T17:41:39.9969012Z adding 'torch/include/ATen/ops/sspaddmm.h' 2024-08-07T17:41:39.9972348Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:39.9975488Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2024-08-07T17:41:39.9978609Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2024-08-07T17:41:39.9981888Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2024-08-07T17:41:39.9985220Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2024-08-07T17:41:39.9988558Z adding 'torch/include/ATen/ops/stack.h' 2024-08-07T17:41:39.9991862Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:39.9994925Z adding 'torch/include/ATen/ops/stack_native.h' 2024-08-07T17:41:39.9998112Z adding 'torch/include/ATen/ops/stack_ops.h' 2024-08-07T17:41:40.0001691Z adding 'torch/include/ATen/ops/std.h' 2024-08-07T17:41:40.0005309Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0008411Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2024-08-07T17:41:40.0011712Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2024-08-07T17:41:40.0015084Z adding 'torch/include/ATen/ops/std_mean.h' 2024-08-07T17:41:40.0018615Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.0021903Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0025121Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2024-08-07T17:41:40.0028235Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2024-08-07T17:41:40.0031478Z adding 'torch/include/ATen/ops/std_mean_native.h' 2024-08-07T17:41:40.0035169Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2024-08-07T17:41:40.0038472Z adding 'torch/include/ATen/ops/std_native.h' 2024-08-07T17:41:40.0042313Z adding 'torch/include/ATen/ops/std_ops.h' 2024-08-07T17:41:40.0045756Z adding 'torch/include/ATen/ops/stft.h' 2024-08-07T17:41:40.0049263Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0052312Z adding 'torch/include/ATen/ops/stft_native.h' 2024-08-07T17:41:40.0055806Z adding 'torch/include/ATen/ops/stft_ops.h' 2024-08-07T17:41:40.0059056Z adding 'torch/include/ATen/ops/stride.h' 2024-08-07T17:41:40.0062513Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0065523Z adding 'torch/include/ATen/ops/stride_native.h' 2024-08-07T17:41:40.0068729Z adding 'torch/include/ATen/ops/stride_ops.h' 2024-08-07T17:41:40.0072084Z adding 'torch/include/ATen/ops/sub.h' 2024-08-07T17:41:40.0075419Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.0078802Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.0081773Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2024-08-07T17:41:40.0085041Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2024-08-07T17:41:40.0088067Z adding 'torch/include/ATen/ops/sub_meta.h' 2024-08-07T17:41:40.0091343Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2024-08-07T17:41:40.0094515Z adding 'torch/include/ATen/ops/sub_native.h' 2024-08-07T17:41:40.0098110Z adding 'torch/include/ATen/ops/sub_ops.h' 2024-08-07T17:41:40.0101661Z adding 'torch/include/ATen/ops/subtract.h' 2024-08-07T17:41:40.0105090Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0108136Z adding 'torch/include/ATen/ops/subtract_native.h' 2024-08-07T17:41:40.0112179Z adding 'torch/include/ATen/ops/subtract_ops.h' 2024-08-07T17:41:40.0115647Z adding 'torch/include/ATen/ops/sum.h' 2024-08-07T17:41:40.0119094Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.0122325Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.0125557Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0128638Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2024-08-07T17:41:40.0131928Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2024-08-07T17:41:40.0135009Z adding 'torch/include/ATen/ops/sum_meta.h' 2024-08-07T17:41:40.0138295Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2024-08-07T17:41:40.0141571Z adding 'torch/include/ATen/ops/sum_native.h' 2024-08-07T17:41:40.0145232Z adding 'torch/include/ATen/ops/sum_ops.h' 2024-08-07T17:41:40.0148521Z adding 'torch/include/ATen/ops/sum_to_size.h' 2024-08-07T17:41:40.0151889Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0154924Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2024-08-07T17:41:40.0158052Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2024-08-07T17:41:40.0161300Z adding 'torch/include/ATen/ops/svd.h' 2024-08-07T17:41:40.0164607Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0167706Z adding 'torch/include/ATen/ops/svd_native.h' 2024-08-07T17:41:40.0170910Z adding 'torch/include/ATen/ops/svd_ops.h' 2024-08-07T17:41:40.0174145Z adding 'torch/include/ATen/ops/swapaxes.h' 2024-08-07T17:41:40.0177438Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0180589Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2024-08-07T17:41:40.0183780Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2024-08-07T17:41:40.0187027Z adding 'torch/include/ATen/ops/swapdims.h' 2024-08-07T17:41:40.0190304Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0193302Z adding 'torch/include/ATen/ops/swapdims_native.h' 2024-08-07T17:41:40.0196615Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2024-08-07T17:41:40.0199767Z adding 'torch/include/ATen/ops/sym_constrain_range.h' 2024-08-07T17:41:40.0203173Z adding 'torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.0206195Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size.h' 2024-08-07T17:41:40.0209602Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.0212537Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_native.h' 2024-08-07T17:41:40.0215776Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_ops.h' 2024-08-07T17:41:40.0218773Z adding 'torch/include/ATen/ops/sym_constrain_range_native.h' 2024-08-07T17:41:40.0222137Z adding 'torch/include/ATen/ops/sym_constrain_range_ops.h' 2024-08-07T17:41:40.0225139Z adding 'torch/include/ATen/ops/sym_numel.h' 2024-08-07T17:41:40.0228541Z adding 'torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0231441Z adding 'torch/include/ATen/ops/sym_numel_native.h' 2024-08-07T17:41:40.0234673Z adding 'torch/include/ATen/ops/sym_numel_ops.h' 2024-08-07T17:41:40.0237727Z adding 'torch/include/ATen/ops/sym_size.h' 2024-08-07T17:41:40.0241097Z adding 'torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0243980Z adding 'torch/include/ATen/ops/sym_size_native.h' 2024-08-07T17:41:40.0247247Z adding 'torch/include/ATen/ops/sym_size_ops.h' 2024-08-07T17:41:40.0250374Z adding 'torch/include/ATen/ops/sym_storage_offset.h' 2024-08-07T17:41:40.0253716Z adding 'torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0256702Z adding 'torch/include/ATen/ops/sym_storage_offset_native.h' 2024-08-07T17:41:40.0260035Z adding 'torch/include/ATen/ops/sym_storage_offset_ops.h' 2024-08-07T17:41:40.0263293Z adding 'torch/include/ATen/ops/sym_stride.h' 2024-08-07T17:41:40.0266522Z adding 'torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0269515Z adding 'torch/include/ATen/ops/sym_stride_native.h' 2024-08-07T17:41:40.0272638Z adding 'torch/include/ATen/ops/sym_stride_ops.h' 2024-08-07T17:41:40.0275790Z adding 'torch/include/ATen/ops/t.h' 2024-08-07T17:41:40.0278989Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.0282081Z adding 'torch/include/ATen/ops/t_copy.h' 2024-08-07T17:41:40.0285357Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.0288690Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.0291583Z adding 'torch/include/ATen/ops/t_copy_native.h' 2024-08-07T17:41:40.0295424Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2024-08-07T17:41:40.0298486Z adding 'torch/include/ATen/ops/t_native.h' 2024-08-07T17:41:40.0301865Z adding 'torch/include/ATen/ops/t_ops.h' 2024-08-07T17:41:40.0310810Z adding 'torch/include/ATen/ops/take.h' 2024-08-07T17:41:40.0310966Z adding 'torch/include/ATen/ops/take_along_dim.h' 2024-08-07T17:41:40.0313761Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0316562Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2024-08-07T17:41:40.0319805Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2024-08-07T17:41:40.0323023Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2024-08-07T17:41:40.0326162Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2024-08-07T17:41:40.0329298Z adding 'torch/include/ATen/ops/take_native.h' 2024-08-07T17:41:40.0332734Z adding 'torch/include/ATen/ops/take_ops.h' 2024-08-07T17:41:40.0335693Z adding 'torch/include/ATen/ops/tan.h' 2024-08-07T17:41:40.0339022Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.0342223Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2024-08-07T17:41:40.0345358Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2024-08-07T17:41:40.0348377Z adding 'torch/include/ATen/ops/tan_meta.h' 2024-08-07T17:41:40.0351459Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2024-08-07T17:41:40.0354635Z adding 'torch/include/ATen/ops/tan_native.h' 2024-08-07T17:41:40.0357882Z adding 'torch/include/ATen/ops/tan_ops.h' 2024-08-07T17:41:40.0361005Z adding 'torch/include/ATen/ops/tanh.h' 2024-08-07T17:41:40.0364419Z adding 'torch/include/ATen/ops/tanh_backward.h' 2024-08-07T17:41:40.0367581Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.0370651Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2024-08-07T17:41:40.0373719Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2024-08-07T17:41:40.0376707Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2024-08-07T17:41:40.0379909Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2024-08-07T17:41:40.0382929Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2024-08-07T17:41:40.0386169Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2024-08-07T17:41:40.0389451Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.0392403Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2024-08-07T17:41:40.0395519Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2024-08-07T17:41:40.0398562Z adding 'torch/include/ATen/ops/tanh_meta.h' 2024-08-07T17:41:40.0401769Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2024-08-07T17:41:40.0404809Z adding 'torch/include/ATen/ops/tanh_native.h' 2024-08-07T17:41:40.0408001Z adding 'torch/include/ATen/ops/tanh_ops.h' 2024-08-07T17:41:40.0411478Z adding 'torch/include/ATen/ops/tensor.h' 2024-08-07T17:41:40.0414576Z adding 'torch/include/ATen/ops/tensor_split.h' 2024-08-07T17:41:40.0418064Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0421041Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2024-08-07T17:41:40.0424386Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2024-08-07T17:41:40.0427576Z adding 'torch/include/ATen/ops/tensordot.h' 2024-08-07T17:41:40.0430847Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0433753Z adding 'torch/include/ATen/ops/tensordot_native.h' 2024-08-07T17:41:40.0437192Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2024-08-07T17:41:40.0440467Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2024-08-07T17:41:40.0444139Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0447005Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2024-08-07T17:41:40.0450229Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2024-08-07T17:41:40.0453317Z adding 'torch/include/ATen/ops/threshold.h' 2024-08-07T17:41:40.0456840Z adding 'torch/include/ATen/ops/threshold_backward.h' 2024-08-07T17:41:40.0459978Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.0462919Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2024-08-07T17:41:40.0466481Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2024-08-07T17:41:40.0469633Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2024-08-07T17:41:40.0472687Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2024-08-07T17:41:40.0475820Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2024-08-07T17:41:40.0479035Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2024-08-07T17:41:40.0482395Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.0485319Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2024-08-07T17:41:40.0488461Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2024-08-07T17:41:40.0491475Z adding 'torch/include/ATen/ops/threshold_meta.h' 2024-08-07T17:41:40.0494561Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2024-08-07T17:41:40.0497619Z adding 'torch/include/ATen/ops/threshold_native.h' 2024-08-07T17:41:40.0500991Z adding 'torch/include/ATen/ops/threshold_ops.h' 2024-08-07T17:41:40.0504204Z adding 'torch/include/ATen/ops/tile.h' 2024-08-07T17:41:40.0507487Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0510392Z adding 'torch/include/ATen/ops/tile_native.h' 2024-08-07T17:41:40.0513520Z adding 'torch/include/ATen/ops/tile_ops.h' 2024-08-07T17:41:40.0516550Z adding 'torch/include/ATen/ops/to.h' 2024-08-07T17:41:40.0519831Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0522707Z adding 'torch/include/ATen/ops/to_dense.h' 2024-08-07T17:41:40.0525739Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2024-08-07T17:41:40.0528976Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0531859Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2024-08-07T17:41:40.0534942Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2024-08-07T17:41:40.0538165Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0541189Z adding 'torch/include/ATen/ops/to_dense_native.h' 2024-08-07T17:41:40.0544381Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2024-08-07T17:41:40.0547473Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2024-08-07T17:41:40.0550512Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2024-08-07T17:41:40.0553717Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0556742Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2024-08-07T17:41:40.0559799Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2024-08-07T17:41:40.0563080Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.0565964Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2024-08-07T17:41:40.0568940Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2024-08-07T17:41:40.0572113Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2024-08-07T17:41:40.0575193Z adding 'torch/include/ATen/ops/to_native.h' 2024-08-07T17:41:40.0578617Z adding 'torch/include/ATen/ops/to_ops.h' 2024-08-07T17:41:40.0582203Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2024-08-07T17:41:40.0585611Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.0588566Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2024-08-07T17:41:40.0591790Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2024-08-07T17:41:40.0594754Z adding 'torch/include/ATen/ops/to_sparse.h' 2024-08-07T17:41:40.0597700Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2024-08-07T17:41:40.0600927Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0603800Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2024-08-07T17:41:40.0606890Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2024-08-07T17:41:40.0609863Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2024-08-07T17:41:40.0613114Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0615977Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2024-08-07T17:41:40.0619112Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2024-08-07T17:41:40.0622491Z adding 'torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0625342Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2024-08-07T17:41:40.0628519Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0631399Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2024-08-07T17:41:40.0634523Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2024-08-07T17:41:40.0637436Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2024-08-07T17:41:40.0640670Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0643533Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2024-08-07T17:41:40.0646605Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2024-08-07T17:41:40.0650014Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2024-08-07T17:41:40.0653190Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2024-08-07T17:41:40.0656594Z adding 'torch/include/ATen/ops/topk.h' 2024-08-07T17:41:40.0660575Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.0663494Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2024-08-07T17:41:40.0666779Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2024-08-07T17:41:40.0669908Z adding 'torch/include/ATen/ops/topk_meta.h' 2024-08-07T17:41:40.0673127Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2024-08-07T17:41:40.0676321Z adding 'torch/include/ATen/ops/topk_native.h' 2024-08-07T17:41:40.0679598Z adding 'torch/include/ATen/ops/topk_ops.h' 2024-08-07T17:41:40.0682864Z adding 'torch/include/ATen/ops/trace.h' 2024-08-07T17:41:40.0686015Z adding 'torch/include/ATen/ops/trace_backward.h' 2024-08-07T17:41:40.0689454Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0692357Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2024-08-07T17:41:40.0696311Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2024-08-07T17:41:40.0699751Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.0702794Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2024-08-07T17:41:40.0705983Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2024-08-07T17:41:40.0709002Z adding 'torch/include/ATen/ops/trace_native.h' 2024-08-07T17:41:40.0712273Z adding 'torch/include/ATen/ops/trace_ops.h' 2024-08-07T17:41:40.0715453Z adding 'torch/include/ATen/ops/transpose.h' 2024-08-07T17:41:40.0718826Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.0721927Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0725043Z adding 'torch/include/ATen/ops/transpose_copy.h' 2024-08-07T17:41:40.0728293Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.0731583Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.0734403Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2024-08-07T17:41:40.0737742Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2024-08-07T17:41:40.0740917Z adding 'torch/include/ATen/ops/transpose_native.h' 2024-08-07T17:41:40.0744386Z adding 'torch/include/ATen/ops/transpose_ops.h' 2024-08-07T17:41:40.0747559Z adding 'torch/include/ATen/ops/trapezoid.h' 2024-08-07T17:41:40.0750891Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0753857Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2024-08-07T17:41:40.0757137Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2024-08-07T17:41:40.0760318Z adding 'torch/include/ATen/ops/trapz.h' 2024-08-07T17:41:40.0763632Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0766569Z adding 'torch/include/ATen/ops/trapz_native.h' 2024-08-07T17:41:40.0769762Z adding 'torch/include/ATen/ops/trapz_ops.h' 2024-08-07T17:41:40.0773138Z adding 'torch/include/ATen/ops/triangular_solve.h' 2024-08-07T17:41:40.0776524Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.0779659Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2024-08-07T17:41:40.0782981Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2024-08-07T17:41:40.0786178Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2024-08-07T17:41:40.0789551Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2024-08-07T17:41:40.0792658Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2024-08-07T17:41:40.0796083Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2024-08-07T17:41:40.0799185Z adding 'torch/include/ATen/ops/tril.h' 2024-08-07T17:41:40.0802688Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.0805631Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2024-08-07T17:41:40.0808874Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2024-08-07T17:41:40.0812074Z adding 'torch/include/ATen/ops/tril_indices.h' 2024-08-07T17:41:40.0815516Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.0818681Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2024-08-07T17:41:40.0821934Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2024-08-07T17:41:40.0825105Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2024-08-07T17:41:40.0828728Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2024-08-07T17:41:40.0831965Z adding 'torch/include/ATen/ops/tril_meta.h' 2024-08-07T17:41:40.0835069Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2024-08-07T17:41:40.0838260Z adding 'torch/include/ATen/ops/tril_native.h' 2024-08-07T17:41:40.0841564Z adding 'torch/include/ATen/ops/tril_ops.h' 2024-08-07T17:41:40.0844857Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2024-08-07T17:41:40.0848295Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0851233Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2024-08-07T17:41:40.0854513Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2024-08-07T17:41:40.0857603Z adding 'torch/include/ATen/ops/triu.h' 2024-08-07T17:41:40.0861177Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.0864069Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2024-08-07T17:41:40.0867323Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2024-08-07T17:41:40.0870553Z adding 'torch/include/ATen/ops/triu_indices.h' 2024-08-07T17:41:40.0873967Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.0877044Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2024-08-07T17:41:40.0880246Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2024-08-07T17:41:40.0883363Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2024-08-07T17:41:40.0886691Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2024-08-07T17:41:40.0889920Z adding 'torch/include/ATen/ops/triu_meta.h' 2024-08-07T17:41:40.0893116Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2024-08-07T17:41:40.0896272Z adding 'torch/include/ATen/ops/triu_native.h' 2024-08-07T17:41:40.0899537Z adding 'torch/include/ATen/ops/triu_ops.h' 2024-08-07T17:41:40.0902959Z adding 'torch/include/ATen/ops/true_divide.h' 2024-08-07T17:41:40.0906308Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0909296Z adding 'torch/include/ATen/ops/true_divide_native.h' 2024-08-07T17:41:40.0912752Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2024-08-07T17:41:40.0916022Z adding 'torch/include/ATen/ops/trunc.h' 2024-08-07T17:41:40.0919425Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.0922368Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2024-08-07T17:41:40.0925576Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2024-08-07T17:41:40.0928582Z adding 'torch/include/ATen/ops/trunc_meta.h' 2024-08-07T17:41:40.0931836Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2024-08-07T17:41:40.0934846Z adding 'torch/include/ATen/ops/trunc_native.h' 2024-08-07T17:41:40.0938200Z adding 'torch/include/ATen/ops/trunc_ops.h' 2024-08-07T17:41:40.0941361Z adding 'torch/include/ATen/ops/type_as.h' 2024-08-07T17:41:40.0944738Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0947665Z adding 'torch/include/ATen/ops/type_as_native.h' 2024-08-07T17:41:40.0950900Z adding 'torch/include/ATen/ops/type_as_ops.h' 2024-08-07T17:41:40.0954068Z adding 'torch/include/ATen/ops/unbind.h' 2024-08-07T17:41:40.0957328Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.0960511Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0963515Z adding 'torch/include/ATen/ops/unbind_copy.h' 2024-08-07T17:41:40.0966900Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.0970134Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.0973093Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2024-08-07T17:41:40.0976280Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2024-08-07T17:41:40.0979438Z adding 'torch/include/ATen/ops/unbind_native.h' 2024-08-07T17:41:40.0982755Z adding 'torch/include/ATen/ops/unbind_ops.h' 2024-08-07T17:41:40.0986172Z adding 'torch/include/ATen/ops/unflatten.h' 2024-08-07T17:41:40.0989714Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0992733Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2024-08-07T17:41:40.0996131Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.0999036Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2024-08-07T17:41:40.1002312Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2024-08-07T17:41:40.1005651Z adding 'torch/include/ATen/ops/unflatten_native.h' 2024-08-07T17:41:40.1009013Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2024-08-07T17:41:40.1012084Z adding 'torch/include/ATen/ops/unfold.h' 2024-08-07T17:41:40.1015609Z adding 'torch/include/ATen/ops/unfold_backward.h' 2024-08-07T17:41:40.1019153Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.1022376Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2024-08-07T17:41:40.1025644Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2024-08-07T17:41:40.1028666Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2024-08-07T17:41:40.1032051Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2024-08-07T17:41:40.1035216Z adding 'torch/include/ATen/ops/unfold_copy.h' 2024-08-07T17:41:40.1038652Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.1041846Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.1044671Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2024-08-07T17:41:40.1048000Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2024-08-07T17:41:40.1051130Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2024-08-07T17:41:40.1054205Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2024-08-07T17:41:40.1057229Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2024-08-07T17:41:40.1060340Z adding 'torch/include/ATen/ops/unfold_native.h' 2024-08-07T17:41:40.1063612Z adding 'torch/include/ATen/ops/unfold_ops.h' 2024-08-07T17:41:40.1066702Z adding 'torch/include/ATen/ops/uniform.h' 2024-08-07T17:41:40.1070036Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.1073012Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2024-08-07T17:41:40.1076062Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2024-08-07T17:41:40.1079131Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2024-08-07T17:41:40.1082089Z adding 'torch/include/ATen/ops/uniform_native.h' 2024-08-07T17:41:40.1085387Z adding 'torch/include/ATen/ops/uniform_ops.h' 2024-08-07T17:41:40.1088612Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2024-08-07T17:41:40.1091977Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.1095149Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2024-08-07T17:41:40.1098253Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2024-08-07T17:41:40.1101403Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2024-08-07T17:41:40.1104665Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2024-08-07T17:41:40.1107863Z adding 'torch/include/ATen/ops/unique_dim.h' 2024-08-07T17:41:40.1111204Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.1114295Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2024-08-07T17:41:40.1117648Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.1120680Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2024-08-07T17:41:40.1123744Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2024-08-07T17:41:40.1126746Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2024-08-07T17:41:40.1130011Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2024-08-07T17:41:40.1133141Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2024-08-07T17:41:40.1136242Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2024-08-07T17:41:40.1139340Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2024-08-07T17:41:40.1142816Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2024-08-07T17:41:40.1145924Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2024-08-07T17:41:40.1149198Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.1152588Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2024-08-07T17:41:40.1156045Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2024-08-07T17:41:40.1159943Z adding 'torch/include/ATen/ops/unsafe_split.h' 2024-08-07T17:41:40.1162749Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.1165914Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2024-08-07T17:41:40.1168840Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2024-08-07T17:41:40.1172255Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2024-08-07T17:41:40.1175705Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.1179045Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2024-08-07T17:41:40.1182785Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2024-08-07T17:41:40.1185666Z adding 'torch/include/ATen/ops/unsqueeze.h' 2024-08-07T17:41:40.1188809Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.1191646Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2024-08-07T17:41:40.1194833Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.1197987Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.1200788Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2024-08-07T17:41:40.1203930Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2024-08-07T17:41:40.1207044Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2024-08-07T17:41:40.1210101Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2024-08-07T17:41:40.1213762Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2024-08-07T17:41:40.1217560Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2024-08-07T17:41:40.1221294Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.1224404Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2024-08-07T17:41:40.1227922Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2024-08-07T17:41:40.1230903Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2024-08-07T17:41:40.1234219Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2024-08-07T17:41:40.1237328Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2024-08-07T17:41:40.1240611Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2024-08-07T17:41:40.1243971Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.1247050Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.1250200Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2024-08-07T17:41:40.1253590Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2024-08-07T17:41:40.1257021Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2024-08-07T17:41:40.1260159Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2024-08-07T17:41:40.1263512Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2024-08-07T17:41:40.1266943Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2024-08-07T17:41:40.1270832Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2024-08-07T17:41:40.1274760Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2024-08-07T17:41:40.1278457Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.1281700Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2024-08-07T17:41:40.1285025Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2024-08-07T17:41:40.1288307Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2024-08-07T17:41:40.1291975Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2024-08-07T17:41:40.1295234Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2024-08-07T17:41:40.1298639Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2024-08-07T17:41:40.1302140Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.1305683Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.1308624Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2024-08-07T17:41:40.1311973Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2024-08-07T17:41:40.1315127Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2024-08-07T17:41:40.1318407Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2024-08-07T17:41:40.1321716Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2024-08-07T17:41:40.1325062Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2024-08-07T17:41:40.1328847Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2024-08-07T17:41:40.1332714Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2024-08-07T17:41:40.1336303Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.1339857Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2024-08-07T17:41:40.1343076Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2024-08-07T17:41:40.1346125Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2024-08-07T17:41:40.1349420Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2024-08-07T17:41:40.1352914Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2024-08-07T17:41:40.1356474Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2024-08-07T17:41:40.1360030Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.1363136Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.1366340Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2024-08-07T17:41:40.1369546Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2024-08-07T17:41:40.1372985Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2024-08-07T17:41:40.1376010Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2024-08-07T17:41:40.1379285Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2024-08-07T17:41:40.1382873Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2024-08-07T17:41:40.1386452Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2024-08-07T17:41:40.1390634Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2024-08-07T17:41:40.1394135Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.1397082Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2024-08-07T17:41:40.1400434Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2024-08-07T17:41:40.1403579Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2024-08-07T17:41:40.1406897Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2024-08-07T17:41:40.1410223Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2024-08-07T17:41:40.1413516Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2024-08-07T17:41:40.1416902Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.1420070Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.1423393Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2024-08-07T17:41:40.1426613Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2024-08-07T17:41:40.1429964Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2024-08-07T17:41:40.1433069Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2024-08-07T17:41:40.1436311Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2024-08-07T17:41:40.1439937Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2024-08-07T17:41:40.1444160Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2024-08-07T17:41:40.1448139Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2024-08-07T17:41:40.1451852Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.1454941Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2024-08-07T17:41:40.1458328Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2024-08-07T17:41:40.1461561Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2024-08-07T17:41:40.1465279Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2024-08-07T17:41:40.1468284Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2024-08-07T17:41:40.1471578Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2024-08-07T17:41:40.1475169Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.1479782Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.1481648Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2024-08-07T17:41:40.1485247Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2024-08-07T17:41:40.1487970Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2024-08-07T17:41:40.1491365Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2024-08-07T17:41:40.1494477Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2024-08-07T17:41:40.1497978Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2024-08-07T17:41:40.1502177Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2024-08-07T17:41:40.1505633Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2024-08-07T17:41:40.1509451Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.1513551Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2024-08-07T17:41:40.1516083Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2024-08-07T17:41:40.1519291Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2024-08-07T17:41:40.1522596Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2024-08-07T17:41:40.1525843Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2024-08-07T17:41:40.1530303Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2024-08-07T17:41:40.1533042Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.1536398Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.1539420Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2024-08-07T17:41:40.1542917Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2024-08-07T17:41:40.1546011Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2024-08-07T17:41:40.1549371Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2024-08-07T17:41:40.1553009Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2024-08-07T17:41:40.1562556Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2024-08-07T17:41:40.1566369Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2024-08-07T17:41:40.1570394Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2024-08-07T17:41:40.1574167Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.1577402Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2024-08-07T17:41:40.1580864Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2024-08-07T17:41:40.1584072Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2024-08-07T17:41:40.1587390Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2024-08-07T17:41:40.1590649Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2024-08-07T17:41:40.1593980Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2024-08-07T17:41:40.1597523Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.1600676Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.1603947Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2024-08-07T17:41:40.1607381Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2024-08-07T17:41:40.1610511Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2024-08-07T17:41:40.1613882Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2024-08-07T17:41:40.1617116Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2024-08-07T17:41:40.1620681Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2024-08-07T17:41:40.1624794Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2024-08-07T17:41:40.1627629Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.1630625Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2024-08-07T17:41:40.1633806Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2024-08-07T17:41:40.1636846Z adding 'torch/include/ATen/ops/values.h' 2024-08-07T17:41:40.1640068Z adding 'torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.1643114Z adding 'torch/include/ATen/ops/values_copy.h' 2024-08-07T17:41:40.1646490Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.1649698Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.1652661Z adding 'torch/include/ATen/ops/values_copy_native.h' 2024-08-07T17:41:40.1655826Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2024-08-07T17:41:40.1658972Z adding 'torch/include/ATen/ops/values_native.h' 2024-08-07T17:41:40.1662220Z adding 'torch/include/ATen/ops/values_ops.h' 2024-08-07T17:41:40.1665457Z adding 'torch/include/ATen/ops/vander.h' 2024-08-07T17:41:40.1668828Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.1671719Z adding 'torch/include/ATen/ops/vander_native.h' 2024-08-07T17:41:40.1674918Z adding 'torch/include/ATen/ops/vander_ops.h' 2024-08-07T17:41:40.1678340Z adding 'torch/include/ATen/ops/var.h' 2024-08-07T17:41:40.1681994Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.1685079Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2024-08-07T17:41:40.1688381Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2024-08-07T17:41:40.1691827Z adding 'torch/include/ATen/ops/var_mean.h' 2024-08-07T17:41:40.1695231Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.1698567Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.1701795Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2024-08-07T17:41:40.1705084Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2024-08-07T17:41:40.1708226Z adding 'torch/include/ATen/ops/var_mean_native.h' 2024-08-07T17:41:40.1711786Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2024-08-07T17:41:40.1715141Z adding 'torch/include/ATen/ops/var_native.h' 2024-08-07T17:41:40.1719238Z adding 'torch/include/ATen/ops/var_ops.h' 2024-08-07T17:41:40.1722637Z adding 'torch/include/ATen/ops/vdot.h' 2024-08-07T17:41:40.1725984Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.1729025Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2024-08-07T17:41:40.1732185Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2024-08-07T17:41:40.1735156Z adding 'torch/include/ATen/ops/vdot_native.h' 2024-08-07T17:41:40.1738547Z adding 'torch/include/ATen/ops/vdot_ops.h' 2024-08-07T17:41:40.1742619Z adding 'torch/include/ATen/ops/view.h' 2024-08-07T17:41:40.1744870Z adding 'torch/include/ATen/ops/view_as.h' 2024-08-07T17:41:40.1748170Z adding 'torch/include/ATen/ops/view_as_complex.h' 2024-08-07T17:41:40.1751206Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2024-08-07T17:41:40.1754549Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.1757763Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.1760643Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2024-08-07T17:41:40.1763792Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2024-08-07T17:41:40.1767053Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2024-08-07T17:41:40.1770895Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2024-08-07T17:41:40.1773937Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2024-08-07T17:41:40.1776699Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2024-08-07T17:41:40.1779526Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2024-08-07T17:41:40.1782998Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.1785836Z adding 'torch/include/ATen/ops/view_as_native.h' 2024-08-07T17:41:40.1789059Z adding 'torch/include/ATen/ops/view_as_ops.h' 2024-08-07T17:41:40.1792087Z adding 'torch/include/ATen/ops/view_as_real.h' 2024-08-07T17:41:40.1795339Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2024-08-07T17:41:40.1799413Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.1801883Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.1805124Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2024-08-07T17:41:40.1808039Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2024-08-07T17:41:40.1811323Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2024-08-07T17:41:40.1814377Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2024-08-07T17:41:40.1817564Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2024-08-07T17:41:40.1820593Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2024-08-07T17:41:40.1823876Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2024-08-07T17:41:40.1827964Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.1830725Z adding 'torch/include/ATen/ops/view_copy.h' 2024-08-07T17:41:40.1834055Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.1837286Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.1840291Z adding 'torch/include/ATen/ops/view_copy_native.h' 2024-08-07T17:41:40.1843615Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2024-08-07T17:41:40.1846940Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2024-08-07T17:41:40.1850127Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2024-08-07T17:41:40.1853287Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2024-08-07T17:41:40.1856368Z adding 'torch/include/ATen/ops/view_native.h' 2024-08-07T17:41:40.1859551Z adding 'torch/include/ATen/ops/view_ops.h' 2024-08-07T17:41:40.1862894Z adding 'torch/include/ATen/ops/vsplit.h' 2024-08-07T17:41:40.1866164Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.1869371Z adding 'torch/include/ATen/ops/vsplit_native.h' 2024-08-07T17:41:40.1872382Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2024-08-07T17:41:40.1875579Z adding 'torch/include/ATen/ops/vstack.h' 2024-08-07T17:41:40.1878690Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.1881553Z adding 'torch/include/ATen/ops/vstack_native.h' 2024-08-07T17:41:40.1885393Z adding 'torch/include/ATen/ops/vstack_ops.h' 2024-08-07T17:41:40.1888524Z adding 'torch/include/ATen/ops/where.h' 2024-08-07T17:41:40.1891809Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.1894801Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2024-08-07T17:41:40.1897895Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2024-08-07T17:41:40.1901049Z adding 'torch/include/ATen/ops/where_native.h' 2024-08-07T17:41:40.1904523Z adding 'torch/include/ATen/ops/where_ops.h' 2024-08-07T17:41:40.1907887Z adding 'torch/include/ATen/ops/xlogy.h' 2024-08-07T17:41:40.1911214Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.1914354Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-07T17:41:40.1917280Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2024-08-07T17:41:40.1920559Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2024-08-07T17:41:40.1923686Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2024-08-07T17:41:40.1926652Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2024-08-07T17:41:40.1929665Z adding 'torch/include/ATen/ops/xlogy_native.h' 2024-08-07T17:41:40.1933162Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2024-08-07T17:41:40.1936336Z adding 'torch/include/ATen/ops/xor.h' 2024-08-07T17:41:40.1939559Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2024-08-07T17:41:40.1942556Z adding 'torch/include/ATen/ops/xor_native.h' 2024-08-07T17:41:40.1945826Z adding 'torch/include/ATen/ops/xor_ops.h' 2024-08-07T17:41:40.1948943Z adding 'torch/include/ATen/ops/zero.h' 2024-08-07T17:41:40.1952189Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.1955180Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2024-08-07T17:41:40.1958248Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2024-08-07T17:41:40.1961294Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2024-08-07T17:41:40.1964249Z adding 'torch/include/ATen/ops/zero_native.h' 2024-08-07T17:41:40.1967438Z adding 'torch/include/ATen/ops/zero_ops.h' 2024-08-07T17:41:40.1971048Z adding 'torch/include/ATen/ops/zeros.h' 2024-08-07T17:41:40.1974700Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.1977927Z adding 'torch/include/ATen/ops/zeros_like.h' 2024-08-07T17:41:40.1981553Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2024-08-07T17:41:40.1984933Z adding 'torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h' 2024-08-07T17:41:40.1987921Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2024-08-07T17:41:40.1991335Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2024-08-07T17:41:40.1994487Z adding 'torch/include/ATen/ops/zeros_native.h' 2024-08-07T17:41:40.1998040Z adding 'torch/include/ATen/ops/zeros_ops.h' 2024-08-07T17:41:40.2004622Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2024-08-07T17:41:40.2009638Z adding 'torch/include/ATen/quantized/Quantizer.h' 2024-08-07T17:41:40.2014003Z adding 'torch/include/ATen/xpu/CachingHostAllocator.h' 2024-08-07T17:41:40.2017267Z adding 'torch/include/ATen/xpu/PinnedMemoryAllocator.h' 2024-08-07T17:41:40.2020432Z adding 'torch/include/ATen/xpu/XPUContext.h' 2024-08-07T17:41:40.2023406Z adding 'torch/include/ATen/xpu/XPUDevice.h' 2024-08-07T17:41:40.2027433Z adding 'torch/include/ATen/xpu/XPUEvent.h' 2024-08-07T17:41:40.2030916Z adding 'torch/include/ATen/xpu/XPUGeneratorImpl.h' 2024-08-07T17:41:40.2034909Z adding 'torch/include/ATen/xpu/detail/XPUHooks.h' 2024-08-07T17:41:40.2043215Z adding 'torch/include/c10/core/Allocator.h' 2024-08-07T17:41:40.2046695Z adding 'torch/include/c10/core/AutogradState.h' 2024-08-07T17:41:40.2051556Z adding 'torch/include/c10/core/Backend.h' 2024-08-07T17:41:40.2055627Z adding 'torch/include/c10/core/CPUAllocator.h' 2024-08-07T17:41:40.2058940Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2024-08-07T17:41:40.2062564Z adding 'torch/include/c10/core/ConstantSymNodeImpl.h' 2024-08-07T17:41:40.2066322Z adding 'torch/include/c10/core/Contiguity.h' 2024-08-07T17:41:40.2070603Z adding 'torch/include/c10/core/CopyBytes.h' 2024-08-07T17:41:40.2072836Z adding 'torch/include/c10/core/DefaultDtype.h' 2024-08-07T17:41:40.2076283Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2024-08-07T17:41:40.2080644Z adding 'torch/include/c10/core/Device.h' 2024-08-07T17:41:40.2084088Z adding 'torch/include/c10/core/DeviceArray.h' 2024-08-07T17:41:40.2088953Z adding 'torch/include/c10/core/DeviceGuard.h' 2024-08-07T17:41:40.2093271Z adding 'torch/include/c10/core/DeviceType.h' 2024-08-07T17:41:40.2106855Z adding 'torch/include/c10/core/DispatchKey.h' 2024-08-07T17:41:40.2123809Z adding 'torch/include/c10/core/DispatchKeySet.h' 2024-08-07T17:41:40.2128882Z adding 'torch/include/c10/core/DynamicCast.h' 2024-08-07T17:41:40.2133186Z adding 'torch/include/c10/core/Event.h' 2024-08-07T17:41:40.2138245Z adding 'torch/include/c10/core/GeneratorImpl.h' 2024-08-07T17:41:40.2140792Z adding 'torch/include/c10/core/GradMode.h' 2024-08-07T17:41:40.2144749Z adding 'torch/include/c10/core/InferenceMode.h' 2024-08-07T17:41:40.2148094Z adding 'torch/include/c10/core/Layout.h' 2024-08-07T17:41:40.2153456Z adding 'torch/include/c10/core/MemoryFormat.h' 2024-08-07T17:41:40.2156891Z adding 'torch/include/c10/core/OptionalRef.h' 2024-08-07T17:41:40.2161207Z adding 'torch/include/c10/core/PyHandleCache.h' 2024-08-07T17:41:40.2164029Z adding 'torch/include/c10/core/QEngine.h' 2024-08-07T17:41:40.2167691Z adding 'torch/include/c10/core/QScheme.h' 2024-08-07T17:41:40.2170965Z adding 'torch/include/c10/core/RefcountedDeleter.h' 2024-08-07T17:41:40.2175018Z adding 'torch/include/c10/core/SafePyObject.h' 2024-08-07T17:41:40.2181247Z adding 'torch/include/c10/core/Scalar.h' 2024-08-07T17:41:40.2189747Z adding 'torch/include/c10/core/ScalarType.h' 2024-08-07T17:41:40.2193508Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2024-08-07T17:41:40.2197996Z adding 'torch/include/c10/core/Storage.h' 2024-08-07T17:41:40.2203636Z adding 'torch/include/c10/core/StorageImpl.h' 2024-08-07T17:41:40.2208832Z adding 'torch/include/c10/core/Stream.h' 2024-08-07T17:41:40.2213307Z adding 'torch/include/c10/core/StreamGuard.h' 2024-08-07T17:41:40.2217877Z adding 'torch/include/c10/core/SymBool.h' 2024-08-07T17:41:40.2221036Z adding 'torch/include/c10/core/SymFloat.h' 2024-08-07T17:41:40.2227665Z adding 'torch/include/c10/core/SymInt.h' 2024-08-07T17:41:40.2231706Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2024-08-07T17:41:40.2235792Z adding 'torch/include/c10/core/SymNodeImpl.h' 2024-08-07T17:41:40.2240607Z adding 'torch/include/c10/core/SymbolicShapeMeta.h' 2024-08-07T17:41:40.2283182Z adding 'torch/include/c10/core/TensorImpl.h' 2024-08-07T17:41:40.2296429Z adding 'torch/include/c10/core/TensorOptions.h' 2024-08-07T17:41:40.2300076Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2024-08-07T17:41:40.2303414Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2024-08-07T17:41:40.2306485Z adding 'torch/include/c10/core/alignment.h' 2024-08-07T17:41:40.2310246Z adding 'torch/include/c10/core/thread_pool.h' 2024-08-07T17:41:40.2314654Z adding 'torch/include/c10/core/impl/COW.h' 2024-08-07T17:41:40.2318173Z adding 'torch/include/c10/core/impl/COWDeleter.h' 2024-08-07T17:41:40.2325675Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2024-08-07T17:41:40.2328945Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2024-08-07T17:41:40.2333182Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2024-08-07T17:41:40.2337034Z adding 'torch/include/c10/core/impl/HermeticPyObjectTLS.h' 2024-08-07T17:41:40.2344446Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2024-08-07T17:41:40.2348955Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2024-08-07T17:41:40.2354161Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2024-08-07T17:41:40.2358828Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2024-08-07T17:41:40.2364870Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2024-08-07T17:41:40.2370402Z adding 'torch/include/c10/core/impl/PyObjectSlot.h' 2024-08-07T17:41:40.2373740Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2024-08-07T17:41:40.2378139Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2024-08-07T17:41:40.2388981Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2024-08-07T17:41:40.2389501Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2024-08-07T17:41:40.2389892Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2024-08-07T17:41:40.2392763Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2024-08-07T17:41:40.2396418Z adding 'torch/include/c10/cuda/CUDAAllocatorConfig.h' 2024-08-07T17:41:40.2404530Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2024-08-07T17:41:40.2408907Z adding 'torch/include/c10/cuda/CUDADeviceAssertion.h' 2024-08-07T17:41:40.2413777Z adding 'torch/include/c10/cuda/CUDADeviceAssertionHost.h' 2024-08-07T17:41:40.2417893Z adding 'torch/include/c10/cuda/CUDAException.h' 2024-08-07T17:41:40.2421902Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2024-08-07T17:41:40.2425546Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2024-08-07T17:41:40.2430541Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2024-08-07T17:41:40.2434136Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2024-08-07T17:41:40.2437571Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2024-08-07T17:41:40.2440594Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2024-08-07T17:41:40.2446237Z adding 'torch/include/c10/cuda/CUDAStream.h' 2024-08-07T17:41:40.2449885Z adding 'torch/include/c10/cuda/driver_api.h' 2024-08-07T17:41:40.2455455Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2024-08-07T17:41:40.2458590Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2024-08-07T17:41:40.2463754Z adding 'torch/include/c10/macros/Export.h' 2024-08-07T17:41:40.2471983Z adding 'torch/include/c10/macros/Macros.h' 2024-08-07T17:41:40.2475545Z adding 'torch/include/c10/macros/cmake_macros.h' 2024-08-07T17:41:40.2481530Z adding 'torch/include/c10/util/AbortHandler.h' 2024-08-07T17:41:40.2485654Z adding 'torch/include/c10/util/AlignOf.h' 2024-08-07T17:41:40.2489654Z adding 'torch/include/c10/util/ApproximateClock.h' 2024-08-07T17:41:40.2492729Z adding 'torch/include/c10/util/Array.h' 2024-08-07T17:41:40.2498026Z adding 'torch/include/c10/util/ArrayRef.h' 2024-08-07T17:41:40.2502901Z adding 'torch/include/c10/util/BFloat16-inl.h' 2024-08-07T17:41:40.2507842Z adding 'torch/include/c10/util/BFloat16-math.h' 2024-08-07T17:41:40.2511840Z adding 'torch/include/c10/util/BFloat16.h' 2024-08-07T17:41:40.2515009Z adding 'torch/include/c10/util/Backtrace.h' 2024-08-07T17:41:40.2519012Z adding 'torch/include/c10/util/Bitset.h' 2024-08-07T17:41:40.2522933Z adding 'torch/include/c10/util/C++17.h' 2024-08-07T17:41:40.2526415Z adding 'torch/include/c10/util/CallOnce.h' 2024-08-07T17:41:40.2531724Z adding 'torch/include/c10/util/ConstexprCrc.h' 2024-08-07T17:41:40.2535399Z adding 'torch/include/c10/util/DeadlockDetection.h' 2024-08-07T17:41:40.2539020Z adding 'torch/include/c10/util/Deprecated.h' 2024-08-07T17:41:40.2542229Z adding 'torch/include/c10/util/DimVector.h' 2024-08-07T17:41:40.2545456Z adding 'torch/include/c10/util/DynamicCounter.h' 2024-08-07T17:41:40.2555582Z adding 'torch/include/c10/util/Exception.h' 2024-08-07T17:41:40.2560249Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2024-08-07T17:41:40.2563820Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2024-08-07T17:41:40.2566946Z adding 'torch/include/c10/util/FbcodeMaps.h' 2024-08-07T17:41:40.2571942Z adding 'torch/include/c10/util/Flags.h' 2024-08-07T17:41:40.2576704Z adding 'torch/include/c10/util/Float8_e4m3fn-inl.h' 2024-08-07T17:41:40.2581801Z adding 'torch/include/c10/util/Float8_e4m3fn.h' 2024-08-07T17:41:40.2586434Z adding 'torch/include/c10/util/Float8_e4m3fnuz-inl.h' 2024-08-07T17:41:40.2590348Z adding 'torch/include/c10/util/Float8_e4m3fnuz.h' 2024-08-07T17:41:40.2594550Z adding 'torch/include/c10/util/Float8_e5m2-inl.h' 2024-08-07T17:41:40.2598763Z adding 'torch/include/c10/util/Float8_e5m2.h' 2024-08-07T17:41:40.2603308Z adding 'torch/include/c10/util/Float8_e5m2fnuz-inl.h' 2024-08-07T17:41:40.2607226Z adding 'torch/include/c10/util/Float8_e5m2fnuz.h' 2024-08-07T17:41:40.2610691Z adding 'torch/include/c10/util/Float8_fnuz_cvt.h' 2024-08-07T17:41:40.2614267Z adding 'torch/include/c10/util/FunctionRef.h' 2024-08-07T17:41:40.2618738Z adding 'torch/include/c10/util/Half-inl.h' 2024-08-07T17:41:40.2627393Z adding 'torch/include/c10/util/Half.h' 2024-08-07T17:41:40.2631442Z adding 'torch/include/c10/util/IdWrapper.h' 2024-08-07T17:41:40.2634950Z adding 'torch/include/c10/util/Knobs.h' 2024-08-07T17:41:40.2638601Z adding 'torch/include/c10/util/Lazy.h' 2024-08-07T17:41:40.2643276Z adding 'torch/include/c10/util/LeftRight.h' 2024-08-07T17:41:40.2646579Z adding 'torch/include/c10/util/Load.h' 2024-08-07T17:41:40.2652266Z adding 'torch/include/c10/util/Logging.h' 2024-08-07T17:41:40.2656046Z adding 'torch/include/c10/util/MathConstants.h' 2024-08-07T17:41:40.2660643Z adding 'torch/include/c10/util/MaybeOwned.h' 2024-08-07T17:41:40.2665281Z adding 'torch/include/c10/util/Metaprogramming.h' 2024-08-07T17:41:40.2668694Z adding 'torch/include/c10/util/Optional.h' 2024-08-07T17:41:40.2672816Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2024-08-07T17:41:40.2676168Z adding 'torch/include/c10/util/ParallelGuard.h' 2024-08-07T17:41:40.2681745Z adding 'torch/include/c10/util/Registry.h' 2024-08-07T17:41:40.2685488Z adding 'torch/include/c10/util/ScopeExit.h' 2024-08-07T17:41:40.2689131Z adding 'torch/include/c10/util/SmallBuffer.h' 2024-08-07T17:41:40.2706654Z adding 'torch/include/c10/util/SmallVector.h' 2024-08-07T17:41:40.2712167Z adding 'torch/include/c10/util/StringUtil.h' 2024-08-07T17:41:40.2715858Z adding 'torch/include/c10/util/Synchronized.h' 2024-08-07T17:41:40.2719684Z adding 'torch/include/c10/util/ThreadLocal.h' 2024-08-07T17:41:40.2723382Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2024-08-07T17:41:40.2726665Z adding 'torch/include/c10/util/Type.h' 2024-08-07T17:41:40.2730766Z adding 'torch/include/c10/util/TypeCast.h' 2024-08-07T17:41:40.2735101Z adding 'torch/include/c10/util/TypeIndex.h' 2024-08-07T17:41:40.2741854Z adding 'torch/include/c10/util/TypeList.h' 2024-08-07T17:41:40.2746038Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2024-08-07T17:41:40.2750297Z adding 'torch/include/c10/util/TypeTraits.h' 2024-08-07T17:41:40.2753447Z adding 'torch/include/c10/util/Unicode.h' 2024-08-07T17:41:40.2757444Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2024-08-07T17:41:40.2761092Z adding 'torch/include/c10/util/Unroll.h' 2024-08-07T17:41:40.2765197Z adding 'torch/include/c10/util/WaitCounter.h' 2024-08-07T17:41:40.2768122Z adding 'torch/include/c10/util/accumulate.h' 2024-08-07T17:41:40.2771404Z adding 'torch/include/c10/util/bit_cast.h' 2024-08-07T17:41:40.2774583Z adding 'torch/include/c10/util/bits.h' 2024-08-07T17:41:40.2782105Z adding 'torch/include/c10/util/complex.h' 2024-08-07T17:41:40.2787273Z adding 'torch/include/c10/util/complex_math.h' 2024-08-07T17:41:40.2790592Z adding 'torch/include/c10/util/complex_utils.h' 2024-08-07T17:41:40.2793804Z adding 'torch/include/c10/util/copysign.h' 2024-08-07T17:41:40.2796975Z adding 'torch/include/c10/util/env.h' 2024-08-07T17:41:40.2813275Z adding 'torch/include/c10/util/flat_hash_map.h' 2024-08-07T17:41:40.2818027Z adding 'torch/include/c10/util/floating_point_utils.h' 2024-08-07T17:41:40.2821922Z adding 'torch/include/c10/util/generic_math.h' 2024-08-07T17:41:40.2827676Z adding 'torch/include/c10/util/hash.h' 2024-08-07T17:41:40.2834460Z adding 'torch/include/c10/util/int128.h' 2024-08-07T17:41:40.2847990Z adding 'torch/include/c10/util/intrusive_ptr.h' 2024-08-07T17:41:40.2852706Z adding 'torch/include/c10/util/irange.h' 2024-08-07T17:41:40.2863278Z adding 'torch/include/c10/util/llvmMathExtras.h' 2024-08-07T17:41:40.2867896Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2024-08-07T17:41:40.2872872Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2024-08-07T17:41:40.2876171Z adding 'torch/include/c10/util/numa.h' 2024-08-07T17:41:40.2895461Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2024-08-07T17:41:40.2899291Z adding 'torch/include/c10/util/overloaded.h' 2024-08-07T17:41:40.2902395Z adding 'torch/include/c10/util/python_stub.h' 2024-08-07T17:41:40.2905332Z adding 'torch/include/c10/util/qint32.h' 2024-08-07T17:41:40.2908480Z adding 'torch/include/c10/util/qint8.h' 2024-08-07T17:41:40.2912394Z adding 'torch/include/c10/util/quint2x4.h' 2024-08-07T17:41:40.2914957Z adding 'torch/include/c10/util/quint4x2.h' 2024-08-07T17:41:40.2918108Z adding 'torch/include/c10/util/quint8.h' 2024-08-07T17:41:40.2921469Z adding 'torch/include/c10/util/safe_numerics.h' 2024-08-07T17:41:40.2925391Z adding 'torch/include/c10/util/signal_handler.h' 2024-08-07T17:41:40.2935248Z adding 'torch/include/c10/util/sparse_bitset.h' 2024-08-07T17:41:40.2938783Z adding 'torch/include/c10/util/ssize.h' 2024-08-07T17:41:40.2942196Z adding 'torch/include/c10/util/static_tracepoint.h' 2024-08-07T17:41:40.2946898Z adding 'torch/include/c10/util/static_tracepoint_elfx86.h' 2024-08-07T17:41:40.2949900Z adding 'torch/include/c10/util/strides.h' 2024-08-07T17:41:40.2952924Z adding 'torch/include/c10/util/string_utils.h' 2024-08-07T17:41:40.2959434Z adding 'torch/include/c10/util/string_view.h' 2024-08-07T17:41:40.2969244Z adding 'torch/include/c10/util/strong_type.h' 2024-08-07T17:41:40.2973662Z adding 'torch/include/c10/util/tempfile.h' 2024-08-07T17:41:40.2976740Z adding 'torch/include/c10/util/thread_name.h' 2024-08-07T17:41:40.2986437Z adding 'torch/include/c10/util/typeid.h' 2024-08-07T17:41:40.2990562Z adding 'torch/include/c10/util/win32-headers.h' 2024-08-07T17:41:40.2994947Z adding 'torch/include/c10/xpu/XPUCachingAllocator.h' 2024-08-07T17:41:40.2999485Z adding 'torch/include/c10/xpu/XPUDeviceProp.h' 2024-08-07T17:41:40.3002784Z adding 'torch/include/c10/xpu/XPUException.h' 2024-08-07T17:41:40.3005945Z adding 'torch/include/c10/xpu/XPUFunctions.h' 2024-08-07T17:41:40.3009276Z adding 'torch/include/c10/xpu/XPUMacros.h' 2024-08-07T17:41:40.3014858Z adding 'torch/include/c10/xpu/XPUStream.h' 2024-08-07T17:41:40.3018955Z adding 'torch/include/c10/xpu/impl/XPUGuardImpl.h' 2024-08-07T17:41:40.3060789Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2024-08-07T17:41:40.3065768Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2024-08-07T17:41:40.3068924Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2024-08-07T17:41:40.3075292Z adding 'torch/include/caffe2/serialize/inline_container.h' 2024-08-07T17:41:40.3077899Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2024-08-07T17:41:40.3081021Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2024-08-07T17:41:40.3085603Z adding 'torch/include/caffe2/serialize/versions.h' 2024-08-07T17:41:40.3090593Z adding 'torch/include/kineto/AbstractConfig.h' 2024-08-07T17:41:40.3094526Z adding 'torch/include/kineto/ActivityProfilerInterface.h' 2024-08-07T17:41:40.3097728Z adding 'torch/include/kineto/ActivityTraceInterface.h' 2024-08-07T17:41:40.3101265Z adding 'torch/include/kineto/ActivityType.h' 2024-08-07T17:41:40.3104361Z adding 'torch/include/kineto/ClientInterface.h' 2024-08-07T17:41:40.3110969Z adding 'torch/include/kineto/Config.h' 2024-08-07T17:41:40.3115254Z adding 'torch/include/kineto/GenericTraceActivity.h' 2024-08-07T17:41:40.3119510Z adding 'torch/include/kineto/IActivityProfiler.h' 2024-08-07T17:41:40.3123116Z adding 'torch/include/kineto/ILoggerObserver.h' 2024-08-07T17:41:40.3126321Z adding 'torch/include/kineto/ITraceActivity.h' 2024-08-07T17:41:40.3129435Z adding 'torch/include/kineto/LoggingAPI.h' 2024-08-07T17:41:40.3132486Z adding 'torch/include/kineto/ThreadUtil.h' 2024-08-07T17:41:40.3135341Z adding 'torch/include/kineto/TraceSpan.h' 2024-08-07T17:41:40.3139180Z adding 'torch/include/kineto/libkineto.h' 2024-08-07T17:41:40.3142655Z adding 'torch/include/kineto/output_base.h' 2024-08-07T17:41:40.3145710Z adding 'torch/include/kineto/time_since_epoch.h' 2024-08-07T17:41:40.3155185Z adding 'torch/include/pybind11/attr.h' 2024-08-07T17:41:40.3160367Z adding 'torch/include/pybind11/buffer_info.h' 2024-08-07T17:41:40.3184670Z adding 'torch/include/pybind11/cast.h' 2024-08-07T17:41:40.3191021Z adding 'torch/include/pybind11/chrono.h' 2024-08-07T17:41:40.3194150Z adding 'torch/include/pybind11/common.h' 2024-08-07T17:41:40.3197500Z adding 'torch/include/pybind11/complex.h' 2024-08-07T17:41:40.3200458Z adding 'torch/include/pybind11/eigen.h' 2024-08-07T17:41:40.3206427Z adding 'torch/include/pybind11/embed.h' 2024-08-07T17:41:40.3210590Z adding 'torch/include/pybind11/eval.h' 2024-08-07T17:41:40.3214871Z adding 'torch/include/pybind11/functional.h' 2024-08-07T17:41:40.3219854Z adding 'torch/include/pybind11/gil.h' 2024-08-07T17:41:40.3224022Z adding 'torch/include/pybind11/gil_safe_call_once.h' 2024-08-07T17:41:40.3228886Z adding 'torch/include/pybind11/iostream.h' 2024-08-07T17:41:40.3256517Z adding 'torch/include/pybind11/numpy.h' 2024-08-07T17:41:40.3263204Z adding 'torch/include/pybind11/operators.h' 2024-08-07T17:41:40.3266911Z adding 'torch/include/pybind11/options.h' 2024-08-07T17:41:40.3309877Z adding 'torch/include/pybind11/pybind11.h' 2024-08-07T17:41:40.3343842Z adding 'torch/include/pybind11/pytypes.h' 2024-08-07T17:41:40.3352289Z adding 'torch/include/pybind11/stl.h' 2024-08-07T17:41:40.3362293Z adding 'torch/include/pybind11/stl_bind.h' 2024-08-07T17:41:40.3366577Z adding 'torch/include/pybind11/type_caster_pyobject_ptr.h' 2024-08-07T17:41:40.3370715Z adding 'torch/include/pybind11/typing.h' 2024-08-07T17:41:40.3383021Z adding 'torch/include/pybind11/detail/class.h' 2024-08-07T17:41:40.3402364Z adding 'torch/include/pybind11/detail/common.h' 2024-08-07T17:41:40.3407875Z adding 'torch/include/pybind11/detail/descr.h' 2024-08-07T17:41:40.3415973Z adding 'torch/include/pybind11/detail/init.h' 2024-08-07T17:41:40.3427783Z adding 'torch/include/pybind11/detail/internals.h' 2024-08-07T17:41:40.3452954Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2024-08-07T17:41:40.3457737Z adding 'torch/include/pybind11/detail/typeid.h' 2024-08-07T17:41:40.3461566Z adding 'torch/include/pybind11/eigen/common.h' 2024-08-07T17:41:40.3473257Z adding 'torch/include/pybind11/eigen/matrix.h' 2024-08-07T17:41:40.3480412Z adding 'torch/include/pybind11/eigen/tensor.h' 2024-08-07T17:41:40.3490702Z adding 'torch/include/torch/custom_class.h' 2024-08-07T17:41:40.3496292Z adding 'torch/include/torch/custom_class_detail.h' 2024-08-07T17:41:40.3499634Z adding 'torch/include/torch/extension.h' 2024-08-07T17:41:40.3514824Z adding 'torch/include/torch/library.h' 2024-08-07T17:41:40.3518925Z adding 'torch/include/torch/script.h' 2024-08-07T17:41:40.3524134Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2024-08-07T17:41:40.3527274Z adding 'torch/include/torch/csrc/DataLoader.h' 2024-08-07T17:41:40.3530300Z adding 'torch/include/torch/csrc/Device.h' 2024-08-07T17:41:40.3533517Z adding 'torch/include/torch/csrc/Dtype.h' 2024-08-07T17:41:40.3536697Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2024-08-07T17:41:40.3539879Z adding 'torch/include/torch/csrc/Event.h' 2024-08-07T17:41:40.3546418Z adding 'torch/include/torch/csrc/Exceptions.h' 2024-08-07T17:41:40.3549751Z adding 'torch/include/torch/csrc/Export.h' 2024-08-07T17:41:40.3553048Z adding 'torch/include/torch/csrc/Generator.h' 2024-08-07T17:41:40.3556302Z adding 'torch/include/torch/csrc/Layout.h' 2024-08-07T17:41:40.3559298Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2024-08-07T17:41:40.3562218Z adding 'torch/include/torch/csrc/Module.h' 2024-08-07T17:41:40.3565160Z adding 'torch/include/torch/csrc/PyInterpreter.h' 2024-08-07T17:41:40.3568314Z adding 'torch/include/torch/csrc/QScheme.h' 2024-08-07T17:41:40.3571257Z adding 'torch/include/torch/csrc/Size.h' 2024-08-07T17:41:40.3574654Z adding 'torch/include/torch/csrc/Storage.h' 2024-08-07T17:41:40.3577548Z adding 'torch/include/torch/csrc/StorageMethods.h' 2024-08-07T17:41:40.3580600Z adding 'torch/include/torch/csrc/StorageSharing.h' 2024-08-07T17:41:40.3583644Z adding 'torch/include/torch/csrc/Stream.h' 2024-08-07T17:41:40.3586961Z adding 'torch/include/torch/csrc/THConcat.h' 2024-08-07T17:41:40.3589983Z adding 'torch/include/torch/csrc/THP.h' 2024-08-07T17:41:40.3592983Z adding 'torch/include/torch/csrc/TypeInfo.h' 2024-08-07T17:41:40.3595957Z adding 'torch/include/torch/csrc/Types.h' 2024-08-07T17:41:40.3599161Z adding 'torch/include/torch/csrc/copy_utils.h' 2024-08-07T17:41:40.3602100Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2024-08-07T17:41:40.3604958Z adding 'torch/include/torch/csrc/python_dimname.h' 2024-08-07T17:41:40.3608830Z adding 'torch/include/torch/csrc/python_headers.h' 2024-08-07T17:41:40.3612080Z adding 'torch/include/torch/csrc/serialization.h' 2024-08-07T17:41:40.3616679Z adding 'torch/include/torch/csrc/utils.h' 2024-08-07T17:41:40.3622260Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2024-08-07T17:41:40.3625476Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2024-08-07T17:41:40.3628427Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2024-08-07T17:41:40.3631512Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2024-08-07T17:41:40.3634455Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2024-08-07T17:41:40.3638771Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2024-08-07T17:41:40.3643337Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2024-08-07T17:41:40.3647894Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2024-08-07T17:41:40.3651716Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2024-08-07T17:41:40.3654935Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2024-08-07T17:41:40.3661900Z adding 'torch/include/torch/csrc/api/include/torch/linalg.h' 2024-08-07T17:41:40.3666093Z adding 'torch/include/torch/csrc/api/include/torch/mps.h' 2024-08-07T17:41:40.3669730Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2024-08-07T17:41:40.3672647Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2024-08-07T17:41:40.3675567Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2024-08-07T17:41:40.3681959Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2024-08-07T17:41:40.3687345Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2024-08-07T17:41:40.3691600Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2024-08-07T17:41:40.3694631Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2024-08-07T17:41:40.3701866Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2024-08-07T17:41:40.3705669Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2024-08-07T17:41:40.3709243Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2024-08-07T17:41:40.3712949Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2024-08-07T17:41:40.3716081Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2024-08-07T17:41:40.3719030Z adding 'torch/include/torch/csrc/api/include/torch/xpu.h' 2024-08-07T17:41:40.3723398Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2024-08-07T17:41:40.3726994Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2024-08-07T17:41:40.3729973Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2024-08-07T17:41:40.3733298Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2024-08-07T17:41:40.3737370Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2024-08-07T17:41:40.3740577Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2024-08-07T17:41:40.3743505Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2024-08-07T17:41:40.3746696Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2024-08-07T17:41:40.3752704Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2024-08-07T17:41:40.3756660Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2024-08-07T17:41:40.3760458Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2024-08-07T17:41:40.3765049Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2024-08-07T17:41:40.3773799Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2024-08-07T17:41:40.3778231Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2024-08-07T17:41:40.3781831Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2024-08-07T17:41:40.3785470Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2024-08-07T17:41:40.3789040Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2024-08-07T17:41:40.3792327Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2024-08-07T17:41:40.3796659Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2024-08-07T17:41:40.3800640Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2024-08-07T17:41:40.3804921Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2024-08-07T17:41:40.3809335Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2024-08-07T17:41:40.3812538Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2024-08-07T17:41:40.3816694Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2024-08-07T17:41:40.3821004Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2024-08-07T17:41:40.3823379Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2024-08-07T17:41:40.3826901Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2024-08-07T17:41:40.3830029Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2024-08-07T17:41:40.3834367Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2024-08-07T17:41:40.3837966Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2024-08-07T17:41:40.3841539Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2024-08-07T17:41:40.3845107Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2024-08-07T17:41:40.3849371Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2024-08-07T17:41:40.3855633Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2024-08-07T17:41:40.3859522Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2024-08-07T17:41:40.3864934Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2024-08-07T17:41:40.3868120Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2024-08-07T17:41:40.3871965Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2024-08-07T17:41:40.3881485Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2024-08-07T17:41:40.3885660Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2024-08-07T17:41:40.3888521Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2024-08-07T17:41:40.3892438Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2024-08-07T17:41:40.3897090Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2024-08-07T17:41:40.3900529Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2024-08-07T17:41:40.3909410Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2024-08-07T17:41:40.3913762Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2024-08-07T17:41:40.3917948Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2024-08-07T17:41:40.3921514Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2024-08-07T17:41:40.3925628Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2024-08-07T17:41:40.3930076Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2024-08-07T17:41:40.3933802Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2024-08-07T17:41:40.3937384Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2024-08-07T17:41:40.3940681Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2024-08-07T17:41:40.3948180Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2024-08-07T17:41:40.3953186Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2024-08-07T17:41:40.3956805Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2024-08-07T17:41:40.3960409Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2024-08-07T17:41:40.3967682Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2024-08-07T17:41:40.3973498Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2024-08-07T17:41:40.3977726Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2024-08-07T17:41:40.3982264Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2024-08-07T17:41:40.3989042Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2024-08-07T17:41:40.3993738Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2024-08-07T17:41:40.3998668Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2024-08-07T17:41:40.4002861Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2024-08-07T17:41:40.4008601Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2024-08-07T17:41:40.4012764Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2024-08-07T17:41:40.4017143Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2024-08-07T17:41:40.4021324Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2024-08-07T17:41:40.4025243Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2024-08-07T17:41:40.4029354Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2024-08-07T17:41:40.4034063Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2024-08-07T17:41:40.4041593Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2024-08-07T17:41:40.4046667Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2024-08-07T17:41:40.4051745Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2024-08-07T17:41:40.4056581Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2024-08-07T17:41:40.4062774Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2024-08-07T17:41:40.4068706Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2024-08-07T17:41:40.4073737Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2024-08-07T17:41:40.4077737Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2024-08-07T17:41:40.4082241Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2024-08-07T17:41:40.4086186Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2024-08-07T17:41:40.4089497Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2024-08-07T17:41:40.4097192Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2024-08-07T17:41:40.4102024Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2024-08-07T17:41:40.4106135Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2024-08-07T17:41:40.4110980Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2024-08-07T17:41:40.4116103Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2024-08-07T17:41:40.4121618Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2024-08-07T17:41:40.4125696Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2024-08-07T17:41:40.4129763Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2024-08-07T17:41:40.4134068Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2024-08-07T17:41:40.4141192Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2024-08-07T17:41:40.4148321Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2024-08-07T17:41:40.4152310Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2024-08-07T17:41:40.4155769Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2024-08-07T17:41:40.4160583Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2024-08-07T17:41:40.4164178Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2024-08-07T17:41:40.4167641Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2024-08-07T17:41:40.4172219Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2024-08-07T17:41:40.4176012Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2024-08-07T17:41:40.4180002Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2024-08-07T17:41:40.4183569Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2024-08-07T17:41:40.4190248Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2024-08-07T17:41:40.4194868Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2024-08-07T17:41:40.4198937Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2024-08-07T17:41:40.4202479Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2024-08-07T17:41:40.4207723Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2024-08-07T17:41:40.4212310Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2024-08-07T17:41:40.4216013Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2024-08-07T17:41:40.4219534Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2024-08-07T17:41:40.4223127Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2024-08-07T17:41:40.4227012Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2024-08-07T17:41:40.4230347Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2024-08-07T17:41:40.4237013Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2024-08-07T17:41:40.4242239Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2024-08-07T17:41:40.4246376Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2024-08-07T17:41:40.4252104Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2024-08-07T17:41:40.4257053Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2024-08-07T17:41:40.4260883Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2024-08-07T17:41:40.4264681Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2024-08-07T17:41:40.4268434Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2024-08-07T17:41:40.4273134Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2024-08-07T17:41:40.4276938Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2024-08-07T17:41:40.4282409Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2024-08-07T17:41:40.4286276Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2024-08-07T17:41:40.4290541Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2024-08-07T17:41:40.4293957Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h' 2024-08-07T17:41:40.4296923Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2024-08-07T17:41:40.4300699Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2024-08-07T17:41:40.4304506Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2024-08-07T17:41:40.4308120Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2024-08-07T17:41:40.4311198Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2024-08-07T17:41:40.4322010Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2024-08-07T17:41:40.4325815Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2024-08-07T17:41:40.4331983Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2024-08-07T17:41:40.4335759Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2024-08-07T17:41:40.4340136Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2024-08-07T17:41:40.4344219Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2024-08-07T17:41:40.4347438Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2024-08-07T17:41:40.4355227Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2024-08-07T17:41:40.4359390Z adding 'torch/include/torch/csrc/autograd/edge.h' 2024-08-07T17:41:40.4365395Z adding 'torch/include/torch/csrc/autograd/engine.h' 2024-08-07T17:41:40.4371372Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2024-08-07T17:41:40.4384464Z adding 'torch/include/torch/csrc/autograd/function.h' 2024-08-07T17:41:40.4388677Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2024-08-07T17:41:40.4391770Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2024-08-07T17:41:40.4397409Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2024-08-07T17:41:40.4401039Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2024-08-07T17:41:40.4404811Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2024-08-07T17:41:40.4408369Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2024-08-07T17:41:40.4411318Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2024-08-07T17:41:40.4416350Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2024-08-07T17:41:40.4422342Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2024-08-07T17:41:40.4425616Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2024-08-07T17:41:40.4428982Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2024-08-07T17:41:40.4432641Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2024-08-07T17:41:40.4435854Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2024-08-07T17:41:40.4439293Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2024-08-07T17:41:40.4442200Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2024-08-07T17:41:40.4445499Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2024-08-07T17:41:40.4451611Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2024-08-07T17:41:40.4455872Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2024-08-07T17:41:40.4459723Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2024-08-07T17:41:40.4462230Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2024-08-07T17:41:40.4464931Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2024-08-07T17:41:40.4467829Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2024-08-07T17:41:40.4471084Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2024-08-07T17:41:40.4474072Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2024-08-07T17:41:40.4476689Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2024-08-07T17:41:40.4479787Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2024-08-07T17:41:40.4483608Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2024-08-07T17:41:40.4487455Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2024-08-07T17:41:40.4490743Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2024-08-07T17:41:40.4495052Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2024-08-07T17:41:40.4498191Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2024-08-07T17:41:40.4501279Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2024-08-07T17:41:40.4517426Z adding 'torch/include/torch/csrc/autograd/variable.h' 2024-08-07T17:41:40.4521732Z adding 'torch/include/torch/csrc/autograd/variable_info.h' 2024-08-07T17:41:40.4529534Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2024-08-07T17:41:40.4533526Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2024-08-07T17:41:40.4536981Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2024-08-07T17:41:40.4540047Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2024-08-07T17:41:40.4545239Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2024-08-07T17:41:40.4549307Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2024-08-07T17:41:40.4600473Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2024-08-07T17:41:40.4615261Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2024-08-07T17:41:40.4621892Z adding 'torch/include/torch/csrc/autograd/generated/ViewFuncs.h' 2024-08-07T17:41:40.4625952Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2024-08-07T17:41:40.4629503Z adding 'torch/include/torch/csrc/autograd/generated/python_return_types.h' 2024-08-07T17:41:40.4637728Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2024-08-07T17:41:40.4642988Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2024-08-07T17:41:40.4646822Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2024-08-07T17:41:40.4650218Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2024-08-07T17:41:40.4653550Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2024-08-07T17:41:40.4657641Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2024-08-07T17:41:40.4661669Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2024-08-07T17:41:40.4666976Z adding 'torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h' 2024-08-07T17:41:40.4670485Z adding 'torch/include/torch/csrc/cuda/Event.h' 2024-08-07T17:41:40.4673597Z adding 'torch/include/torch/csrc/cuda/Module.h' 2024-08-07T17:41:40.4676658Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2024-08-07T17:41:40.4679647Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2024-08-07T17:41:40.4682856Z adding 'torch/include/torch/csrc/cuda/comm.h' 2024-08-07T17:41:40.4685924Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2024-08-07T17:41:40.4689035Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2024-08-07T17:41:40.4693459Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2024-08-07T17:41:40.4696478Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2024-08-07T17:41:40.4699378Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2024-08-07T17:41:40.4706607Z adding 'torch/include/torch/csrc/distributed/autograd/context/container.h' 2024-08-07T17:41:40.4711184Z adding 'torch/include/torch/csrc/distributed/autograd/context/context.h' 2024-08-07T17:41:40.4715800Z adding 'torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h' 2024-08-07T17:41:40.4719406Z adding 'torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h' 2024-08-07T17:41:40.4723546Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h' 2024-08-07T17:41:40.4726986Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h' 2024-08-07T17:41:40.4730812Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h' 2024-08-07T17:41:40.4733556Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h' 2024-08-07T17:41:40.4736973Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h' 2024-08-07T17:41:40.4740763Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h' 2024-08-07T17:41:40.4744315Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h' 2024-08-07T17:41:40.4747980Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h' 2024-08-07T17:41:40.4751305Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h' 2024-08-07T17:41:40.4754297Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h' 2024-08-07T17:41:40.4760955Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2024-08-07T17:41:40.4764679Z adding 'torch/include/torch/csrc/distributed/c10d/Backoff.hpp' 2024-08-07T17:41:40.4768356Z adding 'torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory.hpp' 2024-08-07T17:41:40.4771965Z adding 'torch/include/torch/csrc/distributed/c10d/DMAConnectivity.hpp' 2024-08-07T17:41:40.4775888Z adding 'torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp' 2024-08-07T17:41:40.4779282Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2024-08-07T17:41:40.4782387Z adding 'torch/include/torch/csrc/distributed/c10d/Functional.hpp' 2024-08-07T17:41:40.4785500Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2024-08-07T17:41:40.4788517Z adding 'torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp' 2024-08-07T17:41:40.4791642Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2024-08-07T17:41:40.4804998Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2024-08-07T17:41:40.4810043Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2024-08-07T17:41:40.4813599Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2024-08-07T17:41:40.4821943Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2024-08-07T17:41:40.4829240Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2024-08-07T17:41:40.4834394Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2024-08-07T17:41:40.4852982Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2024-08-07T17:41:40.4857867Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp' 2024-08-07T17:41:40.4863209Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2024-08-07T17:41:40.4867424Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2024-08-07T17:41:40.4871862Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2024-08-07T17:41:40.4875533Z adding 'torch/include/torch/csrc/distributed/c10d/RankLocal.hpp' 2024-08-07T17:41:40.4879523Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2024-08-07T17:41:40.4884212Z adding 'torch/include/torch/csrc/distributed/c10d/SymmetricMemory.hpp' 2024-08-07T17:41:40.4888771Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2024-08-07T17:41:40.4891916Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp' 2024-08-07T17:41:40.4897273Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2024-08-07T17:41:40.4901761Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2024-08-07T17:41:40.4905450Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2024-08-07T17:41:40.4909866Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2024-08-07T17:41:40.4913160Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2024-08-07T17:41:40.4921631Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2024-08-07T17:41:40.4925365Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2024-08-07T17:41:40.4929825Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2024-08-07T17:41:40.4933010Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2024-08-07T17:41:40.4936753Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2024-08-07T17:41:40.4939993Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2024-08-07T17:41:40.4943329Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2024-08-07T17:41:40.4946567Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2024-08-07T17:41:40.4949886Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2024-08-07T17:41:40.4954157Z adding 'torch/include/torch/csrc/distributed/c10d/intra_node_comm.hpp' 2024-08-07T17:41:40.4958620Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2024-08-07T17:41:40.4962036Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2024-08-07T17:41:40.4965448Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2024-08-07T17:41:40.4976369Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2024-08-07T17:41:40.4980897Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2024-08-07T17:41:40.4984132Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2024-08-07T17:41:40.4987630Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2024-08-07T17:41:40.4992217Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2024-08-07T17:41:40.4996912Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2024-08-07T17:41:40.5000807Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2024-08-07T17:41:40.5004026Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2024-08-07T17:41:40.5007440Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2024-08-07T17:41:40.5010826Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2024-08-07T17:41:40.5013700Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2024-08-07T17:41:40.5017896Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2024-08-07T17:41:40.5021398Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2024-08-07T17:41:40.5025022Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2024-08-07T17:41:40.5028611Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2024-08-07T17:41:40.5031779Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2024-08-07T17:41:40.5038082Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2024-08-07T17:41:40.5041678Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2024-08-07T17:41:40.5049438Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2024-08-07T17:41:40.5058170Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2024-08-07T17:41:40.5062473Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2024-08-07T17:41:40.5066126Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2024-08-07T17:41:40.5069753Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2024-08-07T17:41:40.5072982Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2024-08-07T17:41:40.5080908Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2024-08-07T17:41:40.5085539Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2024-08-07T17:41:40.5089272Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2024-08-07T17:41:40.5092509Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2024-08-07T17:41:40.5095917Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2024-08-07T17:41:40.5099345Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2024-08-07T17:41:40.5103935Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2024-08-07T17:41:40.5108598Z adding 'torch/include/torch/csrc/dynamo/cache_entry.h' 2024-08-07T17:41:40.5117942Z adding 'torch/include/torch/csrc/dynamo/compiled_autograd.h' 2024-08-07T17:41:40.5121509Z adding 'torch/include/torch/csrc/dynamo/cpp_shim.h' 2024-08-07T17:41:40.5124681Z adding 'torch/include/torch/csrc/dynamo/cpython_defs.h' 2024-08-07T17:41:40.5127955Z adding 'torch/include/torch/csrc/dynamo/cpython_includes.h' 2024-08-07T17:41:40.5131209Z adding 'torch/include/torch/csrc/dynamo/debug_macros.h' 2024-08-07T17:41:40.5134248Z adding 'torch/include/torch/csrc/dynamo/eval_frame.h' 2024-08-07T17:41:40.5138413Z adding 'torch/include/torch/csrc/dynamo/extra_state.h' 2024-08-07T17:41:40.5142188Z adding 'torch/include/torch/csrc/dynamo/framelocals_mapping.h' 2024-08-07T17:41:40.5145863Z adding 'torch/include/torch/csrc/dynamo/guards.h' 2024-08-07T17:41:40.5148921Z adding 'torch/include/torch/csrc/dynamo/init.h' 2024-08-07T17:41:40.5151934Z adding 'torch/include/torch/csrc/dynamo/python_compiled_autograd.h' 2024-08-07T17:41:40.5154856Z adding 'torch/include/torch/csrc/dynamo/utils.h' 2024-08-07T17:41:40.5158822Z adding 'torch/include/torch/csrc/inductor/inductor_ops.h' 2024-08-07T17:41:40.5163605Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h' 2024-08-07T17:41:40.5166993Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h' 2024-08-07T17:41:40.5170200Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h' 2024-08-07T17:41:40.5173154Z adding 'torch/include/torch/csrc/inductor/aoti_runner/pybind.h' 2024-08-07T17:41:40.5179559Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h' 2024-08-07T17:41:40.5183449Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h' 2024-08-07T17:41:40.5187858Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/interface.h' 2024-08-07T17:41:40.5195791Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model.h' 2024-08-07T17:41:40.5203765Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model_container.h' 2024-08-07T17:41:40.5207653Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h' 2024-08-07T17:41:40.5211352Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h' 2024-08-07T17:41:40.5215884Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils.h' 2024-08-07T17:41:40.5219301Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h' 2024-08-07T17:41:40.5223325Z adding 'torch/include/torch/csrc/inductor/aoti_torch/mkldnn_tensor.h' 2024-08-07T17:41:40.5227111Z adding 'torch/include/torch/csrc/inductor/aoti_torch/oss_proxy_executor.h' 2024-08-07T17:41:40.5230381Z adding 'torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h' 2024-08-07T17:41:40.5233687Z adding 'torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h' 2024-08-07T17:41:40.5237699Z adding 'torch/include/torch/csrc/inductor/aoti_torch/utils.h' 2024-08-07T17:41:40.5245988Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim.h' 2024-08-07T17:41:40.5253678Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h' 2024-08-07T17:41:40.5261275Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h' 2024-08-07T17:41:40.5267050Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2024-08-07T17:41:40.5270674Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2024-08-07T17:41:40.5273570Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2024-08-07T17:41:40.5280418Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2024-08-07T17:41:40.5285345Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2024-08-07T17:41:40.5289183Z adding 'torch/include/torch/csrc/jit/api/method.h' 2024-08-07T17:41:40.5299452Z adding 'torch/include/torch/csrc/jit/api/module.h' 2024-08-07T17:41:40.5304756Z adding 'torch/include/torch/csrc/jit/api/object.h' 2024-08-07T17:41:40.5310151Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2024-08-07T17:41:40.5314597Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2024-08-07T17:41:40.5318477Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2024-08-07T17:41:40.5321855Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2024-08-07T17:41:40.5325414Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2024-08-07T17:41:40.5328537Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2024-08-07T17:41:40.5331748Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2024-08-07T17:41:40.5334917Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2024-08-07T17:41:40.5338698Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2024-08-07T17:41:40.5342792Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2024-08-07T17:41:40.5347189Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2024-08-07T17:41:40.5350262Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2024-08-07T17:41:40.5355744Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2024-08-07T17:41:40.5358865Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2024-08-07T17:41:40.5361980Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2024-08-07T17:41:40.5365241Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2024-08-07T17:41:40.5368667Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2024-08-07T17:41:40.5371881Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2024-08-07T17:41:40.5374941Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2024-08-07T17:41:40.5378669Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2024-08-07T17:41:40.5386486Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2024-08-07T17:41:40.5390492Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2024-08-07T17:41:40.5393686Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2024-08-07T17:41:40.5397305Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2024-08-07T17:41:40.5400409Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2024-08-07T17:41:40.5403537Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2024-08-07T17:41:40.5406945Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2024-08-07T17:41:40.5410489Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2024-08-07T17:41:40.5413918Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2024-08-07T17:41:40.5417271Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2024-08-07T17:41:40.5423843Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2024-08-07T17:41:40.5427558Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2024-08-07T17:41:40.5430626Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2024-08-07T17:41:40.5440658Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2024-08-07T17:41:40.5447058Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2024-08-07T17:41:40.5452137Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2024-08-07T17:41:40.5464303Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2024-08-07T17:41:40.5468354Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2024-08-07T17:41:40.5475991Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2024-08-07T17:41:40.5480368Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2024-08-07T17:41:40.5484089Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2024-08-07T17:41:40.5488500Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2024-08-07T17:41:40.5491831Z adding 'torch/include/torch/csrc/jit/ir/graph_utils.h' 2024-08-07T17:41:40.5513386Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2024-08-07T17:41:40.5518840Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2024-08-07T17:41:40.5522333Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2024-08-07T17:41:40.5526515Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2024-08-07T17:41:40.5529366Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2024-08-07T17:41:40.5533980Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2024-08-07T17:41:40.5538132Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2024-08-07T17:41:40.5541324Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2024-08-07T17:41:40.5545660Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2024-08-07T17:41:40.5549460Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2024-08-07T17:41:40.5553972Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2024-08-07T17:41:40.5558343Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2024-08-07T17:41:40.5561775Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2024-08-07T17:41:40.5565474Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2024-08-07T17:41:40.5569349Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2024-08-07T17:41:40.5572776Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2024-08-07T17:41:40.5575951Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2024-08-07T17:41:40.5579010Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2024-08-07T17:41:40.5582183Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2024-08-07T17:41:40.5586586Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2024-08-07T17:41:40.5590639Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2024-08-07T17:41:40.5593959Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2024-08-07T17:41:40.5597031Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2024-08-07T17:41:40.5600034Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2024-08-07T17:41:40.5603906Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2024-08-07T17:41:40.5607083Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2024-08-07T17:41:40.5610276Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2024-08-07T17:41:40.5613685Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2024-08-07T17:41:40.5616899Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2024-08-07T17:41:40.5620316Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2024-08-07T17:41:40.5625693Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2024-08-07T17:41:40.5628567Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2024-08-07T17:41:40.5631494Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2024-08-07T17:41:40.5634627Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2024-08-07T17:41:40.5637466Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2024-08-07T17:41:40.5640809Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2024-08-07T17:41:40.5643823Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2024-08-07T17:41:40.5646629Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2024-08-07T17:41:40.5650086Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2024-08-07T17:41:40.5660359Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2024-08-07T17:41:40.5663234Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2024-08-07T17:41:40.5667322Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2024-08-07T17:41:40.5670219Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2024-08-07T17:41:40.5673676Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2024-08-07T17:41:40.5676929Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2024-08-07T17:41:40.5679906Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2024-08-07T17:41:40.5683239Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2024-08-07T17:41:40.5686239Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2024-08-07T17:41:40.5689252Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2024-08-07T17:41:40.5692223Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2024-08-07T17:41:40.5695310Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2024-08-07T17:41:40.5698451Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2024-08-07T17:41:40.5702014Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2024-08-07T17:41:40.5705222Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2024-08-07T17:41:40.5708620Z adding 'torch/include/torch/csrc/jit/passes/fold_linear_bn.h' 2024-08-07T17:41:40.5711799Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2024-08-07T17:41:40.5714912Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2024-08-07T17:41:40.5718014Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2024-08-07T17:41:40.5721067Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2024-08-07T17:41:40.5724414Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2024-08-07T17:41:40.5727229Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_folding.h' 2024-08-07T17:41:40.5730188Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2024-08-07T17:41:40.5733182Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2024-08-07T17:41:40.5736257Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2024-08-07T17:41:40.5739203Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2024-08-07T17:41:40.5742614Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2024-08-07T17:41:40.5746093Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2024-08-07T17:41:40.5749184Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2024-08-07T17:41:40.5752227Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2024-08-07T17:41:40.5755190Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2024-08-07T17:41:40.5758230Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2024-08-07T17:41:40.5761219Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2024-08-07T17:41:40.5764130Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2024-08-07T17:41:40.5767073Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2024-08-07T17:41:40.5770047Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2024-08-07T17:41:40.5773119Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2024-08-07T17:41:40.5776171Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2024-08-07T17:41:40.5779308Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2024-08-07T17:41:40.5782870Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2024-08-07T17:41:40.5785996Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2024-08-07T17:41:40.5789337Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2024-08-07T17:41:40.5792559Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2024-08-07T17:41:40.5795749Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2024-08-07T17:41:40.5798997Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2024-08-07T17:41:40.5802094Z adding 'torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h' 2024-08-07T17:41:40.5805282Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2024-08-07T17:41:40.5808629Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2024-08-07T17:41:40.5811936Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2024-08-07T17:41:40.5816407Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2024-08-07T17:41:40.5819641Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2024-08-07T17:41:40.5823095Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2024-08-07T17:41:40.5826274Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2024-08-07T17:41:40.5829851Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2024-08-07T17:41:40.5833077Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2024-08-07T17:41:40.5836176Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2024-08-07T17:41:40.5839384Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2024-08-07T17:41:40.5842356Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2024-08-07T17:41:40.5845696Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2024-08-07T17:41:40.5848738Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2024-08-07T17:41:40.5852135Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2024-08-07T17:41:40.5855786Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2024-08-07T17:41:40.5858842Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2024-08-07T17:41:40.5862195Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2024-08-07T17:41:40.5865177Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2024-08-07T17:41:40.5868716Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2024-08-07T17:41:40.5872686Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2024-08-07T17:41:40.5875498Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2024-08-07T17:41:40.5879668Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2024-08-07T17:41:40.5884059Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2024-08-07T17:41:40.5886979Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2024-08-07T17:41:40.5890909Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2024-08-07T17:41:40.5895341Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2024-08-07T17:41:40.5898155Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2024-08-07T17:41:40.5901837Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2024-08-07T17:41:40.5905082Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2024-08-07T17:41:40.5908453Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2024-08-07T17:41:40.5912410Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2024-08-07T17:41:40.5916060Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2024-08-07T17:41:40.5919843Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2024-08-07T17:41:40.5923795Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2024-08-07T17:41:40.5927724Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2024-08-07T17:41:40.5931620Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2024-08-07T17:41:40.5935365Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2024-08-07T17:41:40.5946439Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2024-08-07T17:41:40.5950838Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2024-08-07T17:41:40.5954079Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2024-08-07T17:41:40.5958225Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2024-08-07T17:41:40.5962875Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2024-08-07T17:41:40.5966465Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2024-08-07T17:41:40.5969664Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2024-08-07T17:41:40.5973233Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2024-08-07T17:41:40.5977366Z adding 'torch/include/torch/csrc/jit/python/init.h' 2024-08-07T17:41:40.5980754Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2024-08-07T17:41:40.5985444Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2024-08-07T17:41:40.6001971Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2024-08-07T17:41:40.6007133Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2024-08-07T17:41:40.6010519Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2024-08-07T17:41:40.6014381Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2024-08-07T17:41:40.6018200Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2024-08-07T17:41:40.6022474Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2024-08-07T17:41:40.6027065Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2024-08-07T17:41:40.6032526Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2024-08-07T17:41:40.6037006Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2024-08-07T17:41:40.6039323Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2024-08-07T17:41:40.6042626Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2024-08-07T17:41:40.6045354Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2024-08-07T17:41:40.6048406Z adding 'torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h' 2024-08-07T17:41:40.6057164Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2024-08-07T17:41:40.6061932Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2024-08-07T17:41:40.6065853Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2024-08-07T17:41:40.6069149Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2024-08-07T17:41:40.6072600Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2024-08-07T17:41:40.6076468Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2024-08-07T17:41:40.6078898Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2024-08-07T17:41:40.6083500Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2024-08-07T17:41:40.6087906Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2024-08-07T17:41:40.6092207Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2024-08-07T17:41:40.6096854Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2024-08-07T17:41:40.6101534Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2024-08-07T17:41:40.6105076Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2024-08-07T17:41:40.6108062Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2024-08-07T17:41:40.6111805Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2024-08-07T17:41:40.6117588Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2024-08-07T17:41:40.6120974Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2024-08-07T17:41:40.6123948Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2024-08-07T17:41:40.6127803Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2024-08-07T17:41:40.6132993Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2024-08-07T17:41:40.6143112Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2024-08-07T17:41:40.6147919Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2024-08-07T17:41:40.6151073Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2024-08-07T17:41:40.6154007Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2024-08-07T17:41:40.6157137Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2024-08-07T17:41:40.6160260Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2024-08-07T17:41:40.6163360Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2024-08-07T17:41:40.6167092Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2024-08-07T17:41:40.6170264Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2024-08-07T17:41:40.6173828Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2024-08-07T17:41:40.6176701Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2024-08-07T17:41:40.6181904Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2024-08-07T17:41:40.6187409Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2024-08-07T17:41:40.6191116Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2024-08-07T17:41:40.6194911Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2024-08-07T17:41:40.6198114Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2024-08-07T17:41:40.6201675Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2024-08-07T17:41:40.6205000Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2024-08-07T17:41:40.6208046Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2024-08-07T17:41:40.6211128Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2024-08-07T17:41:40.6214215Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2024-08-07T17:41:40.6217919Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2024-08-07T17:41:40.6238274Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2024-08-07T17:41:40.6243672Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2024-08-07T17:41:40.6247823Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2024-08-07T17:41:40.6254984Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2024-08-07T17:41:40.6258864Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2024-08-07T17:41:40.6263148Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2024-08-07T17:41:40.6265940Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2024-08-07T17:41:40.6269701Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2024-08-07T17:41:40.6272755Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2024-08-07T17:41:40.6277828Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2024-08-07T17:41:40.6284386Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2024-08-07T17:41:40.6289047Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2024-08-07T17:41:40.6292559Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2024-08-07T17:41:40.6296797Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2024-08-07T17:41:40.6302102Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2024-08-07T17:41:40.6306112Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2024-08-07T17:41:40.6309532Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2024-08-07T17:41:40.6314385Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2024-08-07T17:41:40.6318380Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2024-08-07T17:41:40.6323985Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2024-08-07T17:41:40.6327990Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2024-08-07T17:41:40.6334125Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2024-08-07T17:41:40.6338363Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2024-08-07T17:41:40.6341768Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2024-08-07T17:41:40.6345651Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2024-08-07T17:41:40.6349528Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2024-08-07T17:41:40.6353658Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2024-08-07T17:41:40.6358129Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2024-08-07T17:41:40.6363145Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2024-08-07T17:41:40.6367311Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2024-08-07T17:41:40.6374416Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2024-08-07T17:41:40.6378713Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2024-08-07T17:41:40.6382368Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2024-08-07T17:41:40.6386237Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2024-08-07T17:41:40.6392894Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2024-08-07T17:41:40.6397018Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2024-08-07T17:41:40.6400138Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2024-08-07T17:41:40.6407018Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2024-08-07T17:41:40.6410947Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2024-08-07T17:41:40.6414789Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2024-08-07T17:41:40.6424266Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2024-08-07T17:41:40.6427993Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2024-08-07T17:41:40.6431386Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2024-08-07T17:41:40.6438000Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2024-08-07T17:41:40.6443243Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2024-08-07T17:41:40.6450084Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2024-08-07T17:41:40.6459439Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2024-08-07T17:41:40.6465003Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2024-08-07T17:41:40.6469307Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2024-08-07T17:41:40.6472853Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2024-08-07T17:41:40.6476460Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2024-08-07T17:41:40.6480643Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2024-08-07T17:41:40.6484237Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2024-08-07T17:41:40.6487526Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2024-08-07T17:41:40.6491810Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2024-08-07T17:41:40.6494242Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2024-08-07T17:41:40.6497782Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2024-08-07T17:41:40.6501107Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2024-08-07T17:41:40.6504771Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2024-08-07T17:41:40.6508810Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2024-08-07T17:41:40.6511146Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2024-08-07T17:41:40.6515488Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2024-08-07T17:41:40.6518645Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2024-08-07T17:41:40.6523608Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2024-08-07T17:41:40.6527472Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2024-08-07T17:41:40.6531817Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2024-08-07T17:41:40.6535698Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2024-08-07T17:41:40.6540921Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2024-08-07T17:41:40.6544417Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2024-08-07T17:41:40.6548653Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2024-08-07T17:41:40.6551241Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2024-08-07T17:41:40.6555988Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2024-08-07T17:41:40.6560029Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2024-08-07T17:41:40.6565617Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2024-08-07T17:41:40.6569353Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2024-08-07T17:41:40.6572758Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2024-08-07T17:41:40.6576840Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2024-08-07T17:41:40.6579478Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2024-08-07T17:41:40.6586226Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2024-08-07T17:41:40.6591921Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2024-08-07T17:41:40.6595391Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2024-08-07T17:41:40.6599670Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2024-08-07T17:41:40.6603473Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2024-08-07T17:41:40.6608340Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2024-08-07T17:41:40.6614267Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2024-08-07T17:41:40.6618076Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2024-08-07T17:41:40.6621785Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2024-08-07T17:41:40.6625142Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2024-08-07T17:41:40.6628967Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2024-08-07T17:41:40.6632353Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2024-08-07T17:41:40.6636183Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2024-08-07T17:41:40.6640460Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2024-08-07T17:41:40.6644190Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2024-08-07T17:41:40.6647429Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2024-08-07T17:41:40.6651272Z adding 'torch/include/torch/csrc/lazy/python/python_util.h' 2024-08-07T17:41:40.6655205Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2024-08-07T17:41:40.6658838Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2024-08-07T17:41:40.6662595Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2024-08-07T17:41:40.6665823Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2024-08-07T17:41:40.6669037Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2024-08-07T17:41:40.6672275Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2024-08-07T17:41:40.6675534Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2024-08-07T17:41:40.6679696Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2024-08-07T17:41:40.6683612Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2024-08-07T17:41:40.6687008Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2024-08-07T17:41:40.6690825Z adding 'torch/include/torch/csrc/onnx/back_compat.h' 2024-08-07T17:41:40.6693905Z adding 'torch/include/torch/csrc/onnx/init.h' 2024-08-07T17:41:40.6697263Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2024-08-07T17:41:40.6701366Z adding 'torch/include/torch/csrc/profiler/api.h' 2024-08-07T17:41:40.6709565Z adding 'torch/include/torch/csrc/profiler/collection.h' 2024-08-07T17:41:40.6713624Z adding 'torch/include/torch/csrc/profiler/combined_traceback.h' 2024-08-07T17:41:40.6718522Z adding 'torch/include/torch/csrc/profiler/containers.h' 2024-08-07T17:41:40.6722819Z adding 'torch/include/torch/csrc/profiler/data_flow.h' 2024-08-07T17:41:40.6726239Z adding 'torch/include/torch/csrc/profiler/events.h' 2024-08-07T17:41:40.6730130Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2024-08-07T17:41:40.6733668Z adding 'torch/include/torch/csrc/profiler/perf-inl.h' 2024-08-07T17:41:40.6737400Z adding 'torch/include/torch/csrc/profiler/perf.h' 2024-08-07T17:41:40.6741822Z adding 'torch/include/torch/csrc/profiler/util.h' 2024-08-07T17:41:40.6747086Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2024-08-07T17:41:40.6750957Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2024-08-07T17:41:40.6754252Z adding 'torch/include/torch/csrc/profiler/orchestration/vulkan.h' 2024-08-07T17:41:40.6758247Z adding 'torch/include/torch/csrc/profiler/python/combined_traceback.h' 2024-08-07T17:41:40.6761550Z adding 'torch/include/torch/csrc/profiler/python/init.h' 2024-08-07T17:41:40.6764961Z adding 'torch/include/torch/csrc/profiler/python/pybind.h' 2024-08-07T17:41:40.6769052Z adding 'torch/include/torch/csrc/profiler/standalone/execution_trace_observer.h' 2024-08-07T17:41:40.6772194Z adding 'torch/include/torch/csrc/profiler/standalone/itt_observer.h' 2024-08-07T17:41:40.6775160Z adding 'torch/include/torch/csrc/profiler/standalone/nvtx_observer.h' 2024-08-07T17:41:40.6778552Z adding 'torch/include/torch/csrc/profiler/standalone/privateuse1_observer.h' 2024-08-07T17:41:40.6782730Z adding 'torch/include/torch/csrc/profiler/stubs/base.h' 2024-08-07T17:41:40.6787088Z adding 'torch/include/torch/csrc/profiler/unwind/action.h' 2024-08-07T17:41:40.6790683Z adding 'torch/include/torch/csrc/profiler/unwind/communicate.h' 2024-08-07T17:41:40.6795632Z adding 'torch/include/torch/csrc/profiler/unwind/debug_info.h' 2024-08-07T17:41:40.6799319Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_enums.h' 2024-08-07T17:41:40.6803382Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_symbolize_enums.h' 2024-08-07T17:41:40.6807206Z adding 'torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h' 2024-08-07T17:41:40.6811154Z adding 'torch/include/torch/csrc/profiler/unwind/fast_symbolizer.h' 2024-08-07T17:41:40.6816826Z adding 'torch/include/torch/csrc/profiler/unwind/fde.h' 2024-08-07T17:41:40.6822341Z adding 'torch/include/torch/csrc/profiler/unwind/lexer.h' 2024-08-07T17:41:40.6827614Z adding 'torch/include/torch/csrc/profiler/unwind/line_number_program.h' 2024-08-07T17:41:40.6831117Z adding 'torch/include/torch/csrc/profiler/unwind/mem_file.h' 2024-08-07T17:41:40.6834894Z adding 'torch/include/torch/csrc/profiler/unwind/range_table.h' 2024-08-07T17:41:40.6839198Z adding 'torch/include/torch/csrc/profiler/unwind/sections.h' 2024-08-07T17:41:40.6842235Z adding 'torch/include/torch/csrc/profiler/unwind/unwind.h' 2024-08-07T17:41:40.6845591Z adding 'torch/include/torch/csrc/profiler/unwind/unwind_error.h' 2024-08-07T17:41:40.6849123Z adding 'torch/include/torch/csrc/profiler/unwind/unwinder.h' 2024-08-07T17:41:40.6853240Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2024-08-07T17:41:40.6860741Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2024-08-07T17:41:40.6864431Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2024-08-07T17:41:40.6867457Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2024-08-07T17:41:40.6871370Z adding 'torch/include/torch/csrc/utils/device_lazy_init.h' 2024-08-07T17:41:40.6875267Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2024-08-07T17:41:40.6878306Z adding 'torch/include/torch/csrc/utils/init.h' 2024-08-07T17:41:40.6881920Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2024-08-07T17:41:40.6884910Z adding 'torch/include/torch/csrc/utils/nested.h' 2024-08-07T17:41:40.6888741Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2024-08-07T17:41:40.6892169Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2024-08-07T17:41:40.6895536Z adding 'torch/include/torch/csrc/utils/out_types.h' 2024-08-07T17:41:40.6901664Z adding 'torch/include/torch/csrc/utils/pybind.h' 2024-08-07T17:41:40.6905217Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2024-08-07T17:41:40.6908188Z adding 'torch/include/torch/csrc/utils/pyobject_preservation.h' 2024-08-07T17:41:40.6922083Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2024-08-07T17:41:40.6926993Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2024-08-07T17:41:40.6930148Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2024-08-07T17:41:40.6934054Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2024-08-07T17:41:40.6937711Z adding 'torch/include/torch/csrc/utils/python_raii.h' 2024-08-07T17:41:40.6941755Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2024-08-07T17:41:40.6945857Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2024-08-07T17:41:40.6949226Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2024-08-07T17:41:40.6953512Z adding 'torch/include/torch/csrc/utils/python_symnode.h' 2024-08-07T17:41:40.6957416Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2024-08-07T17:41:40.6960742Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2024-08-07T17:41:40.6969564Z adding 'torch/include/torch/csrc/utils/pythoncapi_compat.h' 2024-08-07T17:41:40.6973869Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2024-08-07T17:41:40.6977270Z adding 'torch/include/torch/csrc/utils/six.h' 2024-08-07T17:41:40.6980379Z adding 'torch/include/torch/csrc/utils/structseq.h' 2024-08-07T17:41:40.6983396Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2024-08-07T17:41:40.6986324Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2024-08-07T17:41:40.6989881Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2024-08-07T17:41:40.6992816Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2024-08-07T17:41:40.6995650Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2024-08-07T17:41:40.6998630Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2024-08-07T17:41:40.7002036Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2024-08-07T17:41:40.7005200Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2024-08-07T17:41:40.7008118Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2024-08-07T17:41:40.7011091Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2024-08-07T17:41:40.7016030Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2024-08-07T17:41:40.7021549Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2024-08-07T17:41:40.7025559Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2024-08-07T17:41:40.7029363Z adding 'torch/include/torch/csrc/utils/variadic.h' 2024-08-07T17:41:40.7033047Z adding 'torch/include/torch/csrc/utils/verbose.h' 2024-08-07T17:41:40.7037299Z adding 'torch/include/torch/csrc/xpu/Event.h' 2024-08-07T17:41:40.7040549Z adding 'torch/include/torch/csrc/xpu/Module.h' 2024-08-07T17:41:40.7044123Z adding 'torch/include/torch/csrc/xpu/Stream.h' 2024-08-07T17:41:40.7055761Z adding 'torch/jit/__init__.py' 2024-08-07T17:41:40.7058922Z adding 'torch/jit/_async.py' 2024-08-07T17:41:40.7063518Z adding 'torch/jit/_await.py' 2024-08-07T17:41:40.7068053Z adding 'torch/jit/_builtins.py' 2024-08-07T17:41:40.7073465Z adding 'torch/jit/_check.py' 2024-08-07T17:41:40.7078352Z adding 'torch/jit/_dataclass_impls.py' 2024-08-07T17:41:40.7081779Z adding 'torch/jit/_decomposition_utils.py' 2024-08-07T17:41:40.7085908Z adding 'torch/jit/_decompositions.py' 2024-08-07T17:41:40.7091368Z adding 'torch/jit/_freeze.py' 2024-08-07T17:41:40.7096284Z adding 'torch/jit/_fuser.py' 2024-08-07T17:41:40.7099620Z adding 'torch/jit/_ir_utils.py' 2024-08-07T17:41:40.7102874Z adding 'torch/jit/_logging.py' 2024-08-07T17:41:40.7107854Z adding 'torch/jit/_monkeytype_config.py' 2024-08-07T17:41:40.7111179Z adding 'torch/jit/_pickle.py' 2024-08-07T17:41:40.7127776Z adding 'torch/jit/_recursive.py' 2024-08-07T17:41:40.7154223Z adding 'torch/jit/_script.py' 2024-08-07T17:41:40.7161103Z adding 'torch/jit/_script.pyi' 2024-08-07T17:41:40.7166688Z adding 'torch/jit/_serialization.py' 2024-08-07T17:41:40.7182954Z adding 'torch/jit/_shape_functions.py' 2024-08-07T17:41:40.7187996Z adding 'torch/jit/_state.py' 2024-08-07T17:41:40.7208796Z adding 'torch/jit/_trace.py' 2024-08-07T17:41:40.7218405Z adding 'torch/jit/annotations.py' 2024-08-07T17:41:40.7235220Z adding 'torch/jit/frontend.py' 2024-08-07T17:41:40.7239544Z adding 'torch/jit/generate_bytecode.py' 2024-08-07T17:41:40.7242955Z adding 'torch/jit/quantized.py' 2024-08-07T17:41:40.7248553Z adding 'torch/jit/supported_ops.py' 2024-08-07T17:41:40.7252446Z adding 'torch/jit/unsupported_tensor_ops.py' 2024-08-07T17:41:40.7256332Z adding 'torch/jit/_passes/__init__.py' 2024-08-07T17:41:40.7259893Z adding 'torch/jit/_passes/_property_propagation.py' 2024-08-07T17:41:40.7265335Z adding 'torch/jit/mobile/__init__.py' 2024-08-07T17:41:40.8785220Z adding 'torch/lib/XNNPACK.lib' 2024-08-07T17:41:40.8873431Z adding 'torch/lib/_C.lib' 2024-08-07T17:41:40.8980600Z adding 'torch/lib/aoti_custom_ops.dll' 2024-08-07T17:41:40.8993735Z adding 'torch/lib/aoti_custom_ops.lib' 2024-08-07T17:41:40.9198329Z adding 'torch/lib/asmjit.dll' 2024-08-07T17:41:40.9231308Z adding 'torch/lib/asmjit.lib' 2024-08-07T17:41:40.9341577Z adding 'torch/lib/backend_with_compiler.dll' 2024-08-07T17:41:40.9355464Z adding 'torch/lib/backend_with_compiler.lib' 2024-08-07T17:41:40.9724607Z adding 'torch/lib/c10.dll' 2024-08-07T17:41:40.9895007Z adding 'torch/lib/c10.lib' 2024-08-07T17:41:40.9960795Z adding 'torch/lib/cpuinfo.lib' 2024-08-07T17:41:55.4310536Z adding 'torch/lib/dnnl.lib' 2024-08-07T17:41:57.0474818Z adding 'torch/lib/fbgemm.dll' 2024-08-07T17:41:57.0765742Z adding 'torch/lib/fbgemm.lib' 2024-08-07T17:41:57.1224929Z adding 'torch/lib/fmt.lib' 2024-08-07T17:41:57.1354519Z adding 'torch/lib/jitbackend_test.dll' 2024-08-07T17:41:57.1366561Z adding 'torch/lib/jitbackend_test.lib' 2024-08-07T17:41:57.6680361Z adding 'torch/lib/kineto.lib' 2024-08-07T17:41:57.8583324Z adding 'torch/lib/libprotobuf-lite.lib' 2024-08-07T17:41:58.7229622Z adding 'torch/lib/libprotobuf.lib' 2024-08-07T17:41:59.7224949Z adding 'torch/lib/libprotoc.lib' 2024-08-07T17:41:59.8189482Z adding 'torch/lib/pthreadpool.lib' 2024-08-07T17:41:59.8201931Z adding 'torch/lib/shm.dll' 2024-08-07T17:41:59.8205980Z adding 'torch/lib/shm.lib' 2024-08-07T17:42:00.1819217Z adding 'torch/lib/sleef.lib' 2024-08-07T17:42:00.2026684Z adding 'torch/lib/torch.dll' 2024-08-07T17:42:00.2030425Z adding 'torch/lib/torch.lib' 2024-08-07T17:42:05.6108955Z adding 'torch/lib/torch_cpu.dll' 2024-08-07T17:42:06.4107069Z adding 'torch/lib/torch_cpu.lib' 2024-08-07T17:42:06.4751770Z adding 'torch/lib/torch_global_deps.dll' 2024-08-07T17:42:07.1415807Z adding 'torch/lib/torch_python.dll' 2024-08-07T17:42:07.1797315Z adding 'torch/lib/torch_python.lib' 2024-08-07T17:42:07.2016673Z adding 'torch/lib/torchbind_test.dll' 2024-08-07T17:42:07.2036806Z adding 'torch/lib/torchbind_test.lib' 2024-08-07T17:42:07.2072869Z adding 'torch/linalg/__init__.py' 2024-08-07T17:42:07.2079536Z adding 'torch/masked/__init__.py' 2024-08-07T17:42:07.2086741Z adding 'torch/masked/_docs.py' 2024-08-07T17:42:07.2108270Z adding 'torch/masked/_ops.py' 2024-08-07T17:42:07.2113699Z adding 'torch/masked/maskedtensor/__init__.py' 2024-08-07T17:42:07.2119710Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2024-08-07T17:42:07.2124301Z adding 'torch/masked/maskedtensor/binary.py' 2024-08-07T17:42:07.2130424Z adding 'torch/masked/maskedtensor/core.py' 2024-08-07T17:42:07.2133820Z adding 'torch/masked/maskedtensor/creation.py' 2024-08-07T17:42:07.2137026Z adding 'torch/masked/maskedtensor/passthrough.py' 2024-08-07T17:42:07.2141109Z adding 'torch/masked/maskedtensor/reductions.py' 2024-08-07T17:42:07.2145283Z adding 'torch/masked/maskedtensor/unary.py' 2024-08-07T17:42:07.2149163Z adding 'torch/monitor/__init__.py' 2024-08-07T17:42:07.2153996Z adding 'torch/mps/__init__.py' 2024-08-07T17:42:07.2157560Z adding 'torch/mps/event.py' 2024-08-07T17:42:07.2163242Z adding 'torch/mps/profiler.py' 2024-08-07T17:42:07.2167143Z adding 'torch/mtia/__init__.py' 2024-08-07T17:42:07.2170720Z adding 'torch/mtia/_utils.py' 2024-08-07T17:42:07.2175140Z adding 'torch/multiprocessing/__init__.py' 2024-08-07T17:42:07.2178298Z adding 'torch/multiprocessing/_atfork.py' 2024-08-07T17:42:07.2181547Z adding 'torch/multiprocessing/pool.py' 2024-08-07T17:42:07.2184733Z adding 'torch/multiprocessing/queue.py' 2024-08-07T17:42:07.2193479Z adding 'torch/multiprocessing/reductions.py' 2024-08-07T17:42:07.2199786Z adding 'torch/multiprocessing/spawn.py' 2024-08-07T17:42:07.2209061Z adding 'torch/nested/__init__.py' 2024-08-07T17:42:07.2212871Z adding 'torch/nested/_internal/__init__.py' 2024-08-07T17:42:07.2220843Z adding 'torch/nested/_internal/nested_tensor.py' 2024-08-07T17:42:07.2237480Z adding 'torch/nested/_internal/ops.py' 2024-08-07T17:42:07.2248829Z adding 'torch/nested/_internal/sdpa.py' 2024-08-07T17:42:07.2254075Z adding 'torch/nn/__init__.py' 2024-08-07T17:42:07.2257441Z adding 'torch/nn/_reduction.py' 2024-08-07T17:42:07.2260751Z adding 'torch/nn/common_types.py' 2024-08-07T17:42:07.2264393Z adding 'torch/nn/cpp.py' 2024-08-07T17:42:07.2331452Z adding 'torch/nn/functional.py' 2024-08-07T17:42:07.2343522Z adding 'torch/nn/functional.pyi' 2024-08-07T17:42:07.2347633Z adding 'torch/nn/grad.py' 2024-08-07T17:42:07.2356261Z adding 'torch/nn/init.py' 2024-08-07T17:42:07.2362355Z adding 'torch/nn/parameter.py' 2024-08-07T17:42:07.2366615Z adding 'torch/nn/parameter.pyi' 2024-08-07T17:42:07.2370849Z adding 'torch/nn/attention/__init__.py' 2024-08-07T17:42:07.2374502Z adding 'torch/nn/attention/_utils.py' 2024-08-07T17:42:07.2380384Z adding 'torch/nn/attention/bias.py' 2024-08-07T17:42:07.2393750Z adding 'torch/nn/attention/flex_attention.py' 2024-08-07T17:42:07.2398330Z adding 'torch/nn/backends/__init__.py' 2024-08-07T17:42:07.2401294Z adding 'torch/nn/backends/thnn.py' 2024-08-07T17:42:07.2405061Z adding 'torch/nn/intrinsic/__init__.py' 2024-08-07T17:42:07.2408966Z adding 'torch/nn/intrinsic/modules/__init__.py' 2024-08-07T17:42:07.2412142Z adding 'torch/nn/intrinsic/modules/fused.py' 2024-08-07T17:42:07.2415631Z adding 'torch/nn/intrinsic/qat/__init__.py' 2024-08-07T17:42:07.2419596Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2024-08-07T17:42:07.2423496Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2024-08-07T17:42:07.2425892Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2024-08-07T17:42:07.2429277Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2024-08-07T17:42:07.2432668Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2024-08-07T17:42:07.2444558Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2024-08-07T17:42:07.2448429Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2024-08-07T17:42:07.2452043Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2024-08-07T17:42:07.2455027Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2024-08-07T17:42:07.2458045Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2024-08-07T17:42:07.2460894Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2024-08-07T17:42:07.2463850Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2024-08-07T17:42:07.2469272Z adding 'torch/nn/modules/__init__.py' 2024-08-07T17:42:07.2475234Z adding 'torch/nn/modules/_functions.py' 2024-08-07T17:42:07.2492159Z adding 'torch/nn/modules/activation.py' 2024-08-07T17:42:07.2499538Z adding 'torch/nn/modules/adaptive.py' 2024-08-07T17:42:07.2509963Z adding 'torch/nn/modules/batchnorm.py' 2024-08-07T17:42:07.2514609Z adding 'torch/nn/modules/channelshuffle.py' 2024-08-07T17:42:07.2526128Z adding 'torch/nn/modules/container.py' 2024-08-07T17:42:07.2542882Z adding 'torch/nn/modules/conv.py' 2024-08-07T17:42:07.2548361Z adding 'torch/nn/modules/distance.py' 2024-08-07T17:42:07.2553777Z adding 'torch/nn/modules/dropout.py' 2024-08-07T17:42:07.2557671Z adding 'torch/nn/modules/flatten.py' 2024-08-07T17:42:07.2563369Z adding 'torch/nn/modules/fold.py' 2024-08-07T17:42:07.2569638Z adding 'torch/nn/modules/instancenorm.py' 2024-08-07T17:42:07.2576582Z adding 'torch/nn/modules/lazy.py' 2024-08-07T17:42:07.2581779Z adding 'torch/nn/modules/linear.py' 2024-08-07T17:42:07.2607437Z adding 'torch/nn/modules/loss.py' 2024-08-07T17:42:07.2648229Z adding 'torch/nn/modules/module.py' 2024-08-07T17:42:07.2656741Z adding 'torch/nn/modules/normalization.py' 2024-08-07T17:42:07.2663321Z adding 'torch/nn/modules/padding.py' 2024-08-07T17:42:07.2667631Z adding 'torch/nn/modules/pixelshuffle.py' 2024-08-07T17:42:07.2679902Z adding 'torch/nn/modules/pooling.py' 2024-08-07T17:42:07.2701323Z adding 'torch/nn/modules/rnn.py' 2024-08-07T17:42:07.2710727Z adding 'torch/nn/modules/sparse.py' 2024-08-07T17:42:07.2724532Z adding 'torch/nn/modules/transformer.py' 2024-08-07T17:42:07.2731053Z adding 'torch/nn/modules/upsampling.py' 2024-08-07T17:42:07.2734791Z adding 'torch/nn/modules/utils.py' 2024-08-07T17:42:07.2738774Z adding 'torch/nn/parallel/__init__.py' 2024-08-07T17:42:07.2742758Z adding 'torch/nn/parallel/_functions.py' 2024-08-07T17:42:07.2748413Z adding 'torch/nn/parallel/comm.py' 2024-08-07T17:42:07.2754344Z adding 'torch/nn/parallel/data_parallel.py' 2024-08-07T17:42:07.2795480Z adding 'torch/nn/parallel/distributed.py' 2024-08-07T17:42:07.2801914Z adding 'torch/nn/parallel/parallel_apply.py' 2024-08-07T17:42:07.2806540Z adding 'torch/nn/parallel/replicate.py' 2024-08-07T17:42:07.2810805Z adding 'torch/nn/parallel/scatter_gather.py' 2024-08-07T17:42:07.2814630Z adding 'torch/nn/qat/__init__.py' 2024-08-07T17:42:07.2818206Z adding 'torch/nn/qat/dynamic/__init__.py' 2024-08-07T17:42:07.2821687Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2024-08-07T17:42:07.2824603Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2024-08-07T17:42:07.2828286Z adding 'torch/nn/qat/modules/__init__.py' 2024-08-07T17:42:07.2831180Z adding 'torch/nn/qat/modules/conv.py' 2024-08-07T17:42:07.2834155Z adding 'torch/nn/qat/modules/embedding_ops.py' 2024-08-07T17:42:07.2837149Z adding 'torch/nn/qat/modules/linear.py' 2024-08-07T17:42:07.2840631Z adding 'torch/nn/quantizable/__init__.py' 2024-08-07T17:42:07.2844140Z adding 'torch/nn/quantizable/modules/__init__.py' 2024-08-07T17:42:07.2847035Z adding 'torch/nn/quantizable/modules/activation.py' 2024-08-07T17:42:07.2850175Z adding 'torch/nn/quantizable/modules/rnn.py' 2024-08-07T17:42:07.2853951Z adding 'torch/nn/quantized/__init__.py' 2024-08-07T17:42:07.2856844Z adding 'torch/nn/quantized/functional.py' 2024-08-07T17:42:07.2860314Z adding 'torch/nn/quantized/_reference/__init__.py' 2024-08-07T17:42:07.2864129Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2024-08-07T17:42:07.2867125Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2024-08-07T17:42:07.2870053Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2024-08-07T17:42:07.2873018Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2024-08-07T17:42:07.2876065Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2024-08-07T17:42:07.2879092Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2024-08-07T17:42:07.2882606Z adding 'torch/nn/quantized/dynamic/__init__.py' 2024-08-07T17:42:07.2886368Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2024-08-07T17:42:07.2889379Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2024-08-07T17:42:07.2892600Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2024-08-07T17:42:07.2895593Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2024-08-07T17:42:07.2899751Z adding 'torch/nn/quantized/modules/__init__.py' 2024-08-07T17:42:07.2902797Z adding 'torch/nn/quantized/modules/activation.py' 2024-08-07T17:42:07.2905803Z adding 'torch/nn/quantized/modules/batchnorm.py' 2024-08-07T17:42:07.2908710Z adding 'torch/nn/quantized/modules/conv.py' 2024-08-07T17:42:07.2911653Z adding 'torch/nn/quantized/modules/dropout.py' 2024-08-07T17:42:07.2914759Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2024-08-07T17:42:07.2917763Z adding 'torch/nn/quantized/modules/functional_modules.py' 2024-08-07T17:42:07.2920604Z adding 'torch/nn/quantized/modules/linear.py' 2024-08-07T17:42:07.2923562Z adding 'torch/nn/quantized/modules/normalization.py' 2024-08-07T17:42:07.2926398Z adding 'torch/nn/quantized/modules/rnn.py' 2024-08-07T17:42:07.2929296Z adding 'torch/nn/quantized/modules/utils.py' 2024-08-07T17:42:07.2933235Z adding 'torch/nn/utils/__init__.py' 2024-08-07T17:42:07.2936671Z adding 'torch/nn/utils/_deprecation_utils.py' 2024-08-07T17:42:07.2942112Z adding 'torch/nn/utils/_named_member_accessor.py' 2024-08-07T17:42:07.2946658Z adding 'torch/nn/utils/_per_sample_grad.py' 2024-08-07T17:42:07.2951504Z adding 'torch/nn/utils/clip_grad.py' 2024-08-07T17:42:07.2955354Z adding 'torch/nn/utils/convert_parameters.py' 2024-08-07T17:42:07.2959544Z adding 'torch/nn/utils/fusion.py' 2024-08-07T17:42:07.2963240Z adding 'torch/nn/utils/init.py' 2024-08-07T17:42:07.2967417Z adding 'torch/nn/utils/memory_format.py' 2024-08-07T17:42:07.2977676Z adding 'torch/nn/utils/parametrizations.py' 2024-08-07T17:42:07.2991281Z adding 'torch/nn/utils/parametrize.py' 2024-08-07T17:42:07.3009461Z adding 'torch/nn/utils/prune.py' 2024-08-07T17:42:07.3019148Z adding 'torch/nn/utils/rnn.py' 2024-08-07T17:42:07.3026451Z adding 'torch/nn/utils/spectral_norm.py' 2024-08-07T17:42:07.3032512Z adding 'torch/nn/utils/stateless.py' 2024-08-07T17:42:07.3037268Z adding 'torch/nn/utils/weight_norm.py' 2024-08-07T17:42:07.3041325Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2024-08-07T17:42:07.3044858Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2024-08-07T17:42:07.3050755Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2024-08-07T17:42:07.3054478Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2024-08-07T17:42:07.3058957Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2024-08-07T17:42:07.3063886Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2024-08-07T17:42:07.3068012Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2024-08-07T17:42:07.3071804Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2024-08-07T17:42:07.3075768Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2024-08-07T17:42:07.3079428Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2024-08-07T17:42:07.3085102Z adding 'torch/onnx/__init__.py' 2024-08-07T17:42:07.3088317Z adding 'torch/onnx/_constants.py' 2024-08-07T17:42:07.3091912Z adding 'torch/onnx/_deprecation.py' 2024-08-07T17:42:07.3095142Z adding 'torch/onnx/_experimental.py' 2024-08-07T17:42:07.3098208Z adding 'torch/onnx/_exporter_states.py' 2024-08-07T17:42:07.3101495Z adding 'torch/onnx/_flags.py' 2024-08-07T17:42:07.3104969Z adding 'torch/onnx/_globals.py' 2024-08-07T17:42:07.3108787Z adding 'torch/onnx/_onnx_supported_ops.py' 2024-08-07T17:42:07.3114938Z adding 'torch/onnx/_type_utils.py' 2024-08-07T17:42:07.3119156Z adding 'torch/onnx/errors.py' 2024-08-07T17:42:07.3122413Z adding 'torch/onnx/operators.py' 2024-08-07T17:42:07.3127172Z adding 'torch/onnx/symbolic_caffe2.py' 2024-08-07T17:42:07.3155025Z adding 'torch/onnx/symbolic_helper.py' 2024-08-07T17:42:07.3167691Z adding 'torch/onnx/symbolic_opset10.py' 2024-08-07T17:42:07.3186465Z adding 'torch/onnx/symbolic_opset11.py' 2024-08-07T17:42:07.3194580Z adding 'torch/onnx/symbolic_opset12.py' 2024-08-07T17:42:07.3208355Z adding 'torch/onnx/symbolic_opset13.py' 2024-08-07T17:42:07.3214392Z adding 'torch/onnx/symbolic_opset14.py' 2024-08-07T17:42:07.3218185Z adding 'torch/onnx/symbolic_opset15.py' 2024-08-07T17:42:07.3222893Z adding 'torch/onnx/symbolic_opset16.py' 2024-08-07T17:42:07.3228174Z adding 'torch/onnx/symbolic_opset17.py' 2024-08-07T17:42:07.3232773Z adding 'torch/onnx/symbolic_opset18.py' 2024-08-07T17:42:07.3236338Z adding 'torch/onnx/symbolic_opset19.py' 2024-08-07T17:42:07.3239714Z adding 'torch/onnx/symbolic_opset20.py' 2024-08-07T17:42:07.3243025Z adding 'torch/onnx/symbolic_opset7.py' 2024-08-07T17:42:07.3249010Z adding 'torch/onnx/symbolic_opset8.py' 2024-08-07T17:42:07.3316912Z adding 'torch/onnx/symbolic_opset9.py' 2024-08-07T17:42:07.3352799Z adding 'torch/onnx/utils.py' 2024-08-07T17:42:07.3378774Z adding 'torch/onnx/verification.py' 2024-08-07T17:42:07.3384091Z adding 'torch/onnx/_internal/__init__.py' 2024-08-07T17:42:07.3406995Z adding 'torch/onnx/_internal/_exporter_legacy.py' 2024-08-07T17:42:07.3416259Z adding 'torch/onnx/_internal/io_adapter.py' 2024-08-07T17:42:07.3423044Z adding 'torch/onnx/_internal/jit_utils.py' 2024-08-07T17:42:07.3428781Z adding 'torch/onnx/_internal/onnx_proto_utils.py' 2024-08-07T17:42:07.3448438Z adding 'torch/onnx/_internal/onnxruntime.py' 2024-08-07T17:42:07.3455633Z adding 'torch/onnx/_internal/registration.py' 2024-08-07T17:42:07.3459523Z adding 'torch/onnx/_internal/diagnostics/__init__.py' 2024-08-07T17:42:07.3464385Z adding 'torch/onnx/_internal/diagnostics/_diagnostic.py' 2024-08-07T17:42:07.3474971Z adding 'torch/onnx/_internal/diagnostics/_rules.py' 2024-08-07T17:42:07.3480730Z adding 'torch/onnx/_internal/diagnostics/infra/__init__.py' 2024-08-07T17:42:07.3485193Z adding 'torch/onnx/_internal/diagnostics/infra/_infra.py' 2024-08-07T17:42:07.3492319Z adding 'torch/onnx/_internal/diagnostics/infra/context.py' 2024-08-07T17:42:07.3497035Z adding 'torch/onnx/_internal/diagnostics/infra/decorator.py' 2024-08-07T17:42:07.3500972Z adding 'torch/onnx/_internal/diagnostics/infra/formatter.py' 2024-08-07T17:42:07.3504575Z adding 'torch/onnx/_internal/diagnostics/infra/utils.py' 2024-08-07T17:42:07.3510117Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/__init__.py' 2024-08-07T17:42:07.3513650Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_address.py' 2024-08-07T17:42:07.3517967Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py' 2024-08-07T17:42:07.3520667Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py' 2024-08-07T17:42:07.3523945Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py' 2024-08-07T17:42:07.3527106Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py' 2024-08-07T17:42:07.3530460Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py' 2024-08-07T17:42:07.3533568Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py' 2024-08-07T17:42:07.3536949Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py' 2024-08-07T17:42:07.3540646Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py' 2024-08-07T17:42:07.3543268Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge.py' 2024-08-07T17:42:07.3546561Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py' 2024-08-07T17:42:07.3549771Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_exception.py' 2024-08-07T17:42:07.3553378Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py' 2024-08-07T17:42:07.3557819Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py' 2024-08-07T17:42:07.3560468Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py' 2024-08-07T17:42:07.3563702Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_fix.py' 2024-08-07T17:42:07.3566867Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph.py' 2024-08-07T17:42:07.3570242Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py' 2024-08-07T17:42:07.3574623Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py' 2024-08-07T17:42:07.3577279Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location.py' 2024-08-07T17:42:07.3580860Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py' 2024-08-07T17:42:07.3584280Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py' 2024-08-07T17:42:07.3587588Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_message.py' 2024-08-07T17:42:07.3591626Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py' 2024-08-07T17:42:07.3594009Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_node.py' 2024-08-07T17:42:07.3597593Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_notification.py' 2024-08-07T17:42:07.3600843Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py' 2024-08-07T17:42:07.3604061Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py' 2024-08-07T17:42:07.3607227Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py' 2024-08-07T17:42:07.3610606Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_region.py' 2024-08-07T17:42:07.3614365Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py' 2024-08-07T17:42:07.3617149Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py' 2024-08-07T17:42:07.3620680Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py' 2024-08-07T17:42:07.3623951Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py' 2024-08-07T17:42:07.3627469Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py' 2024-08-07T17:42:07.3631420Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result.py' 2024-08-07T17:42:07.3634511Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py' 2024-08-07T17:42:07.3638516Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run.py' 2024-08-07T17:42:07.3642725Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py' 2024-08-07T17:42:07.3645218Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py' 2024-08-07T17:42:07.3648513Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py' 2024-08-07T17:42:07.3651570Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack.py' 2024-08-07T17:42:07.3654876Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py' 2024-08-07T17:42:07.3658043Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py' 2024-08-07T17:42:07.3661400Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py' 2024-08-07T17:42:07.3665383Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py' 2024-08-07T17:42:07.3668094Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool.py' 2024-08-07T17:42:07.3671940Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py' 2024-08-07T17:42:07.3675368Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py' 2024-08-07T17:42:07.3678754Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py' 2024-08-07T17:42:07.3682475Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py' 2024-08-07T17:42:07.3685318Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py' 2024-08-07T17:42:07.3688744Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py' 2024-08-07T17:42:07.3691704Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/version.py' 2024-08-07T17:42:07.3695637Z adding 'torch/onnx/_internal/fx/__init__.py' 2024-08-07T17:42:07.3701737Z adding 'torch/onnx/_internal/fx/_pass.py' 2024-08-07T17:42:07.3706662Z adding 'torch/onnx/_internal/fx/decomposition_skip.py' 2024-08-07T17:42:07.3711127Z adding 'torch/onnx/_internal/fx/decomposition_table.py' 2024-08-07T17:42:07.3716417Z adding 'torch/onnx/_internal/fx/diagnostics.py' 2024-08-07T17:42:07.3722063Z adding 'torch/onnx/_internal/fx/dynamo_graph_extractor.py' 2024-08-07T17:42:07.3734685Z adding 'torch/onnx/_internal/fx/fx_onnx_interpreter.py' 2024-08-07T17:42:07.3741345Z adding 'torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py' 2024-08-07T17:42:07.3754588Z adding 'torch/onnx/_internal/fx/onnxfunction_dispatcher.py' 2024-08-07T17:42:07.3762163Z adding 'torch/onnx/_internal/fx/op_validation.py' 2024-08-07T17:42:07.3767443Z adding 'torch/onnx/_internal/fx/patcher.py' 2024-08-07T17:42:07.3770721Z adding 'torch/onnx/_internal/fx/registration.py' 2024-08-07T17:42:07.3776778Z adding 'torch/onnx/_internal/fx/serialization.py' 2024-08-07T17:42:07.3781338Z adding 'torch/onnx/_internal/fx/torch_export_graph_extractor.py' 2024-08-07T17:42:07.3786177Z adding 'torch/onnx/_internal/fx/type_utils.py' 2024-08-07T17:42:07.3790204Z adding 'torch/onnx/_internal/fx/analysis/__init__.py' 2024-08-07T17:42:07.3793861Z adding 'torch/onnx/_internal/fx/analysis/unsupported_nodes.py' 2024-08-07T17:42:07.3798104Z adding 'torch/onnx/_internal/fx/passes/__init__.py' 2024-08-07T17:42:07.3802270Z adding 'torch/onnx/_internal/fx/passes/_utils.py' 2024-08-07T17:42:07.3807116Z adding 'torch/onnx/_internal/fx/passes/decomp.py' 2024-08-07T17:42:07.3812809Z adding 'torch/onnx/_internal/fx/passes/functionalization.py' 2024-08-07T17:42:07.3825717Z adding 'torch/onnx/_internal/fx/passes/modularization.py' 2024-08-07T17:42:07.3830980Z adding 'torch/onnx/_internal/fx/passes/readability.py' 2024-08-07T17:42:07.3847747Z adding 'torch/onnx/_internal/fx/passes/type_promotion.py' 2024-08-07T17:42:07.3853304Z adding 'torch/onnx/_internal/fx/passes/virtualization.py' 2024-08-07T17:42:07.3858028Z adding 'torch/optim/__init__.py' 2024-08-07T17:42:07.3865076Z adding 'torch/optim/_adafactor.py' 2024-08-07T17:42:07.4034317Z adding 'torch/optim/_functional.py' 2024-08-07T17:42:07.4041429Z adding 'torch/optim/adadelta.py' 2024-08-07T17:42:07.4049952Z adding 'torch/optim/adagrad.py' 2024-08-07T17:42:07.4060375Z adding 'torch/optim/adam.py' 2024-08-07T17:42:07.4067767Z adding 'torch/optim/adamax.py' 2024-08-07T17:42:07.4078196Z adding 'torch/optim/adamw.py' 2024-08-07T17:42:07.4085410Z adding 'torch/optim/asgd.py' 2024-08-07T17:42:07.4093178Z adding 'torch/optim/lbfgs.py' 2024-08-07T17:42:07.4116711Z adding 'torch/optim/lr_scheduler.py' 2024-08-07T17:42:07.4127046Z adding 'torch/optim/nadam.py' 2024-08-07T17:42:07.4143376Z adding 'torch/optim/optimizer.py' 2024-08-07T17:42:07.4152561Z adding 'torch/optim/radam.py' 2024-08-07T17:42:07.4160499Z adding 'torch/optim/rmsprop.py' 2024-08-07T17:42:07.4167708Z adding 'torch/optim/rprop.py' 2024-08-07T17:42:07.4175154Z adding 'torch/optim/sgd.py' 2024-08-07T17:42:07.4180679Z adding 'torch/optim/sparse_adam.py' 2024-08-07T17:42:07.4188287Z adding 'torch/optim/swa_utils.py' 2024-08-07T17:42:07.4192768Z adding 'torch/optim/_multi_tensor/__init__.py' 2024-08-07T17:42:07.4195927Z adding 'torch/optim/_multi_tensor/__init__.pyi' 2024-08-07T17:42:07.4199817Z adding 'torch/package/__init__.py' 2024-08-07T17:42:07.4203910Z adding 'torch/package/_digraph.py' 2024-08-07T17:42:07.4207424Z adding 'torch/package/_directory_reader.py' 2024-08-07T17:42:07.4211119Z adding 'torch/package/_importlib.py' 2024-08-07T17:42:07.4214572Z adding 'torch/package/_mangling.py' 2024-08-07T17:42:07.4218149Z adding 'torch/package/_mock.py' 2024-08-07T17:42:07.4222182Z adding 'torch/package/_package_pickler.py' 2024-08-07T17:42:07.4225456Z adding 'torch/package/_package_unpickler.py' 2024-08-07T17:42:07.4229498Z adding 'torch/package/_stdlib.py' 2024-08-07T17:42:07.4233848Z adding 'torch/package/file_structure_representation.py' 2024-08-07T17:42:07.4237808Z adding 'torch/package/find_file_dependencies.py' 2024-08-07T17:42:07.4241727Z adding 'torch/package/glob_group.py' 2024-08-07T17:42:07.4247712Z adding 'torch/package/importer.py' 2024-08-07T17:42:07.4265281Z adding 'torch/package/package_exporter.py' 2024-08-07T17:42:07.4279044Z adding 'torch/package/package_importer.py' 2024-08-07T17:42:07.4283606Z adding 'torch/package/analyze/__init__.py' 2024-08-07T17:42:07.4287116Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2024-08-07T17:42:07.4290023Z adding 'torch/package/analyze/is_from_package.py' 2024-08-07T17:42:07.4293498Z adding 'torch/package/analyze/trace_dependencies.py' 2024-08-07T17:42:07.4298318Z adding 'torch/profiler/__init__.py' 2024-08-07T17:42:07.4315808Z adding 'torch/profiler/_memory_profiler.py' 2024-08-07T17:42:07.4326085Z adding 'torch/profiler/_pattern_matcher.py' 2024-08-07T17:42:07.4332662Z adding 'torch/profiler/_utils.py' 2024-08-07T17:42:07.4336404Z adding 'torch/profiler/itt.py' 2024-08-07T17:42:07.4349261Z adding 'torch/profiler/profiler.py' 2024-08-07T17:42:07.4352938Z adding 'torch/profiler/python_tracer.py' 2024-08-07T17:42:07.4357690Z adding 'torch/quantization/__init__.py' 2024-08-07T17:42:07.4360995Z adding 'torch/quantization/_numeric_suite.py' 2024-08-07T17:42:07.4364427Z adding 'torch/quantization/_numeric_suite_fx.py' 2024-08-07T17:42:07.4368557Z adding 'torch/quantization/_quantized_conversions.py' 2024-08-07T17:42:07.4371911Z adding 'torch/quantization/fake_quantize.py' 2024-08-07T17:42:07.4374794Z adding 'torch/quantization/fuse_modules.py' 2024-08-07T17:42:07.4377937Z adding 'torch/quantization/fuser_method_mappings.py' 2024-08-07T17:42:07.4380955Z adding 'torch/quantization/observer.py' 2024-08-07T17:42:07.4384071Z adding 'torch/quantization/qconfig.py' 2024-08-07T17:42:07.4386946Z adding 'torch/quantization/quant_type.py' 2024-08-07T17:42:07.4390152Z adding 'torch/quantization/quantization_mappings.py' 2024-08-07T17:42:07.4393140Z adding 'torch/quantization/quantize.py' 2024-08-07T17:42:07.4396325Z adding 'torch/quantization/quantize_fx.py' 2024-08-07T17:42:07.4400167Z adding 'torch/quantization/quantize_jit.py' 2024-08-07T17:42:07.4402296Z adding 'torch/quantization/stubs.py' 2024-08-07T17:42:07.4405796Z adding 'torch/quantization/utils.py' 2024-08-07T17:42:07.4409340Z adding 'torch/quantization/fx/__init__.py' 2024-08-07T17:42:07.4412664Z adding 'torch/quantization/fx/_equalize.py' 2024-08-07T17:42:07.4415542Z adding 'torch/quantization/fx/convert.py' 2024-08-07T17:42:07.4418680Z adding 'torch/quantization/fx/fuse.py' 2024-08-07T17:42:07.4428184Z adding 'torch/quantization/fx/fusion_patterns.py' 2024-08-07T17:42:07.4428628Z adding 'torch/quantization/fx/graph_module.py' 2024-08-07T17:42:07.4430028Z adding 'torch/quantization/fx/match_utils.py' 2024-08-07T17:42:07.4432863Z adding 'torch/quantization/fx/pattern_utils.py' 2024-08-07T17:42:07.4435988Z adding 'torch/quantization/fx/prepare.py' 2024-08-07T17:42:07.4439158Z adding 'torch/quantization/fx/quantization_patterns.py' 2024-08-07T17:42:07.4442269Z adding 'torch/quantization/fx/quantization_types.py' 2024-08-07T17:42:07.4445325Z adding 'torch/quantization/fx/utils.py' 2024-08-07T17:42:07.4450196Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2024-08-07T17:42:07.4455163Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2024-08-07T17:42:07.4458754Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2024-08-07T17:42:07.4462852Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2024-08-07T17:42:07.4478012Z adding 'torch/share/cmake/Caffe2/FindCUDAToolkit.cmake' 2024-08-07T17:42:07.4482698Z adding 'torch/share/cmake/Caffe2/FindCUSPARSELT.cmake' 2024-08-07T17:42:07.4486421Z adding 'torch/share/cmake/Caffe2/FindSYCLToolkit.cmake' 2024-08-07T17:42:07.4490414Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2024-08-07T17:42:07.4494199Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2024-08-07T17:42:07.4498697Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2024-08-07T17:42:07.4529864Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2024-08-07T17:42:07.4538764Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2024-08-07T17:42:07.4542663Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2024-08-07T17:42:07.4547710Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2024-08-07T17:42:07.4552052Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2024-08-07T17:42:07.4558088Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2024-08-07T17:42:07.4563734Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2024-08-07T17:42:07.4569423Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2024-08-07T17:42:07.4575628Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2024-08-07T17:42:07.4579525Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2024-08-07T17:42:07.4583266Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2024-08-07T17:42:07.4586546Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2024-08-07T17:42:07.4589545Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2024-08-07T17:42:07.4593118Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2024-08-07T17:42:07.4601270Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2024-08-07T17:42:07.4604849Z adding 'torch/share/cmake/Caffe2/public/xpu.cmake' 2024-08-07T17:42:07.4609647Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2024-08-07T17:42:07.4613271Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2024-08-07T17:42:07.4616672Z adding 'torch/signal/__init__.py' 2024-08-07T17:42:07.4620241Z adding 'torch/signal/windows/__init__.py' 2024-08-07T17:42:07.4627269Z adding 'torch/signal/windows/windows.py' 2024-08-07T17:42:07.4637824Z adding 'torch/sparse/__init__.py' 2024-08-07T17:42:07.4644736Z adding 'torch/sparse/_semi_structured_conversions.py' 2024-08-07T17:42:07.4649038Z adding 'torch/sparse/_semi_structured_ops.py' 2024-08-07T17:42:07.4672582Z adding 'torch/sparse/_triton_ops.py' 2024-08-07T17:42:07.4767604Z adding 'torch/sparse/_triton_ops_meta.py' 2024-08-07T17:42:07.4785391Z adding 'torch/sparse/semi_structured.py' 2024-08-07T17:42:07.4795484Z adding 'torch/special/__init__.py' 2024-08-07T17:42:07.4951168Z adding 'torch/test/CppSignature_test.exe' 2024-08-07T17:42:07.5203097Z adding 'torch/test/Dict_test.exe' 2024-08-07T17:42:07.5369790Z adding 'torch/test/Dimname_test.exe' 2024-08-07T17:42:07.5589741Z adding 'torch/test/IListRef_test.exe' 2024-08-07T17:42:07.5816416Z adding 'torch/test/KernelFunction_test.exe' 2024-08-07T17:42:07.6148129Z adding 'torch/test/List_test.exe' 2024-08-07T17:42:07.6429273Z adding 'torch/test/MaybeOwned_test.exe' 2024-08-07T17:42:07.6678779Z adding 'torch/test/NamedTensor_test.exe' 2024-08-07T17:42:07.6873577Z adding 'torch/test/StorageUtils_test.exe' 2024-08-07T17:42:07.7074542Z adding 'torch/test/apply_utils_test.exe' 2024-08-07T17:42:07.7289993Z adding 'torch/test/atest.exe' 2024-08-07T17:42:07.7486286Z adding 'torch/test/backend_fallback_test.exe' 2024-08-07T17:42:07.7714764Z adding 'torch/test/basic.exe' 2024-08-07T17:42:07.7906919Z adding 'torch/test/broadcast_test.exe' 2024-08-07T17:42:07.8074825Z adding 'torch/test/c10_Bitset_test.exe' 2024-08-07T17:42:07.8220766Z adding 'torch/test/c10_CompileTimeFunctionPointer_test.exe' 2024-08-07T17:42:07.8362349Z adding 'torch/test/c10_ConstexprCrc_test.exe' 2024-08-07T17:42:07.8507374Z adding 'torch/test/c10_DeadlockDetection_test.exe' 2024-08-07T17:42:07.8685843Z adding 'torch/test/c10_DeviceGuard_test.exe' 2024-08-07T17:42:07.8861886Z adding 'torch/test/c10_Device_test.exe' 2024-08-07T17:42:07.9049747Z adding 'torch/test/c10_DispatchKeySet_test.exe' 2024-08-07T17:42:07.9226243Z adding 'torch/test/c10_Half_test.exe' 2024-08-07T17:42:07.9430713Z adding 'torch/test/c10_InlineDeviceGuard_test.exe' 2024-08-07T17:42:07.9645051Z adding 'torch/test/c10_InlineStreamGuard_test.exe' 2024-08-07T17:42:07.9827196Z adding 'torch/test/c10_LeftRight_test.exe' 2024-08-07T17:42:08.0013413Z adding 'torch/test/c10_Metaprogramming_test.exe' 2024-08-07T17:42:08.0183265Z adding 'torch/test/c10_Scalar_test.exe' 2024-08-07T17:42:08.0356596Z adding 'torch/test/c10_SizesAndStrides_test.exe' 2024-08-07T17:42:08.0504364Z adding 'torch/test/c10_StreamGuard_test.exe' 2024-08-07T17:42:08.0666690Z adding 'torch/test/c10_SymInt_test.exe' 2024-08-07T17:42:08.0825435Z adding 'torch/test/c10_Synchronized_test.exe' 2024-08-07T17:42:08.1000273Z adding 'torch/test/c10_ThreadLocal_test.exe' 2024-08-07T17:42:08.1167403Z adding 'torch/test/c10_TypeIndex_test.exe' 2024-08-07T17:42:08.1321083Z adding 'torch/test/c10_TypeList_test.exe' 2024-08-07T17:42:08.1463281Z adding 'torch/test/c10_TypeTraits_test.exe' 2024-08-07T17:42:08.1627766Z adding 'torch/test/c10_accumulate_test.exe' 2024-08-07T17:42:08.1807155Z adding 'torch/test/c10_bfloat16_test.exe' 2024-08-07T17:42:08.1963698Z adding 'torch/test/c10_bit_cast_test.exe' 2024-08-07T17:42:08.2157657Z adding 'torch/test/c10_complex_math_test.exe' 2024-08-07T17:42:08.2341106Z adding 'torch/test/c10_complex_test.exe' 2024-08-07T17:42:08.2527824Z adding 'torch/test/c10_cow_test.exe' 2024-08-07T17:42:08.2699940Z adding 'torch/test/c10_exception_test.exe' 2024-08-07T17:42:08.2858366Z adding 'torch/test/c10_flags_test.exe' 2024-08-07T17:42:08.3016216Z adding 'torch/test/c10_generic_math_test.exe' 2024-08-07T17:42:08.3161131Z adding 'torch/test/c10_intrusive_ptr_benchmark.exe' 2024-08-07T17:42:08.3601620Z adding 'torch/test/c10_intrusive_ptr_test.exe' 2024-08-07T17:42:08.3780786Z adding 'torch/test/c10_irange_test.exe' 2024-08-07T17:42:08.3952695Z adding 'torch/test/c10_lazy_test.exe' 2024-08-07T17:42:08.4136465Z adding 'torch/test/c10_logging_test.exe' 2024-08-07T17:42:08.4377484Z adding 'torch/test/c10_optional_test.exe' 2024-08-07T17:42:08.4584607Z adding 'torch/test/c10_ordered_preserving_dict_test.exe' 2024-08-07T17:42:08.4752778Z adding 'torch/test/c10_registry_test.exe' 2024-08-07T17:42:08.5098943Z adding 'torch/test/c10_small_vector_test.exe' 2024-08-07T17:42:08.5267183Z adding 'torch/test/c10_ssize_test.exe' 2024-08-07T17:42:08.5428684Z adding 'torch/test/c10_string_util_test.exe' 2024-08-07T17:42:08.5607386Z adding 'torch/test/c10_string_view_test.exe' 2024-08-07T17:42:08.5755966Z adding 'torch/test/c10_tempfile_test.exe' 2024-08-07T17:42:08.5926217Z adding 'torch/test/c10_typeid_test.exe' 2024-08-07T17:42:08.6110635Z adding 'torch/test/cpu_allocator_test.exe' 2024-08-07T17:42:08.6325055Z adding 'torch/test/cpu_generator_test.exe' 2024-08-07T17:42:08.6522664Z adding 'torch/test/cpu_profiling_allocator_test.exe' 2024-08-07T17:42:08.6879183Z adding 'torch/test/cpu_rng_test.exe' 2024-08-07T17:42:08.7076125Z adding 'torch/test/dispatch_key_set_test.exe' 2024-08-07T17:42:08.7259106Z adding 'torch/test/dlconvertor_test.exe' 2024-08-07T17:42:08.7475892Z adding 'torch/test/extension_backend_test.exe' 2024-08-07T17:42:08.7686402Z adding 'torch/test/half_test.exe' 2024-08-07T17:42:08.7909581Z adding 'torch/test/inline_container_test.exe' 2024-08-07T17:42:08.8251216Z adding 'torch/test/ivalue_test.exe' 2024-08-07T17:42:08.8651175Z adding 'torch/test/kernel_function_legacy_test.exe' 2024-08-07T17:42:08.8983771Z adding 'torch/test/kernel_function_test.exe' 2024-08-07T17:42:08.9397270Z adding 'torch/test/kernel_lambda_legacy_test.exe' 2024-08-07T17:42:08.9742658Z adding 'torch/test/kernel_lambda_test.exe' 2024-08-07T17:42:08.9975739Z adding 'torch/test/kernel_stackbased_test.exe' 2024-08-07T17:42:09.0159283Z adding 'torch/test/lazy_tensor_test.exe' 2024-08-07T17:42:09.0434182Z adding 'torch/test/legacy_vmap_test.exe' 2024-08-07T17:42:09.0765088Z adding 'torch/test/make_boxed_from_unboxed_functor_test.exe' 2024-08-07T17:42:09.0965278Z adding 'torch/test/math_kernel_test.exe' 2024-08-07T17:42:09.1154440Z adding 'torch/test/memory_format_test.exe' 2024-08-07T17:42:09.1345005Z adding 'torch/test/memory_overlapping_test.exe' 2024-08-07T17:42:09.1536408Z adding 'torch/test/mobile_memory_cleanup.exe' 2024-08-07T17:42:09.1748214Z adding 'torch/test/native_test.exe' 2024-08-07T17:42:09.1893694Z adding 'torch/test/op_allowlist_test.exe' 2024-08-07T17:42:09.2684622Z adding 'torch/test/op_registration_test.exe' 2024-08-07T17:42:09.2883121Z adding 'torch/test/operator_name_test.exe' 2024-08-07T17:42:09.3068571Z adding 'torch/test/operators_test.exe' 2024-08-07T17:42:09.3262215Z adding 'torch/test/packedtensoraccessor_test.exe' 2024-08-07T17:42:09.3516931Z adding 'torch/test/pow_test.exe' 2024-08-07T17:42:09.3730701Z adding 'torch/test/quantized_test.exe' 2024-08-07T17:42:09.3922603Z adding 'torch/test/reduce_ops_test.exe' 2024-08-07T17:42:09.4117711Z adding 'torch/test/reportMemoryUsage_test.exe' 2024-08-07T17:42:09.4330982Z adding 'torch/test/scalar_tensor_test.exe' 2024-08-07T17:42:09.4554812Z adding 'torch/test/scalar_test.exe' 2024-08-07T17:42:09.4745680Z adding 'torch/test/stride_properties_test.exe' 2024-08-07T17:42:09.5001980Z adding 'torch/test/tensor_iterator_test.exe' 2024-08-07T17:42:09.5206317Z adding 'torch/test/test_parallel.exe' 2024-08-07T17:42:09.5269685Z adding 'torch/test/thread_init_test.exe' 2024-08-07T17:42:09.5429782Z adding 'torch/test/type_ptr_test.exe' 2024-08-07T17:42:09.5857072Z adding 'torch/test/type_test.exe' 2024-08-07T17:42:09.6067089Z adding 'torch/test/undefined_tensor_test.exe' 2024-08-07T17:42:09.6122145Z adding 'torch/test/verify_api_visibility.exe' 2024-08-07T17:42:09.6316885Z adding 'torch/test/weakref_test.exe' 2024-08-07T17:42:09.6520712Z adding 'torch/test/wrapdim_test.exe' 2024-08-07T17:42:09.6715387Z adding 'torch/test/xla_tensor_test.exe' 2024-08-07T17:42:09.6728706Z adding 'torch/testing/__init__.py' 2024-08-07T17:42:09.6750204Z adding 'torch/testing/_comparison.py' 2024-08-07T17:42:09.6758295Z adding 'torch/testing/_creation.py' 2024-08-07T17:42:09.6762557Z adding 'torch/testing/_utils.py' 2024-08-07T17:42:09.6771476Z adding 'torch/testing/_internal/__init__.py' 2024-08-07T17:42:09.6778861Z adding 'torch/testing/_internal/autocast_test_lists.py' 2024-08-07T17:42:09.6786087Z adding 'torch/testing/_internal/autograd_function_db.py' 2024-08-07T17:42:09.6791839Z adding 'torch/testing/_internal/check_kernel_launches.py' 2024-08-07T17:42:09.6798331Z adding 'torch/testing/_internal/common_cuda.py' 2024-08-07T17:42:09.6826847Z adding 'torch/testing/_internal/common_device_type.py' 2024-08-07T17:42:09.6832818Z adding 'torch/testing/_internal/common_dist_composable.py' 2024-08-07T17:42:09.6852997Z adding 'torch/testing/_internal/common_distributed.py' 2024-08-07T17:42:09.6858530Z adding 'torch/testing/_internal/common_dtype.py' 2024-08-07T17:42:09.6878050Z adding 'torch/testing/_internal/common_fsdp.py' 2024-08-07T17:42:09.6886704Z adding 'torch/testing/_internal/common_jit.py' 2024-08-07T17:42:09.7129896Z adding 'torch/testing/_internal/common_methods_invocations.py' 2024-08-07T17:42:09.7162911Z adding 'torch/testing/_internal/common_mkldnn.py' 2024-08-07T17:42:09.7195577Z adding 'torch/testing/_internal/common_modules.py' 2024-08-07T17:42:09.7234102Z adding 'torch/testing/_internal/common_nn.py' 2024-08-07T17:42:09.7255547Z adding 'torch/testing/_internal/common_optimizers.py' 2024-08-07T17:42:09.7262897Z adding 'torch/testing/_internal/common_pruning.py' 2024-08-07T17:42:09.7294365Z adding 'torch/testing/_internal/common_quantization.py' 2024-08-07T17:42:09.7302698Z adding 'torch/testing/_internal/common_quantized.py' 2024-08-07T17:42:09.7308185Z adding 'torch/testing/_internal/common_subclass.py' 2024-08-07T17:42:09.7393336Z adding 'torch/testing/_internal/common_utils.py' 2024-08-07T17:42:09.7408864Z adding 'torch/testing/_internal/composite_compliance.py' 2024-08-07T17:42:09.7416895Z adding 'torch/testing/_internal/custom_op_db.py' 2024-08-07T17:42:09.7421451Z adding 'torch/testing/_internal/custom_tensor.py' 2024-08-07T17:42:09.7427260Z adding 'torch/testing/_internal/dist_utils.py' 2024-08-07T17:42:09.7431808Z adding 'torch/testing/_internal/dynamo_test_failures.py' 2024-08-07T17:42:09.7436594Z adding 'torch/testing/_internal/hop_db.py' 2024-08-07T17:42:09.7444440Z adding 'torch/testing/_internal/hypothesis_utils.py' 2024-08-07T17:42:09.7448744Z adding 'torch/testing/_internal/inductor_utils.py' 2024-08-07T17:42:09.7460752Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2024-08-07T17:42:09.7475015Z adding 'torch/testing/_internal/jit_utils.py' 2024-08-07T17:42:09.7481010Z adding 'torch/testing/_internal/logging_tensor.py' 2024-08-07T17:42:09.7486085Z adding 'torch/testing/_internal/logging_utils.py' 2024-08-07T17:42:09.7489727Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2024-08-07T17:42:09.7493376Z adding 'torch/testing/_internal/static_module.py' 2024-08-07T17:42:09.7497717Z adding 'torch/testing/_internal/torchbind_impls.py' 2024-08-07T17:42:09.7502676Z adding 'torch/testing/_internal/triton_utils.py' 2024-08-07T17:42:09.7507251Z adding 'torch/testing/_internal/two_tensor.py' 2024-08-07T17:42:09.7511628Z adding 'torch/testing/_internal/codegen/__init__.py' 2024-08-07T17:42:09.7515607Z adding 'torch/testing/_internal/data/__init__.py' 2024-08-07T17:42:09.7519118Z adding 'torch/testing/_internal/data/network1.py' 2024-08-07T17:42:09.7522361Z adding 'torch/testing/_internal/data/network2.py' 2024-08-07T17:42:09.7526529Z adding 'torch/testing/_internal/distributed/__init__.py' 2024-08-07T17:42:09.7530365Z adding 'torch/testing/_internal/distributed/checkpoint_utils.py' 2024-08-07T17:42:09.7534794Z adding 'torch/testing/_internal/distributed/common_state_dict.py' 2024-08-07T17:42:09.7544377Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2024-08-07T17:42:09.7648557Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2024-08-07T17:42:09.7661617Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2024-08-07T17:42:09.7664930Z adding 'torch/testing/_internal/distributed/fake_pg.py' 2024-08-07T17:42:09.7672157Z adding 'torch/testing/_internal/distributed/multi_threaded_pg.py' 2024-08-07T17:42:09.7677342Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2024-08-07T17:42:09.7681277Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2024-08-07T17:42:09.7684438Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2024-08-07T17:42:09.7689412Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2024-08-07T17:42:09.7693785Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2024-08-07T17:42:09.7697876Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2024-08-07T17:42:09.7701999Z adding 'torch/testing/_internal/distributed/_tensor/__init__.py' 2024-08-07T17:42:09.7710713Z adding 'torch/testing/_internal/distributed/_tensor/common_dtensor.py' 2024-08-07T17:42:09.7715787Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2024-08-07T17:42:09.7719759Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2024-08-07T17:42:09.7727825Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2024-08-07T17:42:09.7732779Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2024-08-07T17:42:09.7762820Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2024-08-07T17:42:09.7770215Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2024-08-07T17:42:09.7776488Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2024-08-07T17:42:09.7780888Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2024-08-07T17:42:09.7784860Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2024-08-07T17:42:09.7846820Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2024-08-07T17:42:09.7856388Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2024-08-07T17:42:09.7859993Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2024-08-07T17:42:09.7864736Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2024-08-07T17:42:09.7870557Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2024-08-07T17:42:09.7875019Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2024-08-07T17:42:09.7879005Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2024-08-07T17:42:09.7894656Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2024-08-07T17:42:09.7900545Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2024-08-07T17:42:09.7904971Z adding 'torch/testing/_internal/generated/__init__.py' 2024-08-07T17:42:09.7957530Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2024-08-07T17:42:09.7974189Z adding 'torch/testing/_internal/opinfo/__init__.py' 2024-08-07T17:42:09.8014713Z adding 'torch/testing/_internal/opinfo/core.py' 2024-08-07T17:42:09.8022196Z adding 'torch/testing/_internal/opinfo/refs.py' 2024-08-07T17:42:09.8028084Z adding 'torch/testing/_internal/opinfo/utils.py' 2024-08-07T17:42:09.8032478Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2024-08-07T17:42:09.8042059Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2024-08-07T17:42:09.8049932Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2024-08-07T17:42:09.8071102Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2024-08-07T17:42:09.8079124Z adding 'torch/testing/_internal/opinfo/definitions/nested.py' 2024-08-07T17:42:09.8084675Z adding 'torch/testing/_internal/opinfo/definitions/signal.py' 2024-08-07T17:42:09.8094455Z adding 'torch/testing/_internal/opinfo/definitions/sparse.py' 2024-08-07T17:42:09.8101516Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2024-08-07T17:42:09.8106142Z adding 'torch/testing/_internal/optests/__init__.py' 2024-08-07T17:42:09.8110381Z adding 'torch/testing/_internal/optests/aot_autograd.py' 2024-08-07T17:42:09.8114922Z adding 'torch/testing/_internal/optests/autograd_registration.py' 2024-08-07T17:42:09.8118134Z adding 'torch/testing/_internal/optests/fake_tensor.py' 2024-08-07T17:42:09.8130214Z adding 'torch/testing/_internal/optests/generate_tests.py' 2024-08-07T17:42:09.8135261Z adding 'torch/testing/_internal/optests/make_fx.py' 2024-08-07T17:42:09.8139700Z adding 'torch/testing/_internal/test_module/__init__.py' 2024-08-07T17:42:09.8142682Z adding 'torch/testing/_internal/test_module/future_div.py' 2024-08-07T17:42:09.8145868Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2024-08-07T17:42:09.8151727Z adding 'torch/utils/__init__.py' 2024-08-07T17:42:09.8156536Z adding 'torch/utils/_backport_slots.py' 2024-08-07T17:42:09.8163451Z adding 'torch/utils/_config_module.py' 2024-08-07T17:42:09.8167530Z adding 'torch/utils/_config_typing.pyi' 2024-08-07T17:42:09.8173540Z adding 'torch/utils/_content_store.py' 2024-08-07T17:42:09.8178555Z adding 'torch/utils/_contextlib.py' 2024-08-07T17:42:09.8182436Z adding 'torch/utils/_cpp_extension_versioner.py' 2024-08-07T17:42:09.8193696Z adding 'torch/utils/_cxx_pytree.py' 2024-08-07T17:42:09.8198732Z adding 'torch/utils/_device.py' 2024-08-07T17:42:09.8201930Z adding 'torch/utils/_exposed_in.py' 2024-08-07T17:42:09.8206150Z adding 'torch/utils/_foreach_utils.py' 2024-08-07T17:42:09.8212301Z adding 'torch/utils/_freeze.py' 2024-08-07T17:42:09.8217380Z adding 'torch/utils/_get_clean_triton.py' 2024-08-07T17:42:09.8221135Z adding 'torch/utils/_import_utils.py' 2024-08-07T17:42:09.8224583Z adding 'torch/utils/_mode_utils.py' 2024-08-07T17:42:09.8229098Z adding 'torch/utils/_ordered_set.py' 2024-08-07T17:42:09.8241371Z adding 'torch/utils/_python_dispatch.py' 2024-08-07T17:42:09.8260875Z adding 'torch/utils/_pytree.py' 2024-08-07T17:42:09.8265676Z adding 'torch/utils/_stats.py' 2024-08-07T17:42:09.8269098Z adding 'torch/utils/_thunk.py' 2024-08-07T17:42:09.8275407Z adding 'torch/utils/_traceback.py' 2024-08-07T17:42:09.8279411Z adding 'torch/utils/_triton.py' 2024-08-07T17:42:09.8283061Z adding 'torch/utils/_typing_utils.py' 2024-08-07T17:42:09.8287036Z adding 'torch/utils/_zip.py' 2024-08-07T17:42:09.8295253Z adding 'torch/utils/backend_registration.py' 2024-08-07T17:42:09.8304558Z adding 'torch/utils/bundled_inputs.py' 2024-08-07T17:42:09.8333311Z adding 'torch/utils/checkpoint.py' 2024-08-07T17:42:09.8345108Z adding 'torch/utils/collect_env.py' 2024-08-07T17:42:09.8349467Z adding 'torch/utils/cpp_backtrace.py' 2024-08-07T17:42:09.8388906Z adding 'torch/utils/cpp_extension.py' 2024-08-07T17:42:09.8394875Z adding 'torch/utils/deterministic.py' 2024-08-07T17:42:09.8399277Z adding 'torch/utils/dlpack.py' 2024-08-07T17:42:09.8403150Z adding 'torch/utils/file_baton.py' 2024-08-07T17:42:09.8413964Z adding 'torch/utils/flop_counter.py' 2024-08-07T17:42:09.8420476Z adding 'torch/utils/hooks.py' 2024-08-07T17:42:09.8425429Z adding 'torch/utils/mkldnn.py' 2024-08-07T17:42:09.8430294Z adding 'torch/utils/mobile_optimizer.py' 2024-08-07T17:42:09.8433704Z adding 'torch/utils/model_zoo.py' 2024-08-07T17:42:09.8438410Z adding 'torch/utils/module_tracker.py' 2024-08-07T17:42:09.8443309Z adding 'torch/utils/show_pickle.py' 2024-08-07T17:42:09.8448552Z adding 'torch/utils/throughput_benchmark.py' 2024-08-07T17:42:09.8454868Z adding 'torch/utils/weak.py' 2024-08-07T17:42:09.8459407Z adding 'torch/utils/_strobelight/__init__.py' 2024-08-07T17:42:09.8464952Z adding 'torch/utils/_strobelight/cli_function_profiler.py' 2024-08-07T17:42:09.8468872Z adding 'torch/utils/_sympy/__init__.py' 2024-08-07T17:42:09.8479010Z adding 'torch/utils/_sympy/functions.py' 2024-08-07T17:42:09.8484619Z adding 'torch/utils/_sympy/interp.py' 2024-08-07T17:42:09.8489718Z adding 'torch/utils/_sympy/numbers.py' 2024-08-07T17:42:09.8494024Z adding 'torch/utils/_sympy/reference.py' 2024-08-07T17:42:09.8498806Z adding 'torch/utils/_sympy/singleton_int.py' 2024-08-07T17:42:09.8502978Z adding 'torch/utils/_sympy/solve.py' 2024-08-07T17:42:09.8506977Z adding 'torch/utils/_sympy/symbol.py' 2024-08-07T17:42:09.8520741Z adding 'torch/utils/_sympy/value_ranges.py' 2024-08-07T17:42:09.8525640Z adding 'torch/utils/backcompat/__init__.py' 2024-08-07T17:42:09.8530340Z adding 'torch/utils/benchmark/__init__.py' 2024-08-07T17:42:09.8534177Z adding 'torch/utils/benchmark/examples/__init__.py' 2024-08-07T17:42:09.8538814Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2024-08-07T17:42:09.8542695Z adding 'torch/utils/benchmark/examples/compare.py' 2024-08-07T17:42:09.8546349Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2024-08-07T17:42:09.8550713Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2024-08-07T17:42:09.8553704Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2024-08-07T17:42:09.8557939Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2024-08-07T17:42:09.8561730Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2024-08-07T17:42:09.8565368Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2024-08-07T17:42:09.8569168Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2024-08-07T17:42:09.8572963Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2024-08-07T17:42:09.8576820Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2024-08-07T17:42:09.8580592Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2024-08-07T17:42:09.8584401Z adding 'torch/utils/benchmark/utils/__init__.py' 2024-08-07T17:42:09.8587718Z adding 'torch/utils/benchmark/utils/_stubs.py' 2024-08-07T17:42:09.8594476Z adding 'torch/utils/benchmark/utils/common.py' 2024-08-07T17:42:09.8601395Z adding 'torch/utils/benchmark/utils/compare.py' 2024-08-07T17:42:09.8606539Z adding 'torch/utils/benchmark/utils/compile.py' 2024-08-07T17:42:09.8611583Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2024-08-07T17:42:09.8620209Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2024-08-07T17:42:09.8624592Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2024-08-07T17:42:09.8628197Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2024-08-07T17:42:09.8637264Z adding 'torch/utils/benchmark/utils/timer.py' 2024-08-07T17:42:09.8641591Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2024-08-07T17:42:09.8646139Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2024-08-07T17:42:09.8649669Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2024-08-07T17:42:09.8654105Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2024-08-07T17:42:09.8667061Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2024-08-07T17:42:09.8719657Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2024-08-07T17:42:09.8732973Z adding 'torch/utils/bottleneck/__init__.py' 2024-08-07T17:42:09.8737722Z adding 'torch/utils/bottleneck/__main__.py' 2024-08-07T17:42:09.8742162Z adding 'torch/utils/data/__init__.py' 2024-08-07T17:42:09.8745455Z adding 'torch/utils/data/backward_compatibility.py' 2024-08-07T17:42:09.8775557Z adding 'torch/utils/data/dataloader.py' 2024-08-07T17:42:09.8785324Z adding 'torch/utils/data/dataset.py' 2024-08-07T17:42:09.8790276Z adding 'torch/utils/data/distributed.py' 2024-08-07T17:42:09.8795465Z adding 'torch/utils/data/graph.py' 2024-08-07T17:42:09.8799649Z adding 'torch/utils/data/graph_settings.py' 2024-08-07T17:42:09.8806821Z adding 'torch/utils/data/sampler.py' 2024-08-07T17:42:09.8811051Z adding 'torch/utils/data/_utils/__init__.py' 2024-08-07T17:42:09.8818173Z adding 'torch/utils/data/_utils/collate.py' 2024-08-07T17:42:09.8821538Z adding 'torch/utils/data/_utils/fetch.py' 2024-08-07T17:42:09.8825593Z adding 'torch/utils/data/_utils/pin_memory.py' 2024-08-07T17:42:09.8829626Z adding 'torch/utils/data/_utils/signal_handling.py' 2024-08-07T17:42:09.8836653Z adding 'torch/utils/data/_utils/worker.py' 2024-08-07T17:42:09.8841138Z adding 'torch/utils/data/datapipes/__init__.py' 2024-08-07T17:42:09.8846387Z adding 'torch/utils/data/datapipes/_decorator.py' 2024-08-07T17:42:09.8852215Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2024-08-07T17:42:09.8859524Z adding 'torch/utils/data/datapipes/_typing.py' 2024-08-07T17:42:09.8866563Z adding 'torch/utils/data/datapipes/datapipe.py' 2024-08-07T17:42:09.8877746Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2024-08-07T17:42:09.8884591Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2024-08-07T17:42:09.8888797Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2024-08-07T17:42:09.8892311Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2024-08-07T17:42:09.8898245Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2024-08-07T17:42:09.8902552Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2024-08-07T17:42:09.8905506Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2024-08-07T17:42:09.8909667Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2024-08-07T17:42:09.8915206Z adding 'torch/utils/data/datapipes/iter/callable.py' 2024-08-07T17:42:09.8920005Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2024-08-07T17:42:09.8929210Z adding 'torch/utils/data/datapipes/iter/combining.py' 2024-08-07T17:42:09.8933446Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2024-08-07T17:42:09.8937136Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2024-08-07T17:42:09.8942851Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2024-08-07T17:42:09.8947066Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2024-08-07T17:42:09.8950762Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2024-08-07T17:42:09.8954345Z adding 'torch/utils/data/datapipes/iter/sharding.py' 2024-08-07T17:42:09.8957902Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2024-08-07T17:42:09.8961301Z adding 'torch/utils/data/datapipes/iter/utils.py' 2024-08-07T17:42:09.8965285Z adding 'torch/utils/data/datapipes/map/__init__.py' 2024-08-07T17:42:09.8968855Z adding 'torch/utils/data/datapipes/map/callable.py' 2024-08-07T17:42:09.8979259Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2024-08-07T17:42:09.8981773Z adding 'torch/utils/data/datapipes/map/combining.py' 2024-08-07T17:42:09.8985631Z adding 'torch/utils/data/datapipes/map/grouping.py' 2024-08-07T17:42:09.8989647Z adding 'torch/utils/data/datapipes/map/utils.py' 2024-08-07T17:42:09.8993661Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2024-08-07T17:42:09.9000122Z adding 'torch/utils/data/datapipes/utils/common.py' 2024-08-07T17:42:09.9006409Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2024-08-07T17:42:09.9010444Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2024-08-07T17:42:09.9014174Z adding 'torch/utils/hipify/__init__.py' 2024-08-07T17:42:09.9017447Z adding 'torch/utils/hipify/constants.py' 2024-08-07T17:42:09.9073208Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2024-08-07T17:42:09.9098203Z adding 'torch/utils/hipify/hipify_python.py' 2024-08-07T17:42:09.9102552Z adding 'torch/utils/hipify/version.py' 2024-08-07T17:42:09.9106340Z adding 'torch/utils/jit/__init__.py' 2024-08-07T17:42:09.9110160Z adding 'torch/utils/jit/log_extract.py' 2024-08-07T17:42:09.9118805Z adding 'torch/utils/model_dump/__init__.py' 2024-08-07T17:42:09.9122290Z adding 'torch/utils/model_dump/__main__.py' 2024-08-07T17:42:09.9129707Z adding 'torch/utils/model_dump/code.js' 2024-08-07T17:42:09.9133463Z adding 'torch/utils/model_dump/htm.mjs' 2024-08-07T17:42:09.9139564Z adding 'torch/utils/model_dump/preact.mjs' 2024-08-07T17:42:09.9142889Z adding 'torch/utils/model_dump/skeleton.html' 2024-08-07T17:42:09.9146967Z adding 'torch/utils/tensorboard/__init__.py' 2024-08-07T17:42:09.9150423Z adding 'torch/utils/tensorboard/_convert_np.py' 2024-08-07T17:42:09.9154231Z adding 'torch/utils/tensorboard/_embedding.py' 2024-08-07T17:42:09.9157880Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2024-08-07T17:42:09.9161350Z adding 'torch/utils/tensorboard/_proto_graph.py' 2024-08-07T17:42:09.9168371Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2024-08-07T17:42:09.9172807Z adding 'torch/utils/tensorboard/_utils.py' 2024-08-07T17:42:09.9185858Z adding 'torch/utils/tensorboard/summary.py' 2024-08-07T17:42:09.9200985Z adding 'torch/utils/tensorboard/writer.py' 2024-08-07T17:42:09.9205900Z adding 'torch/utils/viz/__init__.py' 2024-08-07T17:42:09.9212932Z adding 'torch/utils/viz/_cycles.py' 2024-08-07T17:42:09.9221147Z adding 'torch/xpu/__init__.py' 2024-08-07T17:42:09.9224976Z adding 'torch/xpu/_gpu_trace.py' 2024-08-07T17:42:09.9228352Z adding 'torch/xpu/_utils.py' 2024-08-07T17:42:09.9232351Z adding 'torch/xpu/random.py' 2024-08-07T17:42:09.9236906Z adding 'torch/xpu/streams.py' 2024-08-07T17:42:09.9245916Z adding 'torchgen/__init__.py' 2024-08-07T17:42:09.9249632Z adding 'torchgen/code_template.py' 2024-08-07T17:42:09.9253437Z adding 'torchgen/context.py' 2024-08-07T17:42:09.9291375Z adding 'torchgen/gen.py' 2024-08-07T17:42:09.9300904Z adding 'torchgen/gen_aoti_c_shim.py' 2024-08-07T17:42:09.9309861Z adding 'torchgen/gen_backend_stubs.py' 2024-08-07T17:42:09.9323781Z adding 'torchgen/gen_executorch.py' 2024-08-07T17:42:09.9338403Z adding 'torchgen/gen_functionalization_type.py' 2024-08-07T17:42:09.9348338Z adding 'torchgen/gen_lazy_tensor.py' 2024-08-07T17:42:09.9353605Z adding 'torchgen/gen_vmap_plumbing.py' 2024-08-07T17:42:09.9357324Z adding 'torchgen/local.py' 2024-08-07T17:42:09.9399552Z adding 'torchgen/model.py' 2024-08-07T17:42:09.9413751Z adding 'torchgen/native_function_generation.py' 2024-08-07T17:42:09.9422275Z adding 'torchgen/utils.py' 2024-08-07T17:42:09.9425851Z adding 'torchgen/yaml_utils.py' 2024-08-07T17:42:09.9429609Z adding 'torchgen/aoti/__init__.py' 2024-08-07T17:42:09.9433703Z adding 'torchgen/aoti/fallback_ops.py' 2024-08-07T17:42:09.9437729Z adding 'torchgen/api/__init__.py' 2024-08-07T17:42:09.9452379Z adding 'torchgen/api/autograd.py' 2024-08-07T17:42:09.9460382Z adding 'torchgen/api/cpp.py' 2024-08-07T17:42:09.9464941Z adding 'torchgen/api/dispatcher.py' 2024-08-07T17:42:09.9469425Z adding 'torchgen/api/functionalization.py' 2024-08-07T17:42:09.9477481Z adding 'torchgen/api/lazy.py' 2024-08-07T17:42:09.9480889Z adding 'torchgen/api/meta.py' 2024-08-07T17:42:09.9485088Z adding 'torchgen/api/native.py' 2024-08-07T17:42:09.9506436Z adding 'torchgen/api/python.py' 2024-08-07T17:42:09.9512282Z adding 'torchgen/api/structured.py' 2024-08-07T17:42:09.9520056Z adding 'torchgen/api/translate.py' 2024-08-07T17:42:09.9525057Z adding 'torchgen/api/ufunc.py' 2024-08-07T17:42:09.9530561Z adding 'torchgen/api/unboxing.py' 2024-08-07T17:42:09.9534490Z adding 'torchgen/api/types/__init__.py' 2024-08-07T17:42:09.9540859Z adding 'torchgen/api/types/signatures.py' 2024-08-07T17:42:09.9545743Z adding 'torchgen/api/types/types.py' 2024-08-07T17:42:09.9550831Z adding 'torchgen/api/types/types_base.py' 2024-08-07T17:42:09.9555055Z adding 'torchgen/dest/__init__.py' 2024-08-07T17:42:09.9565623Z adding 'torchgen/dest/lazy_ir.py' 2024-08-07T17:42:09.9569749Z adding 'torchgen/dest/lazy_ts_lowering.py' 2024-08-07T17:42:09.9573255Z adding 'torchgen/dest/native_functions.py' 2024-08-07T17:42:09.9587524Z adding 'torchgen/dest/register_dispatch_key.py' 2024-08-07T17:42:09.9595846Z adding 'torchgen/dest/ufunc.py' 2024-08-07T17:42:09.9600096Z adding 'torchgen/executorch/__init__.py' 2024-08-07T17:42:09.9605129Z adding 'torchgen/executorch/model.py' 2024-08-07T17:42:09.9609471Z adding 'torchgen/executorch/parse.py' 2024-08-07T17:42:09.9613218Z adding 'torchgen/executorch/api/__init__.py' 2024-08-07T17:42:09.9617299Z adding 'torchgen/executorch/api/custom_ops.py' 2024-08-07T17:42:09.9623595Z adding 'torchgen/executorch/api/et_cpp.py' 2024-08-07T17:42:09.9632097Z adding 'torchgen/executorch/api/unboxing.py' 2024-08-07T17:42:09.9632621Z adding 'torchgen/executorch/api/types/__init__.py' 2024-08-07T17:42:09.9636636Z adding 'torchgen/executorch/api/types/signatures.py' 2024-08-07T17:42:09.9640022Z adding 'torchgen/executorch/api/types/types.py' 2024-08-07T17:42:09.9643782Z adding 'torchgen/operator_versions/__init__.py' 2024-08-07T17:42:09.9649367Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2024-08-07T17:42:09.9652765Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2024-08-07T17:42:09.9768590Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2024-08-07T17:42:09.9785549Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2024-08-07T17:42:09.9790817Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2024-08-07T17:42:09.9794481Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2024-08-07T17:42:09.9798566Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2024-08-07T17:42:09.9801341Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2024-08-07T17:42:09.9804689Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2024-08-07T17:42:09.9807619Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2024-08-07T17:42:09.9810638Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2024-08-07T17:42:09.9813561Z adding 'torchgen/packaged/ATen/templates/Function.h' 2024-08-07T17:42:09.9816924Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2024-08-07T17:42:09.9821293Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2024-08-07T17:42:09.9824751Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2024-08-07T17:42:09.9828098Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2024-08-07T17:42:09.9831032Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2024-08-07T17:42:09.9834271Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2024-08-07T17:42:09.9838196Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2024-08-07T17:42:09.9840898Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2024-08-07T17:42:09.9844108Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2024-08-07T17:42:09.9846720Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2024-08-07T17:42:09.9849736Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2024-08-07T17:42:09.9852695Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2024-08-07T17:42:09.9856492Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2024-08-07T17:42:09.9859602Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2024-08-07T17:42:09.9863229Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2024-08-07T17:42:09.9866131Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2024-08-07T17:42:09.9869393Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2024-08-07T17:42:09.9872503Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2024-08-07T17:42:09.9875823Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2024-08-07T17:42:09.9879765Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2024-08-07T17:42:09.9882865Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2024-08-07T17:42:09.9885846Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2024-08-07T17:42:09.9897734Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2024-08-07T17:42:09.9902172Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2024-08-07T17:42:09.9905469Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2024-08-07T17:42:09.9908590Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2024-08-07T17:42:09.9912188Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2024-08-07T17:42:09.9914845Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2024-08-07T17:42:09.9918300Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2024-08-07T17:42:09.9921394Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2024-08-07T17:42:09.9924546Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2024-08-07T17:42:09.9929074Z adding 'torchgen/packaged/autograd/BUILD.bazel' 2024-08-07T17:42:09.9931291Z adding 'torchgen/packaged/autograd/README.md' 2024-08-07T17:42:09.9934393Z adding 'torchgen/packaged/autograd/__init__.py' 2024-08-07T17:42:09.9937619Z adding 'torchgen/packaged/autograd/build.bzl' 2024-08-07T17:42:09.9940881Z adding 'torchgen/packaged/autograd/context.py' 2024-08-07T17:42:09.9944444Z adding 'torchgen/packaged/autograd/deprecated.yaml' 2024-08-07T17:42:09.9991986Z adding 'torchgen/packaged/autograd/derivatives.yaml' 2024-08-07T17:42:10.0000398Z adding 'torchgen/packaged/autograd/gen_annotated_fn_args.py' 2024-08-07T17:42:10.0004351Z adding 'torchgen/packaged/autograd/gen_autograd.py' 2024-08-07T17:42:10.0014350Z adding 'torchgen/packaged/autograd/gen_autograd_functions.py' 2024-08-07T17:42:10.0024230Z adding 'torchgen/packaged/autograd/gen_inplace_or_view_type.py' 2024-08-07T17:42:10.0041817Z adding 'torchgen/packaged/autograd/gen_python_functions.py' 2024-08-07T17:42:10.0050905Z adding 'torchgen/packaged/autograd/gen_trace_type.py' 2024-08-07T17:42:10.0055549Z adding 'torchgen/packaged/autograd/gen_variable_factories.py' 2024-08-07T17:42:10.0083244Z adding 'torchgen/packaged/autograd/gen_variable_type.py' 2024-08-07T17:42:10.0091422Z adding 'torchgen/packaged/autograd/gen_view_funcs.py' 2024-08-07T17:42:10.0106165Z adding 'torchgen/packaged/autograd/load_derivatives.py' 2024-08-07T17:42:10.0111771Z adding 'torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp' 2024-08-07T17:42:10.0114757Z adding 'torchgen/packaged/autograd/templates/Functions.cpp' 2024-08-07T17:42:10.0118159Z adding 'torchgen/packaged/autograd/templates/Functions.h' 2024-08-07T17:42:10.0121239Z adding 'torchgen/packaged/autograd/templates/TraceType.cpp' 2024-08-07T17:42:10.0124810Z adding 'torchgen/packaged/autograd/templates/VariableType.cpp' 2024-08-07T17:42:10.0128138Z adding 'torchgen/packaged/autograd/templates/VariableType.h' 2024-08-07T17:42:10.0131087Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.cpp' 2024-08-07T17:42:10.0134093Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.h' 2024-08-07T17:42:10.0137003Z adding 'torchgen/packaged/autograd/templates/annotated_fn_args.py.in' 2024-08-07T17:42:10.0139961Z adding 'torchgen/packaged/autograd/templates/python_enum_tag.cpp' 2024-08-07T17:42:10.0143597Z adding 'torchgen/packaged/autograd/templates/python_fft_functions.cpp' 2024-08-07T17:42:10.0146648Z adding 'torchgen/packaged/autograd/templates/python_functions.cpp' 2024-08-07T17:42:10.0149365Z adding 'torchgen/packaged/autograd/templates/python_functions.h' 2024-08-07T17:42:10.0153981Z adding 'torchgen/packaged/autograd/templates/python_linalg_functions.cpp' 2024-08-07T17:42:10.0156415Z adding 'torchgen/packaged/autograd/templates/python_nested_functions.cpp' 2024-08-07T17:42:10.0160077Z adding 'torchgen/packaged/autograd/templates/python_nn_functions.cpp' 2024-08-07T17:42:10.0163304Z adding 'torchgen/packaged/autograd/templates/python_return_types.cpp' 2024-08-07T17:42:10.0166200Z adding 'torchgen/packaged/autograd/templates/python_return_types.h' 2024-08-07T17:42:10.0169434Z adding 'torchgen/packaged/autograd/templates/python_sparse_functions.cpp' 2024-08-07T17:42:10.0172907Z adding 'torchgen/packaged/autograd/templates/python_special_functions.cpp' 2024-08-07T17:42:10.0176560Z adding 'torchgen/packaged/autograd/templates/python_torch_functions.cpp' 2024-08-07T17:42:10.0188737Z adding 'torchgen/packaged/autograd/templates/python_variable_methods.cpp' 2024-08-07T17:42:10.0193839Z adding 'torchgen/packaged/autograd/templates/variable_factories.h' 2024-08-07T17:42:10.0197632Z adding 'torchgen/selective_build/__init__.py' 2024-08-07T17:42:10.0202299Z adding 'torchgen/selective_build/operator.py' 2024-08-07T17:42:10.0207964Z adding 'torchgen/selective_build/selector.py' 2024-08-07T17:42:10.0212171Z adding 'torchgen/static_runtime/__init__.py' 2024-08-07T17:42:10.0216764Z adding 'torchgen/static_runtime/config.py' 2024-08-07T17:42:10.0221802Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2024-08-07T17:42:10.0230475Z adding 'torchgen/static_runtime/generator.py' 2024-08-07T17:42:10.0339393Z adding 'torch-2.5.0a0+git016588f.dist-info/LICENSE' 2024-08-07T17:42:10.0361449Z adding 'torch-2.5.0a0+git016588f.dist-info/METADATA' 2024-08-07T17:42:10.0370610Z adding 'torch-2.5.0a0+git016588f.dist-info/NOTICE' 2024-08-07T17:42:10.0373342Z adding 'torch-2.5.0a0+git016588f.dist-info/WHEEL' 2024-08-07T17:42:10.0375503Z adding 'torch-2.5.0a0+git016588f.dist-info/entry_points.txt' 2024-08-07T17:42:10.0377359Z adding 'torch-2.5.0a0+git016588f.dist-info/top_level.txt' 2024-08-07T17:42:10.1020012Z adding 'torch-2.5.0a0+git016588f.dist-info/RECORD' 2024-08-07T17:42:10.1394272Z removing build\bdist.win-amd64\wheel 2024-08-07T17:42:11.9455221Z 2024-08-07T17:42:11.9456043Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2024-08-07T17:42:11.9456443Z 2024-08-07T17:42:11.9456756Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2024-08-07T17:42:11.9457734Z 2024-08-07T17:42:11.9458417Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --show-stats 2024-08-07T17:42:11.9869873Z Compile requests 7821 2024-08-07T17:42:11.9870303Z Compile requests executed 7821 2024-08-07T17:42:11.9870589Z Cache hits 7755 2024-08-07T17:42:11.9870866Z Cache hits (C/C++) 7755 2024-08-07T17:42:11.9871123Z Cache misses 49 2024-08-07T17:42:11.9871388Z Cache misses (C/C++) 49 2024-08-07T17:42:11.9871849Z Cache timeouts 0 2024-08-07T17:42:11.9872116Z Cache read errors 0 2024-08-07T17:42:11.9872391Z Forced recaches 0 2024-08-07T17:42:11.9872661Z Cache write errors 0 2024-08-07T17:42:11.9872921Z Compilation failures 3 2024-08-07T17:42:11.9873191Z Cache errors 14 2024-08-07T17:42:11.9873463Z Cache errors (C/C++) 14 2024-08-07T17:42:11.9873733Z Non-cacheable compilations 8 2024-08-07T17:42:11.9874007Z Non-cacheable calls 0 2024-08-07T17:42:11.9874284Z Non-compilation calls 0 2024-08-07T17:42:11.9874555Z Unsupported compiler calls 0 2024-08-07T17:42:11.9874847Z Average cache write 0.049 s 2024-08-07T17:42:11.9875136Z Average compiler 1.090 s 2024-08-07T17:42:11.9875414Z Average cache read hit 0.064 s 2024-08-07T17:42:11.9875711Z Failed distributed compilations 0 2024-08-07T17:42:11.9876176Z Cache location s3, name: ossci-compiler-cache, prefix: /pull/ 2024-08-07T17:42:11.9876567Z Version (client) 0.7.4 2024-08-07T17:42:11.9890979Z 2024-08-07T17:42:11.9891604Z (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-08-07T17:42:12.9761056Z Processing c:\actions-runner\_work\pytorch\pytorch\dist\torch-2.5.0a0+git016588f-cp39-cp39-win_amd64.whl 2024-08-07T17:42:13.6483324Z Installing collected packages: torch 2024-08-07T17:42:31.3069480Z Successfully installed torch-2.5.0a0+git016588f 2024-08-07T17:42:31.3790776Z 2024-08-07T17:42:31.3792300Z (base) C:\actions-runner\_work\pytorch\pytorch>(if "win-vs2019-cpu-py3" == "" (echo NOTE: To run `import torch`, please make sure to activate the conda environment by running `call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3` in Command Prompt before running Git Bash. ) else ( 2024-08-07T17:42:31.3794110Z copy /Y "dist\*.whl" "C:/10288745067/build-results/" 2024-08-07T17:42:31.3794457Z python tools/stats/export_test_times.py 2024-08-07T17:42:31.3794916Z robocopy /E ".additional_ci_files" "C:/10288745067/build-results/\.additional_ci_files" 2024-08-07T17:42:31.3795420Z copy /Y "build\.ninja_log" "C:/10288745067/build-results/\" 2024-08-07T17:42:31.3795826Z ) ) 2024-08-07T17:42:31.3810426Z dist\torch-2.5.0a0+git016588f-cp39-cp39-win_amd64.whl 2024-08-07T17:42:31.4858643Z 1 file(s) copied. 2024-08-07T17:42:32.2714716Z Exporting test times from test-infra 2024-08-07T17:42:32.2715713Z 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-08-07T17:42:32.2717266Z 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-08-07T17:42:32.2963766Z 2024-08-07T17:42:32.2964242Z ------------------------------------------------------------------------------- 2024-08-07T17:42:32.2964874Z ROBOCOPY :: Robust File Copy for Windows 2024-08-07T17:42:32.2965379Z ------------------------------------------------------------------------------- 2024-08-07T17:42:32.2966199Z 2024-08-07T17:42:32.2968125Z Started : Wednesday, August 7, 2024 5:42:32 PM 2024-08-07T17:42:32.2968827Z Source : C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2024-08-07T17:42:32.2969297Z Dest : C:\10288745067\build-results\.additional_ci_files\ 2024-08-07T17:42:32.2969551Z 2024-08-07T17:42:32.2969621Z Files : *.* 2024-08-07T17:42:32.2969949Z 2024-08-07T17:42:32.2971067Z Options : *.* /S /E /DCOPY:DA /COPY:DAT /R:1000000 /W:30 2024-08-07T17:42:32.2971406Z 2024-08-07T17:42:32.2971726Z ------------------------------------------------------------------------------ 2024-08-07T17:42:32.2974976Z 2024-08-07T17:42:32.2981485Z New Dir 2 C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2024-08-07T17:42:32.2989551Z New File 3.0 m test-class-times.json 2024-08-07T17:42:32.2992382Z 16% 2024-08-07T17:42:32.2995715Z 32% 2024-08-07T17:42:32.2998653Z 48% 2024-08-07T17:42:32.3001974Z 65% 2024-08-07T17:42:32.3004754Z 81% 2024-08-07T17:42:32.3006242Z 97% 2024-08-07T17:42:32.3008730Z 100% 2024-08-07T17:42:32.3013046Z New File 907184 test-times.json 2024-08-07T17:42:32.3014662Z 28% 2024-08-07T17:42:32.3016242Z 57% 2024-08-07T17:42:32.3017289Z 86% 2024-08-07T17:42:32.3020591Z 100% 2024-08-07T17:42:32.3020968Z 2024-08-07T17:42:32.3021123Z ------------------------------------------------------------------------------ 2024-08-07T17:42:32.3021398Z 2024-08-07T17:42:32.3022528Z Total Copied Skipped Mismatch FAILED Extras 2024-08-07T17:42:32.3023468Z Dirs : 1 1 0 0 0 0 2024-08-07T17:42:32.3024252Z Files : 2 2 0 0 0 0 2024-08-07T17:42:32.3025236Z Bytes : 3.94 m 3.94 m 0 0 0 0 2024-08-07T17:42:32.3026098Z Times : 0:00:00 0:00:00 0:00:00 0:00:00 2024-08-07T17:42:32.3026336Z 2024-08-07T17:42:32.3026906Z 2024-08-07T17:42:32.3027947Z Speed : 2066029000 Bytes/sec. 2024-08-07T17:42:32.3028895Z Speed : 118219.127 MegaBytes/min. 2024-08-07T17:42:32.3029230Z Ended : Wednesday, August 7, 2024 5:42:32 PM 2024-08-07T17:42:32.3029525Z 2024-08-07T17:42:32.3355320Z 1 file(s) copied. 2024-08-07T17:42:32.3357351Z 2024-08-07T17:42:32.3357993Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --show-stats --stats-format json | jq .stats 1>sccache-stats-win-vs2019-cpu-py3-28474921456.json 2024-08-07T17:42:32.6430040Z 2024-08-07T17:42:32.6430628Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --stop-server 2024-08-07T17:42:32.6524094Z Stopping sccache server... 2024-08-07T17:42:32.6543964Z Compile requests 7821 2024-08-07T17:42:32.6544304Z Compile requests executed 7821 2024-08-07T17:42:32.6544580Z Cache hits 7755 2024-08-07T17:42:32.6545540Z Cache hits (C/C++) 7755 2024-08-07T17:42:32.6545814Z Cache misses 49 2024-08-07T17:42:32.6546083Z Cache misses (C/C++) 49 2024-08-07T17:42:32.6546348Z Cache timeouts 0 2024-08-07T17:42:32.6546600Z Cache read errors 0 2024-08-07T17:42:32.6546925Z Forced recaches 0 2024-08-07T17:42:32.6547393Z Cache write errors 0 2024-08-07T17:42:32.6547660Z Compilation failures 3 2024-08-07T17:42:32.6547937Z Cache errors 14 2024-08-07T17:42:32.6548206Z Cache errors (C/C++) 14 2024-08-07T17:42:32.6548487Z Non-cacheable compilations 8 2024-08-07T17:42:32.6548766Z Non-cacheable calls 0 2024-08-07T17:42:32.6549033Z Non-compilation calls 0 2024-08-07T17:42:32.6549298Z Unsupported compiler calls 0 2024-08-07T17:42:32.6549585Z Average cache write 0.049 s 2024-08-07T17:42:32.6549878Z Average compiler 1.090 s 2024-08-07T17:42:32.6550150Z Average cache read hit 0.064 s 2024-08-07T17:42:32.6550434Z Failed distributed compilations 0 2024-08-07T17:42:32.6550816Z Cache location s3, name: ossci-compiler-cache, prefix: /pull/ 2024-08-07T17:42:32.6551201Z Version (client) 0.7.4 2024-08-07T17:42:32.6564176Z 2024-08-07T17:42:32.6564714Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-08-07T17:42:33.2098570Z + assert_git_not_dirty 2024-08-07T17:42:33.2107388Z + [[ win-vs2019-cpu-py3 != *rocm* ]] 2024-08-07T17:42:33.2108662Z + [[ win-vs2019-cpu-py3 != *xla* ]] 2024-08-07T17:42:33.3075120Z ++ git status --porcelain 2024-08-07T17:42:33.3128659Z ++ grep -v '?? third_party' 2024-08-07T17:42:44.9271215Z ++ true 2024-08-07T17:42:44.9276563Z + git_status= 2024-08-07T17:42:44.9276818Z + [[ -n '' ]] 2024-08-07T17:42:44.9277016Z + echo 'BUILD PASSED' 2024-08-07T17:42:44.9277227Z BUILD PASSED 2024-08-07T17:42:45.0581938Z ##[group]Run seemethere/upload-artifact-s3@v5 2024-08-07T17:42:45.0582317Z with: 2024-08-07T17:42:45.0582502Z retention-days: 14 2024-08-07T17:42:45.0582733Z if-no-files-found: error 2024-08-07T17:42:45.0582970Z name: win-vs2019-cpu-py3 2024-08-07T17:42:45.0583205Z path: C:\10288745067\build-results 2024-08-07T17:42:45.0583465Z s3-bucket: gha-artifacts 2024-08-07T17:42:45.0583696Z region: us-east-1 2024-08-07T17:42:45.0583877Z env: 2024-08-07T17:42:45.0584053Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:42:45.0584491Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-07T17:42:45.0585079Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-07T17:42:45.0585559Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-07T17:42:45.0585953Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-07T17:42:45.0586229Z ##[endgroup] 2024-08-07T17:42:45.8110006Z With the provided path, there will be 4 files uploaded 2024-08-07T17:42:45.8110490Z Uploading to s3 prefix: pytorch/pytorch/10288745067/win-vs2019-cpu-py3 2024-08-07T17:42:45.8134394Z Starting upload of .additional_ci_files\test-class-times.json 2024-08-07T17:42:46.1334244Z Finished upload of .additional_ci_files\test-class-times.json 2024-08-07T17:42:46.1335997Z Starting upload of .additional_ci_files\test-times.json 2024-08-07T17:42:46.2826805Z Finished upload of .additional_ci_files\test-times.json 2024-08-07T17:42:46.2829085Z Starting upload of .ninja_log 2024-08-07T17:42:46.5385141Z Finished upload of .ninja_log 2024-08-07T17:42:46.5387023Z Starting upload of torch-2.5.0a0+git016588f-cp39-cp39-win_amd64.whl 2024-08-07T17:42:48.2638429Z Finished upload of torch-2.5.0a0+git016588f-cp39-cp39-win_amd64.whl 2024-08-07T17:42:48.2968124Z ##[group]Run seemethere/upload-artifact-s3@v5 2024-08-07T17:42:48.2968464Z with: 2024-08-07T17:42:48.2968692Z s3-prefix: pytorch/pytorch/10288745067/1/artifact 2024-08-07T17:42:48.2968998Z retention-days: 14 2024-08-07T17:42:48.2969219Z if-no-files-found: warn 2024-08-07T17:42:48.2969456Z path: sccache-stats-*.json 2024-08-07T17:42:48.2969690Z name: artifact 2024-08-07T17:42:48.2969886Z s3-bucket: gha-artifacts 2024-08-07T17:42:48.2970099Z region: us-east-1 2024-08-07T17:42:48.2970291Z env: 2024-08-07T17:42:48.2970464Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:42:48.2970824Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-07T17:42:48.2971342Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-07T17:42:48.2971807Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-07T17:42:48.2972296Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-07T17:42:48.2972625Z ##[endgroup] 2024-08-07T17:42:48.6871348Z NOTE: s3-prefix specified, ignoring name parameter 2024-08-07T17:42:48.6871773Z With the provided path, there will be 1 file uploaded 2024-08-07T17:42:48.6872230Z Uploading to s3 prefix: pytorch/pytorch/10288745067/1/artifact 2024-08-07T17:42:48.6885896Z Starting upload of sccache-stats-win-vs2019-cpu-py3-28474921456.json 2024-08-07T17:42:48.8141615Z Finished upload of sccache-stats-win-vs2019-cpu-py3-28474921456.json 2024-08-07T17:42:48.8488772Z Prepare all required actions 2024-08-07T17:42:48.8489340Z Getting action download info 2024-08-07T17:42:49.0202882Z Download action repository 'nick-fields/retry@v2.8.2' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-08-07T17:42:49.1805264Z ##[group]Run ./.github/actions/teardown-win 2024-08-07T17:42:49.1805547Z with: 2024-08-07T17:42:49.1805843Z extra-delete-dir: /c/10288745067/build-results/ 2024-08-07T17:42:49.1806134Z env: 2024-08-07T17:42:49.1806311Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:42:49.1806676Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-07T17:42:49.1807239Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-07T17:42:49.1807751Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-07T17:42:49.1808136Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-07T17:42:49.1808416Z ##[endgroup] 2024-08-07T17:42:49.1924113Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2024-08-07T17:42:49.1924509Z .github\scripts\wait_for_ssh_to_drain.ps1 2024-08-07T17:42:49.1940261Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-08-07T17:42:49.1940701Z env: 2024-08-07T17:42:49.1940877Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:42:49.1941240Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-07T17:42:49.1941764Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-07T17:42:49.1942222Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-07T17:42:49.1942597Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-07T17:42:49.1942876Z ##[endgroup] 2024-08-07T17:42:49.5444549Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-08-07T17:42:49.5508301Z Finished 2024-08-07T17:42:49.6981190Z Holding runner until all ssh sessions have logged out 2024-08-07T17:42:49.7278145Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2024-08-07T17:42:49.7278558Z .github\scripts\kill_active_ssh_sessions.ps1 2024-08-07T17:42:49.7293944Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-08-07T17:42:49.7294391Z env: 2024-08-07T17:42:49.7294578Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:42:49.7294937Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-07T17:42:49.7295548Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-07T17:42:49.7296010Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-07T17:42:49.7296387Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-07T17:42:49.7296678Z ##[endgroup] 2024-08-07T17:42:50.0542260Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-08-07T17:42:50.0590362Z Finished 2024-08-07T17:42:50.0972696Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2024-08-07T17:42:50.0973098Z env: 2024-08-07T17:42:50.0973284Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:42:50.0973668Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-07T17:42:50.0974199Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-07T17:42:50.0974671Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-07T17:42:50.0975067Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-07T17:42:50.0975350Z ##[endgroup] 2024-08-07T17:42:50.1045095Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-08-07T17:42:50.1045808Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-08-07T17:42:50.1046453Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2024-08-07T17:42:50.1046919Z # handle tool 2024-08-07T17:42:50.1048588Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2024-08-07T17:42:50.1049030Z Foreach ($process In $processes) { 2024-08-07T17:42:50.1049316Z  Try { 2024-08-07T17:42:50.1049810Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2024-08-07T17:42:50.1050499Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2024-08-07T17:42:50.1050978Z  } 2024-08-07T17:42:50.1051146Z  Catch { 2024-08-07T17:42:50.1051446Z  Write-Output "No leftover $process process, continuing" 2024-08-07T17:42:50.1051808Z  Write-Output $_ 2024-08-07T17:42:50.1052028Z  } 2024-08-07T17:42:50.1052199Z } 2024-08-07T17:42:50.1052367Z  2024-08-07T17:42:50.1052897Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2024-08-07T17:42:50.1053446Z # for hung processes 2024-08-07T17:42:50.1053726Z Foreach ($process In $processes) { 2024-08-07T17:42:50.1054002Z  Try { 2024-08-07T17:42:50.1054378Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2024-08-07T17:42:50.1054807Z  } 2024-08-07T17:42:50.1054987Z  Catch { 2024-08-07T17:42:50.1055182Z  Write-Output $_ 2024-08-07T17:42:50.1055408Z  } 2024-08-07T17:42:50.1055577Z } 2024-08-07T17:42:50.1055750Z  2024-08-07T17:42:50.1055916Z Try { 2024-08-07T17:42:50.1056133Z  # Print all the processes for debugging 2024-08-07T17:42:50.1056588Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2024-08-07T17:42:50.1057002Z } 2024-08-07T17:42:50.1057166Z Catch { 2024-08-07T17:42:50.1057542Z  # Better to write out whatever exception thrown to help debugging any potential issue 2024-08-07T17:42:50.1057997Z  Write-Output $_ 2024-08-07T17:42:50.1058206Z } 2024-08-07T17:42:50.1073279Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-08-07T17:42:50.1073731Z env: 2024-08-07T17:42:50.1073911Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:42:50.1074284Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-07T17:42:50.1074807Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-07T17:42:50.1075346Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-07T17:42:50.1075732Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-07T17:42:50.1076032Z ##[endgroup] 2024-08-07T17:42:50.4654984Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-08-07T17:42:50.4716187Z Finished 2024-08-07T17:42:50.4904346Z No leftover python process, continuing 2024-08-07T17:42:50.5446238Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2024-08-07T17:42:50.5446966Z At C:\actions-runner\_work\_temp\eb0e5339-5cf2-4041-a728-376689c78102.ps1:9 char:5 2024-08-07T17:42:50.5447515Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-07T17:42:50.5447908Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-07T17:42:50.5448387Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2024-08-07T17:42:50.5449242Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-07T17:42:50.5449823Z 2024-08-07T17:42:50.5463563Z No leftover ninja process, continuing 2024-08-07T17:42:50.5474470Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2024-08-07T17:42:50.5475126Z At C:\actions-runner\_work\_temp\eb0e5339-5cf2-4041-a728-376689c78102.ps1:9 char:5 2024-08-07T17:42:50.5476319Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-07T17:42:50.5476730Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-07T17:42:50.5477265Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2024-08-07T17:42:50.5478052Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-07T17:42:50.5478720Z 2024-08-07T17:42:50.5490372Z No leftover cl process, continuing 2024-08-07T17:42:50.5500528Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2024-08-07T17:42:50.5501176Z At C:\actions-runner\_work\_temp\eb0e5339-5cf2-4041-a728-376689c78102.ps1:9 char:5 2024-08-07T17:42:50.5501706Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-07T17:42:50.5502104Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-07T17:42:50.5502552Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2024-08-07T17:42:50.5503373Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-07T17:42:50.5503959Z 2024-08-07T17:42:50.5513957Z No leftover nvcc process, continuing 2024-08-07T17:42:50.5524118Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2024-08-07T17:42:50.5524767Z At C:\actions-runner\_work\_temp\eb0e5339-5cf2-4041-a728-376689c78102.ps1:9 char:5 2024-08-07T17:42:50.5525296Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-07T17:42:50.5525697Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-07T17:42:50.5526159Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2024-08-07T17:42:50.5526934Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-07T17:42:50.5527553Z 2024-08-07T17:42:50.5537478Z No leftover cmd process, continuing 2024-08-07T17:42:50.5547318Z Get-Process : Cannot find a process with the name "cmd". Verify the process name and call the cmdlet again. 2024-08-07T17:42:50.5548009Z At C:\actions-runner\_work\_temp\eb0e5339-5cf2-4041-a728-376689c78102.ps1:9 char:5 2024-08-07T17:42:50.5548559Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-07T17:42:50.5548986Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-07T17:42:50.5549639Z + CategoryInfo : ObjectNotFound: (cmd:String) [Get-Process], ProcessCommandException 2024-08-07T17:42:50.5550433Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-07T17:42:50.5551026Z 2024-08-07T17:42:50.5559822Z No leftover sccache process, continuing 2024-08-07T17:42:50.5569283Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2024-08-07T17:42:50.5569963Z At C:\actions-runner\_work\_temp\eb0e5339-5cf2-4041-a728-376689c78102.ps1:9 char:5 2024-08-07T17:42:50.5570501Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-07T17:42:50.5570888Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-07T17:42:50.5571360Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2024-08-07T17:42:50.5572193Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-07T17:42:50.5572854Z 2024-08-07T17:42:50.5587325Z No leftover git process, continuing 2024-08-07T17:42:50.5633627Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2024-08-07T17:42:50.5634310Z At C:\actions-runner\_work\_temp\eb0e5339-5cf2-4041-a728-376689c78102.ps1:9 char:5 2024-08-07T17:42:50.5634846Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-07T17:42:50.5635454Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-07T17:42:50.5635926Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2024-08-07T17:42:50.5636715Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-07T17:42:50.5637350Z 2024-08-07T17:42:50.6214518Z You cannot call a method on a null-valued expression. 2024-08-07T17:42:50.6215204Z At C:\actions-runner\_work\_temp\eb0e5339-5cf2-4041-a728-376689c78102.ps1:21 char:5 2024-08-07T17:42:50.6215772Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-07T17:42:50.6216186Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-07T17:42:50.6216579Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-08-07T17:42:50.6216975Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-08-07T17:42:50.6217255Z 2024-08-07T17:42:50.6387835Z You cannot call a method on a null-valued expression. 2024-08-07T17:42:50.6388363Z At C:\actions-runner\_work\_temp\eb0e5339-5cf2-4041-a728-376689c78102.ps1:21 char:5 2024-08-07T17:42:50.6389009Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-07T17:42:50.6389448Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-07T17:42:50.6389900Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-08-07T17:42:50.6390312Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-08-07T17:42:50.6390594Z 2024-08-07T17:42:50.6574908Z You cannot call a method on a null-valued expression. 2024-08-07T17:42:50.6575434Z At C:\actions-runner\_work\_temp\eb0e5339-5cf2-4041-a728-376689c78102.ps1:21 char:5 2024-08-07T17:42:50.6575983Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-07T17:42:50.6576411Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-07T17:42:50.6576841Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-08-07T17:42:50.6577232Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-08-07T17:42:50.6577518Z 2024-08-07T17:42:50.6756913Z You cannot call a method on a null-valued expression. 2024-08-07T17:42:50.6757426Z At C:\actions-runner\_work\_temp\eb0e5339-5cf2-4041-a728-376689c78102.ps1:21 char:5 2024-08-07T17:42:50.6757978Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-07T17:42:50.6758579Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-07T17:42:50.6758974Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-08-07T17:42:50.6759386Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-08-07T17:42:50.6759674Z 2024-08-07T17:42:50.6940013Z You cannot call a method on a null-valued expression. 2024-08-07T17:42:50.6940522Z At C:\actions-runner\_work\_temp\eb0e5339-5cf2-4041-a728-376689c78102.ps1:21 char:5 2024-08-07T17:42:50.6941106Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-07T17:42:50.6941532Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-07T17:42:50.6941928Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-08-07T17:42:50.6942332Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-08-07T17:42:50.6942630Z 2024-08-07T17:42:50.7129381Z You cannot call a method on a null-valued expression. 2024-08-07T17:42:50.7129920Z At C:\actions-runner\_work\_temp\eb0e5339-5cf2-4041-a728-376689c78102.ps1:21 char:5 2024-08-07T17:42:50.7130472Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-07T17:42:50.7130886Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-07T17:42:50.7131282Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-08-07T17:42:50.7131683Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-08-07T17:42:50.7131976Z 2024-08-07T17:42:50.7303559Z You cannot call a method on a null-valued expression. 2024-08-07T17:42:50.7304074Z At C:\actions-runner\_work\_temp\eb0e5339-5cf2-4041-a728-376689c78102.ps1:21 char:5 2024-08-07T17:42:50.7304633Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-07T17:42:50.7305096Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-07T17:42:50.7305574Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-08-07T17:42:50.7305980Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-08-07T17:42:50.7306267Z 2024-08-07T17:42:50.8141545Z Caption CommandLine ProcessId 2024-08-07T17:42:50.8142119Z 2024-08-07T17:42:50.8142416Z System Idle Process 0 2024-08-07T17:42:50.8142799Z 2024-08-07T17:42:50.8143751Z System 4 2024-08-07T17:42:50.8144155Z 2024-08-07T17:42:50.8144779Z Registry 168 2024-08-07T17:42:50.8146666Z 2024-08-07T17:42:50.8147546Z smss.exe 412 2024-08-07T17:42:50.8148018Z 2024-08-07T17:42:50.8148712Z csrss.exe 532 2024-08-07T17:42:50.8149054Z 2024-08-07T17:42:50.8149837Z csrss.exe 608 2024-08-07T17:42:50.8150179Z 2024-08-07T17:42:50.8152023Z wininit.exe 660 2024-08-07T17:42:50.8152380Z 2024-08-07T17:42:50.8153998Z winlogon.exe winlogon.exe 680 2024-08-07T17:42:50.8154412Z 2024-08-07T17:42:50.8154660Z services.exe 748 2024-08-07T17:42:50.8155089Z 2024-08-07T17:42:50.8155509Z lsass.exe C:\Windows\system32\lsass.exe 768 2024-08-07T17:42:50.8155943Z 2024-08-07T17:42:50.8157825Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 884 2024-08-07T17:42:50.8158377Z 2024-08-07T17:42:50.8158899Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 908 2024-08-07T17:42:50.8159402Z 2024-08-07T17:42:50.8160020Z fontdrvhost.exe "fontdrvhost.exe" 932 2024-08-07T17:42:50.8160449Z 2024-08-07T17:42:50.8161123Z fontdrvhost.exe "fontdrvhost.exe" 940 2024-08-07T17:42:50.8161876Z 2024-08-07T17:42:50.8163306Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 124 2024-08-07T17:42:50.8163797Z 2024-08-07T17:42:50.8164886Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 464 2024-08-07T17:42:50.8165466Z 2024-08-07T17:42:50.8165903Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 1044 2024-08-07T17:42:50.8166447Z 2024-08-07T17:42:50.8167551Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1156 2024-08-07T17:42:50.8168392Z 2024-08-07T17:42:50.8169095Z dwm.exe "dwm.exe" 1244 2024-08-07T17:42:50.8169461Z 2024-08-07T17:42:50.8170409Z nvwmi64.exe C:\Windows\System32\nvwmi64.exe 1320 2024-08-07T17:42:50.8170866Z 2024-08-07T17:42:50.8171731Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1376 2024-08-07T17:42:50.8172383Z 2024-08-07T17:42:50.8173789Z 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 1420 2024-08-07T17:42:50.8175198Z 2024-08-07T17:42:50.8175618Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1452 2024-08-07T17:42:50.8176221Z 2024-08-07T17:42:50.8177111Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1480 2024-08-07T17:42:50.8177729Z 2024-08-07T17:42:50.8178473Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1504 2024-08-07T17:42:50.8178983Z 2024-08-07T17:42:50.8180707Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1548 2024-08-07T17:42:50.8181409Z 2024-08-07T17:42:50.8182263Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1584 2024-08-07T17:42:50.8182797Z 2024-08-07T17:42:50.8183302Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 1644 2024-08-07T17:42:50.8183915Z 2024-08-07T17:42:50.8184529Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 1676 2024-08-07T17:42:50.8186051Z 2024-08-07T17:42:50.8187199Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1712 2024-08-07T17:42:50.8187739Z 2024-08-07T17:42:50.8188709Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1720 2024-08-07T17:42:50.8189296Z 2024-08-07T17:42:50.8190276Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1728 2024-08-07T17:42:50.8190915Z 2024-08-07T17:42:50.8192386Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 1852 2024-08-07T17:42:50.8193043Z 2024-08-07T17:42:50.8193564Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1944 2024-08-07T17:42:50.8194124Z 2024-08-07T17:42:50.8194692Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1148 2024-08-07T17:42:50.8195351Z 2024-08-07T17:42:50.8195833Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 1632 2024-08-07T17:42:50.8196431Z 2024-08-07T17:42:50.8197377Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 2064 2024-08-07T17:42:50.8197954Z 2024-08-07T17:42:50.8199149Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 2104 2024-08-07T17:42:50.8199807Z 2024-08-07T17:42:50.8200392Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2164 2024-08-07T17:42:50.8201085Z 2024-08-07T17:42:50.8201578Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2216 2024-08-07T17:42:50.8202174Z 2024-08-07T17:42:50.8202773Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2268 2024-08-07T17:42:50.8204010Z 2024-08-07T17:42:50.8204962Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2504 2024-08-07T17:42:50.8205434Z 2024-08-07T17:42:50.8205891Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2580 2024-08-07T17:42:50.8206559Z 2024-08-07T17:42:50.8206992Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2588 2024-08-07T17:42:50.8207531Z 2024-08-07T17:42:50.8208013Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2596 2024-08-07T17:42:50.8209112Z 2024-08-07T17:42:50.8210306Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2604 2024-08-07T17:42:50.8210935Z 2024-08-07T17:42:50.8211808Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2612 2024-08-07T17:42:50.8212447Z 2024-08-07T17:42:50.8212990Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2620 2024-08-07T17:42:50.8213600Z 2024-08-07T17:42:50.8214082Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 2636 2024-08-07T17:42:50.8214658Z 2024-08-07T17:42:50.8215575Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 2644 2024-08-07T17:42:50.8216123Z 2024-08-07T17:42:50.8216630Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 2652 2024-08-07T17:42:50.8217162Z 2024-08-07T17:42:50.8217712Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 2944 2024-08-07T17:42:50.8218256Z 2024-08-07T17:42:50.8218666Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 2968 2024-08-07T17:42:50.8219116Z 2024-08-07T17:42:50.8220077Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 3040 2024-08-07T17:42:50.8220814Z 2024-08-07T17:42:50.8222112Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 2124 2024-08-07T17:42:50.8222772Z 2024-08-07T17:42:50.8223500Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 2236 2024-08-07T17:42:50.8224031Z 2024-08-07T17:42:50.8224463Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 3204 2024-08-07T17:42:50.8225044Z 2024-08-07T17:42:50.8225511Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 3244 2024-08-07T17:42:50.8226084Z 2024-08-07T17:42:50.8227404Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3784 2024-08-07T17:42:50.8228070Z 2024-08-07T17:42:50.8228512Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a7b855 /state1:0x41c64e6d 4692 2024-08-07T17:42:50.8229062Z 2024-08-07T17:42:50.8230163Z 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 4144 2024-08-07T17:42:50.8231403Z 2024-08-07T17:42:50.8231848Z nvwmi64.exe C:\Windows\System32\nvwmi64.exe -spawnprovider 1960 2024-08-07T17:42:50.8232418Z 2024-08-07T17:42:50.8232719Z vds.exe C:\Windows\System32\vds.exe 2984 2024-08-07T17:42:50.8233130Z 2024-08-07T17:42:50.8233672Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 1468 2024-08-07T17:42:50.8234255Z 2024-08-07T17:42:50.8234577Z msdtc.exe C:\Windows\System32\msdtc.exe 5024 2024-08-07T17:42:50.8235008Z 2024-08-07T17:42:50.8236208Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 1436 2024-08-07T17:42:50.8236851Z 2024-08-07T17:42:50.8237404Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 2724 2024-08-07T17:42:50.8238117Z 2024-08-07T17:42:50.8239004Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 4056 2024-08-07T17:42:50.8239531Z 2024-08-07T17:42:50.8239963Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 5100 2024-08-07T17:42:50.8240512Z 2024-08-07T17:42:50.8241287Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 228 2024-08-07T17:42:50.8241863Z 2024-08-07T17:42:50.8242526Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 3756 2024-08-07T17:42:50.8243352Z 2024-08-07T17:42:50.8245167Z 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 1760 2024-08-07T17:42:50.8246719Z 2024-08-07T17:42:50.8247079Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4264 2024-08-07T17:42:50.8247526Z 2024-08-07T17:42:50.8248032Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 4936 2024-08-07T17:42:50.8248699Z 2024-08-07T17:42:50.8249193Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 1664 2024-08-07T17:42:50.8249752Z 2024-08-07T17:42:50.8250365Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 3704 2024-08-07T17:42:50.8250830Z 2024-08-07T17:42:50.8251248Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 2232 2024-08-07T17:42:50.8251824Z 2024-08-07T17:42:50.8252377Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 3680 2024-08-07T17:42:50.8253113Z 2024-08-07T17:42:50.8253553Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 3964 2024-08-07T17:42:50.8254099Z 2024-08-07T17:42:50.8254538Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 4952 2024-08-07T17:42:50.8255086Z 2024-08-07T17:42:50.8255440Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 1028 2024-08-07T17:42:50.8255899Z 2024-08-07T17:42:50.8256243Z taskhostw.exe taskhostw.exe /RuntimeWide 2308 2024-08-07T17:42:50.8256734Z 2024-08-07T17:42:50.8257266Z ngentask.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\NGenTask.exe" /RuntimeWide /StopEvent:496 1272 2024-08-07T17:42:50.8257904Z 2024-08-07T17:42:50.8258251Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 760 2024-08-07T17:42:50.8258709Z 2024-08-07T17:42:50.8259222Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 2020 2024-08-07T17:42:50.8259996Z 2024-08-07T17:42:50.8261396Z ngen.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe" ExecuteQueuedItems /LegacyServiceBehavior 4656 2024-08-07T17:42:50.8262141Z 2024-08-07T17:42:50.8262616Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 2500 2532 3372 2024-08-07T17:42:50.8263195Z 2024-08-07T17:42:50.8263549Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 1868 2024-08-07T17:42:50.8264008Z 2024-08-07T17:42:50.8264549Z ngentask.exe "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\NGenTask.exe" /RuntimeWide /StopEvent:1080 4624 2024-08-07T17:42:50.8265201Z 2024-08-07T17:42:50.8265556Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 2184 2024-08-07T17:42:50.8266028Z 2024-08-07T17:42:50.8266611Z ngen.exe "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe" ExecuteQueuedItems /LegacyServiceBehavior 2372 2024-08-07T17:42:50.8267343Z 2024-08-07T17:42:50.8267703Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 5408 2024-08-07T17:42:50.8268187Z 2024-08-07T17:42:50.8268928Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\eb0e5339-5cf2-4041-a728-376689c78102.ps1'" 6100 2024-08-07T17:42:50.8269768Z 2024-08-07T17:42:50.8270295Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 1908 2024-08-07T17:42:50.8270924Z 2024-08-07T17:42:50.8271747Z mscorsvw.exe C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorsvw.exe -StartupEvent 374 -InterruptEvent 0 -NGENProcess 328 -Pipe 34c -Comment "NGen Worker Process" 2676 2024-08-07T17:42:50.8272596Z 2024-08-07T17:42:50.8272603Z 2024-08-07T17:42:50.8272615Z 2024-08-07T17:42:50.8550046Z ##[group]Run nick-fields/retry@v2.8.2 2024-08-07T17:42:50.8550308Z with: 2024-08-07T17:42:50.8550488Z shell: bash 2024-08-07T17:42:50.8550688Z timeout_minutes: 5 2024-08-07T17:42:50.8550971Z max_attempts: 3 2024-08-07T17:42:50.8551181Z retry_wait_seconds: 90 2024-08-07T17:42:50.8552156Z 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-08-07T17:42:50.8553160Z polling_interval_seconds: 1 2024-08-07T17:42:50.8553393Z warning_on_retry: true 2024-08-07T17:42:50.8553617Z continue_on_error: false 2024-08-07T17:42:50.8553849Z env: 2024-08-07T17:42:50.8554059Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:42:50.8554463Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-07T17:42:50.8554980Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-07T17:42:50.8555441Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-07T17:42:50.8555828Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-07T17:42:50.8556166Z EXTRA_DELETE_DIR: /c/10288745067/build-results/ 2024-08-07T17:42:50.8556442Z ##[endgroup] 2024-08-07T17:42:50.9329060Z + '[' -n /c/10288745067/build-results/ ']' 2024-08-07T17:42:50.9330081Z + rm -rf /c/10288745067/build-results/ 2024-08-07T17:42:50.9741704Z + rm -rf ./BUCK.oss ./BUILD.bazel ./CITATION.cff ./CMakeLists.txt ./CODEOWNERS ./CODE_OF_CONDUCT.md ./CONTRIBUTING.md ./Dockerfile ./GLOSSARY.md ./LICENSE ./MANIFEST.in ./Makefile ./NOTICE ./README.md ./RELEASE.md ./SECURITY.md ./WORKSPACE ./android ./aten ./aten.bzl ./benchmarks ./binaries ./buckbuild.bzl ./build ./build.bzl ./build_variables.bzl ./c10 ./caffe2 ./cmake ./compile_commands.json ./defs.bzl ./dist ./docker.Makefile ./docs ./functorch ./ios ./mypy-strict.ini ./mypy.ini ./mypy_plugins ./pt_ops.bzl ./pt_template_srcs.bzl ./pyproject.toml ./pytest.ini ./requirements.txt ./sccache-stats-win-vs2019-cpu-py3-28474921456.json ./scripts ./setup.py ./test ./third_party ./tools ./torch ./torch.egg-info ./torchgen ./ubsan.supp ./ufunc_defs.bzl ./version.txt 2024-08-07T17:43:13.9729661Z Command completed after 1 attempt(s). 2024-08-07T17:43:13.9874677Z ##[group]Run handle C:\actions-runner\_work\ 2024-08-07T17:43:13.9875020Z handle C:\actions-runner\_work\ 2024-08-07T17:43:13.9890593Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-08-07T17:43:13.9891051Z env: 2024-08-07T17:43:13.9891238Z GIT_DEFAULT_BRANCH: main 2024-08-07T17:43:13.9891605Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-07T17:43:13.9892138Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-07T17:43:13.9892611Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-07T17:43:13.9892990Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-07T17:43:13.9893274Z ##[endgroup] 2024-08-07T17:43:14.3594063Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-08-07T17:43:14.3655867Z Finished 2024-08-07T17:43:14.4448713Z 2024-08-07T17:43:14.4449143Z Nthandle v5.0 - Handle viewer 2024-08-07T17:43:14.4449497Z Copyright (C) 1997-2022 Mark Russinovich 2024-08-07T17:43:14.4449803Z Sysinternals - www.sysinternals.com 2024-08-07T17:43:14.4449998Z 2024-08-07T17:43:14.4815675Z powershell.exe pid: 3948 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-08-07T17:43:14.4816821Z handle.exe pid: 556 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-08-07T17:43:14.5646395Z handle.exe pid: 1688 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2024-08-07T17:43:14.5646995Z handle64.exe pid: 1336 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2024-08-07T17:43:14.6014035Z Post job cleanup. 2024-08-07T17:43:14.6123138Z Post job cleanup. 2024-08-07T17:43:14.7602098Z [command]"C:\Program Files\Git\cmd\git.exe" version 2024-08-07T17:43:14.7804844Z git version 2.45.2.windows.1 2024-08-07T17:43:14.7865530Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\b8782690-fecc-4974-886a-713c0c0f0cf7\.gitconfig' 2024-08-07T17:43:14.7882782Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\b8782690-fecc-4974-886a-713c0c0f0cf7' before making global git config changes 2024-08-07T17:43:14.7883592Z Adding repository directory to the temporary git global config as a safe directory 2024-08-07T17:43:14.7891377Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2024-08-07T17:43:14.8131331Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2024-08-07T17:43:14.8365654Z [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-08-07T17:43:15.2208016Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-07T17:43:15.2398107Z http.https://github.com/.extraheader 2024-08-07T17:43:15.2438416Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2024-08-07T17:43:15.2678898Z [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-08-07T17:43:15.6284483Z Evaluate and set job outputs 2024-08-07T17:43:15.6299396Z Set output 'test-matrix' 2024-08-07T17:43:15.6301463Z Cleaning up orphan processes